17842d129875cee6609b67c55394e1616cb7449f
[platform/upstream/gcc.git] / gcc / testsuite / ChangeLog
1 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2
3         * gcc.dg/wchar_t-1.c: New file.
4         * gcc.dg/wint_t-1.c: Likewise.
5
6 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
7
8         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
9
10 2001-06-11  Richard Henderson  <rth@redhat.com>
11
12         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
13
14 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
15
16         * gcc.c-torture/compile/20010611-1.c: New test.
17
18 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
19
20         * gcc.dg/c99-tag-1.c: Add more tests.
21
22 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
23
24         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
25         representation on MN10300 and ARM/Thumb.
26
27 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
28
29         * g77.f-torture/execute/20010610.f: New.
30
31 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
32
33         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
34         names.
35
36 2001-06-09  Richard Henderson  <rth@redhat.com>
37
38         * gcc.c-torture/execute/ashrdi-1.c: New.
39         * gcc.c-torture/execute/ashldi-1.c: New.
40         * gcc.c-torture/execute/lshrdi-1.c: New.
41
42 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
43
44         * objc/execute/load-3.m: Added. Check sending +load to categories,
45         in addition to classes.
46
47 2001-06-08  Stan Shebs  <shebs@apple.com>
48
49         * objc/execute/load-2.m: New test.  From Nicola Pero
50         <n.pero@mi.flashnet.it>.
51         
52 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
53
54         * gcc.c-torture/execute/20010605-2.c: New test.
55
56 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
57
58         * g++.old-deja/g++.abi/vbase2.C: New test.
59         * g++.old-deja/g++.abi/vbase3.C: New test.
60
61 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
62
63         * g++.old-deja/g++.pt/friend49.C: New test.
64
65 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
66
67         * g++.old-deja/g++.ext/anon3.C: New test.
68
69 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
70
71         * g++.old-deja/g++.other/conv7.C: New test.
72
73 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
74
75         * gcc.c-torture/compile/20010605-2.c: New test.
76
77 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
78
79         * gcc.c-torture/execute/20010604-1.c: New test.
80
81 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
82
83         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
84
85 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
86
87         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
88         (g++_link_flags): Likewise.
89         (g++_init): Pass gccpath's value to two previous functions.
90
91 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
92
93         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
94         Ensure logfile entry matches exec command line.
95
96 2001-05-31  Richard Henderson  <rth@redhat.com>
97
98         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
99         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
100
101 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
102
103         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
104         compiler for irix6.2
105
106 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
107
108         * g++.old-deja/g++.other/optimize3.C: New file.
109
110 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
111
112         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
113         assemble.
114
115 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
116
117         * g++.old-deja/g++.other/optimize2.C: New file.
118
119 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
120
121         * gcc.c-torture/compile/20010518-2.c: New file.
122         * gcc.c-torture/execute/20010518-1.c: New file.
123         * gcc.c-torture/execute/20010518-2.c: New file.
124
125 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
126
127         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
128
129 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
130
131         G++ no longer defines builtins that do not begin with __builtin.
132         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
133         * g++.old-deja/g++.brendand/misc13.C: Likewise.
134         * g++.old-deja/g++.law/builtin1.C: Likewise.
135         * g++.old-deja/g++.law/cvt2.C: Likewise.
136         * g++.old-deja/g++.mike/net5.C: Likewise.
137         * g++.old-deja/g++.other/builtins1.C: Likewise.
138         * g++.old-deja/g++.other/builtins2.C: Likewise.
139         * g++.old-deja/g++.other/builtins3.C: Likewise.
140         * g++.old-deja/g++.other/builtins4.C: Likewise.
141         * g++.old-deja/g++.other/inline8.C: Likewise.
142         * g++.old-deja/g++.robertl/eb39.C: Likewise.
143
144 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
145
146         * g++.old-deja/g++.pt/using1.C: Adjust.
147         * g++.old-deja/g++.pt/using2.C: New test.
148
149 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
150
151         * gcc.dg/cpp/charconst.c: New tests.
152         * gcc.dg/cpp/escape.c: New tests.
153         * gcc.dg/cpp/escape-1.c: New tests.
154         * gcc.dg/cpp/escape-2.c: New tests.
155         * gcc.dg/cpp/ucs.c: New tests.
156
157 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
158
159         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to 
160         native compiler for irix6.5.
161
162 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
163
164         * lib/g++.exp (g++_include_flags): Use args to compute
165         get_multilibs.
166         (g++_link_flags): Likewise.
167         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
168
169 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
170
171         * gcc.dg/c90-hexfloat-1.c: Add more tests.
172
173 2001-05-21  Geoff Keating  <geoffk@redhat.com>
174
175         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
176         this file.
177
178 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
179
180         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
181         STACK_SIZE;
182         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
183         to STACK_SIZE; Use it to define size of add_histo array.
184         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according 
185         to STACK_SIZE.
186         (f): Use GITT_SIZE to define size of gitt local table.
187         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according 
188         to STACK_SIZE; Use it to define size of bytemem array.
189
190 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
191
192         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
193         on 68HC11/HC12 due to the asm instruction.
194         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
195         * gcc.c-torture/compile/920520-1.x: Likewise.
196         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
197         on 68HC11/HC12 because the function is larger than 64K.
198         * gcc.c-torture/compile/961203-1.x: New file, this test fails
199         on 68HC11/HC12 because the structure is too large.
200
201 2001-05-20  Richard Henderson  <rth@redhat.com>
202
203         * gcc.c-torture/execute/20010520-1.c: New.
204
205 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
206
207         * g++.old-deja/g++.warn/compare1.C: New test.
208         * gcc.dg/compare4.c: New test.
209
210 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
211
212         * g++.old-deja/g++.other/optimize1.C: New test.
213
214 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
215
216         * g++.old-deja/g++.pt/spec41.C: New test.
217
218 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
219
220         * gcc.c-torture/compile/20010114-1.x: Remove.
221
222 2001-05-18  Stan Shebs  <shebs@apple.com>
223
224         * gcc.c-torture/compile/20010518-1.c: New test.
225
226 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
227
228         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
229         * g++.old-deja/g++.pt/crash67.C: New test.
230
231 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
232
233         * g++.old-deja/g++.other/debug9.C: New test.
234
235 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
236
237         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
238
239 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
240
241         * gcc.c-torture/compile/20010516-1.c: New test.
242
243 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
244
245         * g++.old-deja/g++.other/crash41.C: New test.
246
247 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
248
249         * g++.old-deja/g++.pt/crash66.C: New test.
250
251 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
252
253         * g++.old-deja/g++.robertl/eb27.C: Convert.
254
255 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
256
257         * g++.dg/friend-warn.C: New test.  Do not warn about friend
258         declaration being redundant.
259
260 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
261
262         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
263
264 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
265
266         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
267
268 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
269
270         * lib/g++.exp: Use testsuite_flags.
271         
272 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
273
274         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
275
276 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
277
278         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
279
280 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
281
282         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
283
284 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
285
286         * gcc.c-torture/compile/20010313-1.c: New test.
287
288 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
289
290         * gcc.dg/cpp/direct2.c: New test.
291         * gccq.dg/cpp/direct2s.c: New test.
292
293         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
294
295 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
296
297         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
298         * g++.old-deja/g++.other/op3.C: Likewise.
299
300 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
301
302         * gcc.dg/cpp/syshdr.h: New file.
303         * gcc.dg/cpp/sysmac1.c: Update.
304         * gcc.dg/cpp/sysmac2.c: Update.
305
306 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
307
308         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
309
310 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
311
312         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
313         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
314
315 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
316
317         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
318
319 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
320
321         * lib/g++.exp (g++_include_flags): Don't use any special flags
322         if TESTING_IN_BUILD_TREE is not defined.
323         (g++_init): Use a plain 'c++' as the compiler if
324         TESTING_IN_BUILD_TREEE is not defined.
325
326 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
327
328         * g++.old-deja/g++.eh/catch13.C: New test.
329         * g++.old-deja/g++.eh/catch14.C: New test.
330
331 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
332
333         * gcc.dg/cpp/tr-define.c: New test.
334
335 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
336
337         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
338         <stdlib.h>, not <malloc.h>.
339
340 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
341
342         * g++.old-deja/g++.ns/template17.C: New test.
343
344 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
345
346         * g++.old-deja/g++.pt/ref4.C: New test.
347
348 2001-04-30  Richard Henderson  <rth@redhat.com>
349
350         * gcc.dg/20000724-1.c: Revert last change.
351
352 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
353
354         * g77.f-torture/execute/20010430.f: New test.
355
356 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
357
358         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
359
360 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
361
362         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
363
364 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
365
366         * g++.old-deja/g++.eh/crash6.C: New test.
367
368 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
369
370         * g++.old-deja/g++.other/warn7.C: New test.
371
372 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
373
374         * g++.old-deja/g++.other/defarg9.C: New test.
375
376 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
377
378         * g77.f-torture/compile/20010426.f: New test.
379         * g77.f-torture/execute/20010426.f: New test.
380
381 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
382
383         * g77.f-torture/compile/20000629-1.x: Remove - error
384         has been fixed.
385
386 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
387
388         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
389         Tweak slightly to work with g++.dg framework.
390         * g++.dg/special/ecos.exp: Run initp1.C test.
391         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
392
393         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
394         its linker doesn't give line numbers either.
395         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
396
397 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
398
399         * g++.old-deja/g++.other/lex1.C: New test.
400
401 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
402
403         * gcc.dg/noncompile/20010425-1.c: New test.
404
405 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
406
407         * g++.old-deja/g++.pt/mangle2.C: New test.
408
409 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
410
411         * gcc.dg/format/plus-1.c: New test.
412
413 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
414
415         * gcc.dg/20010423-1.c: New test.
416
417 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
418
419         * gcc.c-torture/execute/20010422-1.c: New test.
420
421 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
422
423         * g++.old-deja/g++.ns/type2.C: New test.
424
425 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
426
427         * g++.old-deja/g++.other/perf1.C: New test.
428
429 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
430
431         * gcc.dg/c99-func-2.c: Remove xfail.
432         * gcc.dg/c99-func-3.c: Remove xfail.
433         * gcc.dg/c99-func-4.c: Remove xfail.
434
435 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
436
437         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
438
439 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
440
441         * gcc.c-torture/compile/20010423-1.c: New test.
442
443 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
444
445         * g++.old-deja/g++.pt/typename28.C: New test.
446
447 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
448
449         * g++.old-deja/g++.abi/empty2.C: New test.
450         * g++.old-deja/g++.abi/empty3.C: New test.
451
452 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
453
454         * g++.old-deja/g++.other/comdat2.C: New test.
455         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
456
457 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
458
459         * g++.old-deja/g++.other/overload14.C: New test.
460
461 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
462
463         * g++.old-deja/g++.other/lookup23.C: New test.
464
465 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
466
467         * gcc.c-torture/execute/20010403-1.c: New test.
468
469 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
470             Mark Mitchell  <mark@codesourcery.com>
471
472         * lib/old-dejagnu.exp: Don't delete output of executable.
473         Add .exe suffix to executables.
474
475 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
476
477         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
478
479 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
480
481         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
482
483 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
484
485         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
486         * g++.old-deja/g++.abi/crash1.C: New test.
487
488 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
489
490         * g++.old-deja/g++.other/crash40.C: New test.
491
492 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
493
494         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
495
496 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
497
498         * g++.old-deja/g++.other/warn6.C: New test.
499
500 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
501
502         * g++.old-deja/g++.robertl/eb42.C: Same.
503
504 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
505
506         * gcc.dg/wtr-conversion-1.c: New testcase.
507
508 2001-04-10  Richard Henderson  <rth@redhat.com>
509
510         * g++.old-deja/g++.other/array5.C: New.
511
512 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
513
514         * gcc.c-torture/execute/20010408-1.c: New test.
515
516 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
517
518         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
519         headers and constructs.
520         * g++.old-deja/g++.robertl/eb79.C: Same.
521         * g++.old-deja/g++.robertl/eb77.C (main): Same.
522         * g++.old-deja/g++.robertl/eb73.C: Same.
523         * g++.old-deja/g++.robertl/eb66.C (main): Same.
524         * g++.old-deja/g++.robertl/eb55.C (t): Same.
525         * g++.old-deja/g++.robertl/eb54.C (main): Same.
526         * g++.old-deja/g++.robertl/eb46.C (main): Same.
527         * g++.old-deja/g++.robertl/eb44.C: Same.
528         * g++.old-deja/g++.robertl/eb41.C (main): Same.
529         * g++.old-deja/g++.robertl/eb4.C (main): Same.
530         * g++.old-deja/g++.robertl/eb39.C: Same.
531         * g++.old-deja/g++.robertl/eb33.C (main): Same.
532         * g++.old-deja/g++.robertl/eb31.C (main): Same.
533         * g++.old-deja/g++.robertl/eb30.C: Same.
534         * g++.old-deja/g++.robertl/eb3.C: Same.
535         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
536         * g++.old-deja/g++.robertl/eb21.C: Same.
537         * g++.old-deja/g++.robertl/eb15.C: Same.
538         * g++.old-deja/g++.robertl/eb118.C: Same.
539         * g++.old-deja/g++.robertl/eb115.C (main): Same.
540         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
541         * g++.old-deja/g++.robertl/eb109.C: Same.
542         * g++.old-deja/g++.other/sibcall1.C (main): Same.
543         * g++.old-deja/g++.mike/rtti1.C: Same.
544         * g++.old-deja/g++.mike/p658.C: Same.
545         * g++.old-deja/g++.mike/net46.C: Same.
546         * g++.old-deja/g++.mike/net34.C: Same.
547         * g++.old-deja/g++.mike/memoize1.C: Same.
548         * g++.old-deja/g++.mike/eh2.C: Same.
549         * g++.old-deja/g++.law/weak.C: Same.
550         * g++.old-deja/g++.law/visibility7.C: Same.
551         * g++.old-deja/g++.law/visibility25.C: Same.
552         * g++.old-deja/g++.law/visibility22.C: Same.
553         * g++.old-deja/g++.law/visibility2.C: Same.
554         * g++.old-deja/g++.law/visibility17.C: Same.
555         * g++.old-deja/g++.law/visibility13.C: Same.
556         * g++.old-deja/g++.law/visibility10.C: Same.
557         * g++.old-deja/g++.law/visibility1.C: Same.
558         * g++.old-deja/g++.law/virtual3.C (eval): Same.
559         * g++.old-deja/g++.law/vbase1.C: Same.
560         * g++.old-deja/g++.law/operators32.C: Same.
561         * g++.old-deja/g++.law/nest3.C: Same.
562         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
563         * g++.old-deja/g++.law/except5.C (main): Same.
564         * g++.old-deja/g++.law/cvt7.C (run): Same.
565         * g++.old-deja/g++.law/cvt2.C: Same.
566         * g++.old-deja/g++.law/cvt16.C: Same.
567         * g++.old-deja/g++.law/ctors6.C (bar): Same.
568         * g++.old-deja/g++.law/ctors17.C (main): Same.
569         * g++.old-deja/g++.law/ctors13.C: Same.
570         * g++.old-deja/g++.law/ctors12.C (main): Same.
571         * g++.old-deja/g++.law/ctors10.C: Same.
572         * g++.old-deja/g++.law/code-gen5.C: Same.
573         * g++.old-deja/g++.law/bad-error7.C: Same.
574         * g++.old-deja/g++.law/arm9.C: Same.
575         * g++.old-deja/g++.law/arm12.C: Same.
576         * g++.old-deja/g++.law/arg8.C: Same.
577         * g++.old-deja/g++.law/arg1.C: Same.
578         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
579         * g++.old-deja/g++.jason/template31.C: Same.
580         * g++.old-deja/g++.jason/template24.C (main): Same.
581         * g++.old-deja/g++.jason/2371.C: Same.
582         * g++.old-deja/g++.eh/new2.C: Same.
583         * g++.old-deja/g++.eh/new1.C: Same.
584         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
585         * g++.old-deja/g++.brendan/nest21.C (main): Same.
586         * g++.old-deja/g++.brendan/err-msg3.C: Same.
587         * g++.old-deja/g++.brendan/crash62.C: Same.
588         * g++.old-deja/g++.brendan/crash52.C: Same.
589         * g++.old-deja/g++.brendan/crash49.C (main): Same.
590         * g++.old-deja/g++.brendan/crash38.C: Same.
591         * g++.old-deja/g++.brendan/crash15.C (main): Same.
592         * g++.old-deja/g++.brendan/copy9.C: Same.
593
594 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
595
596         * gcc.c-torture/execute/20001203-2.c (memset):
597         Count argument is of type __SIZE_TYPE__.
598
599 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
600
601         * gcc.c-torture/compile/20010404-1.c: New test.
602
603 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
604
605         * gcc.c-torture/compile/20010326-1.c: New test.
606
607 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
608
609         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
610         peculiarities of the SH.
611         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
612
613 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
614
615         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
616         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
617         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
618
619 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
620
621         * g77.f-torture/compile/20010321-1.f: New test.
622
623 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
624
625         * gcc.c-torture/compile/20010329-1.c: New test.
626
627 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
628
629         * gcc.c-torture/execute/20010329-1.c: New test.
630
631 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
632
633         * g++.old-deja/g++.other/eh4.C: Fix typo.
634
635 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
636
637         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
638
639 2001-03-28  Philip Blundell  <philb@gnu.org>
640
641         * gcc.c-torture/compile/20010328-1.c: New test.
642
643 2001-03-27  Richard Henderson  <rth@redhat.com>
644
645         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
646         * g++.old-deja/g++.eh/vbase3.C: Likewise.
647
648 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
649
650         * gcc.c-torture/compile/20010327-1.c: New test.
651
652 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
653
654         * g++.old-deja/g++.other/friend12.C: New test.
655         * g++.old-deja/g++.other/friend9.C: Expect no errors.
656         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
657
658 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
659
660         * gcc.c-torture/execute/20010325-1.c: New test.
661
662 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
663
664         * g++.old-deja/g++.other/mangle3.C: New test.
665
666 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
667
668         * g++.old-deja/g++.other/anon8.C: New test.
669
670 2001-03-20  Philip Blundell  <philb@gnu.org>
671
672         * gcc.c-torture/compile/20010320-1.c: New test.
673
674 2001-03-17  Richard Henderson  <rth@redhat.com>
675
676         * g++.old-deja/g++.other/eh4.C: Add expected error text.
677
678 2001-03-15  Geoff Keating  <geoff@redhat.com>
679
680         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
681         tests on AIX.
682
683 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
684
685         * g++.old-deja/g++.other/eh4.C: New test.
686
687 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
688
689         * gcc.dg/cpp/mi1.c: Update.
690
691 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
692
693         * g++.old-deja/g++.other/regstack.C: New test.
694
695 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
696
697         * g++.old-deja/g++.other/ref4.C: New test.
698
699 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
700
701         * objc/execute/va_method.m: Added.
702         * objc/execute/IMP.m: Added.
703         * objc/execute/_cmd.m: Added.
704         * objc/execute/accessing_ivars.m: Added.
705         * objc/execute/class-1.m: Added.
706         * objc/execute/class-10.m: Added.
707         * objc/execute/class-11.m: Added.
708         * objc/execute/class-12.m: Added.
709         * objc/execute/class-13.m: Added.
710         * objc/execute/class-14.m: Added.
711         * objc/execute/class-2.m: Added.
712         * objc/execute/class-3.m: Added.
713         * objc/execute/class-4.m: Added.
714         * objc/execute/class-5.m: Added.
715         * objc/execute/class-6.m: Added.
716         * objc/execute/class-7.m: Added.
717         * objc/execute/class-8.m: Added.
718         * objc/execute/class-9.m: Added.
719         * objc/execute/class-tests-1.h
720         * objc/execute/class-tests-2.h
721         * objc/execute/compatibility_alias.m: Added.
722         * objc/execute/encode-1.m: Added.
723         * objc/execute/formal_protocol-1.m: Added.
724         * objc/execute/formal_protocol-2.m: Added.
725         * objc/execute/formal_protocol-3.m: Added.
726         * objc/execute/formal_protocol-4.m: Added.
727         * objc/execute/formal_protocol-5.m: Added.
728         * objc/execute/formal_protocol-6.m: Added.
729         * objc/execute/formal_protocol-7.m: Added.
730         * objc/execute/informal_protocol.m: Added.
731         * objc/execute/initialize.m: Added.
732         * objc/execute/load.m: Added.
733         * objc/execute/many_args_method.m: Added.
734         * objc/execute/nested-3.m: Added.
735         * objc/execute/no_clash.m: Added.
736         * objc/execute/private.m: Added.
737         * objc/execute/redefining_self.m: Added.
738         * objc/execute/root_methods.m: Added.
739         * objc/execute/selector-1.m: Added.
740         * objc/execute/static-1.m: Added.
741         * objc/execute/static-2.m: Added.
742         * objc/execute/va_method.m: Added.
743
744 2001-03-10  Richard Henderson  <rth@redhat.com>
745
746         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
747
748 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
749
750         * g++.old-deja/g++.other/crash31.C: XFAIL.
751         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
752         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
753         * gcc.c-torture/execute/20010123-1.x: XFAIL.
754         * gcc.c-torture/execute/20010124-1.x: XFAIL.
755         * gcc.dg/sequence-pt-1.c: XFAIL one test.
756
757 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
758
759         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
760
761 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
762
763         * gcc.dg/20000724-1.c: Don't use multiline strings.
764
765 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
766
767         * objc/execute/string1.m, objc/execute/string2.m: Compare the
768         result of -cString against what we expect it to be; don't just
769         print it out for no one to read.
770
771         * objc/execute/string3.m, objc/execute/string4.m: New tests.
772         Based on testcases provided by Nicola Pero.
773
774 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
775
776         * gcc.dg/cpp/macro7.c: New test.
777
778 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
779
780         * gcc.dg/cpp/multiline.c: Update.
781
782 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
783
784         * g++.old-deja/g++.other/enum3.C: New test.
785
786 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
787
788         * g++.old-deja/g++.other/pod1.C: New test.
789
790 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
791
792         * g++.old-deja/g++.ext/overload1.C: New test.
793
794 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
795
796         * g++.old-deja/g++.pt/using1.C: New test.
797
798 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
799
800         * g++.old-deja/g++.other/using9.C: New test.
801
802 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
803
804         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
805
806         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
807
808 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
809
810         * g++.old-deja/g++.ext/realpt1.C: Remove.
811
812 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
813
814         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
815
816 2001-02-26  Will Cohen  <wcohen@redhat.com>
817
818         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
819
820 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
821
822         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
823         templatized constructors.
824
825 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
826
827         * gcc.c-torture/execute/20010224-1.c: New test.
828
829 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
830
831         * gcc.c-torture/execute/20010222-1.c: New test.
832
833 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
834
835         * g++.old-deja/g++.other/inline20.C: New test.
836
837 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
838
839         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
840
841 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
842
843         * g++.old-deja/g++.other/lookup22.C: New test.
844
845 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
846
847         * g77.dg: New directory.
848         * g77.dg/20010216-1.f: New test case.
849         * g77.dg/dg.exp: New driver.
850         * lib/g77-dg.exp: New driver library.
851
852 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
853
854         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
855
856 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
857
858         * g++.old-deja/g++.other/decl9.C: New test.
859
860 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
861
862         * g++.old-deja/g++.other/init16.C: Update the test so that it does
863         not need <string> and also tests the initialization at runtime.
864
865 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
866
867         * gcc.c-torture/execute/longlong.c: New test.
868
869 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
870
871         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
872
873 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
874
875         * gcc.c-torture/execute/920302-1.c (execute):
876         Change argument type to short.
877
878 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
879
880         * g++.old-deja/g++.pt/deduct6.C: New test.
881
882 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
883
884         * g++.old-deja/g++.pt/deduct5.C: New test.
885
886 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
887
888         * gcc.c-torture/execute/20010209-1.c: New test.
889
890 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
891
892         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
893
894 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
895
896         * g++.dg/vtgc1.C: Update for new ABI.
897
898         * consistency.vlad: New directory, 1665 files.
899
900 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
901
902         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
903         return type.
904         * gcc.dg/cpp/digraphs.c: Declare puts.
905
906 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
907
908         * g++.old-deja/g++.other/warn5.C: New test.
909
910 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
911
912         * g++.old-deja/g++.pt/spec40.C: New test.
913
914 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
915
916         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
917         case.
918         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
919
920 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
921
922         * gcc.c-torture/compile/20010209-1.c: New test.
923
924 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
925
926         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
927         excess errors message but not if it crashes.
928         * g++.old-deja/g++.other/crash27.C: Likewise.
929         * g++.old-deja/g++.other/crash28.C: Likewise.
930         * g++.old-deja/g++.other/crash30.C: Likewise.
931         * g++.old-deja/g++.other/crash32.C: Likewise.
932         * g++.old-deja/g++.other/crash35.C: Likewise.
933         * g++.old-deja/g++.pt/inherit2.C: Likewise.
934
935 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
936
937         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
938         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
939         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
940         g77.f-torture/execute/execute.exp,
941         g77.f-torture/noncompile/noncompile.exp,
942         gcc.c-torture/execute/execute.exp,
943         gcc.c-torture/execute/memcheck/memcheck.exp,
944         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
945         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
946         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
947         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
948         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
949         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
950         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
951         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
952         Remove bug reporting instructions with ancient email addresses.
953
954 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
955
956         * gcc.dg/20010202-1.c: New test.
957         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
958
959 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
960
961         * g++.dg/stdbool-if.C: New test.
962
963 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
964
965         * objc/execute/fdecl.m: Added main().
966
967 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
968
969         * gcc.c-torture/execute/20010206-1.c: New test.
970
971 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
972
973         * gcc.dg/cpp/avoidpaste1.c: Update.
974
975 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
976
977         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
978         Pero <nicola@brainstorm.co.uk>.
979         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
980
981 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
982
983         * g++.old-deja/g++.pt/spec39.C: New test.
984
985 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
986
987         * gcc.c-torture/compile/20010202-1.c: New test.
988
989 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
990
991         * g++.old-deja/g++.abi/primary2.C: New test.
992         * g++.old-deja/g++.abi/primary3.C: New test.
993         * g++.old-deja/g++.abi/primary4.C: New test.
994         * g++.old-deja/g++.abi/primary5.C: New test.
995         * g++.old-deja/g++.abi/vtable3.h: New test.
996         * g++.old-deja/g++.abi/vtable3a.C: New test.
997         * g++.old-deja/g++.abi/vtable3b.C: New test.
998         * g++.old-deja/g++.abi/vtable3c.C: New test.
999         * g++.old-deja/g++.abi/vtable3d.C: New test.
1000         * g++.old-deja/g++.abi/vtable3e.C: New test.
1001         * g++.old-deja/g++.abi/vtable3f.C: New test.
1002         * g++.old-deja/g++.abi/vtable3g.C: New test.
1003         * g++.old-deja/g++.abi/vtable3h.C: New test.
1004         * g++.old-deja/g++.abi/vtable3i.C: New test.
1005         * g++.old-deja/g++.abi/vtable3j.C: New test.
1006         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
1007
1008 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
1009
1010         * g++.old-deja/g++.other/anon6.C: New test.
1011         * g++.old-deja/g++.other/anon7.C: New test.
1012
1013 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1014
1015         * gcc.dg/cpp/avoidpaste2.c: New tests.
1016
1017 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
1018
1019         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
1020
1021 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
1022
1023         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
1024         DECIMAL_DIG cases for Irix."
1025
1026 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
1027
1028         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
1029
1030 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
1031
1032         * gcc.dg/c99-tag-1.c: New test.
1033
1034 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1035
1036         * gcc.dg/cpp/tr-warn1.c: Add tests.
1037
1038 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1039
1040         * gcc.dg/cpp/avoidpaste1.c: Update.
1041         * gcc.dg/cpp/paste4.c: Update.
1042
1043 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
1044
1045         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
1046         cases for Irix.
1047
1048 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1049
1050         * g++.old-deja/g++.other/inline19.C: New test.
1051
1052 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
1053
1054         * gcc.dg/Wlarger-than.c: New test.
1055
1056 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1057
1058         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
1059
1060 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
1061
1062         * gcc.c-torture/execute/20010129-1.c: New test.
1063         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
1064
1065 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1066
1067         * gcc.dg/cpp/avoidpaste1.c: Test case.
1068
1069 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
1070
1071         * g++.old-deja/g++.other/inline18.C: New test.
1072
1073 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1074
1075         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
1076         and __builtin_putchar.
1077
1078 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
1079
1080         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
1081         tests.
1082
1083 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
1084
1085         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
1086         floating point number rounding mode to round to the nearest
1087         representable mode.
1088
1089 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
1090
1091         * g++.old-deja/g++.other/mangle2.C: New test.
1092
1093 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1094
1095         * gcc.c-torture/compile/20010124-1.c: New test.
1096
1097 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
1098
1099         * g++.old-deja/g++.pt/spec38.C: New test.
1100
1101 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1102
1103         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
1104         "Build don't run".
1105
1106 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1107
1108         * gcc.c-torture/execute/20010123-1.c: New test.
1109
1110 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
1111
1112         * g++.old-deja/g++.pt/spec37.C: New test.
1113
1114 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
1115
1116         * g++.old-deja/g++.pt/overload14.C: New test.
1117
1118 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1119
1120         * gcc.c-torture/execute/20010122-1.c: New test, exercise
1121         __builtin_return_address.
1122
1123 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
1124
1125         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
1126         * g++.old-deja/g++.pt/spec35.C: New test.
1127         * g++.old-deja/g++.pt/spec36.C: New test.
1128
1129 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
1130
1131         * gcc.c-torture/compile/20010118-1.c: New test.
1132
1133 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
1134
1135         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
1136
1137 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
1138
1139         * gcc.c-torture/execute/20010119-1.c: New test.
1140
1141 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1142
1143         * g++.old-deja/g++.other/vbase5.C: New test.
1144
1145 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
1146
1147         * gcc.c-torture/execute/20010118-1.c: New test.
1148
1149 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1150
1151         * g++.old-deja/g++.pt/deduct3.C: New test.
1152
1153 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1154
1155         * g++.old-deja/g++.pt/spec34.C: New test.
1156
1157 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
1158
1159         * g77.f-torture/compile/20000601-2.f: New test.
1160
1161 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1162
1163         * g++.old-deja/g++.other/init17.C: New test.
1164
1165 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
1166
1167         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
1168
1169 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1170
1171         * g++.old-deja/g++.pt/unify8.C: New test.
1172
1173 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1174
1175         * g++.old-deja/g++.abi/vbase1.C: New test.
1176
1177 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
1178
1179         * g++.old-deja/g++.pt/crash65.C: New test.
1180
1181 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1182
1183         * gcc.dg/cpp/assembl2.S: New test case.
1184
1185 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
1186
1187         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
1188         are supported.
1189
1190 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1191
1192         * g++.old-deja/g++.other/builtins1.C: New test.
1193         * g++.old-deja/g++.other/builtins2.C: Likewise.
1194         * g++.old-deja/g++.other/builtins3.C: Likewise.
1195         * g++.old-deja/g++.other/builtins4.C: Likewise.
1196
1197 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
1198
1199         * gcc.c-torture/compile/20010117-1.c: New test.
1200         * gcc.c-torture/compile/20010117-2.c: New test.
1201
1202 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1203
1204         * g77.f-torture/execute/20010116.[fx]: New test,
1205         XFAIL on i?86-*-*.
1206         * g77.f-torture/compile/20010115.f: Indicate it's
1207         a test for PR fortran/1636.
1208
1209 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1210
1211         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
1212
1213 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1214
1215         * g77.f-torture/compile/20010115.f: New test.
1216
1217 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
1218
1219         * g++.old-deja/g++.pt/nontype5.C: New test.
1220
1221 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1222
1223         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
1224         have an equivalent working one below it.
1225
1226 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
1227
1228         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
1229         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
1230
1231 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
1232
1233         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
1234         message containing "init_priority".
1235         (conpr-2.C): Likewise.
1236         (conpr-3.C): Likewise.
1237         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
1238
1239 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1240
1241         * gcc.c-torture/execute/20010114-2.c: New test.
1242
1243 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1244
1245         * gcc.c-torture/compile/20010114-1.c: New test.
1246         * gcc.c-torture/compile/20010114-1.x: Xfail.
1247         * gcc.c-torture/compile/20010114-2.c: New test.
1248         * gcc.c-torture/execute/20010114-1.c: New test.
1249         * gcc.dg/trunc-1.c: New test.
1250         * gcc.dg/uninit-B.c: New test.
1251
1252 2001-01-13  Nick Clifton  <nickc@redhat.com>
1253
1254         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
1255         target.
1256
1257 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1258
1259         * gcc.c-torture/compile/20010113-1.c: New test.
1260
1261 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
1262
1263         * gcc.c-torture/compile/20001212-1.c: New test.
1264
1265 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1266
1267         * gcc.dg/cpp/widestr1.c: Update.
1268         * gcc.dg/cpp/prag-imp.c: Remove.
1269
1270 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
1271
1272         * gcc.c-torture/execute/20000801-3.x: Remove.
1273         * gcc.dg/c90-init-1.c: New test.
1274         * gcc.dg/c99-init-1.c: New test.
1275         * gcc.dg/c99-init-2.c: New test.
1276         * gcc.dg/gnu99-init-1.c: New test.
1277
1278 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
1279
1280         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
1281         testing that no relevant ones were found.
1282
1283 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
1284
1285         * g++.old-deja/g++.pt/cast2.C: New test.
1286
1287 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
1288
1289         * g++.old-deja/g++.pt/friend47.C: New test.
1290
1291 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1292
1293         * g++.old-deja/g++.pt/instantiate13.C: New test.
1294
1295 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1296
1297         * g++.old-deja/g++.other/defarg7.C: New test.
1298         * g++.old-deja/g++.other/defarg8.C: New test.
1299
1300 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1301
1302         * g++.old-deja/g++.pt/crash64.C: New test.
1303
1304 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
1305
1306         * g++.old-deja/g++.pt/crash63.C: New test.
1307
1308 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
1309
1310         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
1311
1312 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
1313
1314         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
1315
1316 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1317
1318         * g++.old-deja/g++.pt/error3.C: New test.
1319
1320 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1321
1322         * g++.old-deja/g++.other/crash39.C: New test.
1323
1324 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
1325
1326         * g++.old-deja/g++.other/vbase4.C: New test.
1327
1328 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
1329
1330         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
1331         * gcc.dg/special/20000419-2.c: New file. Identical to above.
1332         * gcc.dg/special/special.exp: New test driver which will check
1333         for alias support for the above test.
1334
1335 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
1336
1337         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
1338         problems on small machines.
1339         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
1340         parameterize.
1341
1342 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
1343
1344         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
1345         mips.
1346         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
1347
1348 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
1349
1350         * g++.old_deja/g++.pt/using8.C: New test.
1351
1352 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1353
1354         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
1355
1356 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
1357
1358         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
1359         where a failure is expected.
1360         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
1361
1362 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
1363
1364         * g++.old_deja/g++.pt/instantiate12.C: New test.
1365
1366 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
1367
1368         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
1369         start of structs.
1370         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
1371         * g++.old-deja/g++.brendan/crash17.C: Likewise.
1372         * g++.old-deja/g++.brendan/crash29.C: Likewise.
1373         * g++.old-deja/g++.brendan/crash48.C: Likewise.
1374         * g++.old-deja/g++.brendan/ns1.C: Likewise.
1375         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
1376         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
1377         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
1378         * g++.old-deja/g++.eh/spec6.C: Likewise.
1379         * g++.old-deja/g++.jason/crash3.C: Likewise.
1380         * g++.old-deja/g++.law/ctors11.C: Likewise.
1381         * g++.old-deja/g++.law/ctors17.C: Likewise.
1382         * g++.old-deja/g++.law/ctors5.C: Likewise.
1383         * g++.old-deja/g++.law/ctors9.C: Likewise.
1384         * g++.old-deja/g++.mike/ambig1.C: Likewise.
1385         * g++.old-deja/g++.mike/net22.C: Likewise.
1386         * g++.old-deja/g++.mike/p3538a.C: Likewise.
1387         * g++.old-deja/g++.mike/p3538b.C: Likewise.
1388         * g++.old-deja/g++.mike/virt3.C: Likewise.
1389         * g++.old-deja/g++.niklas/t128.C: Likewise.
1390         * g++.old-deja/g++.other/anon4.C: Likewise.
1391         * g++.old-deja/g++.other/using1.C: Likewise.
1392         * g++.old-deja/g++.other/warn3.C: Likewise.
1393         * g++.old-deja/g++.pt/t37.C: Likewise.
1394         * g++.old-deja/g++.robertl/eb69.C: Likewise.
1395         * g++.old-deja/g++.robertl/eb71.C: Likewise.
1396
1397 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
1398
1399         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
1400
1401 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1402
1403         * gcc.c-torture/execute/stdio-opt-3.c: New test.
1404
1405 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
1406
1407         * gcc.c-torture/compile/20010107-1.c: New test.
1408
1409 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1410
1411         * gcc.c-torture/execute/builtin-noret-1.c: New test.
1412
1413 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1414
1415         * gcc.dg/format/format.h: New file.
1416         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
1417         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
1418         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
1419         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
1420         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
1421         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1422         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
1423         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
1424         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
1425         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
1426         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
1427         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
1428         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
1429         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
1430         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
1431         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
1432         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
1433         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
1434         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
1435         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
1436         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
1437         instead of declaring standard types, macros and functions in each
1438         test.
1439
1440 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
1441
1442         * gcc.c-torture/execute/20010106-1.c: New test.
1443
1444 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1445
1446         * gcc.dg/format/format.exp: New file.
1447         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
1448         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
1449         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
1450         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
1451         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
1452         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
1453         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
1454         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
1455         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
1456         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
1457         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
1458         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
1459         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
1460         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
1461         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
1462         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
1463         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
1464         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
1465         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
1466         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
1467         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
1468         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
1469         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
1470         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
1471         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
1472         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
1473         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
1474         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
1475         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
1476         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
1477         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
1478         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
1479         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
1480         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
1481         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
1482         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
1483         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
1484         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
1485         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
1486         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
1487         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
1488         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
1489
1490 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
1491
1492         * gcc.c-torture/execute/991228-1.c: Take word endianness into
1493         account.
1494
1495 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1496
1497         * gcc.c-torture/execute/builtin-complex-1.c: New test.
1498
1499 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1500
1501         * g++.old-deja/g++.pt/crash62.C: New test.
1502
1503 2001-01-04  Richard Henderson  <rth@redhat.com>
1504
1505         * gcc.dg/20000926-1.c: Update expected warnings.
1506         * gcc.dg/array-2.c: Likewise.
1507         * gcc.dg/array-4.c: Also validate flexible array members.
1508         * gcc.dg/c99-flex-array-1.c: New.
1509
1510 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1511
1512         * gcc.c-torture/compile/20001222-1.x: Remove.
1513
1514 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1515
1516         * gcc.c-torture/execute/built-in-setjmp.c: New.
1517
1518 2001-01-03  Richard Henderson  <rth@redhat.com>
1519
1520         * gcc.dg/940510-1.c: Update expected error wording.
1521         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
1522
1523 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
1524
1525         * lib/target-supports.exp (check_alias_available): Modified to
1526         indicate aliases not supported if only weak aliases are supported.
1527
1528 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1529
1530         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
1531         Turn on cmpstrsi checks for __pj__ and __i370__.
1532
1533 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1534
1535         * g++.old-deja/g++.other/virtual11.C: New test.
1536
1537 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1538
1539         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
1540
1541 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1542
1543         * gcc.c-torture/compile/20010102-1.c: New test.
1544
1545 2001-01-02  Andreas Jaeger  <aj@suse.de>
1546
1547         * gcc.dg/noreturn-3.c: New test.
1548
1549         * gcc.dg/noreturn-4.c: New test.
1550
1551 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1552
1553         * gcc.c-torture/execute/stdio-opt-1.c: Also test
1554         __builtin_fputc and __builtin_fwrite.
1555
1556 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
1557
1558         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
1559         signed char, not default char.
1560
1561 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
1562
1563         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
1564
1565 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
1566
1567         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
1568
1569 2000-12-29  Richard Henderson  <rth@redhat.com>
1570
1571         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
1572         (__cyg_profile_func_exit): Define.
1573
1574 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
1575
1576         * g++.dg/vtgc1.C: New test.
1577
1578 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
1579
1580         * gcc.dg/noncompile/20001228-1.c: New test.
1581
1582         * gcc.dg/20001228-1.c: New test.
1583
1584         * gcc.c-torture/execute/20001228-1.c: New test.
1585
1586 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1587
1588         * gcc.dg/format-strfmon-1.c: New test.
1589
1590 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1591
1592         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
1593         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
1594         * gcc.c-torture/execute/string-opt-1.c: Likewise.
1595         * gcc.c-torture/execute/string-opt-2.c: Likewise.
1596         * gcc.c-torture/execute/string-opt-3.c: Likewise.
1597         * gcc.c-torture/execute/string-opt-4.c: Likewise.
1598         * gcc.c-torture/execute/string-opt-6.c: Likewise.
1599         * gcc.c-torture/execute/string-opt-7.c: Likewise.
1600         * gcc.c-torture/execute/string-opt-8.c: Likewise.
1601         * gcc.c-torture/execute/string-opt-9.c: Likewise.
1602         * gcc.c-torture/execute/string-opt-10.c: Likewise.
1603         * gcc.c-torture/execute/string-opt-11.c: Likewise.
1604         * gcc.c-torture/execute/string-opt-12.c: Likewise.
1605
1606         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
1607         * gcc.c-torture/execute/string-opt-4.c: Test index.
1608
1609 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
1610
1611         * gcc.c-torture/compile/20001226-1.c: New test.
1612
1613 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1614
1615         * gcc.c-torture/compile/20001222-1.c: New test.
1616         * gcc.c-torture/compile/20001222-1.x: Xfail.
1617
1618 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
1619
1620         * gcc.c-torture/execute/comp-goto-2.c: New test.
1621
1622 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
1623
1624         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
1625         Use long types if __INT_MAX__ is 32767.
1626         (main): Use cast to (sint32 *) when poking 88 into a_page.
1627
1628         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
1629
1630 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
1631
1632         * gcc.c-torture/compile/20001221-1.c: New test.
1633         * gcc.c-torture/execute/20001221-1.c: New test.
1634
1635 2000-12-20  Richard Henderson  <rth@redhat.com>
1636
1637         * g++.old-deja/g++.pt/crash36.C: Update error lines.
1638         * g++.old-deja/g++.robertl/eb109.C: Likewise.
1639
1640 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1641
1642         * gcc.dg/compare3.c: New test.
1643
1644 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1645
1646         * gcc.dg/format-warnll-1.c: New test.
1647
1648 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
1649
1650         * gcc.dg/cpp/cmdlne-P.c: New test.
1651
1652 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1653
1654         * gcc.c-torture/execute/builtin-abs-1.c,
1655         gcc.c-torture/execute/builtin-abs-2.c: New tests.
1656
1657 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1658
1659         * gcc.dg/cpp/multiline.c: New test.
1660
1661 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1662
1663         * g++.old-deja/g++.other/syshdr1.C: Update.
1664         * gcc.dg/cpp/lineflags.c: Remove temporarily.
1665
1666 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1667
1668         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
1669
1670 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1671
1672         * g++.old-deja/g++.pt/ttp65.C: New test.
1673
1674 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1675
1676         * g++.old-deja/g++.pt/ttp64.C: New test.
1677
1678 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1679
1680         * g++.old-deja/g++.pt/spec33.C: New test.
1681
1682 2000-12-14  Catherine Moore  <clm@redhat.com>
1683
1684         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
1685         * gcc.c-torture/execute/920612-2.c: Likewise.
1686         * gcc.c-torture/execute/920428-2.c: Likewise.
1687         * gcc-c-torture/execute/va-arg-11.c: Call exit.
1688         * gcc.c-torture/execute/va-arg-21.c: Likewise.
1689
1690 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1691
1692         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
1693         * gcc.dg/pack-test-2.c: Likewise.
1694
1695 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1696
1697         Tests by Zack Weinberg <zackw@stanford.edu>.
1698
1699         * gcc.dg/cpp/defined.c: Update.
1700         * gcc.dg/cpp/defined_trad.c: New tests.
1701
1702 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1703
1704         * gcc.dg/cpp/trad-direct.c: Update.
1705
1706 2000-12-11  Neil Booth  <neilb@earthling.net>
1707
1708         * gcc.dg/cpp/defined_trad.c
1709
1710 2000-12-11  Neil Booth  <neilb@earthling.net>
1711
1712         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
1713
1714 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1715
1716         * gcc.dg/format-miss-2.c: New test.
1717
1718 2000-12-09  Neil Booth  <neilb@earthling.net>
1719
1720         * gcc.dg/cpp/lineflags.c: New tests.
1721         * gcc.dg/cpp/poison.c: Update.
1722         * gcc.dg/cpp/redef2.c: Update.
1723         * gcc.dg/cpp/skipping.c: New test.
1724
1725 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
1726
1727         * g++.old-deja/g++.other/eh3.C: New testcase.
1728
1729 2000-12-07  Neil Booth  <neilb@earthling.net>
1730
1731         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
1732         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
1733         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
1734         wtr-union-init-2.c, wtr-union-init-3.c: Update.
1735         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
1736         Update.
1737
1738 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1739
1740         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
1741         __SIZE_TYPE__ instead of int for type of integers cast to
1742         pointers.
1743
1744 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
1745
1746         * g++.old-deja/g++.other/cleanup4.C: New test.
1747
1748 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1749
1750         * format-sec-1.c: New test.
1751
1752 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1753
1754         * gcc.dg/format-nonlit-3.c: New test.
1755
1756 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1757
1758         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
1759         through a null pointer.
1760
1761 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1762
1763         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
1764         * g++.old-deja/g++.pt/partial4.C: New test.
1765
1766 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1767
1768         * gcc.c-torture/execute/ieee/hugeval.x: New.
1769
1770 2000-12-06  Neil Booth  <neilb@earthling.net>
1771
1772         * gcc.dg/cpp/backslash2.c: New tests.
1773
1774 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1775
1776         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
1777         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
1778
1779 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
1780
1781         * gcc.c-torture/execute/20001203-2.c: New testcase.
1782
1783 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
1784
1785         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
1786         * g++.old-deja/g++.other/virtual10.C: New test.
1787
1788 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
1789
1790         * g++.old-deja/g++.mike/pmf5.C: Remove test.
1791
1792 2000-12-05  Richard Henderson  <rth@redhat.com>
1793
1794         * gcc.c-torture/compile/20001205-1.c: New.
1795
1796 2000-12-04  Neil Booth  <neilb@earthling.net>
1797
1798         * g++.old-deja/g++.other/virtual9.C: New test.
1799         * g++.old-deja/g++.pt/crash61.C: New test.
1800         * gcc.c-torture/execute/loop-9.c: New test.
1801
1802 2000-12-04  Neil Booth  <neilb@earthling.net>
1803
1804         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
1805         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
1806         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
1807         * gcc.dg/cpp/extratokens.c: ...here.
1808
1809 2000-12-04  Neil Booth  <neilb@earthling.net>
1810
1811         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
1812         New tests.
1813
1814 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1815
1816         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
1817         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
1818
1819 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1820
1821         * gcc.c-torture/execute/20001203-1.c: New test.
1822
1823 2000-12-03  Neil Booth  <neilb@earthling.net>
1824
1825         * gcc.dg/cpp/macro6.c: New test cases.
1826
1827 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1828
1829         * gcc.c-torture/execute/string-opt-9.c: New test.
1830         * gcc.c-torture/execute/string-opt-10.c: Likewise.
1831         * gcc.c-torture/execute/string-opt-11.c: Likewise.
1832         * gcc.c-torture/execute/string-opt-12.c: Likewise.
1833
1834         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
1835         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
1836
1837 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
1838
1839         * gcc.dg/cpp/if-6.c: New testcase.
1840
1841         * gcc.dg/20001201-1.c: New testcase.
1842
1843 2000-12-02  Neil Booth  <neilb@earthling.net>
1844
1845         * g++.old-deja/g++.other/externC4.C,
1846         g++.old-deja/g++.other/friend10.C: New tests.
1847
1848 2000-12-02  Neil Booth  <neilb@earthling.net>
1849
1850         * g++.old-deja/g++.other/instan2.C
1851         * g++.old-deja/g++.other/instan3.C: New test.
1852
1853 2000-12-02  Neil Booth  <neilb@earthling.net>
1854
1855         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
1856         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
1857         gnuc99.c,gnuc99-pedantic.c: New tests.
1858
1859 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1860
1861         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
1862         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
1863
1864 2000-12-01  Neil Booth  <neilb@earthling.net>
1865
1866         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
1867         * gcc.dg/cpp/poison.c: Update.
1868         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
1869
1870 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
1871
1872         * g77.f-torture/execute/20001201.f: New test.
1873
1874 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1875
1876         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
1877
1878 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
1879
1880         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
1881
1882 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
1883
1884         * g++.old-deja/g++.other/cast6.C: New test.
1885
1886 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
1887
1888         * gcc.c-torture/execute/20001130-2.c: New testcase.
1889
1890 2000-11-30  Richard Henderson  <rth@redhat.com>
1891
1892         * gcc.c-torture/execute/20001130-1.c: New test.
1893
1894 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
1895
1896         * g++.old-deja/g++.other/op3.C: New test.
1897
1898 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
1899
1900         * g++.old-deja/g++.other/op2.C: New test.
1901
1902 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
1903
1904         * g++.old-deja/g++.other/crash38.C: New test.
1905
1906 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
1907
1908         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
1909
1910 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
1911
1912         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
1913         tests.
1914         * gcc.c-torture/execute/string-opt-6.c: New test.
1915
1916         * gcc.dg/20001117-1.c: Add main.
1917
1918 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
1919
1920         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
1921         Move from here ...
1922         * gcc.dg/940510-1.c: ... to here.
1923
1924         * gcc.dg/20000926-1.c: GNU C now allows initializations of
1925         zero-size arrays in toplevel structures.
1926
1927 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1928
1929         * gcc.c-torture/execute/loop-8.c: New test.
1930
1931 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1932
1933         * g++.old-deja/g++.other/base1.C: New test.
1934
1935 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1936
1937         * g++.old-deja/g++.other/parse2.C: New test.
1938
1939 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1940
1941         * g++.old-deja/g++.pt/incomplete1.C: New test.
1942
1943 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1944
1945         * g++.old-deja/g++.other/friend9.C: New test.
1946
1947 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1948
1949         * gcc.dg/20001127-1.c: New test.
1950
1951 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
1952
1953         * g++.old-deja/g++.pt/friend46.C: New test.
1954
1955 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
1956
1957         * g++.old-deja/g++.other/ptrmem8.C: New test.
1958
1959 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1960
1961         * gcc.c-torture/execute/string-opt-7.c: New test.
1962         * gcc.c-torture/execute/string-opt-8.c: Likewise.
1963
1964 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
1965
1966         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
1967         instead of 'mkcheck 2'.
1968
1969 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1970
1971         * gcc.c-torture/execute/memcheck/driver.c,
1972         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
1973         C9X references to refer to C99.
1974
1975 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
1976
1977         * gcc.dg/ultrasp3.c: New test.
1978
1979 2000-11-25  Neil Booth  <neilb@earthling.net>
1980
1981         * gcc.dg/cpp/include2.c: Update test to be locale independent.
1982
1983 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
1984
1985         * gcc.c-torture/compile/20001123-2.c: New.
1986
1987 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1988
1989         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
1990
1991 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
1992
1993         * gcc.dg/sequence-point-1.c: Add some new tests.
1994         * gcc.c-torture/execute/20001124-1.c: New test.
1995
1996 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
1997
1998         * g++.old-deja/g++.other/vaarg4.C: New test.
1999         * gcc.c-torture/compile/20001123-1.c: New test.
2000
2001 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
2002
2003         * g++.other/crash24.C: Adjust and remove XFAIL.
2004         * g++.other/crash37.C: New test.
2005
2006 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
2007
2008         * g++.old-deja/g++.pt/instantiate9.C: New test.
2009
2010 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
2011
2012         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
2013         new ABI, too.
2014
2015         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
2016         * g++.old-deja/g++.robertl/eb55.C: Likewise.
2017
2018 2000-11-22  Neil Booth  <neilb@earthling.net>
2019
2020         * gcc.dg/cpp/Wtrigraphs.c: New test.
2021
2022 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
2023
2024         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
2025
2026 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
2027
2028         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
2029
2030 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
2031
2032         * lib/gcc-dg.exp: load_lib scanasm.exp.
2033         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
2034         * lib/g++-dg.exp: load_lib scanasm.exp.
2035         * lib/scanasm.exp: New.
2036         (scan-assembler, scan-assembler-not): Add optional arguments to
2037         test name, or if not present, the pattern name.
2038         (scan-assembler-dem, scan-assembler-dem-not): New.
2039
2040         * g++.dg/dg.exp: New.
2041
2042 2000-11-21  Neil Booth  <neilb@earthling.net>
2043
2044         * gcc.dg/cpp/integrated1.c: Remove.
2045
2046 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2047
2048         * gcc.c-torture/execute/20001121-1.c: New test.
2049
2050 2000-11-21  Richard Henderson  <rth@redhat.com>
2051
2052         * gcc.c-torture/compile/20001121-1.c: New test.
2053
2054 2000-11-20  Neil Booth  <neilb@earthling.net>
2055
2056         * gcc.dg/cpp/integrated1.c: New test.
2057
2058 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2059
2060         * g++.old-deja/g++.other/inline17.C: New test.
2061
2062 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
2063
2064         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
2065         local variable to be zero: I made the variable global. Now
2066         uses abort() and exit() instead of relying on main's return value.
2067
2068 2000-11-20  Neil Booth  <neilb@earthling.net>
2069
2070         * gcc.dg/cpp/paste2.c: Update test.
2071         * objc/execute/paste.m: New test.
2072
2073 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2074
2075         * gcc.dg/c99-condexpr-1.c: New test.
2076
2077 2000-11-20  Neil Booth  <neilb@earthling.net>
2078
2079         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
2080
2081 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
2082
2083         * g++.old-deja/g++.pt/export1.C: New test.
2084
2085 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
2086
2087         * gcc.dg/20001117-1.c: New test.
2088
2089 2000-11-18  Richard Henderson  <rth@redhat.com>
2090
2091         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
2092
2093 2000-11-18  Richard Henderson  <rth@redhat.com>
2094
2095         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
2096         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
2097         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
2098
2099 2000-11-18  Richard Henderson  <rth@redhat.com>
2100
2101         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
2102         (main): New.  Exit cleanly.
2103
2104 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2105
2106         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
2107         gcc.dg/c99-fordecl-2.c: New tests.
2108
2109 2000-11-18  Richard Henderson  <rth@redhat.com>
2110
2111         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
2112         * gcc.c-torture/execute/zerolen-2.c: New.
2113
2114 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2115
2116         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
2117         memory.
2118
2119 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2120
2121         * g++.old-deja/g++.pt/instantiate8.C: New test.
2122
2123 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
2124
2125         * g++.old-deja/g++.other/incomplete.C: Add more tests.
2126         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
2127
2128 2000-11-16  Nick Clifton  <nickc@redhat.com>
2129
2130         * gcc.c-torture/execute/nestfunc-2.c: New test.
2131         * gcc.c-torture/execute/nestfunc-3.c: New test.
2132
2133 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
2134
2135         * gcc.c-torture/compile/20001116-1.c: New test.
2136
2137 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2138
2139         * gcc.c-torture/execute/20001115-1.c: New test.
2140
2141 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
2142
2143         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
2144         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
2145         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
2146         * g++.old-deja/g++.abi/vmihint.C: Likewise.
2147
2148 2000-11-15  Neil Booth  <neilb@earthling.net>
2149
2150         gcc.dg/cpp/_Pragma1.c: Update.
2151         gcc.dg/cpp/_Pragma2.c: New test.
2152
2153 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
2154
2155         * g++.old-deja/g++.other/anon5.C: New test.
2156
2157 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2158
2159         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
2160         tests.
2161
2162 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2163
2164         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
2165         output.
2166
2167 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2168
2169         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
2170         labels at end of compound statements.
2171
2172 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
2173
2174         * gcc.c-torture/execute/loop-7.c: New test.
2175
2176 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2177
2178         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
2179
2180 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2181
2182         * gcc.dg/c99-bool-1.c: New test.
2183
2184 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2185
2186         * gcc.dg/c99-scope-1.c: Remove xfail.
2187         * gcc.dg/c99-scope-2.c: New test.
2188
2189 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2190
2191         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
2192         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
2193
2194 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
2195
2196         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
2197         error messages.
2198
2199         * g++.mike/p700.C: Don't typedef wchar_t.
2200         * g++.mike/p784.C: Likewise.
2201         * g++.mike/eb101.C: Don't use __wchar_t.
2202
2203 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
2204
2205         * g77.f-torture/execute/20001111.[fx]: Test premature exit
2206         from DO loop.
2207
2208 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
2209
2210         * gcc.c-torture/execute/20001111-1.c: New test.
2211
2212 2000-11-10  Nick Clifton  <nickc@redhat.com>
2213
2214         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
2215         long multuiple and accumulate.
2216
2217 2000-11-09  Richard Henderson  <rth@redhat.com>
2218
2219         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
2220         via size_t instead of int.
2221
2222         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
2223         * gcc.c-torture/execute/string-opt-2.c: Likewise.
2224         * gcc.c-torture/execute/string-opt-3.c: Likewise.
2225         * gcc.c-torture/execute/string-opt-4.c: Likewise.
2226
2227 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
2228
2229         * gcc.c-torture/compile/20001109-1.c: New test.
2230         * gcc.c-torture/compile/20001109-2.c: New test.
2231
2232 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
2233
2234         * g++.old-deja/g++.pt/operator1.C: New test.
2235         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
2236
2237 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
2238
2239         * gcc.dg/20001108-1.c: New test.
2240
2241 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
2244         with both arguments constant strings.
2245         * gcc.c-torture/execute/string-opt-3.c: New test.
2246         * gcc.c-torture/execute/string-opt-4.c: New test.
2247         * gcc.c-torture/execute/string-opt-5.c: New test.
2248
2249 2000-11-08  Nick Clifton  <nickc@redhat.com>
2250
2251         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
2252         mulsidi3adddi patterns.
2253
2254 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
2255
2256         * g++.old-deja/g++.other/crash36.C: New test.
2257
2258 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
2259
2260         * g++.old-deja/g++.other/init16.C: New test.
2261
2262 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
2263
2264         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
2265
2266 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
2267
2268         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
2269         * gcc.c-torture/execute/va-arg-16.x: Likewise.
2270         * gcc.c-torture/execute/va-arg-17.x: Likewise.
2271
2272 2000-11-07  DJ Delorie  <dj@redhat.com>
2273
2274         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
2275
2276 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2277
2278         * gcc.c-torture/execute/string-opt-1.c: New test.
2279
2280 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
2281
2282         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
2283         mips-sgi-irix6.* because the MIPS ABI passes floating-point
2284         parameters in registers, and there is no way for a varargs
2285         function to know in which order the integer and floating-point
2286         parameters should be interleaved when they are placed on the
2287         stack.
2288         * gcc.c-torture/execute/va-arg-16.x: Likewise.
2289         * gcc.c-torture/execute/va-arg-17.x: Likewise.
2290
2291 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2292
2293         * gcc.c-torture/execute/string-opt-2.c: New test.
2294
2295 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
2296
2297         * g++.old-deja/g++.pt/crash60.C: New test.
2298
2299 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
2300
2301         * g++.old-deja/g++.other/crash24.C: New test.
2302         * g++.old-deja/g++.other/crash25.C: New test.
2303         * g++.old-deja/g++.other/crash26.C: New test.
2304         * g++.old-deja/g++.other/crash27.C: New test.
2305         * g++.old-deja/g++.other/crash28.C: New test.
2306         * g++.old-deja/g++.other/crash29.C: New test.
2307         * g++.old-deja/g++.other/crash30.C: New test.
2308         * g++.old-deja/g++.other/crash31.C: New test.
2309         * g++.old-deja/g++.other/crash32.C: New test.
2310         * g++.old-deja/g++.other/crash33.C: New test.
2311         * g++.old-deja/g++.other/crash34.C: New test.
2312         * g++.old-deja/g++.other/crash35.C: New test.
2313
2314 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
2315
2316         * gcc.c-torture/execute/20001031-1.c: New test.
2317
2318 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
2319
2320         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
2321         namespace.
2322
2323         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
2324         standards-conformant.
2325
2326         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
2327
2328         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
2329         * g++.old-deja/g++.mike/p755a.C: Likewise.
2330         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
2331         library makes no calls to `operator new' during initialization.
2332
2333 2000-11-04  Neil Booth  <neilb@earthling.net>
2334
2335         * gcc.dg/cpp/include2.c: New tests.
2336
2337 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
2338
2339         * lib/g++.exp (g++_set_ld_library_path): New function.
2340         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
2341
2342 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
2343
2344         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
2345         warnings.
2346
2347 2000-11-01  Richard Henderson  <rth@redhat.com>
2348
2349         * g++.old-deja/g++.ext/namedret1.C: New.
2350         * g++.old-deja/g++.ext/namedret2.C: New.
2351         * g++.old-deja/g++.ext/namedret3.C: New.
2352
2353 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
2354
2355         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
2356         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
2357
2358 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2359
2360         * gcc.c-torture/execute/va-arg-21.c: New test.
2361
2362 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2363
2364         * gcc.dg/c99-complex-2.c: New test.
2365
2366 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2367
2368         * gcc.c-torture/execute/stdio-opt-1.c: New test.
2369
2370 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
2371
2372         * g++.old-deja/g++.other/inline16.C: New test.
2373
2374 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
2375
2376         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
2377         __PRETTY_FUNCTION__
2378
2379 2000-10-29  Neil Booth  <neilb@earthling.net>
2380
2381         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
2382         New tests.
2383         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
2384         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
2385         optimisation.
2386
2387 2000-10-29  Neil Booth  <neilb@earthling.net>
2388
2389         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
2390         * mi1.c, mi1c.h: Add null directives to multiple-include test.
2391         * mi5.c: Test multiple includes work with -C.
2392         * trigraphs.c: Test ^= version.
2393
2394 2000-10-28  Neil Booth  <neilb@earthling.net>
2395
2396         New tests and test updates for new macro expander.
2397
2398         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
2399         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
2400         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
2401         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
2402         new diagnostic messages.
2403
2404         * gcc.dg/cpp/macro3.c: New tests.
2405
2406 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
2407
2408         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
2409         on the same line.
2410
2411 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
2412
2413         * g++.old-deja/g++.other/eh2.C: New test.
2414
2415 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
2416
2417         * gcc.c-torture/execute/20001027-1.c: New test.
2418
2419 2000-10-26  Richard Henderson  <rth@redhat.com>
2420
2421         * gcc.c-torture/execute/20001026-1.c: New.
2422
2423 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
2424
2425         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
2426         * g++.old-deja/g++.law/builtin1.C: Likewise.
2427         * g++.old-deja/g++.law/ctors10.C: Likewise.
2428         * g++.old-deja/g++.law/virtual3.C: Likewise.
2429         * g++.old-deja/g++.mike/p658.C: Likewise.
2430         * g++.old-deja/g++.other/sibcall1.C: Likewise.
2431         * g++.old-deja/g++.other/vaarg2.C: Likewise.
2432         * g++.old-deja/g++.robertl/eb124.C: Likewise.
2433         * g++.old-deja/g++.robertl/eb44.C: Likewise.
2434         * g++.old-deja/g++.robertl/eb77.C: Likewise.
2435
2436 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
2437
2438         * gcc.c-torture/compile/20001024-1.c: New test.
2439
2440 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
2441
2442         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
2443         to tell us whether or not we are using V3.
2444
2445 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
2446
2447         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
2448         operands.
2449
2450 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2451
2452         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
2453
2454 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
2455
2456         * gcc.c-torture/execute/20001024-1.c: New test.
2457
2458 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
2459
2460         * g++.old-deja/g++.other/sibcall1.C: New test.
2461
2462 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
2463
2464         * gcc.dg/noncompile/init-3.c: New test.
2465
2466 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2467
2468         * gcc.dg/format-array-1.c: New test.
2469
2470 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2471
2472         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
2473         writing through null pointers; remove comment about testing
2474         unterminated strings.
2475
2476 2000-10-17  Matthew Hiller  <hiller@redhat.com>
2477
2478         * gcc.c-torture/execute/20001017-2.c: New test.
2479
2480 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2481
2482         * gcc.c-torture/compile/20001018-1.c: New test.
2483         * gcc.c-torture/compile/20001018-1.x: Xfail.
2484
2485 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2486
2487         * gcc.c-torture/execute/20001017-1.c: New test.
2488
2489 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2490
2491         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
2492         for multiple use of arguments with scanf formats; add tests for
2493         multiple use of arguments.
2494
2495 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
2496
2497         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
2498
2499 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2500
2501         * gcc.dg/format-miss-1.c: New test.
2502
2503 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
2504
2505         * gcc.c-torture/execute/20001013-1.c: New test.
2506
2507 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2508
2509         * gcc.dg/format-branch-1.c: New test.
2510
2511 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2512
2513         * README, lib/file-format.exp: Remove EGCS references.
2514
2515 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
2516
2517         * gcc.dg/20001013-1.c: New test.
2518
2519 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2520
2521         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
2522         for intmax_t in the compiler using __typeof__ and the type rules
2523         for conditional expressions.
2524
2525 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
2526
2527         * gcc.dg/20001012-1.c: New test.
2528         * gcc.dg/20001012-2.c: New test.
2529
2530 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2531
2532         * gcc.dg/format-attr-1.c: New test.
2533
2534 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2535
2536         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
2537         __LONG_LONG_MAX__ instead of LLONG_MAX.
2538
2539 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2540
2541         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
2542         scanf flags.
2543         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
2544         flags.
2545
2546 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2547
2548         * gcc.dg/sequence-pt-1.c: New test.
2549
2550 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
2551
2552         * gcc.c-torture/execute/20001011-1.c: New testcase.
2553         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
2554
2555 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
2556
2557         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
2558         does not error on it.
2559
2560 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
2561
2562         * gcc.dg/20001009-1.c: New test.
2563
2564 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
2565
2566         * gcc.c-torture/compile/20001009-1.c: Move from here ....
2567         * gcc.c-torture/execute/20001009-2.c: ... to here.
2568
2569 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
2570
2571         * gcc.c-torture/compile/20001009-1.c: New testcase.
2572         * gcc.c-torture/execute/20001009-1.c: New testcase.
2573         Testcases provided by Jan Hubicka <jh@suse.cz>.
2574
2575 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2576
2577         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
2578         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
2579         uintmax_t using <limits.h> to emulate the compiler's internal
2580         logic.  No longer XFAIL %j tests.
2581
2582 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2583
2584         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
2585         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
2586         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
2587         regexps and details of expected handling of some bad formats.
2588         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
2589         suppression.
2590
2591 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2592
2593         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
2594         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
2595         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
2596         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
2597         in list archives.
2598
2599 2000-10-06  Richard Henderson  <rth@cygnus.com>
2600
2601         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
2602         * g++.old-deja/g++.brendan/crash52.C: Likewise.
2603         * g++.old-deja/g++.jason/report.C: Likewise.
2604         * g++.old-deja/g++.law/friend5.C: Likewise.
2605         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
2606         of the expected warnings.
2607
2608 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
2609
2610         * g++.old-deja/g++.pt/enum14.C: New test.
2611
2612 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
2613
2614         * g++.old-deja/g++.pt/crash59.C: New test.
2615
2616 2000-10-04  Will Cohen  <wcohen@redhat.com>
2617
2618         * gcc.dg/20000926-1.c: New test.
2619
2620 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
2621
2622         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
2623         function name for current C++ compiler.
2624         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
2625
2626 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
2627
2628         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
2629         __PRETTY_FUNCTION__.
2630         * g++.old-deja/g++.ext/pretty2.C: Likewise.
2631
2632 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2633
2634         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
2635
2636 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
2637
2638         * gcc.c-torture/compile/20000923-1.c: New test.
2639
2640 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2641
2642         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
2643         * g++.old-deja/g++.pt/ttp62.C: Same.
2644         * g++.old-deja/g++.other/inline14.C: Same.
2645
2646 2000-09-24  Richard Henderson  <rth@cygnus.com>
2647
2648         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
2649
2650 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2651
2652         * gcc.dg/c90-printf-1.c: Add test for wide string format.
2653
2654 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
2655
2656         * gcc.c-torture/compile/20000922-1.c: New file.
2657
2658 2000-09-21  Nick Clifton  <nickc@redhat.com>
2659
2660         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
2661         a signed long modulo operation.
2662         (mod6): New funciton - perform an unsigned long modulo operation.
2663         (main): Add tests for modulos of very large numbers by very small
2664         dividends.
2665
2666 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2667
2668         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
2669
2670 2000-09-19  Richard Henderson  <rth@cygnus.com>
2671
2672         * gcc.dg/compare2.c (case 10): XFAIL.
2673
2674 2000-09-18  Richard Henderson  <rth@cygnus.com>
2675
2676         * gcc.c-torture/execute/20000906-1.c: Move ...
2677         * gcc.dg/20000906-1.c: ... here.  Only run on targets
2678         that support __builtin_trap.
2679
2680 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
2681
2682         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
2683
2684 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2685
2686         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
2687         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
2688         more $ format tests.
2689
2690 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2691
2692         * gcc.dg/format-errmk-1.c: New test.
2693
2694 2000-09-17  Greg McGary  <greg@mcgary.org>
2695
2696         * gcc.c-torture/execute/20000917-1.x: Remove.
2697
2698 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2699
2700         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
2701
2702 2000-09-17  Greg McGary  <greg@mcgary.org>
2703
2704         * gcc.c-torture/execute/20000917-1.c: New test.
2705         * gcc.c-torture/execute/20000917-1.x: XFAIL.
2706
2707 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
2708
2709         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
2710         in nested macro bug.
2711
2712 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
2713
2714         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
2715
2716 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
2717
2718         * gcc.c-torture/execute/20000914-1.c: New test.
2719
2720 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
2721
2722         * g++.other/inline13.C: New test.
2723
2724 2000-09-12  Andreas Jaeger  <aj@suse.de>
2725
2726         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
2727         constant by Ulrich Drepper <drepper@redhat.com>.
2728
2729 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
2730
2731         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
2732
2733 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2734
2735         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
2736
2737 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
2738
2739         * gcc.dg/cpp/backslash.c: New test.
2740
2741 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
2742
2743         * gcc.c-torture/execute/20000910-1.c: New test.
2744         * gcc.c-torture/execute/20000910-2.c: Likewise.
2745
2746 2000-09-11  Robert Lipe  <robertl@sco.com>
2747
2748         * gcc.dg/pragma-align.c: New test.
2749
2750 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
2751
2752         * g++.old-deja/g++.pt/explicit82.C: New test.
2753         * g++.old-deja/g++.pt/explicit83.C: New test.
2754
2755 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
2756
2757         * gcc.dg/asm-names.c: New test.
2758
2759 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2760
2761         * gcc.dg/cpp/tr-warn6.c: New test
2762
2763 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2764
2765         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
2766         be accepted.
2767
2768 2000-09-07  Catherine Moore  <clm@redhat.com>
2769
2770         * gcc.c-torture/execute/unroll-1.c: New test.
2771
2772 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
2773
2774         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
2775         ERROR markers.
2776         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
2777         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
2778         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
2779         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
2780         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
2781         Preprocess only.
2782         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
2783         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
2784
2785 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2786
2787         * g++.old-deja/g++.pt/deduct2.C: New test.
2788
2789 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2790
2791         * g++.old-deja/g++.pt/parms2.C: New test.
2792
2793 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2794
2795         * g++.old-deja/g++.pt/crash58.C: New test.
2796
2797 2000-09-06  Greg McGary  <greg@mcgary.org>
2798
2799         * gcc.c-torture/execute/20000906-1.c: New test.
2800         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
2801
2802 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2803
2804         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
2805
2806 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
2807
2808         * g++.old-deja/g++.pt/crash57.C: New test.
2809
2810 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
2811
2812         * g++.old-deja/g++.pt/crash56.C: New test.
2813
2814 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
2815
2816         * g++.old-deja/g++.pt/koenig1.C: New test.
2817
2818 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
2819
2820         * gcc.dg/20000904-1.c: New test.
2821
2822 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
2823
2824         * gcc.dg/cpp/paste8.c: New test.
2825
2826 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
2827
2828         * gcc.c-torture/compile/20000827-1.c: New test.
2829
2830 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2831
2832         * gcc.dg/format-diag-1.c: New test.
2833
2834 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2835
2836         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
2837         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
2838         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
2839         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
2840         gcc.dg/formatz-1.c: Adjust warning regular expressions.
2841
2842 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
2843
2844         * g++.old-deja/g++.other/nested4.C: New test.
2845
2846 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
2847
2848         * g++.old-deja/g++.ns/scoped1.C: New test.
2849
2850 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
2851
2852         * lib/g++.exp: Support testing already-installed GCC.
2853
2854 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2855
2856         * wtr-label-1.c, wtr-suffix-1.c: New tests.
2857
2858 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2859
2860         * gcc.dg/return-type-2.c: New test.
2861
2862 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
2863
2864         * gcc.c-torture/compile/20000825-1.c: New test.
2865
2866 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
2867
2868         * gcc.dg/dwarf2-2.c: New test.
2869
2870 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
2871
2872         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
2873         dg-warning regexps.
2874
2875 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2876
2877         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
2878         gcc.dg/format-ext-5.c: New tests.
2879
2880 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
2881
2882         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
2883
2884 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
2885
2886         * gcc.dg/noncompile/930622-2.c: Adjust error message.
2887
2888 2000-08-24  Richard Henderson  <rth@cygnus.com>
2889
2890         * gcc.dg/ia64-sync-1.c: New test.
2891         * gcc.dg/ia64-sync-2.c: New test.
2892         * gcc.dg/ia64-asm-1.c: New test.
2893
2894 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2895
2896         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
2897         * gcc.dg/format-ext-2.c: New test.
2898
2899 2000-08-23  Jason Merrill  <jason@redhat.com>
2900
2901         * lib/old-dejagnu.exp: Also ignore "In member function" and
2902         "At global scope".
2903
2904 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2905
2906         * gcc.dg/noncompile/label-lineno-1.c: New test.
2907
2908 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2909
2910         * gcc.dg/c99-array-nonobj-1.c: New test.
2911
2912 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2913
2914         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
2915         tests.
2916         * gcc.dg/format-ext-1.c: New test.
2917
2918 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2919
2920         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
2921         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
2922         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
2923         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
2924         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
2925
2926 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2927
2928         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
2929         gcc.dg/c99-strftime-2.c: New tests.
2930
2931 2000-08-22  Richard Henderson  <rth@cygnus.com>
2932
2933         * gcc.c-torture/execute/20000822-1.c: New test.
2934
2935 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
2936
2937         * gcc.c-torture/execute/20000819-1.x: Remove.
2938
2939 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2940
2941         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
2942         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
2943         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
2944         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
2945         gcc.dg/format-xopen-1.c: New tests.
2946
2947 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2948
2949         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
2950
2951 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
2952
2953         * g++.old-deja/g++.other/loop2.C: New test.
2954
2955         * gcc.c-torture/compile/20000606-1.c: New test.
2956         * gcc.c-torture/compile/20000728-1.c: New test.
2957         * gcc.c-torture/execute/20000801-1.c: New test.
2958         * gcc.c-torture/execute/20000801-2.c: New test.
2959         * gcc.c-torture/execute/20000819-1.c: New test.
2960         * gcc.c-torture/execute/20000819-1.x: XFAIL.
2961         * gcc.dg/20000629-1.c: New test.
2962         * gcc.dg/20000724-1.c: New test.
2963         * gcc.dg/20000807-1.c: New test.
2964
2965 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
2966
2967         * gcc.dg/cpp/pragma-1.c: New test.
2968         * gcc.dg/cpp/pragma-2.c: New test.
2969
2970 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
2971
2972         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
2973         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
2974
2975 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2976
2977         * gcc.c-torture/compile/20000818-1.c: New test.
2978
2979 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
2980
2981         * gcc.c-torture/execute/20000818-1.c: New test.
2982
2983 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2984
2985         * gcc.dg/format-va-1.c: New test.
2986
2987 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2988
2989         * g++.old-deja/g++.other/typedef8.C: New test.
2990
2991 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2992
2993         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
2994         * g++.old-deja/g++.mike/net36.C: Mark candidate.
2995         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
2996         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
2997         * g++.old-deja/g++.other/ptrmem7.C: New test.
2998         * g++.old-deja/g++.pt/ptrmem10.C: New test.
2999
3000 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3001
3002         * g++.old-deja/g++.pt/typename27.C: New test.
3003
3004 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
3005
3006         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
3007         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
3008         * g++.old-deja/g++.pt/friend45.C: New test.
3009         * g++.old-deja/g++.other/friend8.C: New test.
3010
3011 2000-08-15  Richard Henderson  <rth@cygnus.com>
3012
3013         * gcc.c-torture/execute/20000815-1.c: New test.
3014
3015 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3016
3017         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
3018         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
3019         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
3020
3021 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
3022
3023         * g++.old-deja/g++.other/refinit2.C: New test.
3024
3025 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
3026
3027         * lib/c-torture.exp (c-torture): Make
3028         compiler_conditional_xfail_data global.
3029         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
3030         compiler_conditional_xfail_data machinery.
3031         (f-torture-execute): Likewise.
3032         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
3033         and only when unrolling loops.
3034
3035         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
3036
3037 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
3038
3039         * g++.old-deja/g++.pt/explicit81.C: New test.
3040
3041 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
3042
3043         * g++.old-deja/g++.pt/typename26.C: New test.
3044
3045 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
3046
3047         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
3048         warning.
3049
3050 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3051
3052         * g++.old-deja/g++.other/array3.C: New test.
3053
3054 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3055
3056         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
3057         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
3058         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
3059         New tests.
3060
3061 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
3062
3063         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
3064         * g++.old-deja/g++.abi/vmihint.C: Likewise.
3065
3066 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
3067
3068         * gcc.c-torture/execute/20000808-1.c: New test.
3069
3070 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3071
3072         * gcc.dg/c90-const-expr-1.c: New test.
3073
3074 2000-08-08  Richard Henderson  <rth@cygnus.com>
3075
3076         * gcc.dg/noncompile/920923-1.c: Declare calloc.
3077
3078 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3079
3080         * gcc.dg/noncompile/const-ll-1.c: New test.
3081
3082 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3083
3084         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
3085
3086 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
3087
3088         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
3089         that running programs linked against the shared version of libobjc
3090         run correctly.
3091
3092 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3093
3094         * gcc.dg/c99-printf-1.c: New test.
3095
3096 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3097
3098         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
3099
3100 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
3101
3102         * gcc.c-torture/execute/20000731-1.x: Delete.
3103
3104 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
3105
3106         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
3107         and torture_without_loops as is done by c-torture.exp.
3108         (search_for): Copy from c-torture.exp.
3109         (gcc-dg-runtest): New function, drives a directory of tests
3110         iterating over the TORTURE_OPTIONS.
3111         (scan-assembler, scan-assembler-not): Move here from
3112         individual directory drivers.
3113
3114         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
3115         defined by lib/gcc-dg.exp.
3116         * gcc.dg/cpp/cpp.exp: Likewise.
3117         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
3118         gcc-dg-runtest, so we cycle over optimization options.
3119
3120         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
3121         * gcc.dg/compare2.c: No longer expected to fail.
3122
3123 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3124
3125         * gcc.c-torture/execute/20000804-1.c: New test.
3126
3127 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3128
3129         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
3130
3131 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
3132
3133         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
3134
3135 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
3136
3137         * gcc.c-torture/compile/20000803-1.c: New test.
3138
3139 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3140
3141         * gcc.c-torture/execute/20000801-3.c,
3142         gcc.c-torture/execute/20000801-4.c: New tests.
3143         * gcc.c-torture/execute/20000801-3.x,
3144         gcc.c-torture/execute/20000801-4.x: Xfail.
3145
3146 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
3147
3148         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
3149         libobjc/.libs to allow for libtool.
3150
3151 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
3152
3153         * gcc.c-torture/compile/20000802-1.c: New test.
3154
3155 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
3156
3157         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
3158
3159 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
3160
3161         * gcc-c-torture/execute/20000731-2.c: New test.
3162
3163         * gcc.c-torture/execute/20000731-1.c: New test.
3164         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
3165
3166 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
3167
3168         * testsuite/gcc.dg/cpp/paste7.c: New test.
3169         * gcc.dg/cpp/20000725-1.c: New test.
3170
3171 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
3172
3173         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
3174         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
3175         declaration warning for __builtin_dwarf_reg_size.
3176
3177         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
3178
3179 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3180
3181         * gcc.dg/noncompile/voidparam-1.c: New test.
3182
3183 2000-07-30  Richard Henderson  <rth@cygnus.com>
3184
3185         * gcc.dg/c90-digraph-1.c: Don't xfail.
3186         * gcc.dg/compare2.c (case 10): Xfail.
3187         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
3188
3189 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
3190
3191         * gcc.dg/c99-main-1.c: New test.
3192
3193 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3194
3195         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
3196
3197 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
3198
3199         * gcc.c-tortuer/execute/20000726-1.c: New test.
3200
3201 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
3202
3203         * gcc.c-torture/execute/enum-2.c: New test.
3204
3205 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3206
3207         * gcc.dg/cpp/tr-warn3.c: New test.
3208
3209 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3210
3211         * g++.old-deja/g++.ext/implicit1.C: Remove.
3212         * g++.old-deja/g++.jason/c2.C: Remove
3213         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
3214         * g++.old-deja/g++.pt/crash16.C: Likewise.
3215         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
3216
3217 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3218
3219         * g++.old-deja/g++.other/for2.C: New test.
3220
3221 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
3222
3223         * gcc.dg/20000720-1.c: New test.
3224
3225 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
3226
3227         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
3228
3229 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
3230
3231         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
3232         * gcc.c-torture/execute/20000722-1.c: New.
3233         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
3234
3235 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
3236
3237         * gcc.dg/cpp/20000720-1.S: New test.
3238
3239 2000-07-21  Michael Meissner  <meissner@redhat.com>
3240
3241         * gcc.c-torture/execute/ieee/hugeval.c: New test.
3242
3243 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
3244
3245         * g++.old-deja/g++.brendan/crash16.C,
3246         g++.old-deja/g++.brendan/parse3.C,
3247         g++.old-deja/g++.brendan/redecl1.C,
3248         g++.old-deja/g++.ns/template13.C,
3249         g++.old-deja/g++.other/decl4.C,
3250         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
3251
3252 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
3253
3254         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
3255         and "Internal error".
3256
3257         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
3258         regexps.
3259         * gcc.dg/cpp/paste6.c: New test.
3260
3261 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
3262
3263         * gcc.dg/cpp/tr-direct.c: New test.
3264
3265         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
3266         gcc.dg/cpp/undef1.c: Tweak error regexps.
3267
3268 2000-07-18  Eric Christopher <echristo@redhat.com>
3269
3270         * gcc.c-torture/compile/20000718-1.c: New test.
3271
3272 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
3273
3274         * cpplex.c (_cpp_push_token): If the token being pushed back
3275         is the previous token in this context, just subtract one from
3276         context->posn.
3277         * cppmacro.c (save_expansion): Clear aux field when storing a
3278         placemarker.
3279
3280 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
3281
3282         * gcc.dg/noncompile/redecl-1.c: New test.
3283
3284 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
3285
3286         * gcc.c-torture/execute/20000717-5.c: New test.
3287         * gcc.c-torture/execute/20000717-1.x: Removed.
3288
3289 2000-07-17  Richard Henderson  <rth@cygnus.com>
3290
3291         * gcc.c-torture/execute/20000717-4.c: New test.
3292
3293 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
3294
3295         * gcc.dg/cpp/syshdr.c: New test.
3296         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
3297
3298 2000-07-17  Neil Booth  <neilb@earthling.net>
3299
3300         * gcc.dg/cpp/cmdlne-dM.c: New test.
3301         * gcc.dg/cpp/cmdlne-dD.c: New test.
3302
3303 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
3304
3305         * gcc.c-torture/execute/20000717-3.c: New test.
3306
3307         * gcc.c-torture/compile/20000717-1.c: New test.
3308
3309 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
3310
3311         * gcc.c-torture/execute/20000717-2.c: New test.
3312
3313 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3314
3315         * gcc.dg/formatz-1.c: New test.
3316
3317         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
3318         * gcc.dg/c99-digraph-1.c: New tests.
3319
3320         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
3321         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
3322
3323         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
3324         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
3325         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
3326         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
3327         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
3328         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
3329         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
3330
3331 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
3332
3333         * gcc.c-torture/execute/20000717-1.c: New test.
3334         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
3335
3336 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
3337
3338         * gcc.c-torture/execute/20000715-2.c: New test.
3339         * gcc.dg/20000715-1.c: New test.
3340
3341 2000-07-15  Michael Meissner  <meissner@redhat.com>
3342
3343         * gcc.c-torture/execute/20000715-1.c: New test.
3344
3345 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
3346
3347         * gcc.c-torture/execute/20000707-1.c: New test.
3348
3349 2000-07-13  Neil Booth  <NeilB@earthling.net>
3350
3351         * testsuite/gcc.dg/cpp/digraph1.c,
3352         testsuite/gcc.dg/cpp/digraph2.c,
3353         testsuite/gcc.dg/cpp/digraphs.c: New tests.
3354
3355 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
3356
3357         * g77.f-torture/compile/20000630-2.f:  New test.
3358         * g77.f-torture/compile/20000630-2.x
3359
3360 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
3361
3362         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
3363
3364 2000-07-11  Neil Booth  <NeilB@earthling.net>
3365
3366         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
3367
3368 2000-07-11  Neil Booth  <NeilB@earthling.net>
3369
3370         * gcc.dg/cpp/cmdlne-C.c: New.
3371
3372 2000-07-09  Neil Booth  <NeilB@earthling.net>
3373
3374         * gcc.dg/cpp/directiv.c: New tests.
3375         * gcc.dg/cpp/undef1.c: Update.
3376
3377 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
3378
3379         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
3380
3381 2000-07-09  Neil Booth  <NeilB@earthling.net>
3382
3383         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
3384
3385 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
3386
3387         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
3388         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
3389
3390 2000-07-08  Neil Booth  <NeilB@earthling.net>
3391
3392         * gcc.dg/cpp/macsyntx.c: New tests.
3393
3394 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
3395
3396         * gcc.dg/20000707-1.c: New test.
3397
3398 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
3399
3400         * gcc.c-torture/execute/20000706-1.c: New test.
3401         * gcc.c-torture/execute/20000706-2.c: New test.
3402         * gcc.c-torture/execute/20000706-3.c: New test.
3403         * gcc.c-torture/execute/20000706-4.c: New test.
3404         * gcc.c-torture/execute/20000706-5.c: New test.
3405
3406 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
3407
3408         * g++.old-deja/g++.pt/instantiate7.C: New test.
3409
3410 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
3411
3412         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
3413         * g++.old-deja/g++.mike/thunk3.C: Likewise.
3414         * g++.old-deja/g++.other/rtti3.C: Likewise.
3415         * g++.old-deja/g++.other/rttid3.C: Likewise.
3416
3417 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
3418
3419         *  g77.f-torture/compile/20000630-1.x: Fix typo
3420
3421 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
3422
3423         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
3424         assembly output.
3425
3426 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
3427
3428         * gcc.dg/cpp/ident.c: New test.
3429
3430 2000-07-05  Neil Booth  <NeilB@earthling.net>
3431
3432         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
3433           gcc.dg/cpp/lexstrng.c: New tests.
3434
3435 2000-07-04  Neil Booth  <NeilB@earthling.net>
3436
3437         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
3438         * gcc.dg/cpp/strify2.c: Same.
3439
3440 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
3441
3442         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
3443         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
3444         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
3445         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
3446
3447         * testsuite/gcc.dg/cpp/macro1.c,
3448         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
3449         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
3450         testsuite/gcc.dg/cpp/strify1.c,
3451         testsuite/gcc.dg/cpp/strify2.c: New tests.
3452
3453 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
3454
3455         * gcc.c-torture/execute/20000703-1.c: New test.
3456
3457 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
3458
3459         * g++.old-deja/g++.pt (lookup10.C): New test.
3460
3461 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
3462
3463         * g++.old-deja/g++.pt (typename25.C): New test.
3464
3465 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
3466
3467         * gcc.c-torture/compile/20000701-1.c: New test.
3468
3469 2000-06-30  Nick Clifton  <nickc@cygnus.com>
3470
3471         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
3472         to test case.
3473
3474 2000-06-30  Catherine Moore  <clm@cygnus.com>
3475
3476         * gcc.c-torture/execute/align-1.c: New test.
3477
3478 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
3479
3480         * g++.old-deja/g++.pt/expr8.C: New test.
3481         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
3482
3483 2000-06-29  Nick Clifton  <nickc@cygnus.com>
3484
3485         * gcc.c-torture/compile/20000629-1.c: New test.
3486
3487 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
3488
3489
3490         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
3491         gcc.dg/noncompile directory, depending on whether they're
3492         preprocessor tests or not.  Annotate all the tests for the dg
3493         framework.
3494
3495         * gcc.c-torture/noncompile/noncompile.exp: Delete.
3496         * gcc.dg/noncompile/noncompile.exp: New.
3497
3498         * Moved files:
3499         Old name                                New name
3500         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
3501         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
3502         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
3503         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
3504         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
3505         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
3506         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
3507         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
3508         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
3509         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
3510         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
3511         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
3512         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
3513         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
3514         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
3515         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
3516         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
3517         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
3518         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
3519         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
3520         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
3521         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
3522         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
3523         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
3524
3525         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
3526         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
3527         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
3528         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
3529         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
3530         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
3531
3532 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
3533
3534         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
3535         declare one variable.  On the fourth, error.
3536         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
3537         declared by 20000628-1a.h.
3538
3539 2000-06-29  Richard Henderson  <rth@redhat.com>
3540
3541         * gcc.c-torture/execute/930529-1.x: New file.
3542         * gcc.dg/920413-1.c: Adjust expected warning text.
3543         * gcc.dg/980217-1.c: Declare abort.
3544         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
3545
3546 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
3547
3548         * g77.f-torture/compile/20000629-1.f: New test.
3549         * g77.f-torture/compile/20000629-1.x: Expected to fail.
3550
3551 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
3552
3553         Rearrange lots of files, removing entirely the
3554         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
3555         directories.
3556
3557         * Deleted files:
3558         gcc.c-torture/code_quality/code_quality.exp
3559         gcc.c-torture/special/special.exp
3560         gcc.failure/failure.exp
3561         gcc.failure/940409-1.x
3562         gcc.c-torture/compile/961203-1.x
3563
3564         * New files:
3565         gcc.misc-tests/linkage.exp
3566         gcc.c-torture/execute/920730-1t.c
3567         gcc.c-torture/execute/920730-1t.x
3568         gcc.c-torture/compile/920520-1.x
3569         gcc.c-torture/compile/920521-1.x
3570         gcc.c-torture/compile/981006-1.x
3571         gcc.c-torture/execute/eeprof-1.x
3572
3573         * Moved files (possibly with modifications to fit a new harness):
3574         Old name                                New name
3575         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
3576         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
3577         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
3578         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
3579         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
3580         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
3581         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
3582         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
3583         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
3584         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
3585         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
3586         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
3587         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
3588         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
3589
3590 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
3591
3592         * c-torture/compile/961203-1.x: Delete.
3593
3594         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
3595         not exit. Include stdio.h.
3596         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
3597         * gcc.misc-tests/dg-12.c: Likewise.
3598         * gcc.misc-tests/dg-5.c: Likewise.
3599         * gcc.misc-tests/dg-6.c: Likewise.
3600         * gcc.misc-tests/dg-7.c: Prototype abort.
3601         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
3602         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
3603         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
3604         not exit.
3605         * gcc.misc-tests/sieve.c: Use return from main, not exit.
3606         * gcc.misc-tests/sort2.c: Use return from main, not exit.
3607
3608 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
3609
3610         * gcc.dg/cpp/20000628-1.c: New test.
3611         * gcc.dg/cpp/20000628-1.h: New header for above test.
3612         * gcc.dg/cpp/20000628-1a.h: Likewise.
3613
3614 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
3615
3616         * gcc.dg/cpp: New directory.
3617         * gcc.dg/cpp/cpp.exp: New driver.
3618         * gcc.dg/cpp/20000627-1.c: New test.
3619         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
3620         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
3621         and rewrite as a compilation test.
3622
3623         * gcc.dg: Move many files into the cpp subdirectory, possibly
3624         renaming or editing them as well.
3625         Old name                New name
3626         990119-1.c              cpp/19990119-1.c
3627         990228-1.c              cpp/19990228-1.c
3628         990407-1.c              cpp/19990407-1.c
3629         990409-1.c              cpp/19990409-1.c
3630         990413-1.c              cpp/19990413-1.c
3631         990703-1.c              cpp/19990703-1.c
3632         20000127-1.c            cpp/20000127-1.c
3633         20000129-1.c            cpp/20000129-1.c
3634         20000207-1.c            cpp/20000207-1.c
3635         20000207-2.c            cpp/20000207-2.c
3636         20000209-1.c            cpp/20000209-1.c
3637         20000209-2.c            cpp/20000209-2.c
3638         20000301-1.c            cpp/20000301-1.c
3639         20000419-1.c            cpp/20000419-1.c
3640         20000510-1.S            cpp/20000510-1.S
3641         20000519-1.c            cpp/20000519-1.c
3642         20000529-1.c            cpp/20000529-1.c
3643         20000625-1.c            cpp/20000625-1.c
3644         20000625-2.c            cpp/20000625-2.c
3645         cpp-as1.c               cpp/assert1.c
3646         cpp-as2.c               cpp/assert2.c
3647         cxx-comments-1.c        cpp/cxxcom1.c
3648         cxx-comments-2.c        cpp/cxxcom2.c
3649         endif-label.c           cpp/endif.c
3650         cpp-hash1.c             cpp/hash1.c
3651         cpp-hash2.c             cpp/hash2.c
3652         cpp-if1.c               cpp/if-1.c
3653         cpp-if2.c               cpp/if-2.c
3654         cpp-if3.c               cpp/if-3.c
3655         cpp-if4.c               cpp/if-4.c
3656         cpp-if5.c               cpp/if-5.c
3657         cpp-cond.c              cpp/if-cexp.c
3658         cpp-missingop.c         cpp/if-mop.c
3659         cpp-missingparen.c      cpp/if-mpar.c
3660         cpp-opprec.c            cpp/if-oppr.c
3661         cpp-ifparen.c           cpp/if-paren.c
3662         cpp-shortcircuit.c      cpp/if-sc.c
3663         cpp-shift.c             cpp/if-shift.c
3664         cpp-unary.c             cpp/if-unary.c
3665         cpp-li1.c               cpp/line1.c
3666         cpp-li2.c               cpp/line2.c
3667         lineno.c                cpp/line3.c
3668         lineno-2.c              cpp/line4.c
3669         cpp-mi.c                cpp/mi1.c
3670         cpp-mic.h               cpp/mi1c.h
3671         cpp-micc.h              cpp/mi1cc.h
3672         cpp-mind.h              cpp/mi1nd.h
3673         cpp-mindp.h             cpp/mi1ndp.h
3674         cpp-mix.h               cpp/mi1x.h
3675         cpp-mi2.c               cpp/mi2.c
3676         cpp-mi2a.h              cpp/mi2a.h
3677         cpp-mi2b.h              cpp/mi2b.h
3678         cpp-mi2c.h              cpp/mi2c.h
3679         cpp-mi3.c               cpp/mi3.c
3680         cpp-mi3.def             cpp/mi3.def
3681         poison-1.c              cpp/poison.c
3682         pr-impl.c               cpp/prag-imp.c
3683         cpp-redef-2.c           cpp/redef1.c
3684         cpp-redef.c             cpp/redef2.c
3685         strpaste.c              cpp/strp1.c
3686         strpaste-2.c            cpp/strp2.c
3687         cpp-tradpaste.c         cpp/tr-paste.c
3688         cpp-tradstringify.c     cpp/tr-str.c
3689         cpp-tradwarn1.c         cpp/tr-warn1.c
3690         cpp-tradwarn2.c         cpp/tr-warn2.c
3691         trigraphs.c             cpp/trigraphs.c
3692         cpp-unc1.c              cpp/unc1.c
3693         cpp-unc2.c              cpp/unc2.c
3694         cpp-unc3.c              cpp/unc3.c
3695         cpp-unc.c               cpp/unc4.c
3696         undef.c                 cpp/undef1.c
3697         undef-2.c               cpp/undef2.c
3698         cpp-wi1.c               cpp/widestr1.c
3699
3700 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
3701
3702         * lib/g++.exp (g++_include_flags): Tweak.
3703
3704 2000-06-27  H.J. Lu  <hjl@gnu.org>
3705             Loren J. Rittle  <ljrittle@acm.org>
3706
3707         * lib/g++.exp (g++_include_flags): Override libgloss.exp
3708         version with one that knows about the new gcc tree structure.
3709         (g++_link_flags): Same.
3710
3711 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
3712
3713         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
3714         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
3715         case we are cross-compiling.
3716
3717         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
3718         g++.old-deja/g++.niklas/Makefile.in,
3719         g++.old-deja/g++.niklas/configure.in,
3720         g++.old-deja/g++.other/Makefile.in,
3721         g++.old-deja/g++.other/configure.in,
3722         gcc.c-torture/code_quality/Makefile.in,
3723         gcc.c-torture/code_quality/configure.in,
3724         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
3725         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
3726         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
3727         gcc.c-torture/execute/ieee/Makefile.in,
3728         gcc.c-torture/execute/ieee/configure.in,
3729         gcc.c-torture/noncompile/Makefile.in,
3730         gcc.c-torture/noncompile/configure.in,
3731         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
3732         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
3733         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
3734
3735 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
3736
3737         * g++.old-deja/g++.other/ambig3.C: New test.
3738
3739 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
3740
3741         * g++.old-deja/g++.pt/syntax1.C: New test.
3742         * g++.old-deja/g++.pt/syntax2.C: New test.
3743         * g++.old-deja/g++.other/syntax3.C: New test.
3744         * g++.old-deja/g++.other/syntax4.C: New test.
3745
3746 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
3747
3748         * gcc.dg/20000623-1.c: Prototype exit and abort.
3749
3750 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
3751
3752         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
3753         New tests.
3754         * gcc.dg/cpp-mi3.def: New file.
3755
3756         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
3757         inside assertions.
3758         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
3759         lexer's error messages.
3760         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
3761         divine anything from the linemarkers.
3762         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
3763         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
3764
3765 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
3766
3767         * gcc.dg/20000623-1.c: New test.
3768
3769 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
3770
3771         * gcc.c-torture/execute/20000622-1.c: New test.
3772
3773 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
3774
3775         * g++.old-deja/g++.other/init15.C: New test.
3776
3777 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
3778
3779         * g++.old-deja/g++.pt/vaarg2.C: New test.
3780         * g++.old-deja/g++.pt/vaarg3.C: New test.
3781
3782 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
3783
3784         * g++.old-deja/g++.other/dyncast6.C: New test.
3785
3786 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
3787
3788         * gcc.c-torture/execute/loop-6.c: New test.
3789
3790 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
3791
3792         * gcc.dg/20000614-1.c: New test.
3793         * gcc.dg/20000614-2.c: New test.
3794
3795 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
3796
3797         * g++.old-deja/g++.other/inline12.C: New test.
3798
3799 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
3800
3801         * g++.old-deja/g++.other/eh1.C: New test.
3802
3803 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
3804
3805         * g++.old-deja/g++.other/type.C: New test.
3806
3807 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
3808
3809         * g++.old-deja/g++.other/initstring.C: New test.
3810
3811 2000-06-12  Jason Merrill  <jason@redhat.com>
3812
3813         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
3814
3815 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
3816
3817         * gcc.c-torture/compile/20000609-1.c: New test.
3818
3819 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
3820
3821         * gcc.dg/20000609-1.c: New test.
3822
3823 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
3824
3825         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
3826         * gcc.c-torture/noncompile/poison-1.c: Move...
3827         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
3828         * gcc.dg/cpp-li1.c: Add a token after the #line.
3829
3830 2000-06-05  Richard Henderson  <rth@cygnus.com>
3831
3832         * gcc.c-torture/execute/20000605-2.c: New test.
3833         * gcc.c-torture/execute/20000605-3.c: New test.
3834
3835 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
3836
3837         * g77.f-torture/execute/20000503-1.x: New file.
3838
3839 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
3840
3841         * g++.old-deja/g++.eh/badalloc1.C: New test.
3842
3843 2000-06-05  Richard Henderson  <rth@cygnus.com>
3844
3845         * gcc.c-torture/execute/20000605-1.c: New test.
3846
3847 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
3848             Nathan Sidwell <nathan@codesourcery.com>
3849
3850         * gcc.c-torture/compile/20000605-1.c: New test.
3851
3852 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
3853
3854         * g77.f-torture/compile/20000601-1.f:  New test.
3855
3856 2000-06-03  Richard Henderson  <rth@cygnus.com>
3857
3858         * gcc.c-torture/execute/20000603-1.c: New.
3859
3860 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
3861
3862         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
3863         * gcc.dg/noreturn-2.c (noreturn): Likewise.
3864
3865 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
3866
3867         * gcc.dg/compare2.c (case 12): XFAIL.
3868         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
3869         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
3870
3871         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
3872
3873 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3874
3875         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
3876         guard macro is already defined when the header is first
3877         included.
3878         * gcc.dg/cpp-mix.h: New file.
3879         * gcc.dg/endif-label.c: Update patterns to match compiler.
3880
3881         * g++.brendan/complex1.C: Declare abort.
3882         * g++.law/refs4.C: Remove XFAIL.
3883         * g++.oliva/expr2.C: Declare abort and exit.
3884
3885 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
3886
3887         * gcc.c-torture/execute/20000528-1.c: New test.
3888
3889         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
3890         * g++.old-deja/g++.law/temps4.C: Likewise.
3891
3892         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
3893         stdlib.h.  Call abort() on failure.
3894         * g++.old-deja/g++.law/refs4.C: Likewise.
3895         * g++.old-deja/g++.law/temps4.C: Likewise.
3896         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
3897         * gcc.c-torture/execute/20000112-1.c: Include string.h.
3898
3899 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3900
3901         Relative to g++.dg/special:
3902         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
3903
3904         Relative to g++.old-deja:
3905         * g++.brendan/complex1.C, g++.jason/optimize2.C,
3906         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
3907         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
3908         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
3909         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
3910         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
3911         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
3912
3913         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
3914         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
3915         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
3916         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
3917         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
3918         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
3919         and/or string.h.
3920
3921         * g++.other/goto1.C: Update expectations for error messages.
3922
3923 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3924
3925         * gcc.c-torture/compile/20000523-1.c: New test.
3926
3927 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
3928
3929         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
3930
3931 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
3932
3933         * g++.old-deja/g++.eh/catch11.C: New test.
3934         * g++.old-deja/g++.eh/catch12.C: New test.
3935
3936 2000-05-24  Nick Clifton  <nickc@cygnus.com>
3937
3938         * gcc.c-torture/execute/20000523-1.c: New test.
3939
3940 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3941
3942         * c-torture/execute/bcp-1.c: Replace abort in arg of
3943         __builtin_constant_p with a generic external function.
3944
3945         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
3946         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
3947         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
3948         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
3949         Prototype abort and/or exit.
3950
3951         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
3952         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
3953         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
3954         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
3955
3956 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
3957
3958         * gcc.dg/dwarf2-1.c: New test.
3959
3960 2000-05-20  Richard Henderson  <rth@cygnus.com>
3961
3962         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
3963
3964 2000-05-20  Andreas Jaeger  <aj@suse.de>
3965
3966         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
3967         testcase.
3968
3969 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
3970
3971         * gcc.c-torture/execute/20000519-2.c: New test.
3972
3973 2000-05-19  Andreas Jaeger  <aj@suse.de>
3974
3975         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
3976         which fails with SSA.
3977
3978         * lib/c-torture.exp: Also test with -O3 -fssa.
3979
3980 2000-05-18  Michael Meissner  <meissner@redhat.com>
3981
3982         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
3983         * gcc.c-torture/execute/920415-1.c: Ditto.
3984         * gcc.c-torture/execute/920501-1.c: Ditto.
3985         * gcc.c-torture/execute/conversion.c: Ditto.
3986         * gcc.c-torture/execute/cvt-1.c: Ditto.
3987
3988 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
3989
3990         * gcc.c-torture/compile/20000518-1.c: New test.
3991
3992 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
3993
3994         * g77.f-torture/compile/200005018.f:  New test.
3995
3996 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
3997
3998         * gcc.c-torture/compile/20000517-1.c: New test.
3999
4000 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4001
4002         * gcc.c-torture/execute/20000516-1.c: New test.
4003
4004 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
4005
4006         * g++.old-deja/g++.other/eh.C: New test.
4007
4008 2000-05-12  Richard Henderson  <rth@cygnus.com>
4009
4010         * gcc.c-torture/execute/990208-1.c (main): Don't pass
4011         constants through to doit's conditional.
4012
4013 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
4014
4015         * gcc.c-torture/compile/20000511-1.c: New test.
4016         * g77.f-torture/compile/20000511-1.f: New test.
4017         * g77.f-torture/compile/20000511-2.f: New test.
4018
4019 2000-05-11  Michael Meissner  <meissner@redhat.com>
4020
4021         * gcc.c-torture/execute/20000511-1.c: New test.
4022
4023 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
4024
4025         * gcc.dg/dg.exp: Scan .S files as well as .c files.
4026         * gcc.dg/20000510-1.S: New.
4027
4028 2000-05-08  Catherine Moore  <clm@cygnus.com>
4029
4030         * gcc.dg/unused-3.c: New.
4031
4032 2000-05-06  Richard Henderson  <rth@cygnus.com>
4033
4034           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
4035           * g++.old-deja/g++.mike/warn1.C: Likewise.
4036           * g++.old-deja/g++.pt/local1.C: Likewise.
4037           * g++.old-deja/g++.pt/local7.C: Likewise.
4038           * g++.old-deja/g++.pt/spec16.C: Likewise.
4039
4040 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
4041
4042         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
4043
4044 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
4045
4046           * g77.f-torture/execute/20000503-1.f:  New test.
4047
4048 2000-05-04  Andreas Jaeger  <aj@suse.de>
4049
4050         * gcc.dg/noreturn-2.c: New test.
4051
4052 2000-05-04  Neil Booth  <NeilB@earthling.net>
4053
4054         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
4055         preprocessor.
4056
4057 2000-05-04  Richard Henderson  <rth@cygnus.com>
4058
4059         * gcc.c-torture/execute/20000503-1.c: Fix typo.
4060
4061 2000-05-04  Richard Henderson  <rth@cygnus.com>
4062
4063         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
4064         OpenSSL by Jason R Thorpe.
4065
4066 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
4067
4068         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
4069
4070 2000-05-03  Robert Lipe <robertlipe@usa.net>
4071
4072         * gcc.dg/20000503-1.c: New test.
4073
4074 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
4075
4076         * gcc.c-torture/compile/20000502-1.c: New test.
4077         * g++.old-deja/g++.other/align.C: New test.
4078         * gcc.dg/cpp-tradstringify.c: New test.
4079
4080 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4081
4082         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
4083         and hard registers.
4084
4085 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
4086
4087         * gcc.c-torture/execute/loop-5.c: New test.
4088
4089 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
4090
4091         * gcc.c-torture/execute/va-arg-20.c: New test.
4092
4093 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
4094
4095         * gcc.c-torture/execute/20000422-1.c: New test.
4096
4097 2000-04-20  Greg McGary  <gkm@gnu.org>
4098
4099         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
4100         when optimizing, but without sibling-call optimizations (-O1).
4101
4102 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
4103
4104           * gcc.c-torture/compile/20000420-1.c: New test.
4105
4106 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4107
4108         * g++.abi/ptrflags.C: New test.
4109         * g++.eh/catchptr1.C: Test incomplete pointer chains.
4110
4111 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
4112
4113         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
4114
4115 2000-04-19  Greg McGary  <gkm@gnu.org>
4116
4117         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
4118         sibling-call optimizations.
4119
4120 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
4121
4122         * gcc.dg/20000419-1.c: New test.
4123
4124 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
4125
4126         * gcc.c-torture/execute/20000412-6.c: New test.
4127
4128 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
4129
4130         * gcc.c-torture/execute/20000412-5.c: New test.
4131         * g77.f-torture/compile/20000412-1.f: New test.
4132         * gcc.c-torture/execute/20000412-4.c: New test.
4133         * gcc.c-torture/compile/20000412-2.c: New test.
4134         * gcc.c-torture/execute/20000412-3.c: New test.
4135         * gcc.c-torture/compile/20000412-1.c: New test.
4136         * gcc.c-torture/execute/20000412-2.c: New test.
4137
4138 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
4139
4140         * objc/execute/bf-20.m: New test.
4141
4142 2000-04-10  Richard Henderson  <rth@cygnus.com>
4143
4144         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
4145
4146         * gcc.c-torture/execute/20000412-1.c: New test.
4147
4148 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
4149
4150         * g++.old-deja/g++.eh/catchptr1.C: New test.
4151
4152 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
4153
4154         * g++.old-deja/g++.abi/cxa_vec.C: New test.
4155
4156 2000-04-08  Neil Booth  <NeilB@earthling.net>
4157
4158         * gcc.dg/cpp-nullchar.c: Remove test as
4159         embedded nulls cause problems.
4160
4161 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4162
4163         * gcc.dg/compare2.c: New test.
4164
4165 2000-04-08  Neil Booth  <NeilB@earthling.net>
4166
4167         * gcc.dg/cpp-nullchar.c: New test.
4168
4169 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
4170
4171         * gcc.dg/cpp-mi2.c: New test.
4172         * gcc.dg/cpp-mi2[abc].h: New files.
4173
4174 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
4175
4176         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
4177         member name.
4178
4179 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
4180
4181         * g++.old-deja/g++.abi/vmihint.C: New test.
4182
4183 2000-04-06  Neil Booth  <NeilB@earthling.net>
4184
4185         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
4186         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
4187         copyright.
4188
4189 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
4190
4191         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
4192         avoid stack-frame overwrite.
4193
4194 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
4195
4196         * gcc.c-torture/compile/20000405-2.c: New test.
4197         * gcc.c-torture/compile/20000405-3.c: New test.
4198
4199 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4200
4201         * gcc.c-torture/compile/20000405-1.c: New test.
4202
4203 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
4204
4205         * gcc.dg/cast-qual-1.c: Revert last change.
4206
4207 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4208
4209         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
4210
4211 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
4212
4213         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
4214         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
4215
4216 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
4217
4218         * gcc.c-torture/compile/20000403-2.c: New test.
4219         * gcc.c-torture/compile/20000403-1.c: New test.
4220
4221 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
4222
4223         * gcc.c-torture/execute/20000403-1.c: New test.
4224
4225 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
4226
4227         * gcc.c-torture/execute/20000402-1.c: New test.
4228
4229 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
4230
4231         * gcc.c-torture/execute/va-arg-15.c: New test.
4232         * gcc.c-torture/execute/va-arg-16.c: New test.
4233         * gcc.c-torture/execute/va-arg-17.c: New test.
4234         * gcc.c-torture/execute/va-arg-18.c: New test.
4235         * gcc.c-torture/execute/va-arg-19.c: New test.
4236
4237 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
4238
4239         * gcc.c-torture/compile/981211-1.c: Move to...
4240         * gcc.dg/cpp-as1.c: ...here.
4241         * gcc.dg/cpp-as2.c: New file.
4242
4243         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
4244         compiler.
4245
4246 2000-04-02  Neil Booth  <NeilB@earthling.net>
4247
4248         * gcc.dg/cpp-cond.c  New tests.
4249         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
4250         accidental success less likely.
4251         * gcc.dg/cpp-missingop.c  New tests.
4252         * gcc.dg/cpp-missingparen.c  New tests.
4253         * gcc.dg/cpp-shift.c  New tests.
4254         * gcc.dg/cpp-shortcircuit.c  New tests.
4255         * gcc.dg/cpp-unary.c  New tests.
4256
4257 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
4258
4259         * gcc.c-torture/compile/20000329-1.c: New test.
4260
4261 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
4262
4263         * gcc.c-torture/compile/20000326-1.c: New test.
4264         * gcc.c-torture/compile/20000326-2.c: New test.
4265
4266 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
4267
4268         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
4269         the first parameter is a function argument.
4270
4271 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
4272
4273         * g++.old-deja/g++.ext/array4.C: New test.
4274
4275 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
4276
4277         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
4278
4279 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4280
4281         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
4282
4283 2000-03-19  Richard Henderson  <rth@cygnus.com>
4284
4285         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
4286
4287 2000-03-19  Richard Henderson  <rth@cygnus.com>
4288
4289         * gcc.c-torture/compile/20000319-1.c: New test.
4290
4291 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
4292
4293         * gcc.c-torture/execute/20000314-3.c: New test.
4294         * gcc.c-torture/execute/20000314-2.c: New test.
4295         * gcc.c-torture/execute/20000314-1.c: New test.
4296         * gcc.c-torture/compile/20000314-2.c: New test.
4297         * gcc.c-torture/compile/20000314-1.c: New test.
4298
4299 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
4300
4301         * g++.old-deja/g++.warn/inline.C: New test.
4302
4303 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4304
4305         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
4306         standards-compliant result rather than specific constants.
4307         Put test-values in array.
4308
4309 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
4310
4311         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
4312         (g++_target_compile): Put test-specific options last.
4313
4314 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4315
4316         * g++.old-deja/g++.eh/vbase4.C: New test.
4317
4318 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4319
4320         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
4321
4322 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4323
4324         * g++.old-deja/g++.brendan/misc12.C: Removed.
4325         * g++.old-deja/g++.pt/memtemp77.C: Constify.
4326         * g++.old-deja/g++.ext/pretty4.C: New test.
4327
4328 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
4329
4330         * g++.old-deja/g++.other/string2.C: New test.
4331
4332 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
4333
4334         * g++.old-deja/g++.warn/impint2.C: New test.
4335
4336 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
4337
4338         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
4339         is 1, not zero.
4340
4341 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
4342
4343         * g++.old-deja/g++.warn/impint.C: New test.
4344         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
4345         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
4346         * g++.old-deja/g++.pt/explicit12.C: Likewise.
4347         * g++.old-deja/g++.pt/explicit13.C: Likewise.
4348         * g++.old-deja/g++.pt/explicit17.C: Likewise.
4349         * g++.old-deja/g++.pt/explicit18.C: Likewise.
4350         * g++.old-deja/g++.pt/explicit19.C: Likewise.
4351         * g++.old-deja/g++.pt/explicit23.C: Likewise.
4352         * g++.old-deja/g++.pt/explicit31.C: Likewise.
4353         * g++.old-deja/g++.pt/explicit35.C: Likewise.
4354         * g++.old-deja/g++.pt/explicit6.C: Likewise.
4355         * g++.old-deja/g++.pt/memclass7.C: Likewise.
4356
4357 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
4358
4359         * gcc.dg/cpp-redef.c: New test.
4360
4361 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
4362
4363         * g++.old-deja/g++.pt/unify7.C: New test.
4364
4365 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4366
4367         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
4368         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
4369
4370 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
4371
4372         * gcc.c-torture/compile/20000224-1.c: New test.
4373
4374 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4375
4376         * gcc.c-torture/compile/cpp-2.c: New test.
4377         * gcc.c-torture/compile/cpp-1.c: New test.
4378
4379 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
4380
4381         * gcc.c-torture/execute/20000225-1.c: New test.
4382
4383 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4384
4385         * gcc.dg/cpp-li2.c: New test.
4386
4387         * gcc.dg/cpp-wi1.c: New test.
4388
4389         * gcc.dg/cpp-li1.c: New test.
4390
4391 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
4392
4393         * g++.old-deja/g++.other/sizeof5.C: New test.
4394
4395 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4396
4397         * gcc.c-torture/execute/va-arg-13.c: New test.
4398
4399 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
4400
4401         * gcc.c-torture/execute/va-arg-12.c: New test.
4402
4403 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
4404
4405         * gcc.c-torture/execute/20000223-1.c: New test.
4406
4407 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
4408
4409         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
4410
4411 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
4412
4413         * g++.old-deja/g++.abi/ptrmem.C: New test.
4414
4415 2000-02-19  Richard Henderson  <rth@cygnus.com>
4416
4417         * gcc.c-torture/compile/init-3.c: New.
4418
4419 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
4420
4421         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
4422         ALWAYS_CXXFLAGS.
4423
4424 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
4425
4426         * gcc.c-torture/compile/20000211-3.c: New test.
4427
4428 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
4429
4430         * gcc.c-torture/compile/20000211-2.c: New test.
4431
4432 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
4433
4434         * gcc.c-torture/compile/20000211-1.c: New test.
4435
4436 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
4437
4438         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
4439           on native targets
4440
4441 2000-02-08  Nathan Sidwell  <nathan@acm.org>
4442
4443         * g++.old-deja/g++.other/cast5.C: New test.
4444
4445 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
4446
4447         * gcc.c-torture/execute/20000205-1.c: New.
4448
4449 2000-02-03  Nathan Sidwell  <nathan@acm.org>
4450
4451         * g++.old-deja/g++.jason/cast3.C: Return void.
4452         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
4453
4454 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4455
4456         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
4457
4458         * gcc.dg/loop-1.c: New test.
4459
4460 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
4461
4462         * gcc.c-torture/compile/20000127-1.c: New test.
4463         * gcc.c-torture/execute/991228-1.c: New test.
4464
4465 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4466
4467         * gcc.dg/unused-2.c: New test.
4468
4469         * gcc.dg/conv-1.c: New test.
4470
4471 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
4472
4473         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
4474         compiler.
4475         (tool_option_proc): Fix typo.
4476
4477 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
4478
4479         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
4480         of the ld on the host, not on the build machine.
4481         Also, don't crash if '--help' is not a supported option.
4482
4483 2000-01-24  Richard Henderson  <rth@cygnus.com>
4484
4485         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
4486
4487 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
4488
4489         * gcc.c-torture/execute/20000120-2.c: New test.
4490         * gcc.c-torture/execute/20000120-1.c: New test.
4491
4492 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
4493
4494         * gcc.c-torture/execute/20000113-1.c: New test.
4495
4496 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
4497
4498         * gcc.c-torture/execute/20000112-1.c: New test.
4499
4500 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4501
4502         * gcc.dg/20000111-1.c: New test.
4503
4504 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
4505
4506         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
4507         with 16 bit integers.
4508
4509 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4510
4511         * gcc.dg/20000108-1.c: New test.
4512
4513 2000-01-05  Nathan Sidwell  <nathan@acm.org>
4514
4515         * g++.old-deja/g++.ns/koenig8.C: New test.
4516
4517 2000-01-05  Nathan Sidwell  <nathan@acm.org>
4518
4519         * g++.old-deja/g++.other/cast4.C: New test.
4520
4521 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
4522
4523         * gcc.c-torture/compile/20000105-2.c: New test.
4524         * gcc.c-torture/compile/20000105-1.c: New test.
4525
4526 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4527
4528         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
4529         references to printf & atoi to conform to ANSI standard.
4530         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
4531         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
4532         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
4533         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
4534         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
4535         * g++.old-deja/g++.brendan/complex1.C: Likewise.
4536         * g++.old-deja/g++.brendan/copy1.C: Likewise.
4537         * g++.old-deja/g++.brendan/copy2.C: Likewise.
4538         * g++.old-deja/g++.brendan/copy3.C: Likewise.
4539         * g++.old-deja/g++.brendan/copy4.C: Likewise.
4540         * g++.old-deja/g++.brendan/copy5.C: Likewise.
4541         * g++.old-deja/g++.brendan/copy6.C: Likewise.
4542         * g++.old-deja/g++.brendan/copy7.C: Likewise.
4543         * g++.old-deja/g++.brendan/copy8.C: Likewise.
4544         * g++.old-deja/g++.brendan/crash11.C: Likewise.
4545         * g++.old-deja/g++.brendan/crash14.C: Likewise.
4546         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
4547         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
4548         * g++.old-deja/g++.brendan/delete2.C: Likewise.
4549         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
4550         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
4551         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
4552         * g++.old-deja/g++.brendan/eh1.C: Likewise.
4553         * g++.old-deja/g++.brendan/groff1.C: Likewise.
4554         * g++.old-deja/g++.brendan/init3.C: Likewise.
4555         * g++.old-deja/g++.brendan/misc12.C: Likewise.
4556         * g++.old-deja/g++.brendan/misc7.C: Likewise.
4557         * g++.old-deja/g++.brendan/new2.C: Likewise.
4558         * g++.old-deja/g++.brendan/operators4.C: Likewise.
4559         * g++.old-deja/g++.brendan/operators5.C: Likewise.
4560         * g++.old-deja/g++.brendan/overload2.C: Likewise.
4561         * g++.old-deja/g++.brendan/overload7.C: Likewise.
4562         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
4563         * g++.old-deja/g++.brendan/reference1.C: Likewise.
4564         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
4565         * g++.old-deja/g++.brendan/template24.C: Likewise.
4566         * g++.old-deja/g++.brendan/template3.C: Likewise.
4567         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
4568         * g++.old-deja/g++.jason/inline3.C: Likewise.
4569         * g++.old-deja/g++.jason/opeq.C: Likewise.
4570         * g++.old-deja/g++.law/arg5.C: Likewise.
4571         * g++.old-deja/g++.law/arm7.C: Likewise.
4572         * g++.old-deja/g++.law/ctors11.C: Likewise.
4573         * g++.old-deja/g++.law/cvt8.C: Likewise.
4574         * g++.old-deja/g++.law/init9.C: Likewise.
4575         * g++.old-deja/g++.law/refs4.C: Likewise.
4576         * g++.old-deja/g++.law/template2.C: Likewise.
4577         * g++.old-deja/g++.law/visibility24.C: Likewise.
4578         * g++.old-deja/g++.law/vtable3.C: Likewise.
4579         * g++.old-deja/g++.mike/asm2.C: Likewise.
4580         * g++.old-deja/g++.mike/eh1.C: Likewise.
4581         * g++.old-deja/g++.mike/misc1.C: Likewise.
4582         * g++.old-deja/g++.mike/misc13.C: Likewise.
4583         * g++.old-deja/g++.mike/misc14.C: Likewise.
4584         * g++.old-deja/g++.mike/ns12.C: Likewise.
4585         * g++.old-deja/g++.mike/p1248.C: Likewise.
4586         * g++.old-deja/g++.mike/p3708.C: Likewise.
4587         * g++.old-deja/g++.mike/p3708a.C: Likewise.
4588         * g++.old-deja/g++.mike/p3708b.C: Likewise.
4589         * g++.old-deja/g++.mike/p646.C: Likewise.
4590         * g++.old-deja/g++.mike/p700.C: Likewise.
4591         * g++.old-deja/g++.mike/p783.C: Likewise.
4592         * g++.old-deja/g++.mike/p783a.C: Likewise.
4593         * g++.old-deja/g++.mike/p783b.C: Likewise.
4594         * g++.old-deja/g++.mike/p786.C: Likewise.
4595         * g++.old-deja/g++.mike/p789.C: Likewise.
4596         * g++.old-deja/g++.mike/p789a.C: Likewise.
4597         * g++.old-deja/g++.mike/p807a.C: Likewise.
4598         * g++.old-deja/g++.other/delete3.C: Likewise.
4599         * g++.old-deja/g++.other/dyncast1.C: Likewise.
4600         * g++.old-deja/g++.other/dyncast2.C: Likewise.
4601         * g++.old-deja/g++.other/dyncast3.C: Likewise.
4602         * g++.old-deja/g++.other/empty1.C: Likewise.
4603         * g++.old-deja/g++.other/temporary1.C: Likewise.
4604         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
4605         * g++.old-deja/g++.pt/t16.C: Likewise.
4606         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
4607
4608 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
4609
4610         * gcc.dg/991230-1.c: New test.
4611
4612 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
4613
4614         * gcc.c-torture/compile/991229-3.c: New test.
4615         * gcc.c-torture/compile/991229-2.c: New test.
4616         * gcc.c-torture/compile/991229-1.c: New test.
4617
4618 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
4619
4620         * gcc.c-torture/compile/labels-2.c: New test.
4621
4622 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4623
4624         * gcc.c-torture/execute/991227-1.c: New test.
4625
4626 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4627
4628         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
4629
4630 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
4631
4632         * gcc.c-torture/execute/991221-1.c: New test.
4633
4634 1999-12-20  Nathan Sidwell  <nathan@acm.org>
4635
4636         * g++.old-deja/g++.other/cast3.C: New test.
4637
4638 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
4639
4640         * gcc.c-torture/execute/991216-4.c: New test.
4641
4642 1999-12-16  Michael Meissner  <meissner@cygnus.com>
4643
4644         * gcc.c-torture/execute/991216-1.c: New test.
4645         * gcc.c-torture/execute/991216-2.c: New test.
4646         * gcc.c-torture/execute/991216-3.c: New test.
4647
4648 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
4649
4650         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
4651         Actually make the test fail by using "-O2" for compilation.
4652
4653 1999-12-15  Nathan Sidwell  <nathan@acm.org>
4654
4655         * g++.old-deja/g++.warn/cast-align1.C: New test.
4656
4657 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
4658
4659         * gcc.c-torture/compile/991214-1.c: New test.
4660         * gcc.c-torture/compile/991214-2.c: New test.
4661
4662 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
4663
4664         * gcc.dg/991214-1.c: New test.
4665
4666 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
4667
4668         * gcc.c-torture/compile/991213-3.c: New test.
4669         * gcc.c-torture/compile/991213-2.c: New test.
4670         * gcc.c-torture/compile/991213-1.c: New test.
4671
4672 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
4673
4674         * gcc.dg/991209-1.c: New test.
4675
4676 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
4677
4678         * gcc.c-torture/compile/991208-1.c: New test.
4679
4680 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4681
4682         * gcc.dg/ultrasp2.c: New test.
4683
4684 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
4685
4686         * g++.old-deja/g++.abi/align.C (main): Fix typo.
4687
4688 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
4689
4690         * gcc.c-torture/compile/991202-1.c: New test.
4691         * gcc.c-torture/execute/991202-1.c: New test.
4692         * gcc.c-torture/execute/991202-2.c: New test.
4693         * gcc.c-torture/execute/991202-3.c: New test.
4694
4695 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
4696
4697         * g++.old-deja/g++.abi/align.C: New test.
4698         * g++.old-deja/g++.abi/aggregates.C: Likewise.
4699         * g++.old-deja/g++.abi/bitfields.C: Likewise.
4700
4701 1999-12-01  Richard Henderson  <rth@cygnus.com>
4702
4703         * gcc.c-torture/execute/991201-1.c: New.
4704
4705 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
4706
4707         * gcc.dg/991129-1.c: New test.
4708
4709 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
4710
4711         * gcc.c-torture/compile/991127-1.c: New test.
4712
4713 1999-11-22  Nathan Sidwell  <nathan@acm.org>
4714
4715         * g++.old-deja/g++.other/warn4.C: New test.
4716
4717 1999-11-22  Nathan Sidwell  <nathan@acm.org>
4718
4719         * g++.old-deja/g++.eh/cleanup2.C: New test.
4720         * g++.old-deja/g++.ext/pretty2.C: New test.
4721         * g++.old-deja/g++.ext/pretty3.C: New test.
4722         * g++.old-deja/g++.other/debug6.C: New test.
4723
4724 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
4725
4726         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
4727         compiler_output to look for one error message instead of two.
4728
4729 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
4730
4731         * gcc.c-torture/execute/991118-1.c: Also test case
4732         where the word boundary does not split a byte evenly.
4733
4734 1999-11-19  Nathan Sidwell  <nathan@acm.org>
4735
4736         * g++.old-deja/g++.ext/restrict1.C: New test.
4737
4738 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4739
4740         * gcc.c-torture/execute/991118-1.c: New test.
4741
4742 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
4743
4744         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
4745         working directory pathnames.
4746
4747 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
4748
4749         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
4750         host is equipped with driver.h and driver.o so it can actually
4751         compile and run the tests.
4752
4753 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
4754
4755         * gcc.c-torture/compile/991008-1.c: New test.
4756
4757 1999-11-08  Nick Clifton  <nickc@cygnus.com>
4758
4759         * lib/gcc-dg.exp: Include target-supports.exp
4760
4761 1999-11-05  Nick Clifton  <nickc@cygnus.com>
4762
4763         * lib/target-supports.exp: New file: Provide procs to test for
4764         features supported by the target.
4765         (check_weak_available): Moved here from ecos.exp.
4766         (check_alias_available): New proc: Determine of the target
4767         toolchain supports the alias attribute.
4768
4769         * gcc.dg/special/ecos.exp: Move check_weak_available to
4770         target-supports.exp.
4771         (alias-1.c): Only perform the test if the target supports
4772         aliases.
4773         (wkali-1.c): Only perform the test if the target supports
4774         aliases.
4775
4776         * gcc.dg/990506-0.c: Expect error messages from cross
4777         targets as well as native targets.
4778
4779 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4780
4781         * gcc.dg/ultrasp1.c: Removed xfail.
4782         * gcc.dg/struct-ret-2.c: Likewise.
4783         * gcc.dg/array-1.c: Likewise.
4784
4785 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
4786
4787         * gcc.dg/struct-ret-2.c: New test.
4788
4789         * gcc.dg/array-1.c: New test.
4790
4791 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
4792
4793         * gcc.c-torture/execute/991030-1.c: New test.
4794
4795 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
4796
4797         * gcc.c-torture/compile/991026-2.c: New test.
4798
4799 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
4800
4801         * gcc.c-torture/compile/991026-1.c: New test.
4802
4803 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
4804
4805         * gcc.c-torture/execute/991023-1.c: New test.
4806
4807 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
4808
4809         * gcc.c-torture/execute/991019-1.c: New test.
4810
4811 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
4812
4813         * gcc.c-torture/execute/991016-1.c: New test.
4814
4815 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
4816
4817         * gcc.c-torture/execute/991014-1.c: New test.
4818
4819 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
4820
4821         * g++.old-deja/g++.other/union2.C: New test.
4822
4823 1999-10-13  Nathan Sidwell  <nathan@acm.org>
4824
4825         * g++.old-deja/g++.other/vaarg2.C: New test.
4826         * g++.old-deja/g++.other/vaarg3.C: New test.
4827
4828 1999-10-12  Craig Burley  <craig@jcb-sc.com>
4829
4830         * g77.f-torture/noncompile/19990905-1.f: Moved from being
4831         in compile/.
4832
4833 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
4834
4835         * gcc.c-torture/execute/va-arg-11.c: New test.
4836
4837 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
4838
4839         * lib/file-format.exp (gcc_target_object_format): Don't
4840         crash if objdump is unavailable.
4841
4842 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
4843
4844         * gcc.misc-tests/mg.exp: delete extraneous redirection.
4845
4846 1999-09-28  Nick Clifton  <nickc@cygnus.com>
4847
4848         * gcc.c-torture/compile/990928-1.c: New test.
4849
4850 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
4851
4852         * g++.old-deja/g++.other/decl6.C: New test.
4853
4854 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4855
4856         * gcc.c-torture/execute/va-arg-10.c: New test.
4857
4858 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
4859
4860         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
4861         __PRETTY_FUNCTION__.
4862
4863 1999-09-23  Nick Clifton  <nickc@cygnus.com>
4864
4865         * gcc.c-torture/execute/990923-1.c: New test.
4866
4867 1999-09-21  Nick Clifton  <nickc@cygnus.com>
4868
4869         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
4870         for which -fpic is inappropriate.
4871
4872 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
4873
4874         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
4875
4876 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
4877
4878         * g++.old-deja/g++.other/dyncast1.C: New test.
4879         * g++.old-deja/g++.other/dyncast2.C: New test.
4880         * g++.old-deja/g++.other/dyncast3.C: New test.
4881         * g++.old-deja/g++.other/dyncast4.C: New test.
4882         * g++.old-deja/g++.other/dyncast5.C: New test.
4883         * g++.old-deja/g++.eh/catch3.C: New test.
4884         * g++.old-deja/g++.eh/catch3p.C: New test.
4885         * g++.old-deja/g++.eh/catch4.C: New test.
4886         * g++.old-deja/g++.eh/catch4p.C: New test.
4887         * g++.old-deja/g++.eh/catch5.C: New test.
4888         * g++.old-deja/g++.eh/catch5p.C: New test.
4889         * g++.old-deja/g++.eh/catch6.C: New test.
4890         * g++.old-deja/g++.eh/catch6p.C: New test.
4891         * g++.old-deja/g++.eh/catch7.C: New test.
4892         * g++.old-deja/g++.eh/catch7p.C: New test.
4893         * g++.old-deja/g++.eh/catch8.C: New test.
4894         * g++.old-deja/g++.eh/catch8p.C: New test.
4895         * g++.old-deja/g++.eh/catch9.C: New test.
4896         * g++.old-deja/g++.eh/catch9p.C: New test.
4897
4898 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
4899
4900         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
4901         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
4902
4903 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
4904
4905         * gcc.c-torture/compile/990913-1.c: New test.
4906
4907 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
4908
4909         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
4910         * g++.old-deja/g++.jason/rfg5.C: Likewise.
4911
4912 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
4913
4914         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
4915
4916 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
4917
4918         * g++.old-deja/g++.other/lookup11.C: New test.
4919         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
4920         what is permitted and what we want.
4921         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
4922         overload use.
4923         * g++.old-deja/g++.jason/rfg5.C: Likewise
4924
4925 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
4926
4927         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
4928         * gcc.c-torture/noncompile/poison-1.c: New file.
4929
4930 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
4931
4932         * g++.old-deja/g++.other/sizeof3.C: New test.
4933         * g++.old-deja/g++.other/sizeof4.C: New test.
4934         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
4935         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
4936
4937 1999-09-07  Richard Henderson  <rth@cygnus.com>
4938
4939         * gcc.dg/va-arg-1.c: New.
4940
4941 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4942
4943         * gcc.c-torture/execute/va-arg-9.c: New test.
4944
4945 1999-09-05  Craig Burley  <craig@jcb-sc.com>
4946
4947         * g77.f-torture/compile/980519-2.f: New test.
4948         * g77.f-torture/compile/19990905-0.f: New test.
4949         * g77.f-torture/compile/19990905-1.f: New test.
4950         * g77.f-torture/compile/19990905-2.f: New test.
4951
4952         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
4953
4954 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
4955
4956         * gcc.c-torture/execute/990827-1.c: Fix typo.
4957
4958 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
4959
4960         * g++.old-deja/g++.other/deref1.C: New test.
4961
4962 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
4963
4964         * g++.old-deja/g++.other/ambig2.C: New test.
4965         * g++.old-deja/g++.other/cond5.C: New test.
4966         * g++.old-deja/g++.other/lookup16.C: New test.
4967
4968 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
4969
4970         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
4971         assemblers too.
4972
4973 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
4974
4975         * lib/c-torture.exp: Avoid the "compare executables" optimization
4976         when testing native.
4977
4978 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
4979
4980         * gcc.c-torture/execute/990829-1.c: New test.
4981         * gcc.c-torture/compile/990829-1.c: New test.
4982
4983 1999-08-27  Paul Burchard  <burchard@pobox.com>
4984
4985         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
4986         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
4987         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
4988         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
4989         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
4990         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
4991         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
4992         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
4993         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
4994         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
4995         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
4996
4997 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
4998
4999         * gcc.c-torture/execute/990827-1.c: New test.
5000
5001 1999-08-26  Craig Burley  <craig@jcb-sc.com>
5002
5003         * g77.f-torture/noncompile/19990826-4.f: New test.
5004
5005         * g77.f-torture/compile/19990826-3.f: New test.
5006
5007         * g77.f-torture/execute/19990826-2.f: New test.
5008
5009         * g77.f-torture/compile/19990826-1.f: New test.
5010
5011         * gcc.c-torture/execute/990826-0.c: New test.
5012         * g77.c-torture/execute/19990826-0.f: New test.
5013
5014         * g77.f-torture/noncompile/970626-2.f: New test.
5015
5016 1999-08-25  Paul Burchard  <burchard@pobox.com>
5017
5018         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
5019         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
5020         lss-011.C: New tests.
5021
5022 1999-08-25  Nathan Sidwell  <nathan@acm.org>
5023
5024         * g++.old-deja/g++.other/decl5.C: New test.
5025
5026 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5027
5028         * noncompile/noncompile.exp: Load_lib c-torture.exp.
5029         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
5030         call `postbase' for each one.  All callers of `postbase' changed
5031         to call this instead.
5032
5033 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
5034
5035         * gcc.c-torture/execute/990811-1.c: New test.
5036
5037 1999-08-09  Nick Clifton  <nickc@cygnus.com>
5038
5039         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
5040         just native ones.
5041
5042         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
5043         just native ones.
5044
5045 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
5046
5047         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
5048
5049 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
5050
5051         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
5052
5053 1999-08-04  Nathan Sidwell  <nathan@acm.org>
5054
5055         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
5056
5057 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
5058
5059         * gcc.c-torture/execute/990804-1.c: New test.
5060
5061 1999-08-03  Nathan Sidwell  <nathan@acm.org>
5062
5063         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
5064         * g++.old-deja/g++.brendan/crash64.C: Likewise
5065         * g++.old-deja/g++.brendan/overload8.C: Likewise
5066
5067 1999-08-03  Nathan Sidwell  <nathan@acm.org>
5068
5069         * g++.old-deja/g++.other/struct1.C: New test.
5070
5071 1999-08-03  Nathan Sidwell  <nathan@acm.org>
5072
5073         * g++.old-deja/g++.other/enum2.C: New test.
5074
5075 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
5076
5077         Adapted from tests from Franz Sirl:
5078         * gcc.c-torture/execute/va-arg-7.c: New test.
5079         * gcc.c-torture/execute/va-arg-8.c: New test.
5080
5081 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
5082
5083         * gcc.c-torture/compile/990801-2.c: New test.
5084
5085         * gcc.c-torture/compile/990801-1.c: New test.
5086
5087 1999-07-27  Michael Meissner  <meissner@cygnus.com>
5088
5089         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
5090         fp-cmp-1.c, converting double to float.
5091
5092         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
5093         fp-cmp-1.c, converting double to long double.
5094
5095         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
5096         from fr1 to unknown_register, since fr1 is a legitimate register
5097         on some machines.
5098
5099 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
5100
5101         * README: More listname related changes.
5102
5103 1999-07-08  Catherine Moore  <clm@cygnus.com>
5104
5105         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
5106
5107 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
5108
5109         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
5110
5111 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
5112
5113         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
5114
5115 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
5116
5117         * gcc.dg/990703-1.c: New test.
5118
5119 1999-06-29  Nick Clifton  <nickc@cygnus.com>
5120
5121         * lib/file-format.exp: New file: Move definition of proc
5122         gcc_target_object_format to here from
5123         gcc.dg/special/ecos.exp.
5124
5125         * lib/c-torture.exp: Include lib file-format.exp.
5126         * lib/gcc-dg.exp: Include lib file-format.exp.
5127
5128         * gcc.dg/special/ecos.exp: Remove definition of proc
5129         gcc_target_object_format.
5130
5131 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
5132
5133         * gcc.c-torture/execute/990628-1.c: New test.
5134
5135 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
5136
5137         * gcc.c-torture/compile/990625-2.c: New test.
5138
5139         * gcc.c-torture/compile/990625-1.c: New test.
5140
5141 1999-06-23  Nick Clifton  <nickc@cygnus.com>
5142
5143         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
5144         attributes compile.
5145         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
5146         ports that use the COFF/PE file format.
5147
5148 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
5149
5150         * gcc.c-torture/compile/990617-1.c: New test.
5151
5152 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
5153
5154         * g++.old-deja/g++.other/decl4.C: New test.
5155
5156 1999-06-14  Nathan Sidwell  <nathan@acm.org>
5157
5158         * g++.old-deja/g++.other/bitfld3.C: New test.
5159
5160 1999-06-08  Nathan Sidwell  <nathan@acm.org>
5161
5162         * g++.old-deja/g++.eh/catch1.C: New test.
5163
5164 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
5165
5166         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
5167
5168         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
5169         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
5170
5171 1999-06-05  Craig Burley  <craig@jcb-sc.com>
5172
5173         * g77.f-torture/compile/19990502-0.f: Replace with new,
5174         shorter, test that still fails after recent changes.
5175
5176 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5177
5178         * gcc.c-torture/execute/990604-1.c: New test.
5179
5180 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
5181
5182         * gcc.c-torture/execute/990531-1.c: New test.
5183
5184 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5185
5186         * gcc.c-torture/compile/990527-1.c: New test.
5187
5188 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
5189
5190         * gcc.c-torture/execute/990527-1.c: New test.
5191
5192 1999-05-25  Nick Clifton  <nickc@cygnus.com>
5193
5194         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
5195         bitfields as signed.
5196
5197 1999-05-25  Craig Burley  <craig@jcb-sc.com>
5198
5199         * g77.f-torture/compile/19990525-0.f: New test.
5200
5201 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
5202
5203         * gcc.c-torture/execute/990525-2.c: New test.
5204
5205         * gcc.c-torture/execute/990525-1.c: New test.
5206
5207 1999-05-24  Nathan Sidwell  <nathan@acm.org>
5208
5209         * g++.old-deja/g++.other/anon3.C: New test.
5210         * g++.old-deja/g++.other/anon4.C: New test.
5211         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
5212         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
5213         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
5214         Merrill).
5215
5216 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
5217
5218         * gcc.c-torture/execute/990524-1.c: New test.
5219
5220         * gcc.dg/990524-1.c: New test.
5221
5222 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5223
5224         * gcc.c-torture/compile/990523-1.c: New test.
5225
5226 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
5227
5228         * gcc.c-torture/compile/990519-1.c: New test.
5229
5230 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5231
5232         * gcc.c-torture/compile/990517-1.c: New test.
5233
5234         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
5235         (e4, f4): New tests.
5236         (main): Call them.
5237
5238 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5239
5240         * gcc.dg/noreturn-1.c: New test.
5241
5242 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
5243
5244         * gcc.c-torture/execute/990513-1.c: New test.
5245
5246 1999-05-10  Richard Henderson  <rth@cygnus.com>
5247
5248         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
5249
5250 1999-05-10  Craig Burley  <craig@jcb-sc.com>
5251
5252         * g77.f-torture/execute/erfc.f: Use small single-precision
5253         values, to avoid problems on Alphas when not -mieee.
5254
5255 1999-05-08  Craig Burley  <craig@jcb-sc.com>
5256
5257         * gcc.dg/990506-0.c: New test.
5258
5259 1999-05-08  Richard Henderson  <rth@cygnus.com>
5260
5261         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
5262         the constant to test.  Don't XFAIL 64-bit targets.
5263
5264         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
5265         * g++.old-deja/g++.law/profile1.C: Likewise.
5266
5267         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
5268         operator new instances.
5269         * g++.old-deja/g++.other/delete5.C: Likewise.
5270
5271 1999-05-03  Craig Burley  <craig@jcb-sc.com>
5272
5273         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
5274         intrinsic.
5275
5276 1999-05-03  Craig Burley  <craig@jcb-sc.com>
5277
5278         * g77.f-torture/execute/u77-test.f: Reverse order of two
5279         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
5280
5281 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5282
5283         * gcc.dg/compare1.c: New test.
5284
5285 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5286
5287         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
5288         New tests.
5289
5290 1999-05-02  Craig Burley  <craig@jcb-sc.com>
5291
5292         * g77.f-torture/compile/19990502-1.f: New test.
5293
5294 1999-05-02  Craig Burley  <craig@jcb-sc.com>
5295
5296         * g77.f-torture/compile/19990502-0.f: New test.
5297
5298 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
5299
5300         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
5301         intrinsic.
5302
5303 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
5304
5305         * g77.f-torture/execute/u77-test.f (main): List libU77
5306         intrinsics not currently tested.
5307         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
5308         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
5309         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
5310         Trim blanks off the ends of some printed strings.
5311
5312 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
5313
5314         * g77.f-torture/execute/u77-test.f (main): Just warn about
5315         FSTAT gid disagreement, as it's expected on some systems.
5316
5317 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
5318
5319         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
5320         use a new function, which allows for some slop.
5321         Clean up some commentary.
5322         (issum): The new function.
5323         (sgladd): Deleted subroutine.
5324
5325 1999-05-01  Craig Burley  <craig@jcb-sc.com>
5326
5327         * g77.f-torture/execute/u77-test.f: Modify to be more like
5328         libf2c/libU77 version, bringing patches to that version here.
5329         Add suitable commentary.
5330
5331 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
5332
5333         * gcc.dg/990424-1.c: New test.
5334
5335 1999-04-24  Craig Burley  <craig@jcb-sc.com>
5336
5337         * g77.f-torture/execute/u77-test.f (main): Bug involving
5338         LSTAT has been fixed, so turn back on full checking.
5339
5340 1999-04-20  Craig Burley  <craig@jcb-sc.com>
5341
5342         * g77.f-torture/compile/19990419-0.f: New test.
5343         * g77.f-torture/execute/19990419-1.f: New test.
5344
5345 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
5346
5347         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
5348         to avoid the need for a prototype to supress a warning.
5349
5350 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
5351
5352         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
5353
5354 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
5355
5356         * gcc.c-torture/execute/990404-1.c: New test.
5357
5358 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
5359
5360         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
5361         * gcc.dg/cpp-if3.c: Don't use -pedantic.
5362         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
5363         missing initializer warnings.
5364
5365 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
5366
5367         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
5368         matching strings.
5369
5370 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
5371
5372         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
5373
5374 1999-03-26  Craig Burley  <craig@jcb-sc.com>
5375
5376         * g77.f-torture/execute/19990325-0.f: New test.
5377         * g77.f-torture/execute/19990325-1.f: New test.
5378
5379 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
5380
5381         * gcc.c-torture/execute/990324-1.c: New test.
5382
5383 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
5384
5385         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
5386         test with 4.
5387
5388 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
5389
5390         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
5391
5392 1999-03-13  Craig Burley  <craig@jcb-sc.com>
5393
5394         * g77.f-torture/execute/19990313-2.f: New test.
5395         * g77.f-torture/execute/19990313-3.f: New test.
5396
5397 1999-03-13  Craig Burley  <craig@jcb-sc.com>
5398
5399         * g77.f-torture/execute/19990313-0.f: New test.
5400         * g77.f-torture/execute/19990313-1.f: New test.
5401
5402 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
5403
5404         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
5405         printf to sprintf.
5406         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
5407         (main): Add check for u15.  Conditionalize u31 check depending on
5408         whether ints are <32 bits or >=32 bits.
5409
5410 1999-03-08  Craig Burley  <craig@jcb-sc.com>
5411
5412         * g77.f-torture/execute/19981119-0.f: Improve testiness.
5413
5414 1999-03-08  Craig Burley  <craig@jcb-sc.com>
5415
5416         * g77.f-torture/compile/19990305-0.f: New test.
5417         * g77.f-torture/execute/19981119-0.f: New test.
5418
5419 1999-03-08  Craig Burley  <craig@jcb-sc.com>
5420
5421         * g77.f-torture/execute/970625-2.f: call ABORT if final
5422         result is not correct, instead of just printing it.
5423         Add this checking via newly introduced obfuscation, to
5424         trip up buggy front ends.
5425
5426 1999-03-07  Craig Burley  <craig@jcb-sc.com>
5427
5428         * g77.f-torture/compile/960317-1.f: Moved from being
5429         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
5430
5431 1999-03-06  Craig Burley  <craig@jcb-sc.com>
5432
5433         * g77.f-torture/execute/960317-1.f: New (old) test.
5434         * g77.f-torture/execute/970625-2.f: Ditto.
5435
5436 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
5437
5438         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
5439         message on line 1 or line 2; cccp and cpplib do this differently.
5440
5441 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
5442
5443         * g++.old-deja/g++.law/weak1.C: New test.
5444
5445 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
5446
5447         * gcc.c-torture/execute/990119-1.c: Renamed to...
5448         * gcc.dg/990119-1.c: this, so it will only be tested once
5449         (it's a preprocessor test, it doesn't need to be run at
5450         multiple optimization levels).
5451
5452 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
5453
5454         * lib/g++.exp: Don't add incdir=$base_dir/../include to
5455           ALWAYS_CXXFLAGS.
5456
5457 1999-02-24  Craig Burley  <craig@jcb-sc.com>
5458
5459         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
5460         * g77.f-torture/compile/19981216-0.f: ...as it is expected
5461         to not be compilable by current g77.
5462
5463 1999-02-24  Nick Clifton  <nickc@cygnus.com>
5464
5465         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
5466
5467 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
5468
5469         * gcc.c-torture/execute/990222-1.c: New test.
5470
5471 1999-02-19  Craig Burley  <craig@jcb-sc.com>
5472
5473         * g77.f-torture/compile/19990218-0.f: New test.
5474         * g77.f-torture/noncompile/19990218-1.f: New test.
5475
5476 1999-02-18  Craig Burley  <craig@jcb-sc.com>
5477
5478         * g77.f-torture/compile/19981216-0.f: New test.
5479
5480 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
5481
5482         * gcc.dg/990214-1.c: New test.
5483
5484 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
5485
5486         * gcc.dg/990213-2.c: New test.
5487
5488         * gcc.dg/990213-1.c: New test.
5489
5490 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
5491
5492         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
5493         ints.
5494
5495 1999-02-11  Nick Clifton  <nickc@cygnus.com>
5496
5497         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
5498         specified by target.
5499
5500         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
5501
5502 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
5503
5504         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
5505
5506 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
5507
5508         * gcc.dg/special/ecos.exp: New test driver for new tests with
5509         special requirements.
5510
5511         * gcc.dg/special/alias-1.c: New test.
5512         * gcc.dg/special/gcsec-1.c: New test.
5513         * gcc.dg/special/weak-1.c: New test.
5514         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
5515         * gcc.dg/special/weak-2.c: New test.
5516         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
5517         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
5518         * gcc.dg/special/wkali-1.c: New test.
5519         * gcc.dg/special/wkali-2.c: New test.
5520         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
5521         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
5522
5523 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
5524
5525           * lib/c-torture.exp (c-torture-compile): Pull out code for
5526           analyzing gcc error messages.
5527           (c-torture-execute): Likewise.  Fix some (harmless) false
5528           positives.
5529           * lib/gcc.exp (gcc_check_compile): New function.
5530
5531 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
5532
5533         * gcc.c-torture/execute/990208-1.c: New test.
5534
5535 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
5536
5537         * g++.dg/special/ecos.exp: New driver for new tests with special
5538         requirements
5539
5540         * g++.dg/special/conpr-1.C: New test
5541         * g++.dg/special/conpr-2.C: New test
5542         * g++.dg/special/conpr-2a.C: New test
5543         * g++.dg/special/conpr-3.C: New test
5544         * g++.dg/special/conpr-3a.C: New test
5545         * g++.dg/special/conpr-3b.C: New test
5546
5547         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
5548         allow g++ to use the dg driver
5549
5550         * README: Add comment about g++.dg directory
5551
5552 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
5553
5554         * README: Update email addresses.
5555
5556 1999-02-03  Nick Clifton  <nickc@cygnus.com>
5557
5558         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
5559         arguments in order to force structure S onto the stack even on
5560         the alpha.
5561         (test): Pass 10 leading arguments to function foo as well as the
5562         structure S.
5563
5564         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
5565         failure for all targets.
5566
5567         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
5568         abort to terminate program execution.
5569
5570 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
5571
5572         * gcc.c-torture/execute/990130-1.c: New test.
5573
5574 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
5575
5576         * gcc.dg/990130-1.c: New test.
5577
5578 1999-01-28  Michael Meissner  <meissner@cygnus.com>
5579
5580         * gcc.c-torture/execute/990128-1.c: New test.
5581
5582 1999-01-27  Michael Meissner  <meissner@cygnus.com>
5583
5584         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
5585
5586 1999-01-27  Felix Lee  <flee@cygnus.com>
5587
5588         * lib/c-torture.exp (c-torture-compile): pull out code for
5589         analyzing gcc error messages.
5590         (c-torture-execute): ditto, and fix some (harmless) false
5591         positives.
5592         * lib/gcc.exp (gcc_check_compile): new function.
5593
5594 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
5595
5596         * gcc.dg/990117-1.c: New test.
5597
5598         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
5599
5600         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
5601
5602 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
5603
5604         * g77.f-torture/compile/990115-1.f: New test.
5605
5606 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
5607
5608         * gcc.c-torture/compile/990107-1.c: New test
5609
5610 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
5611
5612         * gcc.c-torture/execute/990106-2.c: New test.
5613
5614         * gcc.c-torture/execute/990106-1.c: New test.
5615
5616 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
5617
5618         * gcc.c-torture/compile/981223-1.c: New test.
5619
5620 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
5621
5622         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
5623         (opt3): Rename from opt4 and disable.
5624
5625 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
5626
5627         * g++.old-deja/g++.pt/ptrmem5.C: New test.
5628
5629 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
5630
5631         * g++.old-deja/g++.other/conv5.C: New test.
5632
5633 1998-12-14  Nick Clifton  <nickc@cygnus.com>
5634
5635         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
5636
5637 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
5638
5639         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
5640
5641 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
5642
5643         * gcc.c-torture/compile/981211-1.c: New test.
5644
5645 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
5646
5647         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
5648
5649         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
5650
5651 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5652
5653         * gcc.special/930510-1.c: Make C9X safe.
5654         * gcc.misc-tests/gcov-1.c Similarly.
5655         * gcc.misc-tests/gcov-2.c Similarly.
5656
5657 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
5658
5659         * gcc.dg/ultrasp1.c: New test.
5660
5661 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
5662
5663         * gcc.c-torture/execute/981206.c: New test.
5664
5665 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
5666
5667         * g++.old-deja/g++.ns/template7.C: New test.
5668
5669         * g++.old-deja/g++.other/expr1.C: New test.
5670
5671         * g++.old-deja/g++.eh/tmpl3.C: New test.
5672
5673         * g++.old-deja/g++.eh/tmpl2.C: New test.
5674
5675 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
5676
5677         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
5678         * g++.old-deja/g++.other/using6.C: Removed.
5679         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
5680
5681         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
5682
5683 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
5684
5685         * g++.old-deja/g++.pt/overload8.C: New test.
5686
5687         * g++.old-deja/g++.pt/overload7.C: New test.
5688
5689         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
5690
5691         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
5692         and relinking messages.
5693         * lib/g++.exp (g++_target_compile): Remove .rpo file when
5694         compiling with -frepo.
5695
5696 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
5697
5698         * g++.old-deja/g++.pt/lookup6.C: New test.
5699
5700 1998-11-30  Nick Clifton  <nickc@cygnus.com>
5701
5702         * gcc.c-torture/execute/981130-1.c: New test.
5703         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
5704
5705 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
5706
5707         * g++.old-deja/g++.pt/explicit76.C: New test.
5708
5709         * g++.old-deja/g++.pt/friend38.C: New test.
5710
5711         * g++.old-deja/g++.ns/crash2.C: New test.
5712
5713         * g++.old-deja/g++.pt/defarg8.C: New test.
5714
5715         * g++.old-deja/g++.pt/instantiate6.C: New test.
5716
5717         * g++.old-deja/g++.pt/static6.C: New test.
5718
5719         * g++.old-deja/g++.pt/decl2.C: New test.
5720
5721 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
5722
5723         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
5724         problem is actually related with name lookup, but so what? :-)
5725
5726         * g++.old-deja/g++.pt/friend37.C: New test.
5727
5728 1998-11-25  Dave Love  <d.love@dl.ac.uk>
5729
5730         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
5731         element, which fails on some systems.
5732
5733         * g77.f-torture/execute/labug1.f: New test.
5734
5735 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
5736
5737         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
5738         is defined.
5739
5740 1998-11-18  Dave Love  <d.love@dl.ac.uk>
5741
5742         * g77.f-torture/compile/981117-1.f: New test.
5743
5744 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
5745
5746         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
5747         properly discarded.
5748
5749 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
5750
5751         * gcc.c-torture/execute/memcheck: New directory of tests for
5752         -fcheck-memory-usage.
5753
5754 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5755
5756         * README: New file, general information about the testsuite and
5757         new description of the various C++ test subdirectories.
5758         * README.g++: Eliminate obsolete information, update and move most
5759         relevant stuff to README.
5760
5761 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
5762
5763         * gcc.c-torture/compile/981107-1.c: New test.
5764
5765 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
5766
5767         * execute/memcpy-bi.c: New testcase.
5768
5769 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
5770
5771         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
5772         base classes.
5773
5774         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
5775         template is selected.
5776
5777         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
5778         classes, it should be accepted for all types.
5779
5780         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
5781
5782         * g++.old-deja/g++.pt/spec24.C: Ensure that template
5783         specializations start with template headers.
5784
5785 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
5786
5787         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
5788
5789         * g++.old-deja/g++.other/init9.C: Test cross initialization of
5790         non-POD types.
5791
5792 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
5793
5794         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
5795
5796 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5797
5798         * compile/981022-1.c, compile/981022-1.x: New test and driver.
5799
5800 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
5801
5802         * 981019-1.c: New test.
5803
5804 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
5805
5806         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
5807         find objc headers.
5808
5809 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5810
5811         * compile/981001-4.c: Remove use of GCC extension that triggers a
5812         compiler bug.
5813
5814 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
5815
5816         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
5817
5818 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
5819
5820         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
5821         instantiation of template produces incorrect code for delete
5822         expression.
5823
5824         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
5825         constructors' name is not unique.
5826         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
5827         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
5828
5829         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
5830         automatic array of const is ill-formed.
5831
5832         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
5833         of template parameter?
5834
5835         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
5836         const.
5837
5838         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
5839         pointer-to-member expression.
5840
5841         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
5842         declaration causes ICE.
5843
5844 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
5845
5846         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
5847         reserved in the global namespace.
5848
5849         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
5850         generate needed virtual table.
5851
5852         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
5853
5854 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
5855
5856         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
5857         template-dependent type
5858
5859 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
5860
5861         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
5862         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
5863         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
5864
5865         * g++.old-deja/g++.other/using5.C: New test; using decl from base
5866         class should be usable as argument of member function.
5867         * g++.old-deja/g++.other/using6.C: New test; using decl from base
5868         class should be usable as return type of member function.
5869         * g++.old-deja/g++.other/using7.C: New test; using decl from base
5870         class should be usable as type of data member.
5871
5872         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
5873
5874 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
5875
5876         * gcc.c-torture/special/920521-1.c: Fix bogus test.
5877
5878 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
5879
5880         * gcc.dg/dll-?.c Add thumb to target list.
5881         Fix assembler scan patterns to match current assembler output.
5882
5883 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
5884
5885         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
5886         matching of template brackets.
5887
5888         * g++.old-deja/g++.other/using4.C: New test.  Test using
5889         declarations of methods from base classes.
5890
5891         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
5892         within functions should introduce names into the innermost
5893         enclosing namespace.
5894
5895         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
5896         of static locals if first initialization throws.
5897
5898 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
5899
5900         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
5901
5902 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
5903
5904         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
5905         lose track of the possible targets of tablejump insns.
5906         * special/special.exp: Run it.
5907
5908 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
5909
5910         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
5911         must be declared before its specializations can be named in friend
5912         declarations.
5913
5914 1998-10-05  Dave Love  <d.love@dl.ac.uk>
5915
5916         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
5917
5918         * g77.f-torture/execute/io1.f: New test.
5919
5920 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
5921
5922         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
5923         with pointer to template function, for which no argument deduction
5924         is possible.
5925
5926         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
5927         specialization of template function as argument to template
5928         function.
5929
5930         * g++.old-deja/g++.other/access2.C: New test; Inner class
5931         shouldn't have privileged access to Outer's names.
5932
5933 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
5934
5935         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
5936         friend template declared within template class conflicts with
5937         nested class of the same name.
5938
5939         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
5940         is ignored.
5941
5942         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
5943         object with direct initializer as function declaration.
5944
5945         * g++.old-deja/g++.other/decl2.C: New test; duplicate
5946         initializers.
5947
5948         * g++.old-deja/g++.other/null2.C: New test; conditional operator
5949         involving const pointer and NULL produces incorrect result.
5950
5951         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
5952         type name without `typename' should be rejected with -pedantic.
5953
5954 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
5955
5956         * g++.old-deja/g++.other/addrof1.C: New test.
5957
5958 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
5959
5960         * gcc.c-torture/compile/981001-1.c: New test.
5961         * gcc.c-torture/execute/981001-1.c: New test.
5962
5963 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
5964
5965         * gcc.c-torture/compile/981001-2.c: New test.
5966         * gcc.c-torture/compile/981001-3.c: New test.
5967         * gcc.c-torture/compile/981001-4.c: New test.
5968
5969 1998-10-01  Robert Lipe  <robertl@dgii.com>
5970
5971         * lib/objc.exp (objc_target_compile): Add -L during compiles for
5972         multilibbed hosts.   Idea grafted from g77.exp.
5973
5974 1998-09-30  Dave Love  <d.love@dl.ac.uk>
5975
5976         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
5977         avoid losing on systems which need -lsocket.
5978
5979 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
5980
5981         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
5982         * g++.old-deja/g++.other/nested2.C: Ditto.
5983         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
5984         failure.
5985
5986 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
5987
5988         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
5989         preferred over template operator!= for enum bitfields.
5990
5991 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
5992
5993         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
5994         that happen to have the same base name, but in different scopes,
5995         are incorrectly rejected.
5996
5997 1998-09-16  Richard Henderson  <rth@cygnus.com>
5998
5999         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
6000         on the native word size instead of an integer literal.
6001
6002 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
6003
6004         * g++.old-deja/g++.other/static2.C: Invocation of static data
6005         member of type pointer-to-function denoted as non-static member.
6006
6007         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
6008         checks involving function types and aliases.
6009
6010 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
6011
6012         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
6013         redefined to the same non-trivial type.
6014
6015         * g++.old-deja/g++.pt/explicit73.C: Test for proper
6016         namespace-qualification of template specializations declared in
6017         other namespaces.
6018
6019         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
6020         to declare a subset of the specializations of a template function
6021         as friends of specializations of a template class.
6022
6023         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
6024         member templates that do not fully specialize the enclosing
6025         template class are rejected.
6026
6027 1998-09-11  Dave Love  <d.love@dl.ac.uk>
6028
6029         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
6030
6031 1998-09-08  Dave Love  <d.love@dl.ac.uk>
6032
6033         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
6034         altered from libf2c/libU77 version.
6035
6036 1998-09-06  Dave Love  <d.love@dl.ac.uk>
6037
6038         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
6039
6040 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
6041
6042         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
6043         (un)signed char are different types for template specialization
6044         purposes.
6045
6046 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
6047
6048         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
6049         * objc: ObjC testsuite.
6050
6051 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
6052
6053         * gcc.c-torture/execute/941014-1.x:  New file.
6054
6055 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
6056
6057         * lib/c-torture.exp: Add support for
6058         torture_eval_before_compile and torture_eval_before_execute
6059         variables.
6060
6061 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
6062
6063         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
6064         this test triggers valid.
6065
6066 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
6067
6068         * gcc.dg/980827-1.c: New test.
6069
6070 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6071
6072         * gcc.c-torture/execute/loop-4b.c: New test.
6073
6074 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
6075
6076         * lib/c-torture.exp: Add support for
6077         torture_eval_before_compile and torture_eval_before_execute
6078         variables.
6079
6080 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
6081
6082         * gcc.c-torture/compile/980825-1.c: New test.
6083
6084 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
6085
6086         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
6087         count number tests in opt_t0 not good_t0.
6088
6089 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
6090
6091         * gcc.c-torture/compile/930326-1.x: Fix typo.
6092
6093 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
6094
6095         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
6096         causes an ICE.
6097
6098 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
6099
6100         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
6101         STACK_SIZE is defined.
6102         * gcc.c-torture/unsorted/stuct.c: Similarly.
6103
6104         * gcc.c-torture/compile/980821-1.c: New test.
6105
6106 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
6107
6108         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
6109
6110 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
6111
6112         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
6113         code.
6114
6115 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
6116
6117         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
6118         error'.
6119
6120 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
6121
6122         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
6123
6124 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
6125
6126         * gcc.c-torture/compile/980816-1.c: New test.
6127
6128         * gcc.dg/980816-1.c: New test.
6129
6130 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
6131
6132         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
6133         compiler for ieee tests.
6134
6135 1998-08-01  Dave Love  <d.love@dl.ac.uk>
6136
6137         * g77.f-torture/compile/980729-0.f: New test.
6138
6139 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
6140
6141         * gcc.c-torture/special/eeprof-1.c: New test, for
6142         -finstrument-functions.
6143         * gcc.c-torture/special/special.exp: Run it.
6144
6145 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
6146
6147         * gcc.c-torture/compile/980729-1.c: New test.
6148
6149 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
6150
6151         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
6152         __thumb__ is defined, and test for ARM style doubles if so.
6153
6154 1998-07-26  Dave Love  <d.love@dl.ac.uk>
6155
6156         * g77.f-torture/noncompile/980615-0.f: New test.
6157
6158 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
6159
6160         * gcc.dg/980312-1.c: Do link instead of compile.
6161         * gcc.dg/980313-1.c: Likewise.
6162
6163 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
6164
6165         * gcc.c-torture/compile/980726-1.c: New test.
6166
6167 1998-07-25  Dave Love  <d.love@dl.ac.uk>
6168
6169         * g77.f-torture/execute/io0.f: New test.
6170
6171 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
6172
6173         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
6174         an int.
6175
6176 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
6177
6178         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
6179         m32r bugs.
6180
6181 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
6182
6183         * gcc.dg/980626-1.c: Expect failures for all toolchains until
6184         c-decl.c:grokdeclarator can handle mode attributes.
6185
6186 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
6187
6188         * gcc.c-torture/execute/980716-1.c: New test.
6189
6190 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
6191
6192         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
6193         the mn10200.
6194         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
6195         the mn10200.
6196         * gcc.c-torture/execute/va-arg-3.x: Similarly.
6197         * gcc.c-torture/compile/930326-1.x: Similarly.
6198
6199 1998-07-13  Dave Love  <d.love@dl.ac.uk>
6200
6201         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
6202         New test from Craig.
6203
6204 1998-07-12  Dave Love  <d.love@dl.ac.uk>
6205
6206         * g77.f-torture/noncompile/980616-0.f: New test.
6207
6208         * g77.f-torture/execute/970816-3.f:  New test from Craig.
6209
6210 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
6211
6212         *  g++.other/singleton.C: Return error value instead of taking
6213         SIGSEGV.
6214
6215 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
6216
6217         *  g++.other/singleton.C: New test.   Warning is under dispute.
6218         Runtime crash is not.
6219
6220 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
6221
6222         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
6223         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
6224         using6.C, using7.C}:  New namespace tests.
6225
6226 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
6227
6228         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
6229         specialization with typedef'ed names used as array indexes.
6230
6231 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
6232
6233         * gcc.c-torture/execute/980709-1.c: New test.
6234
6235         * gcc.dg/980709-1.c: New test.
6236
6237 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
6238
6239         * gcc.c-torture/execute/bcp-1.c: New test.
6240
6241 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
6242
6243         * gcc.c-torture/execute/980707-1.c: New test.
6244
6245 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
6246
6247         * gcc.c-torture/compile/980706-1.c: New test.
6248
6249 1998-07-01  Dave Love  <d.love@dl.ac.uk>
6250
6251         * g77.f-torture/execute/980701-0.f,
6252         g77.f-torture/execute/980701-1.f: New test from Craig.
6253
6254 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
6255
6256         * gcc.c-torture/compile/980701-1.c: New test.
6257
6258         * gcc.c-torture/execute/980701-1.c: New test.
6259
6260 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
6261 rlsruhe.de>
6262
6263         * g++.old-deja/g++.robertl/eb132.C: New test.
6264         * g++.old-deja/g++.robertl/eb133.C: Likewise.
6265
6266 1998-06-29  Dave Love  <d.love@dl.ac.uk>
6267
6268         * g77.f-torture/execute/980628-7.f,
6269         g77.f-torture/execute/980628-8.f,
6270         g77.f-torture/execute/980628-9.f,
6271         g77.f-torture/execute/980628-10.f: New tests from Craig.
6272
6273         * g77.f-torture/execute/980628-3.f: Remove mail headers.
6274
6275 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
6276
6277         * g77.f-torture/execute/980628-4.f: New test from Craig.
6278         * g77.f-torture/execute/980628-5.f: Likewise.
6279         * g77.f-torture/execute/980628-2.f: Likewise.
6280         * g77.f-torture/execute/980628-0.f: Likewise.
6281         * g77.f-torture/execute/980628-1.f: Likewise.
6282         * g77.f-torture/execute/980628-3.f: Likewise.
6283         * g77.f-torture/execute/980628-6.f: Likewise.
6284
6285 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
6286
6287         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
6288         directory when nothing has been installed yet.
6289
6290 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
6291
6292         * gcc.c-torture/special/special.exp: Handle newer versions of
6293         dejagnu.
6294
6295 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
6296
6297         * gcc.dg/980626-1.c: New test.
6298
6299 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
6300
6301         * gcc.misc-tests/m-un-2.c: New test.
6302         * g++.old-deja/g++.other/warn01.c: Likewise.
6303
6304 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
6305
6306         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
6307         compatibility with assmblers with a different comment character.
6308         Eliminate use of GAS-specific extensions.
6309
6310 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
6311
6312         * gcc.c-torture/execute/ieee/980619-1.c: New test.
6313
6314 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
6315
6316         *lib/g77.exp: Replace search for libf2c.a with search for newly
6317         renamed libg2c.a
6318
6319 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
6320
6321         * gcc.c-torture/execute/980617-1.c: New test.
6322
6323 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
6324
6325         * gcc.c-torture/execute/980612-1.c: New test.
6326
6327 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
6328
6329         * gcc.dg/980523-1.c: Only test on ppc-linux.
6330         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
6331
6332         * gcc.c-torture/execute/980608-1.c: New test.
6333
6334 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6335
6336         * gcc.c-torture/execute/980605-1.c: New test.
6337
6338 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
6339
6340         * gcc.c-torture/execute/980604-1.c: New test.
6341
6342 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
6343
6344         * gcc.c-torture/execute/980602-1.c: New test.
6345         * gcc.c-torture/execute/980602-2.c: Likewise.
6346
6347 1998-06-02  Dave Love  <d.love@dl.ac.uk>
6348
6349         * 970125-0.f: Fix per JCB.  Add commentary.
6350
6351 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
6352
6353         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
6354         IEEE -0 support.
6355
6356 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
6357
6358         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
6359         earlier.
6360
6361 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
6362
6363         * gcc.c-torture/execute/980526-3.c: New test.
6364
6365 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
6366
6367         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
6368         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
6369         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
6370         m88k-motorola-sysv3 to XFAIL.
6371
6372 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6373
6374         * gcc.dg/980526-1.c: New test.
6375         * gcc.c-torture/execute/980526-2.c: New test.
6376
6377 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
6378
6379         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
6380
6381         * gcc.c-torture/execute/980526-1.c: New test.
6382
6383 1998-05-26  Dave Love  <d.love@dl.ac.uk>
6384
6385         * g77.f-torture/execute/alpha2.f: Add runtime test.
6386
6387 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
6388
6389         * g++.old-deja/old-deja.exp: Strip leading directories.
6390
6391         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
6392         error for the line.  Don't run multiple tests for the same line.
6393
6394 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
6395
6396         * gcc.dg/980523-1.c: New test.
6397
6398 1998-05-23  Dave Love  <d.love@dl.ac.uk>
6399
6400         * g77.f-torture/compile/970915-0.f: New test.
6401
6402 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
6403
6404         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
6405
6406 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
6407
6408         * gcc.dg/980520-1.c: New test.
6409
6410 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
6411
6412         * gcc.dg/980502-1.c: Fix return type.
6413
6414 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
6415
6416         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
6417         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
6418         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
6419         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
6420         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
6421
6422 1998-05-20  Dave Love  <d.love@dl.ac.uk>
6423
6424         * g77.f-torture/execute/980520-1.f: New test.
6425
6426 1998-05-15  Dave Love  <d.love@dl.ac.uk>
6427
6428         * lib/mike-g77.exp: New file.
6429
6430         * g77.f-torture/noncompile/noncompile.exp,
6431         g77.f-torture/noncompile/check0.f: New files.
6432
6433 1998-05-14  Dave Love  <d.love@dl.ac.uk>
6434
6435         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
6436         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
6437         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
6438         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
6439         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
6440         abort where appropriate.
6441
6442 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
6443
6444         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
6445         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
6446
6447 1998-04-29  Dave Love  <d.love@dl.ac.uk>
6448
6449         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
6450
6451 1998-04-27  Dave Love  <d.love@dl.ac.uk>
6452
6453         * g77.f-torture/compile/980427-0.f: New test.
6454
6455 1998-04-24  Dave Love  <d.love@dl.ac.uk>
6456
6457         * g77.f-torture/compile/980424-0.f: New test.
6458
6459 1998-04-19  Dave Love  <d.love@dl.ac.uk>
6460
6461         * g77.f-torture/compile/980419-2.f (main): New test.
6462         * g77.f-torture/compile/970125-0.f: New test.
6463         * g77.f-torture/compile/980419-1.f: New test.
6464
6465 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
6466
6467         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
6468         of loop-4.c.
6469
6470 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
6471
6472         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
6473
6474 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
6475
6476         * gcc.c-torture/compile/980329-1.c: New test.
6477
6478 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
6479
6480         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
6481         * gcc.dg/980312-1.c: Fix typo in -march command.
6482
6483 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
6484
6485         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
6486
6487 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
6488
6489         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
6490         Dave Love agree the Fortran source is bogus.
6491
6492 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
6493
6494         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
6495         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
6496         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
6497         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
6498         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
6499
6500 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
6501
6502         * g++.old-deja/g++.other/friend1.C: New test.
6503
6504 1998-02-18  Dave Love  <d.love@dl.ac.uk>
6505
6506         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
6507         possibly uninitialized) variables and declare dnrm2.
6508
6509 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
6510
6511         From Bruno Haible <haible@ilog.fr>:
6512         * gcc.c-torture/execute/980223.c: New test.
6513
6514 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
6515
6516         * gcc.dg/ifelse-1.c: New test.
6517
6518 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
6519
6520         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
6521
6522           * lib/old-dejagnu.exp (old-dejagnu): Added the
6523           "execution test - XFAIL *-*-*" handling in the spirit of
6524           "excess errors test -". Changed the "execution test fails"
6525           handling to be like "excess errors test fails".
6526           * Update various tests accordingly.
6527
6528 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
6529
6530         * gcc.c-torture/execute/980205.c: New test.
6531
6532 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
6533
6534         * lib/c-torture.exp: Look for .x files instead of .cexp files.
6535         * lib/f-torture.exp: Similarly.
6536         * gcc.c-torture: Rename all .cexp files to .x files.
6537
6538 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6539
6540         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
6541         (940510-1.c): Removed duplicate.
6542         (971104-1.c): New test.
6543
6544 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
6545
6546           * lib/f-torture.exp: Improve error and loop detection.
6547
6548 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
6549
6550         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
6551         use that to size the filler array.
6552
6553 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
6554
6555         * lib/c-torture.exp(c-torture-execute): Fix typo.
6556
6557         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
6558         testcase as the executable name. Keep the executable around if
6559         the test fails.
6560
6561 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
6562
6563         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
6564         changes.  Only test one -g option, and move it to the end of the
6565         list of options to test.
6566
6567 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
6568
6569         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
6570         variable GCC_TORTURE_OPTIONS to supply default switches separated
6571         by colons.  If no environment variable, run tests with -O0 -g, -O1
6572         -g, and -O2 -g as well.
6573
6574 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
6575
6576         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
6577         explanatory comments. Fix indentation.
6578
6579 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
6580
6581         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
6582
6583 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
6584
6585         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
6586         * g++.old-deja/g++.mike/p7325.C: Likewise.
6587         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
6588
6589 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
6590
6591         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
6592         * g++.old-deja/g++.brendan/crash30.C: Likewise.
6593         * g++.old-deja/g++.brendan/crash39.C: Likewise.
6594         * g++.old-deja/g++.law/operators4.C: Likewise.
6595
6596 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
6597
6598         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
6599         * g++.old-deja/g++.mike/p784.C: Ditto.
6600         * g++.old-deja/g++.mike/p785.C: Ditto.
6601
6602 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
6603
6604           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
6605
6606 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
6607
6608         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
6609         target feature; pass this to c-torture-execute as needed.
6610
6611 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
6612
6613         * lib/c-torture.exp(c-torture-execute): If the previous and the
6614         current executables being tested are identical, we don't need to
6615         run the executable again. Try to make the executable names
6616         unique. Add an optional argument for passing additional compiler
6617         flags.
6618
6619 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
6620
6621         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
6622
6623 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
6624
6625         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
6626
6627 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
6628
6629         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
6630         32bit or larger longs.
6631
6632         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
6633         have either a 32bit long or 32bit int.
6634
6635 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6636
6637         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
6638         Make double precision tests dependent on sizeof (double).
6639
6640 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
6641
6642         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
6643         too.
6644
6645 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6646
6647         * gcc.c-torture/compile/961203-1.cexp: New script.
6648
6649 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
6650
6651         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
6652         up the includes ourselves.
6653
6654 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
6655
6656         * lib/plumhall.exp: Remove random include, and add a few
6657         verbose messages for debugging.
6658
6659 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
6660
6661         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
6662         of trying to do it ourselves.
6663
6664 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
6665
6666         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
6667
6668 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
6669
6670         * gcc.prms/5403.c: Made regexp a bit less strict.
6671
6672 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
6673
6674         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
6675         is returned from remote_load instead.
6676         * lib/plumhall.exp: Ditto.
6677         * lib/mike-g++.exp: Ditto.
6678         * lib/old-dejagnu.exp: Ditto.
6679         * lib/c-torture.exp: Ditto.
6680
6681 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
6682
6683         * lib/g++.exp: Use build_wrapper procedure.
6684         * lib/gcc.exp: Ditto.
6685
6686 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
6687
6688         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
6689         an old-style decl for malloc.  Fixes tests to work when
6690         sizeof (int) != sizeof (size_t).
6691
6692 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
6693
6694         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
6695
6696         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
6697         use stdargs.h interface.
6698
6699 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
6700
6701         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
6702         NO_VARARGS when compiling.
6703
6704 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
6705
6706         * lib/plumhall.exp(ph_includes): New procedure.
6707         (ph_make): Use it.
6708         (ph_compiler): Ditto.
6709
6710         * lib/g++.exp: Rename test-glue.c to testglue.c.
6711         * lib/gcc.exp: Ditto.
6712
6713 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
6714
6715         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
6716         to completion when it's called.
6717
6718 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
6719
6720         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
6721         is defined, don't do test.
6722
6723 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
6724
6725         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
6726         for object files.
6727         (ph_summary): Mark skipped testcases as untested, not unresolved.
6728
6729         * lib/plumhall.exp (ph_make): If unresolved because of bad
6730         errorCode, record errorCode in log file.
6731         (*): Replace send_log/verbose with verbose -log.
6732
6733 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
6734
6735         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
6736         double conversion if double isn't at least 8 bytes.
6737
6738         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
6739         int to work with targets where int is 16 bits.
6740
6741         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
6742         8 bytes, just exit, since 4 byte doubles don't have enough bits of
6743         precision for the test to complete.
6744
6745 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
6746
6747         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
6748         if d10v is not compiled with the -mdouble64 flag.
6749         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
6750
6751         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
6752         d10v is not compiled with the -mint32 flag.
6753
6754 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
6755
6756         * lib/plumhall.exp: Use incr_count.
6757
6758 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
6759
6760         * gcc.c-torture: Update to c-torture-1.45.
6761
6762 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
6763
6764         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
6765         the name of the expect testcase file).
6766
6767         * lib/g++.exp(g++_init): Ditto.
6768
6769 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
6770
6771         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
6772         the host.
6773
6774         * lib/gcc.exp(gcc_exit): New procedure.
6775
6776 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
6777
6778         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
6779         specs where appropriate.
6780
6781         * g++.old-deja/g++.arm/*: Added additional ERROR checks
6782         because of new "candidates are" messages, and removed a few
6783
6784         * Converted all non-old-style g++ testcases to old-style, and
6785         moved into g++.old-deja.
6786
6787 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
6788
6789         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
6790         options.
6791
6792         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
6793         succeeded.
6794
6795         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
6796
6797 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
6798
6799         * lib/gcc.exp (gcc_target_compile): Add support for defining
6800         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
6801         the machine doesn't have those features.
6802
6803 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
6804
6805         * g++.law/operators4.exp: Don't use LIBS.
6806
6807 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
6808
6809         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
6810
6811         * lib/mike-g++.exp: Don't set the compiler to be tested here.
6812         * lib/g++.exp: Set it here instead. Also, allow use of the
6813         --tool_exec and --tool_opt options. Change CXX to
6814         GXX_UNDER_TEST.
6815
6816         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
6817
6818         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
6819
6820 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
6821
6822         * lib/old-dejagnu.exp: Use prune_warnings instead of
6823         prune_system_crud.
6824         * lib/mike-g++.exp: Ditto.
6825         * lib/gcc.exp: Ditto.
6826         * lib/g++.exp: Ditto.
6827
6828         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
6829
6830 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
6831
6832           * 941014-2.c: Include stdlib.h
6833           * 960327-1.c: Include stdio.h
6834           * dbra.c, index-1.c: Don't assume ints are 32bits.
6835
6836 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
6837
6838         * lib/gcc.exp: Add gcc,stack_size target feature.
6839
6840         * lib/g++.exp(g++_target_compile): Add the include and link
6841         paths here, not in two other places. And, it's $options, not
6842         options.
6843
6844         * lib/mike-g++.exp(postbase): Remove the code that determines
6845         the correct include and link paths.
6846         * g++.old-deja/old-deja.exp: Ditto.
6847
6848 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
6849
6850         * lib/g++.exp(g++_init): target_compile no longer returns the
6851         filename of the result.
6852
6853 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
6854
6855         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
6856         call to glob.
6857
6858         * gcc.c-torture/special/special.exp: Change call to
6859         gcc_target_compile to include the object file.
6860
6861 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
6862
6863         * gcc.c-torture/special/special.exp: Correct misspelling in last
6864         change.
6865
6866 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
6867
6868         * lib/plumhall.exp(ph_summary): Log the entire output of the
6869         executable. Return -1 if there were any failures, 0 otherwise.
6870         (ph_execute): Return -1 if there were any failures, 0 otherwise.
6871         (ph_make): Clean up objects and executables that were built
6872         if the tests succeeded.
6873
6874 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
6875
6876         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
6877         libraries and includes in the build tree as appropriate.
6878
6879 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
6880
6881         * lib/c-torture.exp: Instead of looking for the global variable
6882         NO_LONG_LONG, check to see if that's a feature of the target.
6883
6884 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
6885
6886         * config/default.exp: Minimize. Delete the remainer of the files in
6887         config; this functionality is now in devo/dejagnu/config.
6888
6889         g++.*/*: Pass any additional flags used to compile to postbase;
6890         delete CXXFLAGS.
6891
6892         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
6893         is now done by runtest.exp. Use gcc_target_compile instead of
6894         compile.
6895
6896         lib/c-torture.exp: Use gcc_target_compile instead of compile.
6897         Remove references to CFLAGS. Use remote_file instead of
6898         calling rm -f.
6899         (c-torture): Take a list of arguments to use to compile this
6900         testcase.
6901
6902         lib/g++.exp: Simplify. Use target_compile instead of compile.
6903         lib/gcc-dg.exp: Ditto.
6904         lib/gcc.exp: Ditto.
6905         lib/mike-{gcc,g++}.exp: Ditto.
6906         lib/old-dejagnu.exp: Ditto.
6907         lib/plumhall.exp: Ditto.
6908
6909 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
6910
6911         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
6912         (ph_linker): Likewise.
6913
6914 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
6915
6916           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
6917         MAP_ANON / MAP_ANONYMOUS if defined;
6918         else try to map from /dev/zero .
6919
6920 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
6921
6922         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
6923         isn't defined, then define it to MAP_ANONYMOUS.
6924
6925 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
6926
6927         * gcc.c-torture: Update to c-torture-1.42 release.
6928
6929 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
6930
6931         * gcc.c-torture: Update to c-torture-1.41 release.
6932
6933 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
6934
6935         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
6936         c-torture release.
6937
6938 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6939
6940         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
6941         and LDFLAGS.  Fix second case to append the target_info ldflags
6942         onto LDFLAGS, not CFLAGS.
6943         * lib/g++.exp (g++_init): Add target_info stuff.
6944         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
6945         of libgloss and newlib flags for !native.
6946
6947         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
6948         (GDB): Fix relative path to go up another dir for finding gdb.
6949
6950 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
6951
6952         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
6953         versions in the target_info array, if they don't exist.
6954
6955 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6956
6957         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
6958
6959 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
6960
6961         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
6962         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
6963
6964 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
6965
6966         * lib/old-dejagnu.exp: Don't remove the output file before we've
6967         actually tested it. Don't append pwd to the path of the executable
6968         we're testing.
6969
6970 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
6971
6972         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
6973
6974 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
6975
6976         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
6977         temporary directory for compiler files, and set it to a default
6978         value of /tmp. Set $output as the name of the output file from
6979         compiling the testcase. Add a -o option to $cflags_var so the
6980         compiler writes the final output file as $output. Set $executable
6981         to $output.
6982
6983         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
6984         directory for compiler files, and set it to /tmp if it doesn't
6985         already have a value. Set $output_file to the name of the output
6986         file from compiling the testcase. Add a -o option to CXXFLAGS so
6987         the compiler writes the final output file as $output. Use $output
6988         as the executable to be tested.
6989
6990 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6991
6992         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
6993
6994 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
6995
6996         * gcc.c-torture/execute/pending-1.c: New test.  Still
6997         pending in Tege's queue.
6998
6999 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
7000
7001         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
7002         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
7003         if there were failures.  Call unresolved if there were unresolved
7004         testcases.  Call gcc_fail if program did not run to completion.
7005         (ph_make): Pass additional argument name to ph_execute.
7006         (ph_execute): Add new argument.  Pass additional arguments to
7007         ph_summary.  Call gcc_fail is there is no execution output.
7008
7009 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
7010
7011         * lib/plumhall.exp (proc_summary): Output relavent summary
7012         lines into the log so specific failures in plumhall can be
7013         investigated.
7014
7015 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
7016
7017         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
7018         (c-torture-execute): Don't try to execute tests which use
7019         "long long" types if $NO_LONG_LONG is nonzero.
7020
7021 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
7022
7023         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
7024         not c-torture.
7025
7026         * gcc.ieee: Move from here.
7027         * gcc.c-torture/execute/ieee: To here.
7028
7029 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
7030
7031         * gcc.c-torture: Update to c-torture-1.41 release.
7032
7033 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
7034
7035         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
7036         not "$output".
7037
7038 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
7039
7040         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
7041         -c present.
7042
7043 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
7044
7045         * config/proelf.exp: Handle connecting to a simulator.
7046
7047 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
7048
7049         * config/proelf.exp: New file.  Enough framework that we can
7050         run c-torture tests on the proelf targets (or any other target
7051         that gdb can connect to for that matter).
7052
7053 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
7054
7055         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
7056         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
7057
7058         * lib/plumhall.exp (ph_execute): Always call ph_summary if
7059         exec_output exists.
7060
7061 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
7062
7063         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
7064         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
7065
7066         * config/*.exp: Update FSF address.  Change result of ${tool}_load
7067         to pass/fail/unresolved/unsupported/untested.  Caller must now
7068         call unresolved/unsupported/untested.
7069         * lib/*.exp: Update FSF address.  Update to handle new results of
7070         ${tool}_load.
7071         * lib/chill.exp (verbose): Delete.
7072
7073 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
7074
7075         * lib/gcc.exp (default_gcc_start): Change order of args to
7076         $LDFLAGS $CFLAGS $LIBS.
7077         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
7078         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
7079         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
7080         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
7081         * gcc.misc-tests/dg-test.exp: Likewise.
7082         * gcc.misc-tests/msgs.exp: Likewise.
7083         * gcc.prms/prms.exp: Likewise.
7084         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
7085         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
7086
7087         * lib/dg.exp: Deleted, moved to dejagnu/lib.
7088
7089 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
7090
7091         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
7092
7093         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
7094         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
7095
7096         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
7097         necessary.
7098
7099 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
7100
7101         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
7102         global for loop; add use of $mathlib.
7103         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
7104         settings here; set mathlib for anything but VxWorks.
7105
7106 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
7107
7108         * gcc.c-torture: Update to c-torture-1.40 release.
7109
7110 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
7111
7112         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
7113         dg.exp.
7114
7115 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
7116
7117         * lib/c-torture.exp (c-torture-execute): Declare "output" as
7118         global.
7119
7120 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
7121
7122         * lib/g++.exp (LIBS): Define if not already.
7123         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
7124         (gcc-dg-prune): Call prune_gcc_output.
7125         * lib/gcc.exp (prune_gcc_output): New proc.
7126         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
7127         prune_gcc_output.
7128
7129 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
7130
7131         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
7132         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
7133
7134 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
7135
7136         * gcc.c-torture: Update to c-torture-1.39 release.
7137
7138 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
7139
7140         * lib/c-torture.exp (c-torture-execute): Don't return if one option
7141         fails, try others as well.
7142
7143 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
7144
7145         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
7146         If compilation fails, mark execute tests as `untested'.
7147         If test is marked as unsupported, don't mark compilation and
7148         execute tests as failed.
7149
7150 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7151
7152         * lib/g++.exp (g++_init): Don't link in libg++, and look to
7153         libstdc++ for whether or not we want to be doing shared
7154         libraries.  Delete link_curses since we don't need it anymore.
7155         * lib/mike-g++.exp (postbase): Don't link in libg++.
7156         * g++.old-deja/old-deja.exp: Likewise.
7157
7158 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7159
7160         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
7161
7162 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7163
7164         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
7165         For that, add `-Wl,-a,shared_archive'.
7166         * g++.old-deja/old-deja.exp: Likewise.
7167
7168 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
7169
7170         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
7171
7172 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
7173
7174         * lib/mike-g++.exp (postbase): Pay attention to the status of
7175         g++_load.
7176
7177 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7178
7179           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
7180
7181 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
7182
7183         * lib/gcc.exp (default_gcc_start): No longer need to log program
7184         being executed or its output, execute_anywhere does that now.
7185         * lib/g++.exp (default_g++_version): Call execute_anywhere.
7186         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
7187
7188 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7189
7190         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
7191         the same as those in lib/g++.exp.
7192
7193 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
7194
7195         * gcc.c-torture: Update to c-torture-1.38 release.
7196         * gcc.ieee: Related changes.
7197
7198 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7199
7200         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
7201         "exec". Minor reformatting changes.
7202
7203         * config/rom68k.exp (${tool}_load): Make it work in a canadian
7204         cross. This means all "exec" calls now work on a remote host as
7205         well.
7206         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
7207         cross. Filter out the extra "\r\n" stuff that expect puts in.
7208         (c-torture-execute): Filter out the bogus warnings like
7209         c-torture-compile does. Add support for canadian cross.
7210         * lib/gcc.exp (default_gcc_version, default_gcc_start)
7211         Use execute_anywhere rather than calling exec directly. Now it
7212         works for canadian cross testing.
7213
7214 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
7215
7216         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
7217         results into a variable, and check that rather than using file exists.
7218
7219 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7220
7221         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
7222         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
7223
7224 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7225
7226         * g++.old-deja/old-deja.exp: Create and pass runshlib and
7227         lib_curses if there's a shared libg++ in the build tree.
7228
7229 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
7230
7231         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
7232         if not supported target.
7233
7234 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7235
7236         * lib/g++.exp (g++_init): Move empty setting of runshlib and
7237         link_curses up to always happen, not just for native builds.
7238
7239 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
7240
7241         * gcc.c-torture: Update to c-torture-1.36 release.
7242         * gcc.failure: Related changes.
7243
7244 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
7245
7246         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
7247
7248 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7249
7250         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
7251         * lib/mike-g++.exp (postbase): Not in here.  Still reference
7252         runshlib, link_curses, and mathlib for link and run.
7253
7254         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
7255         pass the runtime shared library options for Solaris, OSF/1, and
7256         Irix5, and link with -lcurses to avoid unresolved references.
7257
7258 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7259
7260         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
7261         only run once.
7262
7263 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
7264
7265         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
7266
7267 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
7268
7269         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
7270         do not have a framework for the "compat" tests yet.
7271
7272 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7273
7274         * lib/mike-g++.exp (postbase): New local variable `mathlib',
7275         set to null if we're testing vxworks5.1.  Use that instead of
7276         `-lm' in the setting of LIBS for link and run.
7277
7278 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7279
7280         * config/rom68k.exp (${tool}_load): Major changes to make it
7281         work.  Verified that it does in fact return the stuff in
7282         exec_output properly.  Catch any Emul or any TRAP other than 0.
7283
7284 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7285
7286         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
7287         LDFLAGS properly for targets that need stuff from libgloss.
7288         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
7289         only run once.
7290         (gpp_initialized): New variable.
7291
7292 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
7293
7294         * config/rom68k.exp: Load libgloss.exp.
7295         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
7296         so we can produce a fully linked binary.
7297         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
7298         so we can produce a fully linked binary.
7299
7300 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
7301
7302         * lib/plumhall.exp (ph_section): Watch for expected failures.
7303         Add missing `else'.
7304
7305         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
7306         run the testcase.
7307         (c-torture): Likewise.
7308
7309 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
7310
7311         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
7312
7313         * lib/mike-g++.exp (mike_cleanup): New proc.
7314         (prebase): New globals compiler_result, not_compiler_result,
7315         target_regexp.
7316         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
7317         allow leading "-" in pattern.  Watch for unsupported tests.
7318         If $compiler_result is set, pattern match assembler code,
7319         and ditto for $not_compiler_result.
7320         * lib/mike-gcc.exp: Likewise.
7321
7322         * lib/plumhall.exp (ph_execute): Only call ph_summary if
7323         execution "succeeded".
7324
7325 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
7326
7327         * config/win32.exp: New file.
7328         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
7329
7330 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
7331
7332         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
7333         unsupported.
7334         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
7335         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
7336         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
7337
7338         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
7339         "... without exceptions was ...".  That is now handled by
7340         prune_system_crud.
7341         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
7342
7343 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
7344
7345         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
7346         sieve.c,sort2.c}: New files.
7347         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
7348         sieve.exp,sort2.exp}: Drivers for them.
7349
7350         * lib/mike-gcc.exp (program_output): New user settable variable.
7351         (postbase): Call prune_system_crud.  Also prune extraneous compiler
7352         messages.
7353         * lib/mike-g++.exp (program_output): New user settable variable.
7354
7355         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
7356
7357         * config/sh.exp: Deleted (use sim.exp instead).
7358
7359 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7360
7361         * config/vx.exp: Declare CHECKTASK as global.
7362         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
7363         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
7364         * lib/old-dejagnu.exp: Load [pwd]/$executable.
7365
7366 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7367
7368         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
7369         target. Like vx.exp, only includes `vx29k.exp' instead of
7370         `vxworks.exp'.
7371
7372 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
7373
7374         * config/sim.exp: Increase time limit from 120 seconds to 240.
7375
7376 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
7377
7378         * gcc.c-torture/execute/950628-1.c: New test.
7379
7380 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
7381
7382         * gcc.c-torture: Update with changes/additions from
7383         c-torture-1.34.
7384
7385 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
7386
7387         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
7388
7389 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
7390
7391         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
7392
7393 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
7394
7395         * gcc.c-torture/compile/950512-1.c: New test.
7396         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
7397         * gcc.dg/struct-ret-1.c: Likewise.
7398
7399 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
7400
7401         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
7402           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
7403
7404 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
7405
7406         * gcc.c-torture/special/920411-1.c: Deleted.
7407         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
7408
7409 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
7410
7411         * config/sim.exp (${tool}_load): Hack in call to bash to get a
7412         cpu limit.
7413
7414 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
7415
7416         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
7417
7418 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
7419
7420         From kenner;
7421         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
7422         is the proper length.
7423         * va-arg-3.c: Likewise.
7424
7425 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
7426
7427         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
7428         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
7429
7430         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
7431         * lib/g++.exp (default_g++_start): Delete old cruft.
7432
7433 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
7434
7435         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
7436         (2 * (1 << 18)) to (2 * (1 << 17)).
7437
7438         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
7439
7440 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7441
7442         * config/rom68k.exp: Renamed from config/idp.exp
7443
7444 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
7445
7446         * c-torture/compile/921109-2.c
7447
7448 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
7449
7450         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
7451         excess errors.
7452
7453 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
7454
7455         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
7456         output.
7457         * lib/g++.exp (default_g++_start): Likewise.
7458
7459 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
7460
7461         * gcc.c-torture/compile/950329-1.c: New test.
7462
7463 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7464
7465           * config/bug.exp (${tool}_load): Updated to use new remote_open
7466           and remote_close procs.
7467         * config/idp.exp: New file.
7468
7469 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
7470
7471         * gcc.c-torture/execute/950322-1.c: New test.
7472
7473 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
7474
7475         * config/vx.exp (${tool}_load): Clean up testing of return code from
7476         vxworks_ld and vxworks_spawn.
7477
7478 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
7479
7480         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
7481
7482 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
7483
7484         * lib/old-deja.exp: Add `excess errors test - ' error, now one
7485         can mark excess errors on a machine by machine basis.  Note, the
7486         default is to not expect any excess errors, even when excess
7487         errors test - is given, so you will want to put an XFAIL ... on
7488         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
7489         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
7490         those 4 machines, but no others.
7491
7492 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7493
7494         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
7495         * lib/c-torture.exp: to here.
7496
7497 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
7498
7499         * gcc.c-torture/execute/950221-1.c: New test.
7500         * gcc.c-torture/execute/struct-ret-1.c: New test.
7501         * gcc.c-torture/compile/950221-1.c: New test.
7502
7503         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
7504
7505 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
7506
7507         * gcc.c-torture/execute/arith-1.c (main): Return 0.
7508         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
7509
7510 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
7511
7512         * g++.gb: New directory of tests, derived from my signature and
7513         class scoping tests.
7514
7515         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
7516         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
7517         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
7518         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
7519         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
7520         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
7521         * g++.gb/sig25.C: Likewise.
7522
7523         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
7524         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
7525         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
7526         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
7527         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
7528         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
7529         * g++.gb/sig25.exp: Likewise.
7530
7531         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
7532         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
7533         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
7534         * g++.gb/scope13.C: Likewise, this test still fails.
7535
7536         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
7537         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
7538         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
7539         * g++.gb/scope13.exp: Ditto.
7540
7541         * g++.gb/README: New file, explains what these tests are about.
7542
7543 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
7544
7545         * lib/dg.exp (dg-do): Support `preprocess'.
7546         (dg-test): Likewise.
7547
7548 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7549
7550         * config/udi.exp: change "continue -expect" to "exp_continue".
7551
7552 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
7553
7554         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
7555         Delete redundant tests.
7556
7557         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
7558         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
7559         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
7560         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
7561         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
7562         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
7563         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
7564         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
7565
7566         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
7567         storing label pointers.
7568         * gcc.c-torture/execute/921019-1.c: Likewise.
7569         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
7570         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
7571         parameter fp.
7572         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
7573         constants.
7574
7575         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
7576         Delete obsolete tests.
7577
7578         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
7579         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
7580         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
7581         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
7582         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
7583         * gcc.c-torture/compile/950124-1.c: New test.
7584
7585         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
7586
7587 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7588
7589         * lib/mike-g++.exp: Add -lm to LIBS.
7590
7591 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
7592
7593         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
7594
7595 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
7596
7597         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
7598
7599 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
7600
7601         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
7602
7603 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
7604
7605         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
7606         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
7607         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
7608         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
7609         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
7610         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
7611         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
7612         * g++.law/{operators31.C, operators32.C,
7613         * g++.law/{operators33.C, operators34.C}: Likewise.
7614         * g++.law/{pic1.C, refs2.C}: Likewise.
7615         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
7616         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
7617         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
7618         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
7619
7620         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
7621         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
7622         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
7623         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
7624         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
7625         * g++.law/{enum9.exp, friend5.exp}: Likewise.
7626         * g++.law/{nest3.exp, nest4.exp}: Likewise.
7627         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
7628         * g++.law/{operators30.exp, operators31.exp}: Likewise.
7629         * g++.law/{operators32.exp, operators33.exp}: Likewise.
7630         * g++.law/{operators34.exp}: Likewise.
7631         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
7632         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
7633         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
7634         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
7635         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
7636
7637         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
7638         No longer expected to fail.
7639         * g++.law/missed-error3.C: Tweak for recent bool changes.
7640
7641 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
7642
7643         * config/emb-unix: Deleted.
7644         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
7645         remote execution.  Do final link on remote host if REMOTE_LINK is set.
7646
7647 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
7648
7649         * lib/dg.exp (dg-test): Fix typo in last patch.
7650
7651 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
7652
7653         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
7654         (handles multiple occurrences).
7655
7656 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
7657
7658         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
7659         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
7660         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
7661         printed).
7662         * lib/c-torture.exp (c-torture-compile): Likewise.
7663         (c-torture): Prepend full path if missing.
7664         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
7665         (gcc_fail): Likewise.
7666         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
7667
7668 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
7669
7670         * lib/netware.exp: Only attach to NetWare i386 systems.
7671
7672 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
7673
7674         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
7675         messages.  Add test name to "output pattern match" pass/fail message.
7676
7677 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
7678
7679         * gcc.dg: New testsuite.
7680         * gcc.dg/dg.exp: New file.
7681
7682         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
7683         test-switch.c}: Deleted.
7684
7685         * gcc.misc-tests/msgs.exp: New testcase driver.
7686
7687 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
7688
7689         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
7690         Watch for illegal return values from ${tool}_load.
7691         * config/unix.exp (${tool}_load): Fix pass/fail detection for
7692         cross targets.  Coerce return value >0 to 1.
7693
7694 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
7695
7696         * config/unix.exp (${tool}_load): Call program rsh, not proc.
7697
7698         * config/emb-unix.exp: New file.
7699
7700         * config/sim.exp: Error if variable $SIM not defined.
7701         (${tool}_load): Mark test as "untested" if simulator missing.
7702
7703         * config/unix.exp: Load remote.exp to get rcp_download.
7704         * lib/c-torture.exp: Use different option lists for testcases with
7705         and without loops.
7706         * gcc.c-torture/execute/execute.exp: Likewise.
7707
7708 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
7709
7710         * config/*.exp: Clarify return code from ${tool}_load.
7711         Call `unresolved' or `untested' instead of `warning' or `perror'
7712         (sometimes you still want to call both though).
7713         Add comment that `shell_id' is local to each file.
7714         * config/udi.exp (timeout): Set to 30.
7715         Don't print warning if connection fails, $connectmode has already
7716         printed an error.
7717         (${tool}_load): Move verbose messages to level 2.
7718         Rework pattern for "Process started" message.
7719         Pass `shell_id' to ${connectmode}_download.
7720         Retry twice upon timeout.  Make resetting of target more robust.
7721         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
7722         Pass `shell_id' to exit_$connectmode.
7723         Only call exit_$connectmode if connected.
7724         * config/unix.exp (${tool}_load): Check return codes better.
7725         * config/vrtx.exp (${tool}_load): Likewise.
7726         * config/vx.exp (${tool}_load): Likewise.
7727         Delete unneeded global's.
7728         * lib/dg.exp (dg-test): Update to reflect clarified return codes
7729         from ${tool}_load.
7730         (dg-stat): Delete.
7731         (dg-init): Delete recording of pass/fail counts.
7732         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
7733         (old-dejagnu-init): Likewise.
7734         (old-dejagnu-stat): Delete contents, empty proc now.
7735         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
7736         (c-torture): Delete references to lcnt, lpass, lfail.
7737         Get option list from TORTURE_OPTIONS.
7738         Delete -funroll[-all]-loops if no loops.
7739         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
7740         (g++_stat): Delete contents (empty proc now).
7741         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
7742         (gcc_finish): Likewise.
7743         (gcc_stat): Deleted.
7744         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
7745         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
7746         * gcc.c-torture/execute/execute.exp: Likewise.
7747         Split tests into two parts: compile, execute.
7748         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
7749         no loops.  Update to reflect clarified return codes from ${tool}_load.
7750
7751 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
7752
7753         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
7754         to grep for.
7755         (old-dejagnu): Likewise (where necessary).
7756
7757 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
7758
7759         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
7760
7761         * lib/dg.exp (dg-process-target): Fix processing of selector.
7762         Add comment regarding use of `error'.
7763
7764         * lib/gcc.exp (prune_system_crud): Define if missing.
7765         * lib/g++.exp (prune_system_crud): Likewise.
7766
7767         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
7768         Call prune_system_crud.
7769         * lib/dg.exp (dg-runtest): New proc.
7770         Use perror instead of send_user for tcl errors in testcase.
7771         Don't return any value, it's never used.
7772         Don't clobber previous definition of `unknown'.
7773         Print tcl errors in `dg-final'.
7774
7775 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
7776
7777         * lib/dg.exp (dg-process-target): Improve syntax error messages.
7778         (dg-test): Don't print errorInfo, it contains stack backtrace.
7779
7780 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
7781
7782         * lib/g++.exp (runtest_file_p): Define if missing.
7783
7784 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
7785
7786         * lib/mike-g++.exp: Comment out loading of g++.exp.
7787         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
7788         (default_g++_version): Always print something.
7789         (default_g++_start): Comment out call to `which'.
7790         (g++_start, g++_load): Deleted (must be defined in config file).
7791         * lib/gcc.exp: Test for existence of $CC at start.
7792         Delete check for tmpdir (done in gcc_init).
7793         (default_gcc_version): Always print something.
7794         (default_gcc_start): Comment out call to `which'.
7795         * config/*.exp: Major cleanup - make cross targets work at least a
7796         little better for g++ (by not being "--tool gcc" specific).
7797         Rename gcc_xxx to ${tool}_xxx.
7798         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
7799         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
7800
7801 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
7802
7803         * lib/c-torture.exp (c-torture-compile): Rework compiler
7804         message processing.
7805
7806         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
7807         c-torture.
7808
7809 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
7810
7811         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
7812
7813         * lib/dg.exp (dg-process-target): Support { target native }.
7814
7815 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
7816
7817         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
7818         looked for "... program xxx got fatal signal".
7819         Correct regsub munging of `comp_output'.
7820         Ignore compiler messages "path prefix not used" and "linker input
7821         file unused".
7822
7823 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
7824
7825         * lib/gcc.exp (runtest_file_p): Define if missing.
7826         * gcc.prms/template.c: Example to work from.
7827
7828 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
7829
7830         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
7831         * lib/dg.exp (dg-test): Call unsupported testcases as such.
7832
7833         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
7834         * gcc.prms/1883.c: Moved from compile/940714-1.c.
7835         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
7836         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
7837
7838         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
7839         (dg-process-target): No longer a varargs proc.
7840         Return S/N for target, P/F for xfail.  All callers changed.
7841         (user option procs): More argument checking.
7842         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
7843         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
7844         (dg-test): Skip test if not running on selected target in `dg-do'.
7845         Update handling of `dg-do-what', `dg-output-text'.
7846         Separate execution pass/fail from output pattern match pass/fail.
7847         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
7848
7849 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
7850
7851         * gcc.c-torture/special/special.exp: Don't expect failure for mips
7852         target for 920510-1.c.
7853
7854 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
7855
7856         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
7857         Clean up comment regarding use of passcnt, etc.
7858         (gcc_stat): Don't update `testcnt' here.
7859         (gcc_finish): Do it here.
7860         Might as well reset `but_id' here too.
7861         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
7862         to determine if the file should be tested.
7863         * gcc.c-torture/compile/compile.exp: Likewise.
7864         * gcc.c-torture/execute/execute.exp: Likewise.
7865         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
7866         * gcc.misc-tests/dg-test.exp: Likewise.
7867         * gcc.prms/prms.exp: Likewise.
7868         * gcc.wendy/wendy.exp: Likewise.
7869         * g++.old-deja.exp: Likewise.
7870         Move "Testing file" message to verbose level 1.
7871
7872 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
7873
7874         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
7875
7876 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
7877
7878         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
7879         (default_gcc_start): Accept optional second list element
7880         of compiler flags.  Print compiler output at verbosity level 2.
7881         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
7882         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
7883         Save current values of framework globals passcnt, failcnt, xpasscnt,
7884         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
7885         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
7886         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
7887         xfailcnt to compute stats.  Update framework global `testcnt' from
7888         pass/fail counts.
7889         (gcc_finish): New proc.  Clean up test environment.
7890         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
7891         (gcc_epass, gcc_efail): Delete.
7892         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
7893         argument of line number.
7894         (dg-init): If the tool has an init routine, call it.
7895         (dg-test): Remove args `cflags_var' and `libs_var'.
7896         Pass all compiler options to ${tool}_start.
7897         Handle missing line number.
7898         (dg-finish): New function.
7899         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
7900         particular files.  Call gcc_finish at end.  Move "skipping test"
7901         message to verbosity level 3.
7902         * gcc.c-torture/compile/compile.exp: Likewise.
7903         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
7904         * gcc.c-torture/execute/execute.exp: Likewise.
7905         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
7906         Print testcase being tried at verbosity level 1.
7907         * gcc.c-torture/special/special.exp: Unset xfail.
7908         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
7909         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
7910         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
7911         * gcc.failure/failure.exp: Likewise.
7912         * gcc.ieee/ieee.exp: Likewise.
7913         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
7914         Update call to dg-test.  Call dg-finish at end.
7915         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
7916         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
7917         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
7918         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
7919         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
7920         * gcc.wendy/wendy.exp: Add copyright.
7921         Delete setting of tmpdir (done by gcc_init).
7922         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
7923         Pass compiler flags to gcc_start.  Call gcc_finish at end.
7924         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
7925         gcc_[ce]pass/fail.
7926
7927 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
7928
7929         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
7930         confusion.
7931         (g++_load): Likewise.
7932
7933         * config/*.exp (gcc_load): Some were varargs fns and some were not.
7934         Rename argument to `prog' to remove the confusion.
7935         Varargs fns behave differently too!
7936         (g++_load): Likewise.
7937
7938         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
7939
7940         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
7941         what it is.  Delete (always) printing of status value for !native.
7942         Simplify verbose code, and include status and exec_output.
7943         (g++_load): Use gcc_load.
7944
7945 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
7946
7947         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
7948         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
7949         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
7950         940714-3.c as these testcases don't exist anymore.  Make
7951         va-arg-1.c expected to pass.
7952
7953 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
7954
7955         * gcc.misc-tests/misc.exp: Only run specific testcases.
7956         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
7957         * gcc.misc-tests/dg-[1-9].c: New files.
7958
7959         * lib/dg.exp: New testsuite driver.
7960         * gcc.prms/prms.exp: Use it.
7961
7962         * README.gcc: New file.
7963
7964         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
7965         Document and reset `lxpass' and `lxfail'.
7966         Simplify "initialized" message.
7967         (gcc_stat): Clean up comments a little.
7968
7969 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
7970
7971         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
7972
7973 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
7974
7975         * lib/old-dejagnu.exp (process-option): New proc.
7976         (old-dejagnu-init, old-dejagnu-stat): Likewise.
7977         (old-dejagnu): Simplify.
7978         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
7979
7980 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
7981
7982         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
7983         exists and is not an empty string.
7984
7985         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
7986         $xfail rather than calling setup_xfail.  Clear $xfail when test is
7987         finished.
7988         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
7989         automatically.
7990
7991         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
7992         longer expected to fail.
7993
7994         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
7995         "f" function call.
7996
7997         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
7998
7999         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
8000         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
8001         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
8002         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
8003         c-torture-1.29.
8004
8005         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
8006         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
8007
8008         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
8009
8010         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
8011         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
8012
8013         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
8014         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
8015         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
8016
8017 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8018
8019         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
8020         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
8021         940714-1.c, 940714-2.c, 940714-3.c},
8022         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
8023         gcc.misc-tests/{mg.c,mg.exp}:
8024         New tests.
8025         * gcc.noncompile/noncompile.exp: Change accordingly.
8026
8027 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
8028
8029         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
8030         Undo previous clobberage.
8031
8032 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
8033
8034         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
8035         * gcc.special/{930510-1.c, special.exp}:
8036         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
8037         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
8038         struct-varargs-1.c}: New tests from c-torture-1.26.
8039
8040 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8041
8042         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
8043           argument to switch.
8044
8045 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
8046
8047         * Revert the previous changes.  Please see Rob's directory
8048           (/lisa/test/rob/progressive/gcc/testsuite) for testing
8049           fixes.
8050
8051 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
8052
8053         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
8054             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
8055             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
8056             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
8057             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
8058             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
8059             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
8060             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
8061             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
8062             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
8063             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
8064             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
8065             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
8066             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
8067             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
8068             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
8069             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
8070             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
8071             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
8072             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
8073             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
8074             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
8075             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
8076             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
8077             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
8078             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
8079             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
8080
8081 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
8082
8083         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
8084             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
8085           with perror calls.
8086
8087 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
8088
8089         * config/unix.exp (g++_load): Fix syntax.
8090
8091 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
8092
8093         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
8094         * gcc.noncompile/921017-1.c: Deleted obsolete test.
8095         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
8096         Don't expect va-arg-1.c to fail.  Correct expected output for
8097         920928-1.c.
8098         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
8099         * gcc.wendy/hbm4.c: Correct typo.
8100         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
8101
8102 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
8103
8104         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
8105         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
8106         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
8107         * lib/c-torture.exp (c-torture-compile): Ditto.
8108
8109         Reduce volume of output (remove all the -I's and such).
8110         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
8111         Call gcc_cpass, gcc_cfail.
8112         (c-torture): Pass testing option to c-torture-compile.
8113
8114 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
8115
8116         Bring patches over from progressive.
8117         * config/default.exp: Exit remote shell cleanly.
8118         (g++_exit, g++_start): Add default versions.
8119         * config/sim.exp (gcc_load): Use perror, not error.
8120
8121 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
8122
8123         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
8124         set in site.exp.
8125
8126 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
8127
8128         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
8129         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
8130         (wendy_try): New proc to run testcase.
8131         (main loop): Call 'em.
8132         * gcc.wendy/*.c: Clean up pass to correct expected output.
8133
8134         * lib/gcc.exp: Minor cleanup work.
8135         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
8136
8137 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
8138
8139         * config/sim.exp (gcc_load): Document return codes better.
8140         Don't pass -v to simulator.
8141
8142 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8143
8144           * gcc.special/920717-x.c: Fix typo.
8145           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
8146           get at sources.
8147
8148         * lib/mike-gcc.exp: Fix typo.
8149
8150 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8151
8152         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
8153         binary to use, transform the name.
8154         * config/*.exp: rename everything. Nuke any g++ specific files,
8155         it's now a special case of gcc that requires no special support.
8156         Add a default.exp for unsupported targets.
8157
8158 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
8159
8160         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
8161         lib/old-dejagnu.exp: Fix a few patterns to work with the new
8162         version of Tcl.
8163
8164 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8165
8166         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
8167         than a warning.
8168
8169 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8170
8171         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
8172
8173 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
8174
8175         * gcc.execute/execute.exp: Combine opt_list and foption_list into
8176         option_list.  Compile every file with only 4/6 option choices
8177         (same as C torture) instead of with 12/18 different option
8178         choices.
8179         * lib/c-torture.exp: Likewise.
8180
8181         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
8182         not already set.
8183
8184 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
8185
8186         * lib/old-deja.exp: Add `excess errors test fails' error, now one
8187         can put an XFAIL *-*-* on excess errors.
8188
8189 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
8190
8191         * g++.law: Add more tests derived from g++-bugs snapshots.
8192
8193         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
8194         equivalent to g++.law/init9.
8195
8196         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
8197         compiled it, and the a.out file after we've run it.
8198
8199 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
8200
8201         * lib/mike-g++.exp (postbase): Delete the .o file after we've
8202         compiled it, and the a.out file after we've run it.
8203
8204 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8205
8206         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
8207
8208 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8209
8210         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
8211         version number.
8212
8213 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8214
8215         * g++.law: New directory of g++ tests derived from the g++-bugs
8216         snapshots.
8217
8218 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8219
8220         * gcc.compile: initbug1.c initbug1.exp testcase added
8221
8222 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8223
8224         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
8225         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
8226           fixes submitted by Jeff Law (law@cs.utah.edu)
8227         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
8228           Jeff Law (law@cs.utah.edu)
8229
8230
8231 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
8232
8233         * config/unix-g++.exp: Follow the gcc way of doing things.
8234         * g++.old-deja/old-deja.exp: Minor updates.
8235         * lib/g++.exp: New file, follow the gcc way of doing things.
8236         * lib/old-dejagnu.exp: Minor updates.
8237         * lib/mike-g++.exp: Always unset errorInfo.
8238
8239 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
8240
8241         * lib/gcc.exp: Fix some errors with the below change, CC and
8242         CFLAGS should be global when setting, not local.
8243
8244 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8245
8246         * lib/gcc.exp: Transform tool name.
8247
8248 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8249
8250         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
8251
8252 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8253
8254         * lib/gcc.exp: change gcc_done to gcc_stat
8255
8256 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8257
8258         * Upgraded gcc testsuite to c-torture version 1.25
8259
8260 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8261
8262         * lib/gcc.exp: added reporting code. Changed verbose compile message.
8263         * lib/c-torture: added hooks for new reporting code.
8264
8265 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8266
8267         * config/sh-gcc.exp: check if sh-sim exists in the path
8268
8269 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8270
8271         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
8272         * gcc.compile/compile.exp: Initial changes for new logic.
8273         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
8274         * gcc.failure/failure.exp: Initial changes for new logic.
8275         * gcc.ieee/ieee.exp: Initial changes for new logic.
8276         * gcc.misc-tests/misc.exp: Initial changes for new logic.
8277         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
8278         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
8279         * lib/c-torture.exp: Initial changes for new logic.
8280         * lib/gcc.exp: Initial changes for new logic.
8281
8282 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
8283
8284         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
8285         depend upon failure or success.  Fully qualify names in failure
8286         and success messages.  Always remove a.out before starting
8287         compile, just in case.  Pay more attention to error text output by
8288         the compiler.  Handle testcases with no known past errors just
8289         like all others, so that things are uniform.  Other miscellaneous
8290         improvements.
8291
8292 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8293
8294         * gcc.cpp: new directory for cpp tests
8295
8296 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8297
8298         * lib/chill.exp: Code reformatted, removed unused code.
8299         * config/unix-chill.exp: Code reformatted, removed unused code.
8300         * chill.execute/execute.exp: Code reformatted, removed unused code.
8301         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
8302
8303 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
8304
8305         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
8306         routines not written.
8307
8308 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8309
8310         * config/bug-gcc.exp: Use new procs from bug.exp.
8311
8312 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8313
8314         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
8315         via ftp, rather than depending on NFS.
8316         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
8317         case.
8318
8319 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
8320
8321         * config/bug-gcc.exp: Use new download proc.
8322
8323 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
8324
8325         * chill.execute/execute.exp: cleanups, handles errors better
8326         * chill.compile/compile.exp: rewrite, based on execute.exp
8327         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
8328         * lib/chill.exp: major changes to diff proc and compile and link
8329           procs. added chill_fail and chill_pass wrappers to pass and
8330           fail. added more comments, and handle error codes better.
8331           Added a hack to capture stderr from exec, so noncompile tests
8332           can work.
8333
8334 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8335
8336         * chill.execute/execute.exp: rewrite of testsuite driver
8337         * lib/chill.exp: rewrite of testsuite driver
8338         * config/unix-chill.exp: rewrite of testsuite driver
8339
8340 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
8341
8342     In chill.execute:
8343         * iexpr.ch: Standardize uppercase.
8344         * tuples.dat: Standardize uppercase.
8345         * vary.ch: standardize.  Correct varying string assignments.
8346         * vary.dat: Add new output lines.
8347
8348 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
8349
8350     In chill.execute:
8351         * chprintf.ch: Standardize use of uppercase.
8352         * tuples.ch: Standardize and turn arr2 into a DCL,
8353           rather than a SYN.
8354         * pinits.ch: Standardize.
8355
8356 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
8357
8358         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
8359         * Makefil: Renamed to Makefile.in.
8360         * configure.in: New.
8361
8362 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
8363
8364     In chill.execute:
8365         * .cvsignore: Add result/output files.
8366         * Makefile: Fix up variables at start.  Use MFLAGS
8367           everywhere.  Correct bool_loc, built_ins entries.
8368           Add entry for vary1.ch.
8369         * bitarray.ch: Standardize upper-case usage.
8370         * bitexpr.ch: Standardize, add output of b1.
8371         * params.ch: Use arrayt in along PROC parameters, to
8372           avoid novelty problems.
8373         * sets.ch: Tiny cleanup.
8374         * vary1.ch: Re-indent.
8375
8376 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
8377
8378           * Add PR-related files to Makefiles, .cvsignore files, etc.
8379
8380 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8381
8382         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
8383           with compiler objects. New names are test-flow.c and test-loop.c
8384
8385 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8386
8387         * Upgraded c-torture tests from 1.19 to 1.20
8388
8389         * new files:
8390         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
8391         * gcc.compile: 930623-1.c 930623-2.c
8392         * gcc.noncompile: 930622-1.c 930622-2.c
8393         * gcc.failure: 920411-1.c 920627-2.c
8394         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
8395
8396 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8397
8398         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
8399           More changes to get testsuite working properly. Needs more work.
8400           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
8401
8402 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
8403
8404         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
8405           More changes to get testsuite working properly. Needs more work.
8406
8407 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
8408
8409         * chill.compile/compile.exp: Added for Dejagnu support
8410         * chill.execute/execute.exp: Added for Dejagnu support
8411         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
8412
8413 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
8414
8415     This should complete moving the CHILL test files.
8416         * chill.noncompile(.cvsignore printf.grt
8417             in-printf.grt chprintf.grt chprintf.ch):
8418             Added test-support files.
8419           (Makefile): Modified further.
8420         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
8421             signal.ch): Added test files.
8422           * chill.execute (.cvsignore printf.grt printr.c
8423             in-printf.grt rts.c chprintf.grt rts.h): Added
8424           test-support files.
8425             (Makefile): More corrections.
8426
8427 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
8428
8429         * chill.compile, chill.execute, chill.nocompile: Add CHILL
8430           test cases, ready for DejaGnu.
8431
8432 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8433
8434         * Upgraded c-torture tests from 1.18 to 1.19
8435
8436         * gcc.compile: added test(s):
8437           930607-1.c
8438         * gcc.execute: added test(s):
8439           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
8440
8441         * added new subdirectory for misc tests: gcc.misc-tests
8442         * gcc.misc-test(s): added tests:
8443           inst-check.c test-consts.c test-ior.c test-switch.c
8444
8445 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
8446
8447         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
8448
8449 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
8450
8451         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
8452
8453 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8454
8455         * Upgraded c-torture tests from 1.17 to 1.18
8456
8457 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
8458
8459         * Upgraded c-torture tests from 1.12 to 1.17
8460
8461 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
8462
8463         * lib/old-dejagnu.exp:
8464           Fixed handling of XFAIL target triplets to correctly
8465           recognize wildcard characters.  Removed code that
8466           appended a unique id tag to the end of the file name
8467           printed out by the result of the testcases within a
8468           given test file.
8469
8470 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
8471
8472         * lib/old-dejagnu.exp:
8473           Reworked expected failure handling to trigger off of XFAIL
8474           keyword in keyphrase embeded in testcase source code. The
8475           XFAIL keyword must be at the end of the keyphrase line. It
8476           may optionally be followed by one or more target triplets.
8477           It has just occured that the handling of wildcards in the
8478           target triplet may not be correct.
8479
8480 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
8481
8482         * g++.old-deja/tests:
8483           Moved all subdirectories up one level into g++.old-deja .
8484
8485         * lib/old-dejagnu.exp:
8486           Fixed problem with CXXFLAGS not being properly reset, and being
8487           corrupted with extraneous "-c" compiler option.  This was
8488           causing binaries to not be generated for test that needed them.
8489           Modified strings passed to "pass" and "fail" so that individual
8490           tests from the same test file would be distinguished by an
8491           identifier appended to the test file name in the summary logs;
8492           this corrected a problem with erroneous diff logs.  Added code
8493           to search testcases for expected fail and unexpected pass keywords.
8494
8495 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
8496
8497         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
8498
8499 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
8500
8501         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
8502           Removed extraneous text from end of "Special g++ Options"
8503           keyphrase.
8504
8505         * lib/old-dejagnu.exp: Added pattern matching to look for new
8506           keywords, embedded in testcases comments, which will trigger
8507           calls to xpass and xfail.
8508
8509 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
8510
8511         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
8512           comments embedded in the testcases, especially the one looking for
8513           special compiler options, as well as the pattern matching for the
8514           compiler output again.
8515
8516 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
8517
8518         * lib/old-dejagnu.exp: Do a proper check of the return value for
8519           execute tests. Fixed several problems with the pattern matching
8520           of the compiler output which gave erroneous test results.
8521           Changed several of the test result messages to be more descriptive.
8522         * config/unix-g++.exp: Proc g++_load now actually works and
8523           executes the tests passed to it and returns a usable return
8524           value.
8525
8526 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
8527
8528           * lib/gcc.exp: Exits gracefully if $CC is bogus.
8529
8530 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
8531
8532         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
8533           Modified both files to properly execute the old style
8534           dejagnu tests. The previous versions of these files were
8535           experimental and did not function anything near correctly.
8536
8537 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
8538
8539         * Removed all Makefile.in and configure.in files. No configuration
8540         needed now.
8541
8542 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
8543
8544         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
8545
8546 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
8547
8548         * gcc.compile/configure.in, gcc.unsorted/configure.in,
8549         gcc.special/configure.in, gcc.noncompile/configure.in,
8550         gcc.execute/configure.in, gcc.code_quality/configure.in,
8551         g++.other/configure.in, g++.old-deja/configure.in,
8552         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
8553         in srcname setting.
8554
8555 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
8556
8557         * lib/udi.exp:  Fixed mondfe and mondfe_download.
8558         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
8559         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
8560
8561 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
8562
8563         * config/udi-gdb.exp: Check $shell_id after connecting to target.
8564         (gdb_exit): Don't remove *_soc files.
8565
8566 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
8567
8568         * lib/c-torture.exp: Don't look for main; instead always use -w
8569         -c.  This is how the c-torture tests work.  Remove the object
8570         file if the compilation succeeds.
8571         * gcc.execute/execute.exp: Remove executable if test passes.
8572         * gcc.noncompile/noncompile.exp: Every test is an expected
8573         failure.
8574         * gcc.special/special.exp: Added tests from c-torture 1.11,
8575         corrected use of existing test.
8576         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
8577         gcc.execute/920625-1.c: Updated to c-torture 1.11.
8578         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
8579         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
8580         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
8581         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
8582         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
8583         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
8584         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
8585         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
8586         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
8587         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
8588         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
8589         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
8590         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
8591         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
8592         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
8593         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
8594         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
8595         c-torture 1.11.
8596         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
8597         correspond to c-torture 1.11.
8598
8599         * New file.