OSDN Git Service

* gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2002-10-06  Andreas Jaeger  <aj@suse.de>
2
3         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
4         * gcc.dg/cpp/c++98.C: Likewise.
5
6         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
7         * g++.dg/cpp/c++98.C: Likewise.
8
9         * g++.dg/README (Subdirectories): Mention cpp directory.
10
11         PR target/7559
12         * gcc.dg/20021006-1.c: New test.
13
14 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15
16         PR c++/7804
17         * g++.dg/other/warning1.C: New test.
18
19 2002-10-04  Roger Sayle  <roger@eyesopen.com>
20
21         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
22         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
23         and sparc-*-* with -m64 as expected failures.  See PR 8087.
24
25 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
26
27         PR c++/7931
28         * g++.dg/template/ptrmem3.C: New test.
29
30         PR c++/7754
31         * g++.dg/template/union1.C: New test.
32
33 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
34
35         PR c++/8006
36         * g++.dg/abi/mangle9.C: New test.
37         * g++.dg/abi/mangle10.C: New test.
38         * g++.dg/abi/mangle11.C: New test.
39         * g++.dg/abi/mangle12.C: New test.
40
41 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
42
43         PR c++/7188.
44         * g++.dg/template/meminit1.C: New test.
45         * g++.dg/warn/Wreorder-1.C: Likewise.
46         * g++.old-deja/g++.mike/warn3.C: Tweak.
47         * lib/prune.exp: Ingore "in copy constructor".
48
49 2002-10-02  Andreas Jaeger  <aj@suse.de>
50
51         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
52         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
53         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
54         on x86-64.
55
56 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
57
58         * gcc.dg/empty1.C: Fix typo.
59
60 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
61
62         * gcc.dg/alias-1.c: New test.
63
64 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
65
66         * gcc.dg/empty1.C: New test.
67
68         * g++.dg/tls/init-2.C: Tweak error messages.
69
70 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
71
72         * gcc.c-torture/compile/20020923-1.c: New test.
73
74 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
75
76         * gcc.c-torture/execute/ffs-1.c: New test.
77         * gcc.c-torture/execute/ffs-2.c: Ditto.
78
79 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
80
81         * g++.dg/overload/member1.C: New test.
82
83 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
84
85         * g++.dg/abi/empty7.C: New test.
86         * g++.dg/init/pm2.C: Likewise.
87
88 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
89
90         * g++.dg/rtti/crash1.C: New test.
91
92 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
93
94         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
95         gcc.dg/sibcall-4.c: New tests.
96
97 2002-09-28  Roger Sayle  <roger@eyesopen.com>
98
99         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
100         powerpc and MMIX targets.
101
102 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
103
104         * gcc.dg/cpp/20020927-1.c: New.
105
106 2002-09-26  David S. Miller  <davem@redhat.com>
107
108         * gcc.c-torture/compile/trunctfdf.c: New.
109
110 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
111
112         * lib/target-supports.exp (check_weak_available): Handle solaris2.
113
114 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
115
116         * gcc.c-torture/execute/loop-15.c: New.
117
118 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
119
120         * README.QMTEST: Fix typo.
121
122 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
123
124         * gcc.dg/20020926-1.c: New test.
125
126 2002-09-25  David S. Miller  <davem@redhat.com>
127
128         PR target/7842
129         * gcc.c-torture/execute/shiftdi.c: New test.
130
131 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
132
133         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
134         unique to the tool.
135         * lib/g77.exp (g77_init): Likewise.
136         * lib/g++.exp (g++_init): Likewise.
137         * lib/objc.exp (objc_init): Likewise.
138
139 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
140
141         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
142         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
143         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
144
145 2002-09-25  Richard Henderson  <rth@redhat.com>
146
147         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
148         too-small long double.
149
150 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
151
152         * gcc.dg/20020919-1.c: New test.
153
154 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
155
156         * g++.dg/abi/bitfield6.C: New test.
157         * g++.dg/abi/bitfield7.C: New test.
158         * g++.dg/abi/bitfield8.C: New test.
159         * g++.dg/abi/vbase11.C: New test.
160
161 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
162
163         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
164         hppa*-*-hpux*.  Update test comment.
165
166 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
167
168         * gcc.dg/tls/struct-1.c: New test.
169
170 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
171
172         * gcc.dg/cpp/tr-warn2.c: Update.
173
174 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
175
176         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
177
178 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
179
180         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
181         systems.
182
183 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
184
185         * gcc.c-torture/execute/ieee/mzero3.c: New test.
186
187         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
188         Adjust for c++filt moved to binutils.  Remove spurious duplicate
189         setting of cxxfilt.
190
191 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
192
193         * gcc.dg/20020312-2.c: Update for darwin.
194
195 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
196
197         * g++.old-deja/g++.other/crash32.C: Mark ICE.
198
199 Tue Sep 17 13:59:45 2002  Nicola Pero  <n.pero@mi.flashnet.it>
200
201         * objc.dg/comp-types-1.m: New test.
202         * objc.dg/comp-types-2.m: New test.
203         * objc.dg/comp-types-3.m: New test.
204         * objc.dg/comp-types-4.m: New test.
205         * objc.dg/comp-types-5.m: New test.
206         * objc.dg/comp-types-6.m: New test.
207
208 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
209
210         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
211
212 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
213
214         * g++.dg/other/do1.C: New test.
215
216         * g++.dg/template/subst1.C: New test.
217
218 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
219
220         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
221
222 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
223
224         * g++.dg/template/qualttp20.C: Adjust expected errors.
225         * g++.old-deja/g++.jason/report.C: Likewise.
226         * g++.old-deja/g++.other/qual1.C: Likewise.
227
228         * g++.dg/lookup/scoped2.C: New test.
229
230         * g++.dg/ext/asm3.C: New test.
231
232 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
233
234         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
235
236 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
237
238         * ChangeLog: follow spelling conventions.
239         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
240         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
241         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
242         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
243         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
244         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
245         * g++.old-deja/g++.law/global-init1.C: Likewise.
246         * g++.old-deja/g++.other/delete4.C: Likewise.
247         * g++.old-deja/g++.other/inline21.C: Likewise.
248         * g++.old-deja/g++.other/singleton.C: Likewise.
249         * g77.dg/strlen0.f: Likewise.
250         * g77.f-torture/compile/20010519-1.f: Likewise.
251         * g77.f-torture/compile/980310-4.f: Likewise.
252         * gcc.c-torture/compile/20000605-1.c: Likewise.
253         * gcc.c-torture/execute/20020225-1.c: Likewise.
254         * gcc.dg/c90-hexfloat-2.c: Likewise.
255         * gcc.dg/c99-bool-1.c: Likewise.
256         * gcc.dg/c99-hexfloat-2.c: Likewise.
257         * gcc.dg/dll-2.c: Likewise.
258         * gcc.dg/wtr-union-init-1.c: Likewise.
259         * gcc.dg/wtr-union-init-2.c: Likewise.
260         * gcc.dg/wtr-union-init-3.c: Likewise.
261         * gcc.dg/cpp/avoidpaste1.c: Likewise.
262         * gcc.dg/cpp/defined.c: Likewise.
263         * gcc.dg/cpp/macsyntx.c: Likewise.
264         * gcc.dg/cpp/paste2.c: Likewise.
265         * gcc.dg/cpp/trad/defined.c: Likewise.
266         * gcc.dg/format/c90-printf-1.c: Likewise.
267         * gcc.dg/format/c90-scanf-1.c: Likewise.
268         * gcc.dg/format/c99-printf-1.c: Likewise.
269         * gcc.dg/format/c99-scanf-1.c: Likewise.
270         * gcc.misc-tests/gcov-8.c: Likewise.
271         * lib/profopt.exp: Likewise.
272
273 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
274
275         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
276
277 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
278
279         * g++.dg/inherit/using2.C: New test.
280
281 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
282
283         * ChangeLog: Follow spelling conventions.
284         * g++.dg/template/friend4.C: Likewise.
285         * g++.old-deja/g++.pt/crash67.C: Likewise.
286         * gcc.c-torture/execute/20000801-4.c: Likewise.
287         * gcc.dg/c90-digraph-1.c: Likewise.
288         * gcc.dg/c94-digraph-1.c: Likewise.
289         * gcc.dg/c99-digraph-1.c: Likewise.
290         * gcc.dg/cpp/line5.c: Likewise.
291         * gcc.dg/cpp/multiline.c: Likewise.
292         * gcc.dg/cpp/trad/literals-1.c: Likewise.
293         * gcc.dg/format/attr-3.c: Likewise.
294         * gcc.dg/format/c90-scanf-3.c: Likewise.
295         * gcc.dg/format/ext-4.c: Likewise.
296
297 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
298
299         * g++.dg/template/pretty1.C: New test.
300
301 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
302
303         * gcc.c-torture/execute/struct-cpy-1.c: New test.
304
305 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
306
307         * g++.dg/template/deduce1.C: New test.
308
309 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
310
311         * gcc.c-torture/execute/simd-1.c: Force all use of int to
312         32-bit int.
313
314 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
315
316         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
317         usage.
318
319 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
320
321         * gcc.c-torture/compile/20020910-1.c: New test.
322
323 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
324
325         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
326
327 2002-09-10  Andreas Jaeger  <aj@suse.de>
328
329         * gcc.dg/20020312-2.c: Adjust for x86-64.
330
331 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
332
333         * g77.dg/7388.f: New test case for PR 7388.
334
335 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
336
337         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
338
339 2002-09-05  Ziemowit Laski <zlaski@apple.com>
340
341         * objc.dg/proto-lossage-1.m: New test.
342
343 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
344
345         * gcc.dg/cpp/_Pragma4.c: Fix typo.
346
347 Fri Sep  6 16:39:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
348
349         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
350         expected to pass.
351
352 2002-09-06  Stan Shebs  <shebs@apple.com>
353             David Edelsohn  <edelsohn@gnu.org>
354
355         * gcc.dg/weak: New directory.
356         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
357         target-specific xfail bits.
358         * gcc.dg/typeof-2.c: Move to new directory.
359         * gcc.dg/weak.exp: New expect script.
360
361 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
362
363         * gcc.c-torture/execute/extzvsi.c: New test.
364
365 2002-09-05  Stan Shebs  <shebs@apple.com>
366
367         * gcc.dg/weak-1.c: xfail on Darwin.
368         * gcc.dg/weak-2.c: Ditto.
369         * gcc.dg/weak-3.c: Ditto.
370         * gcc.dg/weak-4.c: Ditto.
371         * gcc.dg/weak-5.c: Ditto.
372         * gcc.dg/weak-6.c: Ditto.
373         * gcc.dg/weak-7.c: Ditto.
374         * gcc.dg/weak-8.c: Ditto.
375         * gcc.dg/weak-9.c: Ditto.
376
377 Thu Sep  5 00:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
378
379         * gcc.c-torture/execute/loop-14.c: New test.
380
381 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
382
383         * g++.dg/other/cxa-atexit1.C: New test.
384
385         * gcc.dg/typeof-2.c: New test.
386
387 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
388
389         * gcc.dg/cpp/_Pragma4.c: New test.
390
391 Tue Sep  3 11:04:26 2002  Nicola Pero  <n.pero@mi.flashnet.it>
392
393         * objc/execute/nil_method-1.m: New testcase.
394
395 Sun Sep  1 12:47:39 2002  Nicola Pero  <n.pero@mi.flashnet.it>
396
397         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
398         [Object class], not [Object initialize].
399
400 2002-08-31  Roger Sayle  <roger@eyesopen.com>
401             Hans-Peter Nilsson  <hp@bitrange.com>
402
403         * gcc.c-torture/execute/20020720-1.x: Skip test on
404         mmix-knuth-mmixware.  Correct comment.
405
406 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
407
408         * testsuite/g++.dg/abi/bitfield5.C: New test.
409         * testsuite/g++.dg/abi/vbase10.C: Likewise.
410
411 Tue Aug 27 22:23:22 2002  Nicola Pero  <n.pero@mi.flashnet.it>
412
413         * objc.dg/undeclared-selector.m: New test.
414
415 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
416
417         * g++.dg/other/offsetof1.C: Avoid cast warning.
418
419 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
420
421         * objc.dg/super-class-2.m: New test.
422
423 2002-08-24  Matt Austern  <austern@apple.com>
424
425         * g++.dg/ext/lvaddr.C: New test.
426         * g++.dg/ext/lvcast.C: New test.
427
428 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
429
430         * testsuite/g++.dg/inherit/cond1.C: New test.
431
432 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
433
434         * gcc.dg/noncompile/incomplete-1.c: New test.
435
436 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
437
438         * gcc.dg/typespec-1.c: New test.
439
440 2002-08-20  Devang Patel  <dpatel@apple.com>
441         * objc.dg/proto-hier-2.m: New test.
442
443 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
444
445         * objc.dg/bitfield-1.m: New test.
446         * objc.dg/bitfield-2.m: New test.
447
448 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
449
450         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
451         gcc.dg/c99-flex-array-4.c: New tests.
452
453 2002-08-16  Stan Shebs  <shebs@apple.com>
454
455         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
456
457 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
458
459         * gcc.dg/typeof-1.c: New test.
460         * g++.dg/ext/typeof2.C: New test.
461
462 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
463
464         * g++.dg/other/offsetof1.C: New test.
465
466 2002-08-14  Richard Henderson  <rth@redhat.com>
467
468         * gcc.dg/tls/diag-3.c: Fix expected message strings.
469
470 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
471
472         * gcc.dg/cpp/_Pragma3.c: New test.
473
474 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
475
476         * g++.dg/template/inherit3: New test.
477
478 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
479
480         * gcc.dg/bitfld-4.c: Add blank options.
481
482 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
483
484         * g++.dg/template/crash1.C: New test.
485
486 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
487
488         * gcc.dg/tls/opt-2.c: New test.
489
490 2002-08-08  Devang Patel  <dpatel@apple.com>
491
492         * objc.dg/selector-1.m : New test
493
494 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
495
496         * g++.dg/abi/bitfield4.C: New test.
497         * gcc.dg/bitfld-4.c: New test.
498
499 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
500
501         * g++.dg/other/packed1.C: New test.
502
503 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
504
505         * g++.dg/abi/offsetof.C: Tweak error messages.
506         * g++.old-deja/g++.mike/p10769a.C: Likewise.
507
508 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
509
510         * gcc.dg/bitfld-3.c: New test.
511
512 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
513             Richard Henderson  <rth@redhat.com>
514
515         * gcc.dg/i386-bitfield1.c: New test.
516         * g++.dg/abi/bitfield3.C: Update.
517
518 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
519
520         * objc.dg/const-str-2.m: Update.
521         * gcc.dg/cpp/c++98.c: Change to C extension.
522         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
523         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
524
525 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
526
527         * testsuite/gcc.dg/tls/diag-3.c: New.
528
529 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
530
531         * g++.dg/README (Subdirectories): Document new subdir expr.
532         * g++.dg/expr/pmf-1.C: New test.
533
534 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
535
536         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
537
538 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
539
540         * g++.dg/abi/bitfield3.C: New test.
541
542 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
543
544         * lib/gcov.exp: Tweak expected line formats.
545         * gcc.misc-tests/gcov8.c: New test.
546         * gcc.misc-tests/gcov8.x: New flags.
547
548 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
549
550         * consistency.vlad/layout/endian.c: Include string.h.
551
552         * gcc.c-torture/execute/20020805-1.c: New test.
553
554 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
555
556         * g++.dg/other/conversion1.C: New test.
557
558 2002-08-03  Roger Sayle  <roger@eyesopen.com>
559
560         * gcc.dg/builtins-1.c: New testcase.
561
562 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
563
564         * g++.dg/inherit/access3.C: New test.
565
566 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
567
568         * gcc.dg/ia64-visibility-2.c: New test.
569
570 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
571
572         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
573         __qualifier_flags to __flags.
574
575 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
576
577         * g++.dg/inherit/operator1.C: New test.
578         * g++.dg/lookup/disamb1.C: Fix typo in comment.
579         * g++.dg/other/error1.C: Change expected error message.
580         * g++.dg/template/conv4.C: Likewise.
581
582 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
583
584         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
585         for documented behavior.
586
587 2002-07-25  Roger Sayle  <roger@eyesopen.com>
588
589         * gcc.c-torture/execute/20020720-1.x: Skip this test on
590         several targets known to fail.
591
592 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
593
594         * gcc.dg/mips-args-[123].c: New tests.
595
596 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
597
598         * gcc.dg/ppc-spe.c: New.
599
600 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
601
602         * g++.dg/other/ptrmem4.C: New testcase.
603
604 2002-07-24  Richard Henderson  <rth@redhat.com>
605
606         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
607
608 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
609
610         * g++.dg/ext/alignof1.C (main): Return 0 for success.
611
612 2002-07-24  Roger Sayle  <roger@eyesopen.com>
613
614         * gcc.c-torture/execute/memset-3.c: New testcase.
615
616 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
617
618         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
619         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
620
621 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
622
623         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
624         Delete.
625
626 Tue Jul 23 21:02:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
627
628         * gcc.c-torture/compile/simd-4.c: New test.
629
630 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
631
632         PR c++/7347, c++/7348
633         * g++.dg/template/access4.C: New test.
634         * g++.dg/template/access5.C: New test.
635         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
636         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
637         * g++.old-deja/g++.pt/ttp58.C: Likewise.
638         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
639
640 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
641
642         * gcc.dg/gnu89-init-2.c: New test.
643
644 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
645
646         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
647
648 2002-07-20  Roger Sayle  <roger@eyesopen.com>
649
650         * gcc.c-torture/execute/20020720-1.c: New testcase.
651
652 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
653
654         * gcc.dg/cpp/Wsignprom.c: New tests.
655
656 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
657
658         * gcc.c-torture/execute/loop-13.c: New test.
659
660 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
661
662         * gcc.dg/cpp/expr.c: New tests.
663
664 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
665
666         * g++.dg/opt/pr6713.C: Add template instantiation.
667
668 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
669
670         * gcc.dg/nest.c: New test.
671
672 2002-07-17  Richard Henderson  <rth@redhat.com>
673
674         * g++.dg/opt/pr6713.C: New test.
675
676 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
677
678         * gcc.c-torture/execute/loop-2e.x: Let the testcase
679         XFAIL for all x86 processors.
680
681 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
682
683         * gcc.c-torture/execute/20010122-1.x: Do not test with
684         -fomit-frame-pointer.
685
686 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
687
688         * g++.dg/template/instantiate2.C: New test.
689         * g++.dg/template/spec4.C: New test.
690
691 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
692
693         * g++.dg/template/access2.C: New test.
694         * g++.dg/template/access3.C: New test.
695
696 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
697
698         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
699         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
700         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
701         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
702         Convert to use <stdarg.h>.
703         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
704         Delete.
705         * gcc.dg/va-arg-2.c: New.
706         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
707
708 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
709
710         * gcc.c-torture/compile/20020710-1.c: New test.
711
712 Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
713                           Andrew Pinski  <pinskia@physics.uc.edu>
714
715         gcc.c-torture/compile/simd-2.c: New testcase.
716         gcc.c-torture/compile/simd-3.c: Likewise.
717
718 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
719
720         PR c++/7224
721         * g++.dg/overload/error1.C: New test.
722
723 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
724
725         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
726         configuration and IRIX 6 O32 ABI.
727
728 2002-07-11  Roger Sayle  <roger@eyesopen.com>
729
730         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
731
732 2002-07-10  Roger Sayle  <roger@eyesopen.com>
733
734         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
735
736 2002-07-10  Jeffrey A Law  <law@redhat.com>
737
738         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
739
740         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
741
742 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
743
744         * gcc.dg/20020312-2.c: Check for __PPC__.
745
746 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
747
748         * gcc.c-torture/compile/20020709-1.c: New test.
749
750 2002-07-07  Roger Sayle  <roger@eyesopen.com>
751
752         * g++.dg/template/qualttp21.C: New test case.
753
754 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
755
756         * gcc.c-torture/compile/20020706-1.c: New test.
757         * gcc.c-torture/compile/20020706-2.c: New test.
758
759 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
760             Alexandre Oliva  <aoliva@redhat.com>
761
762         * g++.dg/warn/incomplete1.C: New test.
763
764 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
765
766         PR c++/7099
767         * g++.dg/warn/noreturn1.C: New test.
768
769 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
770
771         PR c++/6706
772         * g++.dg/debug/debug6.C: New test.
773         * g++.dg/debug/debug7.C: New test.
774
775 Thu Jul  4 07:36:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
776
777         * gcc.c-torture/compile/simd-3.c: New test.
778
779 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
780
781         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
782         * gcc.dg/20020620-1.c: Likewise.
783
784 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
785
786         PR c++/6944
787         * g++.dg/init/array4.C: New test.
788         * g++.dg/init/array5.C: New test.
789
790 Wed Jul  3 10:25:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
791
792         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
793         * gcc.c-torture/execute/simd-2.c (main): Likewise.
794
795 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
796
797         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
798         * gcc.dg/wtr-aggr-init-1.c: Likewise.
799         * gcc.dg/wtr-conversion-1.c: Likewise.
800         * gcc.dg/wtr-escape-1.c: Likewise.
801         * gcc.dg/wtr-int-type-1.c: Likewise.
802         * gcc.dg/wtr-label-1.c: Likewise.
803         * gcc.dg/wtr-static-1.c: Likewise.
804         * gcc.dg/wtr-strcat-1.c: Likewise.
805         * gcc.dg/wtr-suffix-1.c: Likewise.
806         * gcc.dg/wtr-switch-1.c: Likewise.
807         * gcc.dg/wtr-unary-plus-1.c: Likewise.
808         * gcc.dg/wtr-union-init-1.c: Likewise.
809         * gcc.dg/wtr-union-init-2.c: Likewise.
810         * gcc.dg/wtr-union-init-3.c: Likewise.
811
812         * gcc.dg/wtr-func-def-1.c: New test.
813
814 2002-07-02 Devang Patel <dpatel@apple.com>
815
816         * objc.dg/param-1.m: New test.
817
818 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
819
820         * gcc.dg/cpp/trad/directive.c: Add test.
821         * gcc.dg/cpp/trad/macroargs.c: Add test.
822         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
823
824 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
825
826         * gcc.dg/cpp/cmdlne-M.c: New test.
827
828 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
829
830         * objc.dg/desig-init-1.m: New test.
831
832 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
833
834         PR c++/6716
835         * g++.dg/template/instantiate1.C: New test.
836
837 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
838
839         PR c++/7112
840         * g++.dg/template/sizeof2.C: New test.
841
842 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
843
844         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
845         gcc.dg/cpp/trad/include.c: New tests.
846
847 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
848
849         PR target/7177
850         * gcc.c-torture/compile/20020701-1.c: New test.
851
852 2002-07-01  Stan Shebs  <shebs@apple.com>
853
854         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
855         header here...
856         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
857         (objc-torture-execute): or here.
858
859 Mon Jul  1 12:51:05 2002  J"orn Rennecke <joern.rennecke@superh.com>
860
861         * gcc.c-torture/execute/arith-rand-ll.c: New test.
862
863 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
864
865         * gcc.dg/cpp/trad/escaped-nl.c: New test.
866
867 2002-06-30  Devang Patel  <dpatel@apple.com>
868
869         * objc.dg/fsyntax-only.m: New test.
870
871 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
872
873         PR c++/6695
874         * g++.dg/template/friend7.C: New file.
875
876 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
877
878         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
879         return type.
880
881 Thu Jun 27 15:23:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
882
883         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
884         avoid division by zero.
885
886 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
887
888         * gcc.dg/Wunknownprag.c: New tests.
889
890 Tue Jun 25 21:50:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
891
892         * gcc.c-torture/execute/simd-2.c: New test.
893
894 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
895
896         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
897         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
898         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
899         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
900         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
901         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
902         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
903         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
904         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
905         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
906         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
907         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
908         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
909         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
910         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
911         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
912         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
913
914 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
915
916         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
917         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
918         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
919         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
920         New tests.
921         * gcc.dg/cpp/trad/directive.c: Update.
922
923 2002-06-23  Andreas Jaeger  <aj@suse.de>
924
925         * gcc.c-torture/execute/complex-6.c: New.
926
927 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
928
929         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
930         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
931         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
932         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
933
934 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
935
936         * gcc.dg/cpp/trad: New directory with traditional tests copied
937         from parent directory.
938         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
939         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
940         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
941         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
942         Move to trad/ and rename.
943         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
944         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
945         gcc.dg/cpp/trad/redef2.c: New tests.
946         * gcc.dg/cpp/trad/trad.exp: New driver.
947
948 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
949
950         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
951         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
952         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
953         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
954         Remove.
955
956 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
957
958         * gcc.dg/20020620-1.c: New test.
959
960 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
961
962         * g++.dg/template/ttp4.C: New test.
963
964 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
965
966         * g++.dg/opt/vt1.C: Fix regexp.
967
968 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
969
970         * gcc.c-torture/execute/pure-1.c: Make functions static again.
971         Don't use attribute `noinline'.
972
973 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
974
975         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
976
977 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
978
979         * gcc.c-torture/execute/simd-1.c: New.
980
981         * gcc.dg/simd-1.c: New.
982
983 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
984
985         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
986
987 2002-06-16  Richard Henderson  <rth@redhat.com>
988
989         * g++.dg/ext/anon-struct1.C: New.
990         * g++.dg/ext/anon-struct2.C: New.
991         * g++.dg/ext/anon-struct3.C: New.
992         * gcc.dg/anon-struct-1.c: New.
993         * gcc.dg/anon-struct-2.c: New.
994         * gcc.dg/anon-struct-3.c: New.
995         * gcc.dg/20011008-1.c: Adjust warning text.
996         * gcc.dg/20020527-1.c: Add -fms-extensions.
997
998 2002-06-16  Richard Henderson  <rth@redhat.com>
999
1000         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
1001
1002 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
1003
1004         * gcc.c-torture/execute/20020615-1.c: New test.
1005
1006 2002-06-15  Roger Sayle  <roger@eyesopen.com>
1007
1008         * gcc.c-tortuture/execute/compare-1.c: New test case.
1009         * gcc.c-tortuture/execute/compare-2.c: New test case.
1010         * gcc.c-tortuture/execute/compare-3.c: New test case.
1011
1012 2002-06-13  Richard Henderson  <rth@redhat.com>
1013
1014         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
1015         ia64 ilp32.
1016
1017 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1018
1019         * g++.dg/template/typename2.C: Update error message.
1020
1021 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
1022
1023         * gcc.c-torture/execute/20020611-1.c: New test.
1024
1025 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
1026
1027         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
1028         list of targets to skip.
1029
1030 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
1031
1032         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
1033         targets if not optimizing.
1034
1035 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
1036
1037         * gcc.c-torture/compile/20020605-1.c: New test.
1038
1039         * g++.dg/opt/vt1.C: New test.
1040
1041         * gcc.dg/20020531-1.c: New test.
1042
1043         * gcc.dg/20020530-1.c: New test.
1044
1045         * gcc.dg/20020527-1.c: New test.
1046
1047         * g++.dg/opt/cse1.C: New test.
1048
1049 2002-06-07  Roger Sayle  <roger@eyesopen.com>
1050
1051         * gcc.dg/20020607-2.c: New test case.
1052
1053 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
1054
1055         * gcc.c-torture/compile/20020604-1.c: New test.
1056
1057 2002-06-04  Richard Henderson  <rth@redhat.com>
1058
1059         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
1060         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
1061         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
1062
1063 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
1064
1065         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
1066
1067 2002-06-03  Richard Henderson  <rth@redhat.com>
1068
1069         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
1070         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
1071
1072 2002-06-02  Richard Henderson  <rth@redhat.com>
1073
1074         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
1075         test functions static.
1076
1077 2002-06-02  Andreas Jaeger  <aj@suse.de>
1078
1079         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
1080         now.
1081
1082 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1083
1084         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
1085         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
1086         Update for mofified diagnostics.
1087         * gcc.dg/c99-intconst-1.c: No longer fail.
1088
1089 2002-06-02  Richard Henderson  <rth@redhat.com>
1090
1091         * gcc.dg/uninit-A.c: Remove xfail markers.
1092
1093 2002-06-01  Roger Sayle  <roger@eyesopen.com>
1094
1095         * gcc.dg/fnegate-1.c: New test case.
1096
1097 2002-05-30  Osku Salerma  <osku@iki.fi>
1098
1099         * gcc.c-torture/execute/mayalias-1.c: New file.
1100
1101 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1102
1103         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
1104         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
1105         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
1106
1107 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
1108
1109         * gcc.c-torture/execute/20020529-1.c: New test.
1110
1111 2002-05-27  Richard Henderson  <rth@redhat.com>
1112
1113         * g++.dg/ext/attrib6.C: New test case.
1114
1115 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1116
1117         * gcc.c-torture/execute/pure-1.c: New test.
1118
1119 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1120
1121         * gcc.dg/cpp/arith-2.c: Remove.
1122
1123 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1124
1125         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
1126         * gcc.dg/cpp/if-3.c: Remove.
1127
1128 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
1129
1130         * g++.dg/opt/cse2.C: New test.
1131
1132 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1133
1134         * gcc.dg/cpp/arith-1.c: New semantic tests.
1135         * gcc.dg/cpp/if-1.c: Update.
1136
1137 2002-05-24  Ben Elliston  <bje@redhat.com>
1138
1139         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
1140
1141 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
1142
1143         * gcc.dg/verbose-asm.c: New test.
1144
1145 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1146
1147         * gcc.dg/cpp/paste12.c: New test.
1148
1149 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
1150
1151         * g++.dg/parse/named_ops.C: New test.
1152
1153 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
1154
1155         * gcc/testsuite/gcc.dg/weak-8.c: New test.
1156
1157 Thu May 23 11:09:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
1158
1159         * gcc.dg/weak-2.c: Allow optional leading underscore
1160         in scan-assembler symbol name.
1161         * gcc.dg/weak-3.c: Likewise.
1162         * gcc.dg/weak-4.c: Likewise.
1163         * gcc.dg/weak-5.c: Likewise.
1164
1165 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1166
1167         * gcc.dg/20020523-1.c: New test.
1168
1169 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
1170
1171         * objc.dg/const-str-2.m: Update now that we stop after
1172         a command line error.
1173
1174 2002-05-22  Richard Henderson  <rth@redhat.com>
1175
1176         * g++.dg/dg.exp: Fix typo in test pruneing.
1177
1178 2002-05-22  Richard Henderson  <rth@redhat.com>
1179
1180         * g++.dg/dg.exp: Prune the tls subdirectory.
1181         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
1182         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
1183         * g++.dg/tls/init-1.C: New.
1184
1185 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
1186
1187         * gcc.dg/20020517-1.c: New test.
1188
1189 2002-05-21  Richard Henderson  <rth@redhat.com>
1190
1191         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
1192         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
1193
1194 Tue May 21 14:25:32 2002  Brian R. Gaeke  <brg@dgate.ORG>
1195
1196         * g++.dg/other/copy2.C: New test.
1197
1198 Mon May 20 10:51:35 2002  J"orn Rennecke <joern.rennecke@superh.com>
1199
1200         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
1201         (MAX_COPY): Bump up to 10 times sizeof (long long).
1202         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
1203
1204         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
1205         sizeof (long long).
1206
1207         * gcc.c-torture/execute/strcpy-1.c: New test.
1208
1209 2002-05-19  Jason Merrill  <jason2redhat.com>
1210
1211         * g++.dg/ext/oper1.C: New test.
1212
1213 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
1214 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
1215
1216         * README.QMTEST: New file.
1217
1218         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
1219
1220 2002-05-19  Andreas Jaeger  <aj@suse.de>
1221
1222         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
1223         now.
1224         * gcc.c-torture/execute/loop-2d.x: Likewise.
1225
1226 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
1227
1228         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
1229         support weak symbols.
1230         * gcc.dg/weak-4.c: Likewise
1231         * gcc.dg/weak-6.c: Likewise
1232
1233 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
1234
1235         * gcc.dg/weak-3.c: Add dg-excess-error comment for
1236         cygwin, coff and h8300-*-hms targets
1237         * gcc.dg/weak-5.c: Likewise
1238         * gcc.dg/weak-7.c: Likewise
1239
1240 2002-05-16  Jason Merrill  <jason@redhat.com>
1241
1242         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
1243         (scan-assembler-not, scan-assembler-dem): Likewise.
1244         (scan-assembler-dem-not): Likewise.
1245
1246 2002-05-15  Richard Henderson  <rth@redhat.com>
1247
1248         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
1249
1250 2002-05-15  Richard Henderson  <rth@redhat.com>
1251
1252         * gcc.dg/weak-5.c (vfoo1c): No warning here.
1253         (vfoo1f): Warning here.
1254         (vfoo1l): Don't redefine the alias.
1255
1256 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
1257
1258         * g++.dg/init/pm1.C: New test.
1259
1260 2002-05-12  David S. Miller  <davem@redhat.com>
1261
1262         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
1263         types.
1264
1265 2002-05-10  Roger Sayle  <roger@eyesopen.com>
1266
1267         * gcc.c-torture/execute/20020510-1.c: New test case.
1268
1269 2002-05-10  David S. Miller  <davem@redhat.com>
1270
1271         * gcc.c-torture/execute/conversion.c: Test long double too.
1272
1273 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
1274
1275         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
1276         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
1277         * lib/g++.exp (g++_link_flags): Likewise.
1278         * lib/objc.exp (objc_target_compile): Likewise.
1279
1280 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
1281
1282         * gcc.dg/cpp/poison.c: Update.
1283         * gcc.dg/cpp/20000625-2.c: Remove.
1284         * gcc.dg/cpp/direct2s.c: Remove final test.
1285
1286 2002-05-08  Tom Rix  <trix@redhat.com>
1287
1288         * gcc.c-torture/execute/20020508-1.c: New test.
1289         * gcc.c-torture/execute/20020508-2.c: New test.
1290         * gcc.c-torture/execute/20020508-3.c: New test.
1291
1292 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1293
1294         * gcc.dg/cpp/charconst-4.c: More tests.
1295
1296 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1297
1298         PR c/6569
1299         * gcc.dg/weak-3.c: Update location of warning messages.
1300         * gcc.dg/weak-5.c: Likewise.
1301
1302 2002-05-06  Roger Sayle  <roger@eyesopen.com>
1303
1304         * gcc.c-torture/execute/20020506-1.c: New test case.
1305
1306 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
1307
1308         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
1309
1310 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
1311
1312         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
1313
1314 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
1315
1316         * gcc.dg/cpp/charconst-3.c: New test.
1317
1318 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1319
1320         * gcc.dg/cpp/charconst.c: Update tests.
1321
1322 2002-05-05  Tim Josling  <tej@melbpc.org.au>
1323
1324         * treelang: Added directory for new sample language treelang. Also
1325         lib/treelang.exp: New file to signal treelang should be tested.
1326
1327 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
1328
1329         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
1330         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
1331         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
1332         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
1333         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
1334         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
1335         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
1336
1337 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1338
1339         * gcc.dg/format/xopen-2.c: New test.
1340
1341 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
1342
1343         * gcc.dg/20020503-1.c: New test.
1344
1345 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
1346
1347         * g++.dg/init/dtor1.C: Make it tougher.
1348
1349 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
1350
1351         * g++.dg/init/dtor1.C: New test.
1352
1353 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
1354
1355         * gcc.dg/altivec-8.c: New.
1356
1357 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
1358
1359         * gcc.dg/altivec-7.c: New.
1360
1361 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
1362
1363         * g++.dg/parse/typedef1.C: New test.
1364
1365 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
1366
1367         PR c++/6486
1368         * g++.dg/template/friend6.C: New test.
1369
1370         PR c++/6492
1371         * g++.dg/init/copy1.C: New test.
1372
1373 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
1374
1375         * g++.dg/warn/effc1.C: New test.
1376
1377 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1378
1379         * gcc.dg/cpp/if-cexp.c: Add a test.
1380
1381 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
1382
1383         * gcc.dg/20020426-2.c: New test.
1384
1385 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1386
1387         * gcc.dg/cpp/if-mop.c: Update.
1388         * gcc.dg/cpp/if-mpar.c: Add test.
1389         * gcc.dg/cpp/if-oppr.c: Update.
1390
1391 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1392
1393         PR c/6343
1394         * gcc.dg/weak-[2-7].c: New tests.
1395
1396 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
1397
1398         * gcc.dg/enum1.c: New test.
1399
1400 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
1401
1402         PR c++/6497
1403         * g++.dg/inherit/access2.C: New test.
1404
1405 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
1406
1407         PR bootstrap/6445
1408         * gcc.dg/20020426-1.c: New test.
1409
1410 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
1411
1412         * g++.dg/abi/enum1.C: New test.
1413
1414 2002-04-26  Richard Henderson  <rth@redhat.com>
1415
1416         * gcc.dg/c99-bool-1.c: Expect always true warning.
1417
1418 2002-04-25  Roger Sayle  <roger@eyesopen.com>
1419
1420         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
1421
1422 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1423
1424         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
1425         targets.
1426
1427 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
1428
1429         * g++.dg/abi/mange7.C: New test.
1430
1431         PR c++/6438.
1432         * g++.dg/parse/stmtexpr2.C: New test.
1433
1434 Wed Apr 24 21:38:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
1435
1436         * gcc.dg/20020312-2.c: Add SH target.
1437
1438 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1439
1440         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
1441         compiler output on mips*-*-irix*.
1442
1443 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
1444
1445         * g++.dg/parse/attr1.C: New test.
1446
1447 2002-04-23  Roger Sayle  <roger@eyesopen.com>
1448
1449         * gcc.c-torture/execute/string-opt-17.c: New test case.
1450         * gcc.c-torture/execute/memset-2.c: New test case.
1451
1452 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
1453
1454         PR c++/6256:
1455         * g++.dg/template/friend5.C: New test.
1456
1457         PR c++/6331:
1458         * g++.dg/template/qual1.C: Likewise.
1459
1460 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
1461
1462         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
1463         Include stdlib.h, not stdio.h or ctype.h.
1464
1465 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
1466
1467         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
1468         cris-*-elf* and mmix-*-*.
1469         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
1470         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
1471         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
1472         Ditto.
1473         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
1474         * gcc.dg/wchar_t-1.c: Ditto.
1475
1476 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
1477
1478         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
1479         Clarify comment.
1480
1481 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
1482
1483         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
1484
1485 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1486
1487         * gcc.c-torture/execute/20000906-1.x: Delete.
1488
1489 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
1490
1491         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
1492
1493 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
1494
1495         * PR6367
1496         * g77.f-torture/execute/6367.f: New test.
1497         * g77.f-torture/execute/6367.x: Disable for MMIX.
1498
1499 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
1500
1501         * PR6352
1502         * g++.dg/opt/inline2.C: New test.
1503
1504 2002-04-18  Richard Henderson  <rth@redhat.com>
1505
1506         * gcc.dg/20000906-1.c: Enable for all targets.
1507         * gcc.c-torture/compile/iftrap-2.c: New.
1508
1509 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
1510
1511         * gcc.dg/20020418-1.c: New test.
1512         * gcc.dg/20020418-2.c: New test.
1513
1514 2002-04-18  Richard Henderson  <rth@redhat.com>
1515
1516         * gcc.c-torture/compile/iftrap-1.c: New.
1517         * gcc.dg/iftrap-1.c: Adjust for ia64.
1518         * gcc.dg/iftrap-2.c: New.
1519
1520 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
1521
1522         * gcc.c-torture/compile/20020418-1.c: New test.
1523
1524 2002-04-18  Roger Sayle  <roger@eyesopen.com>
1525
1526         * gcc.c-torture/compile/20020415-1.c: New.
1527
1528 2002-04-18  David S. Miller  <davem@redhat.com>
1529
1530         * gcc.c-torture/execute/20020418-1.c: New test.
1531
1532 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
1533
1534         * gcc.dg/20020416-1.c: New test.
1535
1536         * g++.dg/opt/inline1.C: New test.
1537
1538 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
1539
1540         * gcc.dg/altivec-5.c: New test.
1541
1542         * gcc.dg/20020415-1.c: New test.
1543
1544 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
1545
1546         * testsuite/lib/chill.exp: Remove.
1547
1548 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
1549
1550         * g++.dg/other/big-struct.C: New test.
1551
1552 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
1553
1554         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
1555         of scratch file.
1556
1557 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
1558
1559         PR c/6277
1560         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
1561         in scan-assembler function name
1562
1563 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
1564
1565         * g77.f-torture/execute/980628-4.x,
1566         g77.f-torture/execute/980628-5.x,
1567         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1568         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1569         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
1570         i[34567]86-*-*.
1571
1572 2002-04-13  David S. Miller  <davem@redhat.com>
1573
1574         * gcc.c-torture/execute/20020413-1.c: New test.
1575
1576 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
1577
1578         * gcc.dg/asm-6.c,
1579         * g++.dg/ext/asm1.C: New tests.
1580
1581 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
1582
1583         PR c++ 5373.
1584         * g++.dg/parse/stmtexpr1.C: New test.
1585
1586         PR c++/5189.
1587         * g++.dg/template/copy1.C: New test.
1588
1589 2002-04-12  Richard Henderson  <rth@redhat.com>
1590
1591         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
1592
1593 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
1594
1595         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
1596         gcc.c-torture/execute/20020307-2.c.
1597
1598 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
1599
1600         * g++.dg/ext/attrib5.C,
1601         * g++.dg/lookup/struct1.C: New tests.
1602
1603 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
1604
1605         * gcc.dg/20020411-1.c: New test.
1606
1607         * gcc.c-torture/execute/20020411-1.c: New test.
1608
1609 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
1610
1611         * g77.f-torture/execute/6177.f: New test.
1612
1613 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
1614
1615         PR middle-end/6247
1616         * g++.dg/opt/cleanup1.C: New test.
1617
1618         * g++.dg/opt/const1.C: New test.
1619
1620 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
1621
1622         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
1623
1624 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
1625
1626         PR c++/5507
1627         * g++.dg/template/typename2.C: New test.
1628
1629 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
1630
1631         * gcc.c-torture/execute/loop-12.c: New.
1632
1633 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
1634
1635         * g77.f-torture/execute/980628-4.x,
1636         g77.f-torture/execute/980628-5.x,
1637         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
1638         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
1639         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
1640
1641 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1642
1643         PR optimization/6086
1644         * g++.dg/opt/preinc1.C: New test.
1645
1646 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
1647
1648         PR c++/5571
1649         * g++.dg/opt/static2.C: New test.
1650
1651 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
1652
1653         PR c/5120
1654         * gcc.dg/20020406-1.c: New test.
1655
1656 2002-04-04  David S. Miller  <davem@redhat.com>
1657
1658         * gcc.c-torture/execute/20020404-1.c: New test.
1659
1660 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
1661
1662         PR c/6123
1663         * gcc.dg/20020312-2.c: Do not declare global register variable
1664         if __PIC__ or __pic__ is defined.
1665
1666 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
1667
1668         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
1669         __asm__ so that it works correctly even if -ansi -pedantic-errors.
1670
1671 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1672
1673         * gcc.misc-tests/linkage.exp: Update last change to handle
1674         sparc*-, not just sparc-.
1675
1676 2002-04-03  Richard Henderson  <rth@redhat.com>
1677
1678         * gcc.dg/cpp/ucs.c: Improved long UCS test.
1679
1680 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
1681
1682         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
1683
1684 2002-04-02  David S. Miller  <davem@redhat.com>
1685
1686         * gcc.c-torture/execute/20020402-3.c: New test.
1687
1688 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
1689
1690         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
1691         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
1692
1693         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
1694         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
1695         g77.f-torture/execute/20001201.x,
1696         g77.f-torture/execute/u77-test.x: New files.
1697
1698         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
1699         * gcc.dg/wchar_t-1.c: Ditto.
1700
1701 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1702
1703         * gcc.c-torture/execute/20020402-1.c: New test.
1704
1705 2002-04-01  Richard Henderson  <rth@redhat.com>
1706
1707         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
1708
1709         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
1710
1711 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1712
1713         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
1714
1715 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1716
1717         * g++.dg/inherit/template-as-base.C: Expect error.
1718         * g++.dg/inherit/namespace-as-base.C: Likewise.
1719
1720 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
1721
1722         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
1723         g++.dg/ext/instantiate3.C: Tweak match patterns.
1724
1725         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
1726         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
1727         -da test.
1728
1729 2002-03-31  Richard Henderson  <rth@redhat.com>
1730
1731         * gcc.dg/special/alias-2.c: New.
1732         * gcc.dg/special/ecos.exp: Run it.
1733
1734 2002-03-31  Richard Henderson  <rth@redhat.com>
1735
1736         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
1737
1738 2002-03-31  Kazu Hirata  <kazu@hxi.com>
1739
1740         * gcc.dg/weak-1.c: Disable on h8300 port.
1741
1742 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
1743
1744         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
1745         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
1746         ordering tests.
1747         * g++.dg/bprob/bprob-1.C: New test.
1748         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
1749         * g++.dg/gcov/gcov-1.C: New test.
1750         * g++.dg/gcov/gcov-1.x: New file.
1751         * g++.dg/gcov/gcov-2.C: New test.
1752         * g++.dg/gcov/gcov-3.C: New test.
1753         * g++.dg/gcov/gcov-3.h: New file.
1754
1755 2002-03-28  Roger Sayle  <roger@eyesopen.com>
1756
1757         * g++.old-deja/g++.other/builtins5.C: New test.
1758         * g++.old-deja/g++.other/builtins6.C: New test.
1759         * g++.old-deja/g++.other/builtins7.C: New test.
1760         * g++.old-deja/g++.other/builtins8.C: New test.
1761         * g++.old-deja/g++.other/builtins9.C: New test.
1762
1763 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
1764
1765         * g++.dg/opt/static1.C: New test.
1766
1767         * g++.dg/opt/longbranch1.C: New test.
1768
1769 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
1770
1771         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
1772
1773         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
1774
1775 Thu Mar 28 16:38:09 2002  Jeffrey A Law  (law@redhat.com)
1776
1777         * gcc.c-torture/execute/20020328-1.c: New test.
1778
1779 2002-03-27  Richard Henderson  <rth@redhat.com>
1780
1781         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
1782         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
1783         move from g++.old-deja/g++.ext/.
1784
1785 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
1786
1787         * g++.dg/init/new2.C: New test.
1788
1789 2002-03-26  Richard Henderson  <rth@redhat.com>
1790
1791         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
1792
1793         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
1794         on sparc.
1795
1796         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
1797         sparcv9 systems.
1798         * gcc.dg/20001102-1.c: Likewise.
1799
1800 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
1801
1802         * gcc.dg/cpp/endif-pedantic1.c,
1803         gcc.dg/cpp/endif-pedantic2.c:  New tests.
1804
1805 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
1806
1807         * g++.dg/init/new1.C: New test.
1808
1809 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1810
1811         * g++.dg/abi/vbase9.C: New test.
1812
1813 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
1814
1815         * gcc.dg/arm-asm.c: New test.
1816
1817 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
1818
1819         * gcc.dg/Wswitch-enum.c: New test.
1820         Fix PR c/5044.
1821
1822 2002-03-26  Richard Henderson  <rth@redhat.com>
1823
1824         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
1825         structure.
1826
1827 2002-03-25  Richard Henderson  <rth@redhat.com>
1828
1829         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
1830         sparcv9 systems.
1831
1832         * gcc.c-torture/compile/20011119-1.c (xxx): New.
1833         * gcc.c-torture/compile/20011119-2.c (xxx): New.
1834
1835 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
1836
1837         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
1838
1839 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
1840
1841         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
1842         targets using generic thunk support.
1843
1844 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
1845
1846         * gcc.c-torture/compile/20020323-1.c: New test.
1847
1848         * g++.dg/opt/conj2.C: New test.
1849
1850 2002-03-24  Richard Henderson  <rth@redhat.com>
1851
1852         * gcc.dg/weak-1.c: Use -fno-common.
1853
1854 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1855
1856         * g77.dg/f77-edit-apostrophe-out.f: New test
1857         * g77.dg/f77-edit-h-out.f: New test
1858         * g77.dg/f77-edit-t-in.f: New test
1859         * g77.dg/f77-edit-t-out.f: New test
1860         * g77.dg/f77-edit-x-out.f: New test
1861         * g77.dg/f77-edit-slash-out.f: New test
1862         * g77.dg/f77-edit-colon-out.f: New test
1863         * g77.dg/f77-edit-s-out.f: New test
1864
1865 2002-03-24  Richard Henderson  <rth@redhat.com>
1866
1867         * objc/execute/formal_protocol-6.x: New XFAIL.
1868
1869 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1870
1871         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
1872         that do not support weak symbols
1873
1874 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1875
1876         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
1877         * lib/g77.exp:  Likewise
1878         * lib/objc.exp: Likewise
1879
1880 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
1881
1882         * gcc.dg/Wswitch-default.c: New test.
1883
1884 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
1885
1886         * g++.dg/other/enum1.C: New test.
1887
1888 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
1889
1890         * gcc.dg/pragma-ep-3.c: Fix typo.
1891
1892 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1893
1894         * g++.dg/inherit/template-as-base.C: New test.
1895
1896 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
1897
1898         * g++.old-deja/g++.other/dwarf2-1.C: Move...
1899         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
1900
1901 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
1902
1903         * gcc.dg/cpp/multiline.c: Update to match.
1904
1905 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
1906
1907         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
1908
1909 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
1910
1911         * gcc.dg/cpp/extratokens2.c:  New file.
1912
1913 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
1914
1915         * gcc.dg/20020312-2.c: Add rs6000 target.
1916
1917         * gcc.c-torture/compile/20020319-1.c: New test.
1918
1919 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1920
1921         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
1922         (A, E): Handle this.
1923
1924 2002-03-20  Jason Merrill  <jason@redhat.com>
1925
1926         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
1927         ignoring -fpic.
1928         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
1929         through prune_gcc_output.
1930
1931 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
1932
1933         * gcc.c-torture/compile/20020320-1.c: New test.
1934
1935 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
1936
1937         * gcc.c-torture/compile/20020318-1.c: New test.
1938
1939         * gcc.dg/struct-by-value-1.c: New test.
1940
1941         * gcc.dg/20020319-1.c: New test.
1942
1943 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
1944
1945         * g++.dg/opt/conj1.C: New test.
1946
1947 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
1948
1949         * g++.dg/template/qualttp20.C: Revert previous change.
1950         * g++.dg/template/qualttp3.C: Likewise.
1951         * g++.dg/template/qualttp4.C: Likewise
1952         * g++.dg/template/qualttp5.C: Likewise
1953         * g++.dg/template/qualttp6.C: Likewise
1954         * g++.dg/template/qualttp7.C: Likewise
1955         * g++.dg/template/qualttp8.C: Likewise
1956         * g++.dg/template/recurse.C: Likewise.
1957
1958 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1959
1960         * gcc.dg/cpp/wchar-1.c: Update.
1961
1962 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
1963
1964         * g++.dg/template/conv1.C: New test.
1965         * g++.dg/template/conv2.C: New test.
1966         * g++.dg/template/conv3.C: New test.
1967         * g++.dg/template/conv4.C: New test.
1968
1969 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1970
1971         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
1972         * g++.dg/template/qualttp3.C: Likewise.
1973         * g++.dg/template/qualttp4.C: Likewise
1974         * g++.dg/template/qualttp5.C: Likewise
1975         * g++.dg/template/qualttp6.C: Likewise
1976         * g++.dg/template/qualttp7.C: Likewise
1977         * g++.dg/template/qualttp8.C: Likewise
1978         * g++.dg/template/recurse.C: Likewise.
1979
1980 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1981
1982         * g++.dg/opt/dtor1.C: New test.
1983
1984 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
1985
1986         * gcc.c-torture/compile/20020315-1.c: New test.
1987
1988 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
1989
1990         * gcc.dg/weak-1.c: Fix scan tests.
1991
1992 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
1993
1994         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
1995         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
1996         cris-*-aout* mmix-*-*.
1997         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
1998         cris-*-aout* mmix-*-*.
1999         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
2000         cris-*-elf* cris-*-aout* and mmix-*-*.
2001         * gcc.dg/20001009-1.c: Ditto.
2002         * gcc.dg/20010912-1.c: Ditto.
2003         * gcc.dg/20020122-4.c: Ditto.
2004         * gcc.dg/inline-2.c: Ditto.
2005
2006 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
2007
2008         * gcc.c-torture/compile/20020314-1.c: New test.
2009
2010 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
2011
2012         * gcc.c-torture/execute/20020314-1.c: New test.
2013
2014 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
2015
2016         * g++.dg/warn/Wunused-1.C: New test.
2017
2018 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
2019
2020         * g++.dg/abi/mangle6.C: New test.
2021
2022 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
2023
2024         * gcc.c-torture/compile/20020309-2.c: New test.
2025
2026         * gcc.c-torture/compile/20020312-1.c: New test.
2027
2028 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
2029
2030         * g++.dg/other/access1.C: New test.
2031
2032 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
2033
2034         * gcc.c-torture/execute/wchar_t-1.c: New test.
2035
2036 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
2037
2038         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
2039
2040 2002-03-12  Roger Sayle  <roger@eyesopen.com>
2041
2042         * gcc.dg/20020312-1.c: New test case.
2043
2044 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
2045
2046         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
2047
2048 2002-03-11  Richard Henderson  <rth@redhat.com>
2049
2050         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
2051         * g++.old-deja/g++.jason/report.C: Likewise.
2052
2053 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
2054
2055         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
2056         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
2057
2058 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
2059
2060         * testsuite/g++.dg/overload/pmf1.C: New test.
2061
2062 2002-03-11  Kazu Hirata  <kazu@hxi.com>
2063
2064         * gcc.c-torture/execute/20020307-1.c: Use long.
2065
2066 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
2067
2068         PR optimization/5844
2069         * gcc.dg/20020310-1.c: New test.
2070
2071 2002-03-09  Michael Meissner  <meissner@redhat.com>
2072
2073         * gcc.c-torture/execute/memcpy-2.c: New test.
2074         * gcc.c-torture/execute/memset-1.c: New test.
2075         * gcc.c-torture/execute/strlen-1.c: New test.
2076         * gcc.c-torture/execute/strcmp-1.c: New test.
2077         * gcc.c-torture/execute/strncmp-1.c: New test.
2078
2079 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
2080
2081         * gcc.dg/ppc-ldstruct.c: New test.
2082
2083 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
2084
2085         * gcc.c-torture/execute/va-arg-22.c: New test.
2086
2087 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2088
2089         * gcc.c-torture/compile/20020309-1.c: New test.
2090
2091 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
2092
2093         * gcc.c-torture/execute/20020307-2.c: New test.
2094
2095 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
2096
2097         * g77.f-torture/compile/20020307-1.f: New test.
2098
2099 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
2100
2101         * gcc.dg/unordered-1.c: New test.
2102
2103 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
2104
2105         * gcc.c-torture/execute/20020307-1.c: New test.
2106
2107 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
2108
2109         * gcc.dg/20020304-1.c: New test.
2110
2111         * gcc.c-torture/compile/20020304-2.c: New test.
2112
2113 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
2114
2115         * gcc.c-torture/compile/20020304-1.c: New test case
2116         (from PR c/5830).
2117
2118 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
2119
2120         * gcc.dg/20020103-1.c: Add other -D ppc variants.
2121
2122 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2123
2124         * g++.dg/other/classkey1.C: New test.
2125
2126 2002-03-01  Richard Henderson  <rth@redhat.com>
2127
2128         * gcc.c-torture/compile/981223-1.x: New.
2129         * gcc.c-torture/compile/920625-1.x: New.
2130
2131 2002-02-28  Richard Henderson  <rth@redhat.com>
2132
2133         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
2134
2135 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
2136
2137         * gcc.c-torture/execute/20020227-1.c: New test.
2138
2139 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
2140
2141         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
2142         here" ERROR lines.
2143         * g++.old-deja/g++.oliva/partord1.C: Likewise.
2144         * g++.old-deja.g++.other/defarg1.C: Likewise.
2145         * g++.old-deja/g++.pt/calls2.C: Likewise.
2146         * g++.old-deja/g++.pt/crash20.C: Likewise.
2147         * g++.old-deja/g++.pt/crash30.C: Likewise.
2148         * g++.old-deja/g++.pt/crash36.C: Likewise.
2149         * g++.old-deja/g++.pt/crash6.C: Likewise.
2150         * g++.old-deja/g++.pt/defarg13.C: Likewise.
2151         * g++.old-deja/g++.pt/derived3.C: Likewise.
2152         * g++.old-deja/g++.pt/error1.C: Likewise.
2153         * g++.old-deja/g++.pt/friend21.C: Likewise.
2154         * g++.old-deja/g++.pt/friend23.C: Likewise.
2155         * g++.old-deja/g++.pt/infinite1.C: Likewise.
2156         * g++.old-deja/g++.robertl/eb128.C: Likewise.
2157
2158 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
2159
2160         * gcc.c-torture/execute/20020225-2.c: New test.
2161
2162 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
2163
2164         * gcc.c-torture/execute/920730-1t.c,
2165         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
2166         Delete test cases, only relevant to -traditional.
2167
2168 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2169
2170         * gcc.dg/cpp/undef1.c: Remove.
2171         * gcc.dg/cpp/directiv.c: Update.
2172         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
2173
2174 2002-02-27  Michael Meissner  <meissner@redhat.com>
2175
2176         * gcc.c-torture/execute/20020226-1.c: New test.
2177
2178 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
2179
2180         * g++.dg/debug/debug4.C: New test.
2181
2182         * gcc.dg/ia64-visibility-1.c: New test.
2183
2184 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
2185
2186         * gcc.dg/debug/20020224-1.c: New.
2187
2188 2002-02-25  Kazu Hirata  <kazu@hxi.com>
2189
2190         * gcc.c-torture/execute/960416-1.x: New.
2191         * gcc.c-torture/execute/divconst-3.x: Likewise.
2192
2193 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
2194
2195         * gcc.dg/20020224-1.c: New test.
2196
2197 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
2198
2199         * gcc.c-torture/execute/20020225-1.c: New.
2200
2201 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2202
2203         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
2204
2205 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
2206
2207         * gcc.dg/20020222-1.c: New test.
2208
2209 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
2210
2211         * g++.dg/opt/anonunion1.C: New test.
2212
2213 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
2214
2215         * g++.dg/template/qualttp19.C: New test.
2216         * g++.dg/template/qualttp20.C: New test.
2217         * g++.old-deja/g++.jason/report.C: Adjust expected errors
2218         * g++.old-deja/g++.other/qual1.C: Likewise.
2219
2220 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
2221
2222         * gcc.dg/attr-alwaysinline.c: New.
2223
2224 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
2225
2226         * gcc.dg/20020220-1.c: New test.
2227
2228         * gcc.dg/20020220-2.c: New test.
2229
2230         * g++.dg/opt/mmx1.C: New test.
2231
2232 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
2233
2234         * gcc.c-torture/compile/20020110.c: New test.
2235
2236 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
2237
2238         * gcc.c-torture/execute/20020219-1.c: New test.
2239
2240         * gcc.dg/20020219-1.c: New test.
2241
2242         * gcc.dg/noncompile/20020220-1.c: New test.
2243
2244         * g++.dg/opt/ptrintsum1.C: New test.
2245
2246         * gcc.dg/debug/20020220-1.c: New test.
2247
2248 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
2249
2250         * gcc.c-torture/execute/20020216-1.c: New test.
2251
2252 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2253
2254         * gcc.dg/decl-1.c: Update, new test.
2255
2256 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
2257
2258         * g++.dg/abi/bitfield1.C: New test.
2259         * g++.dg/abi/bitfield2.C: New test.
2260
2261 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
2262
2263         * gcc.dg/attr-nest.c: New test.
2264
2265 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
2266
2267         * gcc.c-torture/execute/20020215-1.c: New test.
2268
2269 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
2270
2271         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
2272         * g++.dg/debug/debug.exp: New.
2273         * g++.dg/debug/trivial.C: New.
2274         * g++.dg/debug/debug1.C: Moved...
2275         * g++.dg/other/debug1.C: ...from here.
2276         * g++.dg/debug/debug2.C: Moved...
2277         * g++.dg/other/debug2.C: ...from here.
2278         * g++.dg/debug/debug3.C: Moved...
2279         * g++.dg/other/debug3.C: ...from here.
2280
2281         * gcc.dg/noncompile/20020213-1.c: New test.
2282
2283 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
2284
2285         * g++.dg/other/debug3.C: New test.
2286
2287         * gcc.c-torture/execute/20020213-1.c: New test.
2288
2289 2002-02-13  Richard Smith <richard@ex-parrot.com>
2290
2291         * g++.old-deja/g++.other/thunk1.C: New test.
2292
2293 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
2294
2295         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
2296
2297 2002-02-13  Stan Shebs  <shebs@apple.com>
2298
2299         * gcc.dg/altivec-3.c: New.
2300
2301 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
2302
2303         * gcc.dg/Wunreachable-1.c: New test.
2304         * gcc.dg/Wunreachable-2.c: New test.
2305
2306 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2307
2308         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
2309
2310 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
2311
2312         * gcc.dg/decl-1.c: New test.
2313
2314 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
2315
2316         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
2317
2318 2002-02-10  Kazu Hirata  <kazu@hxi.com>
2319
2320         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
2321         * gcc.c-torture/compile/980506-1.x: Likewise.
2322
2323 2002-02-10  Kazu Hirata  <kazu@hxi.com>
2324
2325         * gcc.dg/20020210-1.c: New.
2326
2327 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
2328
2329         * g77.f-torture/execute/947.f: New regression test
2330         for PR fortran/947.
2331
2332 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
2333
2334         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
2335         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
2336
2337 2002-02-08  Richard Henderson  <rth@redhat.com>
2338
2339         * gcc.c-torture/compile/labels-3.c: New.
2340
2341 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
2342
2343         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
2344         expression statements work instead.
2345         * gcc.dg/noncompile/20020207-1.c: New test.
2346
2347 2002-02-07  Richard Henderson  <rth@redhat.com>
2348
2349         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
2350
2351 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
2352
2353         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
2354         message from g77
2355         * lib/g77-dg.exp: Trim g77 error messages so that they are
2356         recognized by dg.exp.
2357
2358 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
2359
2360         PR fortran/5473
2361         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
2362
2363 2002-02-07  Richard Henderson  <rth@redhat.com>
2364
2365         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
2366         to be sufficiently aligned for integers.
2367
2368 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
2369
2370         * g++.dg/template/friend4.C: New test.
2371
2372 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
2373
2374         PR fortran/5743
2375         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
2376         unsupported cases.
2377
2378 2002-02-07  Richard Henderson  <rth@redhat.com>
2379
2380         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
2381         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
2382         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
2383         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
2384
2385 2002-02-06  Richard Henderson  <rth@redhat.com>
2386
2387         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
2388
2389 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
2390
2391         * gcc.dg/20020206-1.c: New test.
2392
2393 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
2394
2395         * gcc.c-torture/execute/20020206-1.c: New test.
2396
2397         * gcc.c-torture/execute/20020206-2.c: New test.
2398
2399         PR optimization/5429:
2400         * gcc.c-torture/compile/20020206-1.c: New test.
2401
2402 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
2403
2404         * g++.dg/ext/align1.C: Do not use an explicit alignment value
2405         as certain file formats cannot support particularly large
2406         alignments.
2407
2408         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
2409         and do not expect to be able to link the executable.
2410
2411         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
2412         fail because the COFF format does not support the weak attribute.
2413
2414 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
2415
2416         * g77.dg/pr5473.f:  New test
2417
2418 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
2419
2420         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
2421         Fix testcase accordingly.
2422
2423 2002-02-04  Richard Henderson  <rth@redhat.com>
2424
2425         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
2426         (buf): Change to be an array of pointers, not ints.
2427
2428 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
2429
2430         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
2431         before all tests.  Move warning one line above to match where it
2432         C frontend emits.
2433         * gcc.dg/Wswitch-2.c: New test.
2434         * g++.dg/warn/Wswitch-1.C: New test.
2435         * g++.dg/warn/Wswitch-2.C: New test.
2436
2437 2002-02-04  Richard Henderson  <rth@redhat.com>
2438
2439         * g++.dg/abi/offsetof.C: Fix size comparison.
2440
2441 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
2442
2443         * gcc.dg/cast-qual-2.c: New test.
2444
2445 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
2446
2447         * gcc.dg/20020201-4.c: New test.
2448
2449 2002-02-04  Ben Elliston  <bje@redhat.com>
2450
2451         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
2452         target_info attribute != 0, in addition to the empty string.
2453         (gcc_target_compile): Likewise.
2454
2455 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
2456
2457         * gcc.dg/Wswitch.c: New test.
2458         PR gcc/4475. PR gcc/3780.
2459
2460 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
2461
2462         * g77.f-torture/execute/5122.f: New test for regressions
2463         against PR fortran/5122.
2464
2465 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
2466
2467         * g77.f-torture/compile/pr3743.f: Delete
2468         * g77.dg/pr3743-1.f: New test.
2469         * g77.dg/pr3743-2.f: New test.
2470         * g77.dg/pr3743-3.f: New test.
2471         * g77.dg/pr3743-4.f: New test.
2472
2473 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2474
2475         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
2476
2477 2002-02-02  Richard Henderson  <rth@redhat.com>
2478
2479         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
2480         * gcc.c-torture/execute/bf64-1.c: Likewise.
2481
2482 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
2483
2484         * gcc.dg/20020201-2.c: New test.
2485
2486         * gcc.dg/20020201-3.c: New test.
2487
2488         * gcc.c-torture/execute/bitfld-2.c: New test.
2489
2490 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2491
2492         * gcc.dg/bitfld-1.c: Update.
2493         * gcc.dg/bitfld-2.c: Update.
2494         * gcc.c-torture/execute/bitfld-1.x: New.
2495
2496 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
2497
2498         * gcc.c-torture/execute/20020201-1.c: New test.
2499
2500 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
2501
2502         PR target/5469
2503         * gcc.dg/20020201-1.c: New test.
2504
2505 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
2506
2507         PR fortran/3743
2508         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
2509         * g77.f-torture/compile/pr3743.x: Remove
2510
2511 2002-01-31  Tom Rix  <trix@redhat.com>
2512
2513         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
2514
2515 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2516
2517         * gcc.dg/noncompile/20020130-1.c: New test.
2518
2519 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
2520
2521         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
2522
2523 2002-01-29  Richard Henderson  <rth@redhat.com>
2524
2525         * gcc.c-torture/execute/991118-1.c: Cast various constants back
2526         to long long.
2527         * gcc.c-torture/execute/bf64-1.c: Likewise.
2528
2529 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
2530
2531         * gcc.c-torture/execute/20020129-1.c: New test.
2532
2533 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2534
2535         * gcc.c-torture/compile/20000224-1.c: Update.
2536         * gcc.c-torture/execute/bitfld-1.c: New tests.
2537         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
2538         * gcc.dg/uninit-A.c: Update.
2539
2540 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
2541
2542         * g++.dg/template/ctor1.C: Add instantiation.
2543
2544 2002-01-28  Paul Koning  <pkoning@equallogic.com>
2545
2546         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
2547         argument to __builtin_prefetch to be const ptr.
2548
2549 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
2550
2551         * gcc.c-torture/compile/20020120-1.c: New test.
2552
2553 2002-01-27  Kazu Hirata  <kazu@hxi.com>
2554
2555         * gcc.c-torture/execute/20020127-1.c: New test.
2556
2557 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
2558
2559         * g77.dg/f77-edit-i-in.f: New test
2560         * g77.dg/f77-edit-i-out.f: New test
2561
2562 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
2563
2564         * gcc.dg/debug/debug.exp: New file.
2565         * gcc.dg/debug/trivial.c: New file.
2566         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
2567         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
2568         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
2569         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
2570         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
2571         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
2572         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
2573         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
2574         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
2575         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
2576         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
2577         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
2578         * gcc.dg/20000503-1.c: Removed.
2579         * gcc.dg/20010207-1.c: Removed.
2580         * gcc.dg/20011223-1.c: Removed.
2581         * gcc.dg/20020104-2.c: Removed.
2582         * gcc.dg/debug-1.c: Removed.
2583         * gcc.dg/debug-2.c: Removed.
2584         * gcc.dg/debug-3.c: Removed.
2585         * gcc.dg/debug-4.c: Removed.
2586         * gcc.dg/debug-5.c: Removed.
2587         * gcc.dg/debug-6.c: Removed.
2588         * gcc.dg/dwarf2-1.c: Removed.
2589         * gcc.dg/dwarf2-2.c: Removed.
2590
2591 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
2592
2593         * g++.old-deja/g++.other/eh5.C: New test.
2594         * g++.old-deja/g++.other/sibcall2.C: New test.
2595         * g++.old-deja/g++.other/array9.C: New test.
2596         * g++.old-deja/g++.other/typename2.C: New test.
2597         * g++.old-deja/g++.other/crash60.C: New test.
2598         * g++.old-deja/g++.other/conv9.C: New test.
2599         * g++.old-deja/g++.other/mangle10.C: New test.
2600         * g++.old-deja/g++.other/unchanging1.C: New test.
2601         * g++.old-deja/g++.other/exprstmt1.C: New test.
2602         * g++.old-deja/g++.other/inline23.C: New test.
2603         * g++.old-deja/g++.eh/ia64-1.C: New test.
2604         * g++.old-deja/g++.other/dwarf2-1.C: New test.
2605         * g++.old-deja/g++.other/reload1.C: New test.
2606         * g++.old-deja/g++.other/static20.C: New test.
2607         * g++.old-deja/g++.other/local-alloc1.C: New test.
2608         * g++.old-deja/g++.other/conv8.C: New test.
2609         * g++.old-deja/g++.other/stmtexpr2.C: New test.
2610         * g++.old-deja/g++.other/storeexpr1.C: New test.
2611         * g++.old-deja/g++.other/storeexpr2.C: New test.
2612         * g++.dg/eh/template2.C: New test.
2613         * g++.dg/warn/weak1.C: New test.
2614
2615 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
2616
2617         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
2618         Remove first, non-varying, argument.
2619
2620 2002-01-23  Richard Henderson  <rth@redhat.com>
2621
2622         * gcc.dg/inline-2.c: New.
2623
2624         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
2625         Add optional target arg.  Check number of arguments.
2626         (scan-assembler-not, scan-assembler-dem): Likewise.
2627         (scan-assembler-dem-not): Likewise.
2628
2629 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
2630
2631         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
2632         line 12.
2633         * g++.old-deja/g++.brendan/parse3.C,
2634         g++.old-deja/g++.other/crash26.C,
2635         g++.old-deja/g++.other/crash28.C,
2636         g++.old-deja/g++.other/crash29.C,
2637         g++.old-deja/g++.other/crash30.C,
2638         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
2639
2640 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
2641
2642         * gcc.dg/20020115-1.c: New.
2643
2644 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
2645
2646         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
2647
2648 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
2649
2650         * gcc.dg/20020122-3.c: New.
2651
2652 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
2653
2654         * g++.dg/other/gc1.C: New test.
2655
2656 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
2657
2658         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
2659
2660 2002-01-22  Richard Henderson  <rth@redhat.com>
2661
2662         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
2663
2664 2002-01-22  Richard Henderson  <rth@redhat.com>
2665
2666         * gcc.dg/20020122-4.c: New.
2667
2668 2002-01-22  H.J. Lu <hjl@gnu.org>
2669
2670         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
2671         link output.
2672         * gcc.dg/special/ecos.exp: Likewise.
2673         * lib/g++-dg.exp: Likewise.
2674         * lib/g77-dg.exp: Likewise.
2675         * lib/gcc-dg.exp : Likewise.
2676         * lib/mike-g++.exp: Likewise.
2677         * lib/mike-g77.exp: Likewise.
2678         * lib/mike-gcc.exp: Likewise.
2679         * lib/objc-dg.exp: Likewise.
2680
2681 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
2682
2683         PR target/5379
2684         * gcc.dg/20020122-2.c: New test.
2685
2686 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
2687
2688         * gcc.dg/20020122-1.c: New test.
2689
2690 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
2691
2692         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
2693
2694 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
2695
2696         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
2697
2698 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2699
2700         * gcc.c-torture/compile/20020121-1.c: New test.
2701
2702 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2703
2704         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
2705         ld_library_path.
2706
2707 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
2708
2709         * gcc.dg/20020218-1.c: New test.
2710
2711 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
2712
2713         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
2714         messages
2715         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
2716         "At global scope" warning
2717         * g++.dg/ext/align1.C: Change cygwin test for alignment
2718         from db-bogus to dg-warning
2719
2720 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
2721
2722         * g77.f-torture/compile/cpp2.F: New test.
2723
2724 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2725
2726         * g++.dg/template/access1.C: New test.
2727
2728 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
2729
2730         * gcc.dg/20020118-1.c: New.
2731
2732 2002-01-18  Kazu Hirata  <kazu@hxi.com>
2733
2734         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
2735
2736 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
2737
2738         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
2739         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
2740         alignment warnings.
2741
2742 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
2743
2744         * gcc.misc-tests/i386-prefetch.exp: Save and restore
2745         torture_with_loops and torture_without_loops
2746
2747 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
2748
2749         * gcc.c-torture/compile/20020116-1.c: New test.
2750
2751 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
2752
2753         * gcc.dg/20020116-2.c: New test.
2754
2755         * gcc.dg/ultrasp4.c: New test.
2756
2757         * gcc.dg/20020116-1.c: New test.
2758
2759 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
2760
2761         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
2762         by EABI.
2763
2764 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
2765
2766         * gcc.misc-tests/i386-prefetch.exp: New.
2767         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
2768         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
2769         * gcc.misc-tests/i386-pf-none-1.c: New test.
2770         * gcc.misc-tests/i386-pf-sse-1.c: New test.
2771
2772 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
2773
2774         * gcc.dg/gnu89-init-1.c: Add new tests.
2775
2776 2002-01-15  Andreas Jaeger  <aj@suse.de>
2777
2778         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
2779         * gcc.dg/i386-mmx-2.c: Likewise.
2780         * gcc.dg/i386-sse-1.c: Likewise.
2781         * gcc.dg/i386-sse-2.c: Likewise.
2782         * gcc.dg/i386-sse-3.c: Likewise.
2783
2784 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
2785
2786         * g77.f-torture/execute/intrinsic-unix-bessel.f:
2787         Uncomment additional cases that now pass.
2788
2789 2002-01-11  Richard Henderson  <rth@redhat.com>
2790
2791         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
2792         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
2793
2794 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2795
2796         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
2797
2798 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
2799
2800         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
2801         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
2802
2803 2002-01-10  Dale Johannesen  <dalej@apple.com>
2804
2805         * gcc.c-torture/execute/loop-11.c: New.
2806
2807 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
2808
2809         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
2810         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
2811
2812 2002-01-09  Richard Henderson  <rth@redhat.com>
2813
2814         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
2815         type in which to perform the operation for each size.
2816
2817 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
2818
2819         * gcc.c-torture/compile/20020109-2.c: New test.
2820
2821 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
2822
2823         * gcc.c-torture/execute/loop-10.c: New test.
2824
2825 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2826
2827         * gcc.c-torture/compile/20010226-1.c: New test.
2828         * gcc.c-torture/compile/20010227-1.c: New test.
2829         * gcc.c-torture/compile/20010426-1.c: New test.
2830         * gcc.c-torture/compile/20010510-1.c: New test.
2831         * gcc.c-torture/compile/20010605-3.c: New test.
2832         * gcc.c-torture/compile/20010824-1.c: New test.
2833         * gcc.c-torture/execute/20010409-1.c: New test.
2834         * gcc.dg/noncompile/20000901-1.c: New test.
2835         * gcc.dg/20001023-1.c: New test.
2836         * gcc.dg/20001101-1.c: New test.
2837         * gcc.dg/20001102-1.c: New test.
2838         * gcc.dg/20010207-1.c: New test.
2839         * gcc.dg/20010405-1.c: New test.
2840         * gcc.dg/20010822-1.c: New test.
2841         * gcc.dg/20011107-1.c: New test.
2842
2843 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
2844
2845         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
2846
2847         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
2848         execution failure on PA targets.
2849
2850 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2851
2852         * gcc.c-torture/compile/20020109-1.c: New test.
2853
2854 2002-01-08  Kazu Hirata  <kazu@hxi.com>
2855
2856         * gcc.c-torture/execute/20020108-1.c: New test.
2857
2858 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
2859
2860         * gcc.dg/20020108-1.c: New test.
2861
2862 2002-01-08  H.J. Lu <hjl@gnu.org>
2863
2864         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
2865         for header files.
2866
2867 2002-01-08  Geoff Keating  <geoffk@redhat.com>
2868
2869         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
2870         consistency.
2871
2872 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
2873
2874         * gcc.dg/altivec-4.c: Test altivec predicates.
2875
2876 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
2877
2878         * gcc.c-torture/execute/20020107-1.c: New test.
2879
2880 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2881
2882         PR c/5279
2883         * gcc.c-torture/compile/20020106-1.c: New test.
2884
2885 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
2886
2887         * gcc.c-torture/execute/nestfunc-4.c: New test.
2888
2889 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
2890
2891         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
2892         extra triple that slipped in.
2893         * g++.old-deja/g++.abi/align.C: Likewise.
2894         * g++.old-deja/g++.abi/bitfields.C: Likewise.
2895
2896 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
2897
2898         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
2899         * g++.old-deja/g++.abi/align.C: Likewise.
2900         * g++.old-deja/g++.abi/bitfields.C: Likewise.
2901
2902         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
2903         on FreeBSD/i386.
2904         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
2905         FreeBSD.
2906
2907 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
2908
2909         * gcc.dg/20020104-1.c: New test.
2910
2911         * gcc.dg/20020104-2.c: New test.
2912
2913 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
2914
2915         * gcc.dg/20020103-1.c: Fix typo in target selector.
2916
2917 2002-01-03  Richard Henderson  <rth@redhat.com>
2918
2919         * gcc.dg/20020103-1.c: New.
2920
2921 2002-01-03  Kazu Hirata  <kazu@hxi.com>
2922
2923         * gcc.c-torture/execute/20020103-1.c: New test.
2924
2925 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
2926
2927         * g++.dg/other/debug2.C: New test.
2928
2929         * gcc.c-torture/compile/20020103-1.c: New test.
2930
2931 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
2932
2933         * gcc.dg/gnu89-init-1.c: Added new tests.
2934
2935 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2936
2937         * g++.dg/template/friend2.C: Remove as patch is reverted.
2938
2939         * g++.dg/warn/oldcast1.C: New test.
2940
2941         * g++.dg/template/ptrmem1.C: New test.
2942         * g++.dg/template/ptrmem2.C: New test.
2943
2944         * g++.dg/template/ntp.C: New test.
2945
2946         * g++.dg/other/component1.C: New test.
2947
2948         * g++.dg/template/ttp3.C: New test.
2949
2950         * g++.dg/template/friend2.C: New test.
2951         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
2952
2953 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2954
2955         * g++.dg/other/ptrmem1.C: New test.
2956         * g++.dg/other/ptrmem2.C: New test.
2957
2958 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2959
2960         * g++.dg/template/ctor1.C: New test.
2961
2962 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2963
2964         * g++.dg/template/friend2.C: New test.
2965
2966 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
2967
2968         * gcc.dg/mmix-1.c: New test.
2969
2970 2001-12-31  Richard Henderson  <rth@redhat.com>
2971
2972         * gcc.dg/asm-5.c: New.
2973
2974 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
2975
2976         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
2977         in namespace __gnu_cxx
2978
2979 2001-12-30  Richard Henderson  <rth@redhat.com>
2980
2981         * gcc.dg/debug-6.c: New.
2982
2983 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
2984
2985         * gcc.c-torture/compile/20011229-2.c: New test.
2986
2987 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
2988
2989         * gcc.dg/debug-3.c: New test.
2990         * gcc.dg/debug-4.c: New test.
2991         * gcc.dg/debug-5.c: New test.
2992
2993 2001-12-29  Richard Henderson  <rth@redhat.com>
2994
2995         * g++.dg/eh/loop1.C: New.
2996
2997 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2998
2999         * g++.dg/template/crash1.C: New test.
3000
3001 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
3002
3003         * g++.dg/other/const1.C: New test.
3004
3005 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
3006
3007         * gcc.c-torture/compile/20011229-1.c: New test.
3008
3009 2001-12-28  Stan Shebs  <shebs@apple.com>
3010
3011         * lib/objc-torture.exp: Resync with c-torture.exp.
3012         * lib/objc.exp: Load standard libraries.
3013
3014 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
3015
3016         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
3017         additional tests.
3018
3019 2001-12-27  Roger Sayle <roger@eyesopen.com>
3020
3021         * gcc.c-torture/execute/string-opt-16.c: New testcase.
3022
3023 2001-12-27  Richard Henderson  <rth@redhat.com>
3024
3025         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
3026
3027 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
3028
3029         * g++.dg/eh/ctor1.C: New test.
3030         * g++.dg/other/error2.C: New test.
3031
3032 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
3033
3034         * g++.dg/other/init2.C: New test.
3035
3036 2001-12-24  Richard Henderson  <rth@redhat.com>
3037
3038         * gcc.dg/20011223-1.c: New.
3039         * gcc.dg/inline-1.c: New.
3040
3041 2001-12-23  Richard Henderson  <rth@redhat.com>
3042
3043         * gcc.dg/asm-4.c: Test operand modifiers.
3044
3045 2001-12-23  Richard Henderson  <rth@redhat.com>
3046
3047         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
3048
3049 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
3050
3051         * gcc.c-torture/execute/20011223-1.c: New test.
3052
3053 2001-12-21  Richard Henderson  <rth@redhat.com>
3054
3055         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
3056         re-enables the warning.
3057
3058 2001-12-21  Richard Henderson  <rth@redhat.com>
3059
3060         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
3061
3062 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
3063
3064         * gcc.c-torture/compile/20011218-1.c: New test.
3065
3066 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
3067
3068         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
3069         arm-isr.c test.
3070         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
3071         epilogue generation for ARM ISR routines.
3072
3073 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3074
3075         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
3076         * gcc.dg/format/c90-printf-3.c: Likewise.
3077         * gcc.dg/format/c99-printf-3.c: Likewise.
3078         * gcc.dg/format/ext-1.c: Likewise.
3079         * gcc.dg/format/ext-6.c: Likewise.
3080         * gcc.dg/format/format.h: Prototype unlocked stdio.
3081
3082 2001-12-20  Richard Henderson  <rth@redhat.com>
3083
3084         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
3085         (arena): Use it.
3086         (malloc): Correct allocation logic.  Abort if we fill up the
3087         arena before initialization complete.
3088         (realloc): Correct allocation logic.
3089
3090 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
3091
3092         * gcc.c-torture/compile/20011219-2.c: New test.
3093
3094         * gcc.c-torture/execute/20011219-1.c: New test.
3095
3096 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
3097
3098         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
3099         target does not support weak symbols.
3100
3101 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
3102
3103         * gcc.c-torture/compile/20011219-1.c: New test.
3104
3105 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
3106
3107         * g++.dg/other/error1.C: New test.
3108
3109 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
3110
3111         * gcc.c-torture/execute/20011217-1.c: New test.
3112
3113 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
3114
3115         * objc.dg/special/: New directory.
3116         * objc.dg/special/special.exp: New file.
3117         * objc.dg/special/unclaimed-category-1.h: New file.
3118         * objc.dg/special/unclaimed-category-1a.m: New file.
3119         * objc.dg/special/unclaimed-category-1.m: New file.
3120
3121 2001-12-17  Andreas Jaeger  <aj@suse.de>
3122
3123         * gcc.c-torture/compile/20011217-2.c: New test.
3124
3125 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3126
3127         * gcc.c-torture/compile/20011217-1.c: New test.
3128
3129 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
3130
3131         * testsuite/gcc.dg/20011214-1.c: New.
3132
3133 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
3134
3135         * gcc.dg/altivec-4.c: New.
3136
3137 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
3138
3139         * gcc.dg/20011113-1.c: New test.
3140
3141 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3142
3143         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
3144         std::__malloc_alloc_template<0> and
3145         std::__default_alloc_template<false, 0>.
3146
3147 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
3148
3149         * objc/execute/bf-21.m: New test.
3150         * objc/execute/enumeration-1.m: New test.
3151         * objc/execute/enumeration-2.m: New test.
3152
3153 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
3154
3155         * gcc.dg/gnu89-init-1.c: New test.
3156
3157 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
3158
3159         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
3160         * g++.old-deja/g++.jason/2371.C: Likewise.
3161         * g++.old-deja/g++.jason/template33.C: Likewise.
3162         * g++.old-deja/g++.jason/template34.C: Likewise.
3163         * g++.old-deja/g++.jason/template36.C: Likewise.
3164         * g++.old-deja/g++.oliva/typename1.C: Likewise.
3165         * g++.old-deja/g++.oliva/typename2.C: Likewise.
3166         * g++.old-deja/g++.other/typename1.C: Likewise.
3167         * g++.old-deja/g++.pt/inherit2.C: Likewise.
3168         * g++.old-deja/g++.pt/nontype5.C: Likewise.
3169         * g++.old-deja/g++.pt/typename11.C: Likewise.
3170         * g++.old-deja/g++.pt/typename14.C: Likewise.
3171         * g++.old-deja/g++.pt/typename16.C: Likewise.
3172         * g++.old-deja/g++.pt/typename3.C: Likewise.
3173         * g++.old-deja/g++.pt/typename4.C: Likewise.
3174         * g++.old-deja/g++.pt/typename5.C: Likewise.
3175         * g++.old-deja/g++.pt/typename7.C: Likewise.
3176         * g++.old-deja/g++.robertl/eb9.C: Likewise.
3177
3178 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
3179
3180         * g++.dg/other/linkage1.C: New test.
3181         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
3182         specifiers.
3183
3184 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
3185
3186         * gcc.dg/concat.c: New test.
3187
3188 2001-12-11  Stan Shebs  <shebs@apple.com>
3189
3190         * objc/compile: New test directory.
3191         * objc/compile/compile.exp: New expect script.
3192         * objc/compile/20011211-1.m: New compile test.
3193
3194 2001-12-11  Jason Merrill  <jason@redhat.com>
3195
3196         * lib/prune.exp (prune_gcc_output): Also handle "In member
3197         function".  So many permutations...
3198
3199 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
3200
3201         * g++.dg/template/typedef1.C: New test.
3202
3203 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
3204
3205         * g++.dg/other/copy1.C: New test.
3206
3207 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
3208
3209         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
3210
3211         * gcc.dg/builtin-choose-expr.c: New.
3212
3213 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
3214
3215         * gcc.dg/altivec-2.c: New.
3216
3217 2001-12-07  Richard Henderson  <rth@redhat.com>
3218
3219         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
3220
3221 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
3222
3223         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
3224         ultrasparc.
3225
3226 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3227
3228         * g++-old.deja/g++.robertl/eb101.C: Deleted.
3229
3230 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
3231
3232         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
3233         variable argument list.
3234
3235 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
3236
3237         * gcc.c-torture/execute/memcheck: Delete entire directory.
3238         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
3239         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
3240
3241 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3242
3243         * gcc.dg/Wshadow-1.c: New test.
3244
3245 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
3246
3247         * gcc.c-torture/compile/20011130-1.c: New test.
3248
3249         * gcc.dg/noncompile/20011025-1.c: New test.
3250
3251         * g++.dg/other/anon-union.C: New test.
3252
3253         * gcc.c-torture/execute/20011024-1.c: New test.
3254
3255 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3256
3257         * gcc.c-torture/execute/20000722-1.x,
3258         gcc.c-torture/execute/20010123-1.x: Remove.
3259         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
3260         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
3261         gcc.dg/c99-complit-2.c: New tests.
3262
3263 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
3264
3265         * g++.dg/inherit/base1.C: New test.
3266
3267 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
3268
3269         * g++.dg/other/stdarg1.C: New test.
3270
3271         * gcc.c-torture/compile/20011130-2.c: New test.
3272
3273 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
3274
3275         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
3276         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
3277         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
3278         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
3279         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
3280         * gcc.dg/builtin-prefetch-1.c: New test.
3281
3282 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
3283
3284         * gcc.dg/20011130-1.c: New test.
3285
3286 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
3287
3288         * g++.dg/other/scope1.C: New test.
3289         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
3290
3291 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3292
3293         * gcc.dg/vla-init-1.c: New test.
3294
3295 2001-12-01  Geoff Keating  <geoffk@redhat.com>
3296
3297         * gcc.c-torture/compile/structs.c: New testcase from GDB.
3298
3299 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3300
3301         * objc.dg/alias.m: Update.
3302         * objc.dg/class-1.m: Update.
3303         * objc.dg/const-str-1.m: Update.
3304         * objc.dg/fwd-proto-1.m: Update.
3305         * objc.dg/id-1.m: Update.
3306         * objc.dg/super-class-1.m: Update.
3307
3308 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
3309
3310         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
3311         constructs.
3312
3313 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
3314
3315         * gcc.c-torture/execute/20011128-1.c: New test.
3316
3317 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
3318
3319         * gcc.dg/20011127-1.c: New test.
3320
3321 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3322
3323         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
3324         from Austin Group draft 7.
3325         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
3326         scanf format arguments.
3327         * gcc.dg/format/no-exargs-2.c: New test.
3328
3329 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
3330
3331         * g++.dg/abi/vbase8-4.C: New test.
3332
3333 2001-11-24  Ian Lance Taylor  <ian@airs.com>
3334
3335         * gcc.c-torture/execute/20011121-1.c: New test.
3336
3337 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
3338
3339         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
3340
3341 2001-11-23  Andreas Jaeger  <aj@suse.de>
3342
3343         * gcc.dg/cpp/charconst-2.c: New test.
3344
3345 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
3346
3347         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
3348         to the host if it is remote.  Let tests specify extra headers
3349         they use.
3350         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
3351         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
3352         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
3353         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
3354         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
3355         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
3356         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
3357         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
3358         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
3359         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
3360
3361 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
3362
3363         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
3364         for little endian ARMs.
3365
3366 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
3367
3368         * gcc.c-torture/compile/20011119-1.c: New test.
3369         * gcc.c-torture/compile/20011119-2.c: New test.
3370
3371 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
3372
3373         * gcc.dg/altivec-1.c: Fix typo.
3374
3375 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3376
3377         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
3378
3379 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
3380
3381         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
3382
3383 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
3384
3385         * lib/g77.exp: Don't specify --rpath-link.
3386
3387         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
3388         across all the headers.
3389         * gcc.dg/format/format.exp: For testing on a remote host,
3390         copy format.h.
3391
3392         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
3393         * gcc.c-torture/execute/930406-1.c: Likewise.
3394         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
3395
3396 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
3397
3398         * gcc.dg/altivec-1.c: New.
3399
3400 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3401
3402         * gcc.dg/cpp/fpreprocessed.c: New test case.
3403
3404 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3405
3406         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
3407         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
3408         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
3409
3410 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3411
3412         * gcc.dg/no-builtin-1.c: New test.
3413
3414 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
3415
3416         * gcc.c-torture/execute/20011115-1.c: New test.
3417
3418 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
3419
3420         * gcc.c-torture/compile/20011114-2.c: New test.
3421         * gcc.c-torture/compile/20011114-3.c: New test.
3422         * gcc.c-torture/compile/20011114-4.c: New test.
3423
3424 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
3425
3426         * g++.dg/other/init1.C: New test.
3427
3428 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
3429
3430         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
3431         message.
3432
3433         * gcc.c-torture/execute/20011114-1.c: New testcase.
3434
3435         * gcc.c-torture/compile/20010327-1.c: Revert last change.
3436         * gcc.c-torture/compile/20011114-1.c: New test, exactly
3437         like the (before this change) version of 20010327-1.c.
3438
3439 2001-11-14  Roger Sayle <roger@eyesopen.com>
3440
3441         * gcc.c-torture/execute/string-opt-13.c: New testcase.
3442
3443 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
3444
3445         * g++.dg/init/array2.C: New test.
3446
3447 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
3448
3449         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
3450
3451 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
3452
3453         * g++.dg/other/forscope1.C: New test.
3454         * g++.dg/ext/forscope1.C: New test.
3455         * g++.dg/ext/forscope2.C: New test.
3456
3457 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
3458
3459         * gcc.c-torture/execute/20011113-1.c: New test.
3460
3461 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
3462
3463         * gcc.c-torture/execute/20011109-2.c: New test.
3464
3465         * gcc.c-torture/execute/20011109-1.c: New test.
3466
3467 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
3468
3469         * gcc.c-torture/compile/20011109-1.c: New test.
3470
3471 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
3472
3473         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
3474         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
3475         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
3476         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
3477         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
3478         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
3479         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
3480
3481 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3482
3483         * g++.dg/warn/Wshadow-1.C: New tests.
3484         * g++.old-deja/g++.mike/for3.C: Update.
3485
3486 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3487
3488         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
3489         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
3490         XFAILs.  Adjust expected error texts.
3491         * gcc.c-torture/compile/20011106-1.c,
3492         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
3493         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
3494         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
3495         gcc.dg/c99-array-lval-5.c: New tests.
3496
3497 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3498
3499         * gcc.dg/cpp/defined.c: Update.
3500
3501 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3502
3503         * gcc.c-torture/execute/anon-1.c: New test.
3504
3505 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
3506
3507         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
3508         same size, so no warning should be produced on stormy16.
3509
3510         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
3511         due to oversized array.
3512         * g++.old-deja/g++.mike/ns15.C: Likewise.
3513         * g++.old-deja/g++.pt/crash16.C: Likewise.
3514
3515 2001-11-02  Graham Stott  <grahams@redhat.com>
3516
3517         * g++.dgother/debug1.C: Fix typos.
3518
3519 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
3520
3521         * g++.dg/other/debug1.C: New test.
3522
3523 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3524
3525         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
3526         of unsigned long.
3527
3528 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
3529
3530         * gcc.dg/20011029-2.c: New test.
3531
3532         * gcc.c-torture/compile/20011029-1.c: New test.
3533
3534 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
3535
3536         * objc/execute/class_self-1.m: New test.
3537         * objc/execute/class_self-2.m: New test.
3538
3539 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
3540
3541         * gcc.misc-tests/msgs.exp: Delete.
3542         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
3543         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
3544         error set to match recent changes.
3545
3546 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
3547
3548         * gcc.dg/20011021-1.c: New test.
3549
3550 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
3551
3552         * gcc.c-torture/compile/20011023-1.c: New test.
3553
3554 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
3555
3556         * lib/g77.exp: Rewrite based on lib/g++.exp.
3557
3558 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
3559
3560         * gcc.c-torture/execute/20011019-1.c: New test.
3561
3562         * gcc.dg/20011018-1.c: New test.
3563
3564 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
3565
3566         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
3567
3568 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
3569
3570         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
3571         * gcc.dg/attr-invalid.c: Likewise.
3572
3573 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
3574
3575         * testsuite/gcc.dg/20011015-1.c: New test.
3576
3577 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
3578
3579         * g++.dg/template/unify2.C: New test.
3580
3581 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
3582
3583         * g++.dg/other/exception-specification.C: New test
3584
3585 2001-10-13  Tom Rix  <trix@redhat.com>
3586
3587         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
3588         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
3589
3590 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
3591
3592         * testsuite/gcc.dg/20011009-1.c: New test.
3593
3594 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3595
3596         PR g++/4476
3597         * g++.dg/other/friend1.C: New test.
3598
3599 2001-10-11  Richard Henderson  <rth@redhat.com>
3600
3601         * g++.old-deja/g++.other/crash18.C: Add -S to options.
3602
3603 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3604
3605         * gcc.c-torture/compile/20011010-1.c: New.
3606
3607 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3608
3609         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
3610         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
3611         g77.f-torture/execute/execute.exp,
3612         g77.f-torture/noncompile/noncompile.exp,
3613         gcc.c-torture/compile/compile.exp,
3614         gcc.c-torture/execute/execute.exp,
3615         gcc.c-torture/execute/ieee/ieee.exp,
3616         gcc.c-torture/execute/memcheck/memcheck.exp,
3617         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
3618         objc/execute/execute.exp: Update FSF address.
3619
3620 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3621
3622         * gcc.dg/cpp/cmdlne-C.c: Update.
3623         * gcc.dg/cpp/cmdlne-C2.c: New.
3624
3625 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3626
3627         * gcc.c-torture/execute/20011008-3.c: New.
3628
3629 2001-10-08  DJ Delorie  <dj@redhat.com>
3630
3631         * gcc.dg/20011008-1.c: New.
3632         * gcc.dg/20011008-2.c: New.
3633
3634 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3635
3636         * gcc.dg/cpp/spacing1.c: Update test.
3637
3638 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3639
3640         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
3641         spelling errors of "separate" as "seperate".
3642
3643 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
3644
3645         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
3646         enough to avoid inlining.
3647
3648 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3649
3650         * lib/g77.exp: set libg2c_dir correctly.
3651
3652 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3653
3654         * gcc.dg/cpp/macro11.c: New test.
3655
3656 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3657
3658         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
3659         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
3660         gcc.dg/format/multattr-3.c: New tests.
3661         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
3662         tests for format attributes on function pointers being rejected.
3663
3664 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3665
3666         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
3667
3668 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3669
3670         * g++.dg/warn/format1.C: New test.
3671
3672 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3673
3674         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
3675
3676 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
3677
3678         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
3679
3680 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
3681
3682         * gcc.dg/cpp/redef2.c: Add test.
3683
3684 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
3685
3686         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
3687         long-standing bug on i686, apparently.
3688         * gcc.c-torture/execute/loop-2c.x: New file.
3689         * gcc.c-torture/execute/loop-2d.x: New file.
3690         * gcc.c-torture/execute/loop-3c.x: New file.
3691
3692 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3693
3694         * gcc.dg/cpp/20000625-2.c: Correct line number.
3695
3696 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3697
3698         * gcc.dg/cpp/macro10.c: New test.
3699         * gcc.dg/cpp/strify3.c: New test.
3700         * gcc.dg/cpp/spacing1.c: Add tests.
3701         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
3702         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
3703
3704 2001-09-24  DJ Delorie  <dj@redhat.com>
3705
3706         * gcc.c-torture/execute/20010924-1.c: New test.
3707
3708 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3709
3710         * testsuite/objc/execute/paste.m: Remove.
3711
3712 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3713
3714         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
3715
3716 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
3717
3718         * g77.dg/strlen0.f: New test.
3719
3720 2001-09-21  Richard Henderson  <rth@redhat.com>
3721
3722         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
3723         * g++.old-deja/g++.abi/vtable2.C: Likewise.
3724
3725 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3726
3727         Table-driven attributes.
3728         * g++.dg/ext/attrib1.C: New test.
3729
3730 2001-09-20  DJ Delorie  <dj@redhat.com>
3731
3732         * gcc.dg/20000926-1.c: Update expected warning messages.
3733         * gcc.dg/array-2.c: Likewise, and test for warnings too.
3734         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
3735         array.
3736
3737 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
3738
3739         * g++.dg/eh/registers1.C: New test case.
3740
3741 2001-09-17  Richard Henderson  <rth@redhat.com>
3742
3743         * gcc.dg/array-5.c: Fix VLA decomposition test.
3744
3745 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
3746
3747         * gcc.dg/cpp/line5.c: New testcase.
3748
3749 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
3750
3751         * gcc.dg/cpp/macro9.c: New test.
3752
3753 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
3754
3755         * gcc.c-torture/execute/980223.c: Change type of addr from long
3756         to char *.
3757
3758 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
3759
3760         * gcc.c-torture/execute/20010915-1.c: New test.
3761
3762 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
3763
3764         * g77.dg/bprob: New directory.
3765         * g77.dg/bprob/bprob.exp: New file.
3766         * g77.dg/bprob/bprob-1.f: New test.
3767         * g77.dg/gcov: New directory.
3768         * g77.dg/gcov/gcov.exp: New file.
3769         * g77.dg/gcov/gcov-1.f: New test.
3770         * g77.dg/gcov/gcov-1.x: New file.
3771
3772 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3773
3774         * gcc.dg/cpp/directiv.c: Update.
3775         * gcc.dg/cpp/undef1.c: Update.
3776
3777 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
3778
3779         * gcc.dg/20010912-1.c: New test.
3780
3781 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
3782
3783         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
3784         language-independent file in lib.
3785         * lib/gcov.exp: New file.
3786
3787 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3788
3789         * gcc.c-torture/compile/20010911-1.c: New test.
3790
3791 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
3792
3793         * lib/profopt.exp: New, to support profile-directed optimizations.
3794         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
3795         * gcc.misc-tests/bprob-1.c: New test.
3796         * gcc.misc-tests/bprob-2.c: New test.
3797
3798 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
3799
3800         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
3801         XFAIL and which kinds of gcov output to verify.
3802         * gcc.misc-tests/gcov-4b.x: New file.
3803         * gcc.misc-tests/gcov-5b.x: New file.
3804         * gcc.misc-tests/gcov-6.x: New file.
3805         * gcc.misc-tests/gcov-7.c: New test.
3806         * gcc.misc-tests/gcov-7.x: New file.
3807
3808 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
3809
3810         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
3811         * gcc.misc-tests/gcov-6.c: New test.
3812
3813 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3814
3815         PR c++/3986
3816         * g++.dg/abi/vbase1.C: New test.
3817
3818 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
3819
3820         * objc.dg/method-2.m: New.
3821
3822 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
3823
3824         PR c++/4203
3825         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
3826         * g++.dg/init/empty1.C: New test.
3827
3828 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
3829
3830         * gcc.c-torture/compile/20010903-1.c: New test.
3831
3832 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
3833
3834         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
3835         for m68k.
3836
3837 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
3838
3839         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
3840
3841         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
3842
3843         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
3844
3845 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
3846
3847         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
3848         for 16-bit 'unsigned int'.
3849
3850 2001-08-29  Kazu Hirata  <kazu@hxi.com>
3851
3852         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
3853
3854 2001-08-27  Richard Henderson  <rth@redhat.com>
3855
3856         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
3857         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
3858
3859 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
3860
3861         * gcc.dg/asm-names.c (ymain): New.
3862
3863 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
3864
3865         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
3866         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
3867         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
3868
3869 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3870
3871         * gcc.dg/compare5.c: New testcase.
3872
3873 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
3874
3875         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
3876         and "In instantiation".
3877
3878 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
3879
3880         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
3881
3882 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
3883
3884         * gcc.misc-tests/gcov.exp: Add support for branch information.
3885         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
3886         * gcc.misc-tests/gcov-4.c: New test.
3887         * gcc.misc-tests/gcov-4b.c: New test.
3888         * gcc.misc-tests/gcov-5b.c: New test.
3889
3890 2001-08-20  Zack Weinberg  <zackw@panix.com>
3891
3892         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
3893         expected to fail.
3894
3895 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3896
3897         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
3898
3899 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
3900
3901         * g++.dg/eh/template1.C: New test.
3902
3903 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
3904
3905         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
3906         Fix thinko.
3907         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
3908         for xfail.
3909
3910 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
3911
3912         * lib/g77-dg.exp:  Use prune.exp for common procedures
3913         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
3914         * lib/g77.exp: (g77-dg-prune) Remove
3915
3916 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
3917
3918         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
3919
3920 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3921
3922         * g++.dg/template/unify1.C: New test.
3923
3924 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
3925
3926         * g++.dg/abi/empty4.C: New test.
3927
3928 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
3929
3930         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
3931         solaris2.*
3932         * g77.f-torture/compile/pr3743.x: Likewise
3933
3934 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3935
3936         * g++.dg/other/using-declaration.C: New test.
3937
3938 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3939
3940         * gcc.dg/cpp/tr-sign.c: New testcase.
3941
3942 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3943
3944         * gcc.dg/cpp/19951025-1.c: Revert.
3945         * gcc.dg/cpp/directiv.c: We no longer process directives that
3946         interrupt macro arguments.
3947
3948 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
3949
3950         * gcc.dg/bconstp-1.c: New test.
3951
3952 2001-08-03  Richard Henderson  <rth@redhat.com>
3953
3954         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
3955
3956 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3957
3958         * gcc.dg/cpp/19951025-1.c: Update.
3959
3960 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
3961
3962         * g77.dg/ff90-1.f (s): Fix reference of variable z,
3963         should be x.
3964
3965 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3966
3967         Kill -fhonor-std.
3968         * g++.old-deja/g++.ns/ns14.C: Remove special options.
3969         * g++.old-deja/g++.other/std1.C: Likewise.
3970         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
3971
3972 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
3973
3974         * lib/g77.exp:  Load gcc-defs.exp for common procedures
3975         (g77_pass, g77_fail, g77_finish, g77_exit,
3976         ${tool}_check_unsupported_p} Now redundant.  Deleted.
3977
3978 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
3979
3980         * g77.dg/fbackslash.f
3981         * g77.dg/fcase-preserve.f
3982         * g77.dg/ff90-1.f
3983         * g77.dg/ffixed-line-length-0.f
3984         * g77.dg/ffixed-line-length-132.f
3985         * g77.dg/ffixed-line-length-7.f
3986         * g77.dg/ffixed-line-length-72.f
3987         * g77.dg/ffixed-line-length-none.f
3988         * g77.dg/ffree-form-1.f
3989         * g77.dg/fno-backslash.f
3990         * g77.dg/fno-f90-1.f
3991         * g77.dg/fno-fixed-form-1.f
3992         * g77.dg/fno-onetrip.f
3993         * g77.dg/fno-typeless-boz.f
3994         * g77.dg/fno-underscoring.f
3995         * g77.dg/fno-vxt-1.f
3996         * g77.dg/fonetrip.f
3997         * g77.dg/ftypeless-boz.f
3998         * g77.dg/fugly-assumed.f
3999         * g77.dg/funderscoring.f
4000         * g77.dg/fvxt-1.f
4001
4002 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
4003
4004         * objc.dg/fwd-proto-1.m: New.
4005         * objc.dg/local-decl-1.m: New.
4006         * objc.dg/naming-1.m: New.
4007         * objc.dg/naming-2.m: New.
4008         * objc.dg/proto-hier-1.m: New.
4009
4010 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
4011
4012         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
4013         largest-type elements to a struct makes its size grow.
4014
4015 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
4016
4017         * g++.dg/abi/vthunk1.C: New test.
4018
4019 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
4020
4021         * g++.dg/abi/vbase8-22.C: New test.
4022
4023 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4024
4025         * gcc.dg/cpp/macro8.c: New test.
4026
4027 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
4028
4029         * g++.dg/abi/vbase8-21.C: New test.
4030
4031 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
4032
4033         * g++.dg/abi/vbase8-10.C: New test.
4034
4035 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4036
4037         * lib/g++.exp (g++_set_ld_library_path): Renamed to
4038         ${tool}_set_ld_library_path.
4039         Changed caller.
4040         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
4041         g++.exp.
4042
4043 2001-07-26  Stan Cox <scox@redhat.com>
4044
4045         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
4046         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
4047         gcc_exit, gcc_check_unsupported_p):
4048         Moved to gcc-deps.exp
4049         * gcc-deps.exp: New file.
4050
4051 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4052
4053         * g++.old-deja/g++.pt/defarg14.C: New test.
4054
4055 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
4056
4057         * g++.old-deja/g++.other/lineno5.C: New test.
4058
4059 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
4060
4061         * g++.old-deja/g++.pt/crash68.C: New test.
4062
4063 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
4064
4065         * g++.old-deja/g++.other/crash42.C: New test.
4066
4067 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4068
4069         * gcc.dg/cpp/extratokens.c: Fix.
4070         * gcc.dg/cpp/skipping2.c: New tests.
4071
4072 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4073
4074         * gcc.c-torture/execute/20010724-1.c: New file.
4075         * gcc.c-torture/execute/20010724-1.x: New file.
4076
4077 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4078
4079         * g++.old-deja/g++.other/cond7.C: New test.
4080
4081 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4082
4083         * g++.old-deja/g++.other/optimize4.C: New test.
4084
4085 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4086
4087         * g++.old-deja/g++.abi/vbase8-5.C: New test.
4088
4089 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
4090
4091         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
4092         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
4093         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
4094         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
4095
4096         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
4097         bug report" message.
4098
4099         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
4100         * g++.dg/ext/instantiate1.C: Move from old-deja.
4101
4102 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
4103
4104         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
4105         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
4106         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
4107         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
4108
4109 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
4110
4111         * gcc.c-torture/execute/20010723-1.c: New test.
4112
4113 2001-07-23  Ben Elliston  <bje@redhat.com>
4114
4115         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
4116
4117 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4118
4119         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
4120         i[34567]86-*-*.
4121         Delete handling of ieee_multilib_flags.
4122         Pass -mieee for alpha*-*-* and sh-*-*.
4123         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
4124
4125 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
4126
4127         Remove old-abi tests.
4128         * g++.old-deja/g++.mike/p11116.C: Remove.
4129         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
4130
4131 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
4132
4133         * g77.f-torture/compile/pr3743.f:  New test
4134
4135 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
4136
4137         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
4138
4139 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4140
4141         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
4142         g++.old-deja/g++.pt/static6.C: Likewise.
4143         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
4144         supports weak symbols.
4145
4146 2001-07-18  Andreas Jaeger  <aj@suse.de>
4147
4148         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
4149         supported again.
4150
4151 2001-07-18  Andreas Jaeger  <aj@suse.de>
4152
4153         * gcc.dg/iftrap-1.c: Fix target line.
4154
4155 2001-07-17  Richard Henderson  <rth@redhat.com>
4156
4157         * gcc.c-torture/execute/20010717-1.c: New.
4158
4159 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4160
4161         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
4162         tests.
4163
4164 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
4165
4166         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
4167
4168 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4169
4170         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
4171         UAC_SIGBUS, UAC_NOPRINT definitions.
4172
4173 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
4174
4175         * objc/execute/object_is_class.m: New test.
4176         * objc/execute/object_is_meta_class.m: New test.
4177
4178 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4179
4180         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
4181         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
4182
4183 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
4184
4185         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
4186         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
4187
4188 2001-07-14  Richard Henderson  <rth@redhat.com>
4189
4190         * gcc.dg/iftrap-1.c: New.
4191
4192 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
4193
4194         * g77.f-torture/execute/intrinsic77.f: New test.
4195
4196 2001-07-11  Janis Johnson <janis@us.ibm.com>
4197
4198         * gcc.misc-tests/gcov-3.c: New test.
4199
4200 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
4201
4202         * gcc.c-torture/compile/20010711-1.c,
4203         * gcc.c-torture/compile/20010711-2.c: New tests.
4204
4205 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
4206
4207         * gcc.c-torture/execute/20010711-1.c: New test.
4208
4209 2001-07-11  Ben Elliston  <bje@redhat.com>
4210
4211         * g++.old-deja/g++.other/enum5.C: New test.
4212
4213 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
4214
4215         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
4216         (g++-dg-prune): Call prune_gcc_output.
4217         * prune.exp: New file for prune_gcc_output.
4218         * lib/g++.exp, lib/gcc.exp: Load it.
4219
4220 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4221
4222         * gcc.c-torture/compile/20010701-1.c,
4223         g++.old-deja/g++.ext/attrib6.C: New tests.
4224
4225 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
4226
4227         * gcc.c-torture/compile/20010706-1.c: New test.
4228
4229 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
4230
4231         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
4232
4233 2001-06-28  Stan Shebs  <shebs@apple.com>
4234
4235         * gcc.dg/pragma-darwin.c: New test.
4236
4237 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4238
4239         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
4240         Solaris 2.[678] system.
4241
4242 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4243
4244         * gcc.dg/20010622-1.c: New test.
4245
4246 2001-06-18  Stan Shebs  <shebs@apple.com>
4247
4248         * objc.dg: New directory.
4249         * objc.dg/dg.exp: New file.
4250         * objc.dg/alias.m: New.
4251         * objc.dg/class-1.m: New.
4252         * objc.dg/class-2.m: New.
4253         * objc.dg/const-str-1.m: New.
4254         * objc.dg/const-str-2.m: New.
4255         * objc.dg/id-1.m: New.
4256         * objc.dg/method-1.m: New.
4257         * objc.dg/super-class-1.m: New.
4258         * lib/objc-dg.exp: New file.
4259
4260 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4261
4262         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
4263         of label name.
4264
4265 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4266
4267         * g++.old-deja/g++.abi/vbase8-9.C: New test.
4268
4269 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4270
4271         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
4272         variable.
4273
4274 2001-06-12  Richard Henderson  <rth@redhat.com>
4275
4276         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
4277
4278 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
4279
4280         * g++.old-deja/g++.abi/vbase5.C: New test.
4281         * g++.old-deja/g++.abi/vbase6.C: New test.
4282         * g++.old-deja/g++.abi/vbase7.C: New test.
4283
4284 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4285
4286         * gcc.c-torture/compile/20010610-1.c: New test.
4287
4288 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
4289
4290         * g++.old-deja/g++.abi/vbase4.C: New test.
4291
4292 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4293
4294         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
4295         support %f for HC11/HC12 targets.
4296         * gcc.c-torture/execute/930513-1.x: New file, likewise.
4297         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
4298         on HC11/HC12 targets.
4299         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
4300
4301 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4302
4303         * gcc.dg/wchar_t-1.c: New file.
4304         * gcc.dg/wint_t-1.c: Likewise.
4305
4306 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
4307
4308         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
4309
4310 2001-06-11  Richard Henderson  <rth@redhat.com>
4311
4312         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
4313
4314 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4315
4316         * gcc.c-torture/compile/20010611-1.c: New test.
4317
4318 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4319
4320         * gcc.dg/c99-tag-1.c: Add more tests.
4321
4322 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
4323
4324         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
4325         representation on MN10300 and ARM/Thumb.
4326
4327 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
4328
4329         * g77.f-torture/execute/20010610.f: New.
4330
4331 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
4332
4333         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
4334         names.
4335
4336 2001-06-09  Richard Henderson  <rth@redhat.com>
4337
4338         * gcc.c-torture/execute/ashrdi-1.c: New.
4339         * gcc.c-torture/execute/ashldi-1.c: New.
4340         * gcc.c-torture/execute/lshrdi-1.c: New.
4341
4342 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
4343
4344         * objc/execute/load-3.m: Added. Check sending +load to categories,
4345         in addition to classes.
4346
4347 2001-06-08  Stan Shebs  <shebs@apple.com>
4348
4349         * objc/execute/load-2.m: New test.  From Nicola Pero
4350         <n.pero@mi.flashnet.it>.
4351
4352 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
4353
4354         * gcc.c-torture/execute/20010605-2.c: New test.
4355
4356 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
4357
4358         * g++.old-deja/g++.abi/vbase2.C: New test.
4359         * g++.old-deja/g++.abi/vbase3.C: New test.
4360
4361 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
4362
4363         * g++.old-deja/g++.pt/friend49.C: New test.
4364
4365 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4366
4367         * g++.old-deja/g++.ext/anon3.C: New test.
4368
4369 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
4370
4371         * g++.old-deja/g++.other/conv7.C: New test.
4372
4373 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
4374
4375         * gcc.c-torture/compile/20010605-2.c: New test.
4376
4377 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4378
4379         * gcc.c-torture/execute/20010604-1.c: New test.
4380
4381 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
4382
4383         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
4384
4385 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
4386
4387         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
4388         (g++_link_flags): Likewise.
4389         (g++_init): Pass gccpath's value to two previous functions.
4390
4391 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4392
4393         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
4394         Ensure logfile entry matches exec command line.
4395
4396 2001-05-31  Richard Henderson  <rth@redhat.com>
4397
4398         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
4399         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
4400
4401 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
4402
4403         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
4404         compiler for irix6.2
4405
4406 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
4407
4408         * g++.old-deja/g++.other/optimize3.C: New file.
4409
4410 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
4411
4412         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
4413         assemble.
4414
4415 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
4416
4417         * g++.old-deja/g++.other/optimize2.C: New file.
4418
4419 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
4420
4421         * gcc.c-torture/compile/20010518-2.c: New file.
4422         * gcc.c-torture/execute/20010518-1.c: New file.
4423         * gcc.c-torture/execute/20010518-2.c: New file.
4424
4425 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4426
4427         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
4428
4429 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
4430
4431         G++ no longer defines builtins that do not begin with __builtin.
4432         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
4433         * g++.old-deja/g++.brendand/misc13.C: Likewise.
4434         * g++.old-deja/g++.law/builtin1.C: Likewise.
4435         * g++.old-deja/g++.law/cvt2.C: Likewise.
4436         * g++.old-deja/g++.mike/net5.C: Likewise.
4437         * g++.old-deja/g++.other/builtins1.C: Likewise.
4438         * g++.old-deja/g++.other/builtins2.C: Likewise.
4439         * g++.old-deja/g++.other/builtins3.C: Likewise.
4440         * g++.old-deja/g++.other/builtins4.C: Likewise.
4441         * g++.old-deja/g++.other/inline8.C: Likewise.
4442         * g++.old-deja/g++.robertl/eb39.C: Likewise.
4443
4444 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
4445
4446         * g++.old-deja/g++.pt/using1.C: Adjust.
4447         * g++.old-deja/g++.pt/using2.C: New test.
4448
4449 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4450
4451         * gcc.dg/cpp/charconst.c: New tests.
4452         * gcc.dg/cpp/escape.c: New tests.
4453         * gcc.dg/cpp/escape-1.c: New tests.
4454         * gcc.dg/cpp/escape-2.c: New tests.
4455         * gcc.dg/cpp/ucs.c: New tests.
4456
4457 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
4458
4459         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
4460         native compiler for irix6.5.
4461
4462 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
4463
4464         * lib/g++.exp (g++_include_flags): Use args to compute
4465         get_multilibs.
4466         (g++_link_flags): Likewise.
4467         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
4468
4469 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4470
4471         * gcc.dg/c90-hexfloat-1.c: Add more tests.
4472
4473 2001-05-21  Geoff Keating  <geoffk@redhat.com>
4474
4475         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
4476         this file.
4477
4478 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4479
4480         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
4481         STACK_SIZE;
4482         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
4483         to STACK_SIZE; Use it to define size of add_histo array.
4484         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
4485         to STACK_SIZE.
4486         (f): Use GITT_SIZE to define size of gitt local table.
4487         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
4488         to STACK_SIZE; Use it to define size of bytemem array.
4489
4490 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4491
4492         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
4493         on 68HC11/HC12 due to the asm instruction.
4494         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
4495         * gcc.c-torture/compile/920520-1.x: Likewise.
4496         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
4497         on 68HC11/HC12 because the function is larger than 64K.
4498         * gcc.c-torture/compile/961203-1.x: New file, this test fails
4499         on 68HC11/HC12 because the structure is too large.
4500
4501 2001-05-20  Richard Henderson  <rth@redhat.com>
4502
4503         * gcc.c-torture/execute/20010520-1.c: New.
4504
4505 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4506
4507         * g++.old-deja/g++.warn/compare1.C: New test.
4508         * gcc.dg/compare4.c: New test.
4509
4510 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
4511
4512         * g++.old-deja/g++.other/optimize1.C: New test.
4513
4514 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4515
4516         * g++.old-deja/g++.pt/spec41.C: New test.
4517
4518 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
4519
4520         * gcc.c-torture/compile/20010114-1.x: Remove.
4521
4522 2001-05-18  Stan Shebs  <shebs@apple.com>
4523
4524         * gcc.c-torture/compile/20010518-1.c: New test.
4525
4526 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
4527
4528         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
4529         * g++.old-deja/g++.pt/crash67.C: New test.
4530
4531 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
4532
4533         * g++.old-deja/g++.other/debug9.C: New test.
4534
4535 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
4536
4537         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
4538
4539 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
4540
4541         * gcc.c-torture/compile/20010516-1.c: New test.
4542
4543 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
4544
4545         * g++.old-deja/g++.other/crash41.C: New test.
4546
4547 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
4548
4549         * g++.old-deja/g++.pt/crash66.C: New test.
4550
4551 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
4552
4553         * g++.old-deja/g++.robertl/eb27.C: Convert.
4554
4555 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
4556
4557         * g++.dg/friend-warn.C: New test.  Do not warn about friend
4558         declaration being redundant.
4559
4560 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
4561
4562         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
4563
4564 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
4565
4566         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
4567
4568 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
4569
4570         * lib/g++.exp: Use testsuite_flags.
4571
4572 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
4573
4574         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
4575
4576 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4577
4578         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
4579
4580 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
4581
4582         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
4583
4584 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4585
4586         * gcc.c-torture/compile/20010313-1.c: New test.
4587
4588 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
4589
4590         * gcc.dg/cpp/direct2.c: New test.
4591         * gccq.dg/cpp/direct2s.c: New test.
4592
4593         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
4594
4595 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
4596
4597         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
4598         * g++.old-deja/g++.other/op3.C: Likewise.
4599
4600 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4601
4602         * gcc.dg/cpp/syshdr.h: New file.
4603         * gcc.dg/cpp/sysmac1.c: Update.
4604         * gcc.dg/cpp/sysmac2.c: Update.
4605
4606 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4607
4608         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
4609
4610 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
4611
4612         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
4613         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
4614
4615 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
4616
4617         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
4618
4619 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
4620
4621         * lib/g++.exp (g++_include_flags): Don't use any special flags
4622         if TESTING_IN_BUILD_TREE is not defined.
4623         (g++_init): Use a plain 'c++' as the compiler if
4624         TESTING_IN_BUILD_TREEE is not defined.
4625
4626 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
4627
4628         * g++.old-deja/g++.eh/catch13.C: New test.
4629         * g++.old-deja/g++.eh/catch14.C: New test.
4630
4631 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
4632
4633         * gcc.dg/cpp/tr-define.c: New test.
4634
4635 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
4636
4637         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
4638         <stdlib.h>, not <malloc.h>.
4639
4640 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4641
4642         * g++.old-deja/g++.ns/template17.C: New test.
4643
4644 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4645
4646         * g++.old-deja/g++.pt/ref4.C: New test.
4647
4648 2001-04-30  Richard Henderson  <rth@redhat.com>
4649
4650         * gcc.dg/20000724-1.c: Revert last change.
4651
4652 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
4653
4654         * g77.f-torture/execute/20010430.f: New test.
4655
4656 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
4657
4658         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
4659
4660 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
4661
4662         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
4663
4664 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4665
4666         * g++.old-deja/g++.eh/crash6.C: New test.
4667
4668 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4669
4670         * g++.old-deja/g++.other/warn7.C: New test.
4671
4672 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4673
4674         * g++.old-deja/g++.other/defarg9.C: New test.
4675
4676 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
4677
4678         * g77.f-torture/compile/20010426.f: New test.
4679         * g77.f-torture/execute/20010426.f: New test.
4680
4681 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
4682
4683         * g77.f-torture/compile/20000629-1.x: Remove - error
4684         has been fixed.
4685
4686 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
4687
4688         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
4689         Tweak slightly to work with g++.dg framework.
4690         * g++.dg/special/ecos.exp: Run initp1.C test.
4691         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
4692
4693         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
4694         its linker doesn't give line numbers either.
4695         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
4696
4697 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4698
4699         * g++.old-deja/g++.other/lex1.C: New test.
4700
4701 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
4702
4703         * gcc.dg/noncompile/20010425-1.c: New test.
4704
4705 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4706
4707         * g++.old-deja/g++.pt/mangle2.C: New test.
4708
4709 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4710
4711         * gcc.dg/format/plus-1.c: New test.
4712
4713 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4714
4715         * gcc.dg/20010423-1.c: New test.
4716
4717 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4718
4719         * gcc.c-torture/execute/20010422-1.c: New test.
4720
4721 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
4722
4723         * g++.old-deja/g++.ns/type2.C: New test.
4724
4725 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
4726
4727         * g++.old-deja/g++.other/perf1.C: New test.
4728
4729 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
4730
4731         * gcc.dg/c99-func-2.c: Remove xfail.
4732         * gcc.dg/c99-func-3.c: Remove xfail.
4733         * gcc.dg/c99-func-4.c: Remove xfail.
4734
4735 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
4736
4737         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
4738
4739 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4740
4741         * gcc.c-torture/compile/20010423-1.c: New test.
4742
4743 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4744
4745         * g++.old-deja/g++.pt/typename28.C: New test.
4746
4747 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4748
4749         * g++.old-deja/g++.abi/empty2.C: New test.
4750         * g++.old-deja/g++.abi/empty3.C: New test.
4751
4752 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4753
4754         * g++.old-deja/g++.other/comdat2.C: New test.
4755         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
4756
4757 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4758
4759         * g++.old-deja/g++.other/overload14.C: New test.
4760
4761 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4762
4763         * g++.old-deja/g++.other/lookup23.C: New test.
4764
4765 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4766
4767         * gcc.c-torture/execute/20010403-1.c: New test.
4768
4769 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
4770             Mark Mitchell  <mark@codesourcery.com>
4771
4772         * lib/old-dejagnu.exp: Don't delete output of executable.
4773         Add .exe suffix to executables.
4774
4775 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
4776
4777         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
4778
4779 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4780
4781         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
4782
4783 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4784
4785         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
4786         * g++.old-deja/g++.abi/crash1.C: New test.
4787
4788 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4789
4790         * g++.old-deja/g++.other/crash40.C: New test.
4791
4792 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4793
4794         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
4795
4796 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
4797
4798         * g++.old-deja/g++.other/warn6.C: New test.
4799
4800 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
4801
4802         * g++.old-deja/g++.robertl/eb42.C: Same.
4803
4804 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4805
4806         * gcc.dg/wtr-conversion-1.c: New testcase.
4807
4808 2001-04-10  Richard Henderson  <rth@redhat.com>
4809
4810         * g++.old-deja/g++.other/array5.C: New.
4811
4812 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4813
4814         * gcc.c-torture/execute/20010408-1.c: New test.
4815
4816 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
4817
4818         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
4819         headers and constructs.
4820         * g++.old-deja/g++.robertl/eb79.C: Same.
4821         * g++.old-deja/g++.robertl/eb77.C (main): Same.
4822         * g++.old-deja/g++.robertl/eb73.C: Same.
4823         * g++.old-deja/g++.robertl/eb66.C (main): Same.
4824         * g++.old-deja/g++.robertl/eb55.C (t): Same.
4825         * g++.old-deja/g++.robertl/eb54.C (main): Same.
4826         * g++.old-deja/g++.robertl/eb46.C (main): Same.
4827         * g++.old-deja/g++.robertl/eb44.C: Same.
4828         * g++.old-deja/g++.robertl/eb41.C (main): Same.
4829         * g++.old-deja/g++.robertl/eb4.C (main): Same.
4830         * g++.old-deja/g++.robertl/eb39.C: Same.
4831         * g++.old-deja/g++.robertl/eb33.C (main): Same.
4832         * g++.old-deja/g++.robertl/eb31.C (main): Same.
4833         * g++.old-deja/g++.robertl/eb30.C: Same.
4834         * g++.old-deja/g++.robertl/eb3.C: Same.
4835         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
4836         * g++.old-deja/g++.robertl/eb21.C: Same.
4837         * g++.old-deja/g++.robertl/eb15.C: Same.
4838         * g++.old-deja/g++.robertl/eb118.C: Same.
4839         * g++.old-deja/g++.robertl/eb115.C (main): Same.
4840         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
4841         * g++.old-deja/g++.robertl/eb109.C: Same.
4842         * g++.old-deja/g++.other/sibcall1.C (main): Same.
4843         * g++.old-deja/g++.mike/rtti1.C: Same.
4844         * g++.old-deja/g++.mike/p658.C: Same.
4845         * g++.old-deja/g++.mike/net46.C: Same.
4846         * g++.old-deja/g++.mike/net34.C: Same.
4847         * g++.old-deja/g++.mike/memoize1.C: Same.
4848         * g++.old-deja/g++.mike/eh2.C: Same.
4849         * g++.old-deja/g++.law/weak.C: Same.
4850         * g++.old-deja/g++.law/visibility7.C: Same.
4851         * g++.old-deja/g++.law/visibility25.C: Same.
4852         * g++.old-deja/g++.law/visibility22.C: Same.
4853         * g++.old-deja/g++.law/visibility2.C: Same.
4854         * g++.old-deja/g++.law/visibility17.C: Same.
4855         * g++.old-deja/g++.law/visibility13.C: Same.
4856         * g++.old-deja/g++.law/visibility10.C: Same.
4857         * g++.old-deja/g++.law/visibility1.C: Same.
4858         * g++.old-deja/g++.law/virtual3.C (eval): Same.
4859         * g++.old-deja/g++.law/vbase1.C: Same.
4860         * g++.old-deja/g++.law/operators32.C: Same.
4861         * g++.old-deja/g++.law/nest3.C: Same.
4862         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
4863         * g++.old-deja/g++.law/except5.C (main): Same.
4864         * g++.old-deja/g++.law/cvt7.C (run): Same.
4865         * g++.old-deja/g++.law/cvt2.C: Same.
4866         * g++.old-deja/g++.law/cvt16.C: Same.
4867         * g++.old-deja/g++.law/ctors6.C (bar): Same.
4868         * g++.old-deja/g++.law/ctors17.C (main): Same.
4869         * g++.old-deja/g++.law/ctors13.C: Same.
4870         * g++.old-deja/g++.law/ctors12.C (main): Same.
4871         * g++.old-deja/g++.law/ctors10.C: Same.
4872         * g++.old-deja/g++.law/code-gen5.C: Same.
4873         * g++.old-deja/g++.law/bad-error7.C: Same.
4874         * g++.old-deja/g++.law/arm9.C: Same.
4875         * g++.old-deja/g++.law/arm12.C: Same.
4876         * g++.old-deja/g++.law/arg8.C: Same.
4877         * g++.old-deja/g++.law/arg1.C: Same.
4878         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
4879         * g++.old-deja/g++.jason/template31.C: Same.
4880         * g++.old-deja/g++.jason/template24.C (main): Same.
4881         * g++.old-deja/g++.jason/2371.C: Same.
4882         * g++.old-deja/g++.eh/new2.C: Same.
4883         * g++.old-deja/g++.eh/new1.C: Same.
4884         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
4885         * g++.old-deja/g++.brendan/nest21.C (main): Same.
4886         * g++.old-deja/g++.brendan/err-msg3.C: Same.
4887         * g++.old-deja/g++.brendan/crash62.C: Same.
4888         * g++.old-deja/g++.brendan/crash52.C: Same.
4889         * g++.old-deja/g++.brendan/crash49.C (main): Same.
4890         * g++.old-deja/g++.brendan/crash38.C: Same.
4891         * g++.old-deja/g++.brendan/crash15.C (main): Same.
4892         * g++.old-deja/g++.brendan/copy9.C: Same.
4893
4894 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
4895
4896         * gcc.c-torture/execute/20001203-2.c (memset):
4897         Count argument is of type __SIZE_TYPE__.
4898
4899 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
4900
4901         * gcc.c-torture/compile/20010404-1.c: New test.
4902
4903 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
4904
4905         * gcc.c-torture/compile/20010326-1.c: New test.
4906
4907 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
4908
4909         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
4910         peculiarities of the SH.
4911         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
4912
4913 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4914
4915         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
4916         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
4917         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
4918
4919 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4920
4921         * g77.f-torture/compile/20010321-1.f: New test.
4922
4923 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4924
4925         * gcc.c-torture/compile/20010329-1.c: New test.
4926
4927 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4928
4929         * gcc.c-torture/execute/20010329-1.c: New test.
4930
4931 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
4932
4933         * g++.old-deja/g++.other/eh4.C: Fix typo.
4934
4935 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
4936
4937         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
4938
4939 2001-03-28  Philip Blundell  <philb@gnu.org>
4940
4941         * gcc.c-torture/compile/20010328-1.c: New test.
4942
4943 2001-03-27  Richard Henderson  <rth@redhat.com>
4944
4945         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
4946         * g++.old-deja/g++.eh/vbase3.C: Likewise.
4947
4948 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
4949
4950         * gcc.c-torture/compile/20010327-1.c: New test.
4951
4952 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4953
4954         * g++.old-deja/g++.other/friend12.C: New test.
4955         * g++.old-deja/g++.other/friend9.C: Expect no errors.
4956         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
4957
4958 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4959
4960         * gcc.c-torture/execute/20010325-1.c: New test.
4961
4962 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
4963
4964         * g++.old-deja/g++.other/mangle3.C: New test.
4965
4966 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
4967
4968         * g++.old-deja/g++.other/anon8.C: New test.
4969
4970 2001-03-20  Philip Blundell  <philb@gnu.org>
4971
4972         * gcc.c-torture/compile/20010320-1.c: New test.
4973
4974 2001-03-17  Richard Henderson  <rth@redhat.com>
4975
4976         * g++.old-deja/g++.other/eh4.C: Add expected error text.
4977
4978 2001-03-15  Geoff Keating  <geoff@redhat.com>
4979
4980         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
4981         tests on AIX.
4982
4983 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
4984
4985         * g++.old-deja/g++.other/eh4.C: New test.
4986
4987 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4988
4989         * gcc.dg/cpp/mi1.c: Update.
4990
4991 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
4992
4993         * g++.old-deja/g++.other/regstack.C: New test.
4994
4995 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
4996
4997         * g++.old-deja/g++.other/ref4.C: New test.
4998
4999 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
5000
5001         * objc/execute/va_method.m: Added.
5002         * objc/execute/IMP.m: Added.
5003         * objc/execute/_cmd.m: Added.
5004         * objc/execute/accessing_ivars.m: Added.
5005         * objc/execute/class-1.m: Added.
5006         * objc/execute/class-10.m: Added.
5007         * objc/execute/class-11.m: Added.
5008         * objc/execute/class-12.m: Added.
5009         * objc/execute/class-13.m: Added.
5010         * objc/execute/class-14.m: Added.
5011         * objc/execute/class-2.m: Added.
5012         * objc/execute/class-3.m: Added.
5013         * objc/execute/class-4.m: Added.
5014         * objc/execute/class-5.m: Added.
5015         * objc/execute/class-6.m: Added.
5016         * objc/execute/class-7.m: Added.
5017         * objc/execute/class-8.m: Added.
5018         * objc/execute/class-9.m: Added.
5019         * objc/execute/class-tests-1.h
5020         * objc/execute/class-tests-2.h
5021         * objc/execute/compatibility_alias.m: Added.
5022         * objc/execute/encode-1.m: Added.
5023         * objc/execute/formal_protocol-1.m: Added.
5024         * objc/execute/formal_protocol-2.m: Added.
5025         * objc/execute/formal_protocol-3.m: Added.
5026         * objc/execute/formal_protocol-4.m: Added.
5027         * objc/execute/formal_protocol-5.m: Added.
5028         * objc/execute/formal_protocol-6.m: Added.
5029         * objc/execute/formal_protocol-7.m: Added.
5030         * objc/execute/informal_protocol.m: Added.
5031         * objc/execute/initialize.m: Added.
5032         * objc/execute/load.m: Added.
5033         * objc/execute/many_args_method.m: Added.
5034         * objc/execute/nested-3.m: Added.
5035         * objc/execute/no_clash.m: Added.
5036         * objc/execute/private.m: Added.
5037         * objc/execute/redefining_self.m: Added.
5038         * objc/execute/root_methods.m: Added.
5039         * objc/execute/selector-1.m: Added.
5040         * objc/execute/static-1.m: Added.
5041         * objc/execute/static-2.m: Added.
5042         * objc/execute/va_method.m: Added.
5043
5044 2001-03-10  Richard Henderson  <rth@redhat.com>
5045
5046         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
5047
5048 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
5049
5050         * g++.old-deja/g++.other/crash31.C: XFAIL.
5051         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
5052         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
5053         * gcc.c-torture/execute/20010123-1.x: XFAIL.
5054         * gcc.c-torture/execute/20010124-1.x: XFAIL.
5055         * gcc.dg/sequence-pt-1.c: XFAIL one test.
5056
5057 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
5058
5059         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
5060
5061 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
5062
5063         * gcc.dg/20000724-1.c: Don't use multiline strings.
5064
5065 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
5066
5067         * objc/execute/string1.m, objc/execute/string2.m: Compare the
5068         result of -cString against what we expect it to be; don't just
5069         print it out for no one to read.
5070
5071         * objc/execute/string3.m, objc/execute/string4.m: New tests.
5072         Based on testcases provided by Nicola Pero.
5073
5074 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
5075
5076         * gcc.dg/cpp/macro7.c: New test.
5077
5078 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
5079
5080         * gcc.dg/cpp/multiline.c: Update.
5081
5082 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5083
5084         * g++.old-deja/g++.other/enum3.C: New test.
5085
5086 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5087
5088         * g++.old-deja/g++.other/pod1.C: New test.
5089
5090 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5091
5092         * g++.old-deja/g++.ext/overload1.C: New test.
5093
5094 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
5095
5096         * g++.old-deja/g++.pt/using1.C: New test.
5097
5098 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
5099
5100         * g++.old-deja/g++.other/using9.C: New test.
5101
5102 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
5103
5104         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
5105
5106         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
5107
5108 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
5109
5110         * g++.old-deja/g++.ext/realpt1.C: Remove.
5111
5112 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
5113
5114         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
5115
5116 2001-02-26  Will Cohen  <wcohen@redhat.com>
5117
5118         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
5119
5120 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
5121
5122         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
5123         templatized constructors.
5124
5125 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5126
5127         * gcc.c-torture/execute/20010224-1.c: New test.
5128
5129 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
5130
5131         * gcc.c-torture/execute/20010222-1.c: New test.
5132
5133 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
5134
5135         * g++.old-deja/g++.other/inline20.C: New test.
5136
5137 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
5138
5139         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
5140
5141 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5142
5143         * g++.old-deja/g++.other/lookup22.C: New test.
5144
5145 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
5146
5147         * g77.dg: New directory.
5148         * g77.dg/20010216-1.f: New test case.
5149         * g77.dg/dg.exp: New driver.
5150         * lib/g77-dg.exp: New driver library.
5151
5152 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5153
5154         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
5155
5156 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
5157
5158         * g++.old-deja/g++.other/decl9.C: New test.
5159
5160 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
5161
5162         * g++.old-deja/g++.other/init16.C: Update the test so that it does
5163         not need <string> and also tests the initialization at runtime.
5164
5165 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5166
5167         * gcc.c-torture/execute/longlong.c: New test.
5168
5169 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
5170
5171         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
5172
5173 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
5174
5175         * gcc.c-torture/execute/920302-1.c (execute):
5176         Change argument type to short.
5177
5178 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5179
5180         * g++.old-deja/g++.pt/deduct6.C: New test.
5181
5182 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5183
5184         * g++.old-deja/g++.pt/deduct5.C: New test.
5185
5186 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
5187
5188         * gcc.c-torture/execute/20010209-1.c: New test.
5189
5190 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
5191
5192         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
5193
5194 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
5195
5196         * g++.dg/vtgc1.C: Update for new ABI.
5197
5198         * consistency.vlad: New directory, 1665 files.
5199
5200 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5201
5202         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
5203         return type.
5204         * gcc.dg/cpp/digraphs.c: Declare puts.
5205
5206 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5207
5208         * g++.old-deja/g++.other/warn5.C: New test.
5209
5210 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5211
5212         * g++.old-deja/g++.pt/spec40.C: New test.
5213
5214 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5215
5216         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
5217         case.
5218         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
5219
5220 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
5221
5222         * gcc.c-torture/compile/20010209-1.c: New test.
5223
5224 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
5225
5226         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
5227         excess errors message but not if it crashes.
5228         * g++.old-deja/g++.other/crash27.C: Likewise.
5229         * g++.old-deja/g++.other/crash28.C: Likewise.
5230         * g++.old-deja/g++.other/crash30.C: Likewise.
5231         * g++.old-deja/g++.other/crash32.C: Likewise.
5232         * g++.old-deja/g++.other/crash35.C: Likewise.
5233         * g++.old-deja/g++.pt/inherit2.C: Likewise.
5234
5235 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5236
5237         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
5238         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
5239         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
5240         g77.f-torture/execute/execute.exp,
5241         g77.f-torture/noncompile/noncompile.exp,
5242         gcc.c-torture/execute/execute.exp,
5243         gcc.c-torture/execute/memcheck/memcheck.exp,
5244         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
5245         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
5246         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
5247         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
5248         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
5249         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
5250         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
5251         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
5252         Remove bug reporting instructions with ancient email addresses.
5253
5254 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
5255
5256         * gcc.dg/20010202-1.c: New test.
5257         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
5258
5259 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
5260
5261         * g++.dg/stdbool-if.C: New test.
5262
5263 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
5264
5265         * objc/execute/fdecl.m: Added main().
5266
5267 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
5268
5269         * gcc.c-torture/execute/20010206-1.c: New test.
5270
5271 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
5272
5273         * gcc.dg/cpp/avoidpaste1.c: Update.
5274
5275 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
5276
5277         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
5278         Pero <nicola@brainstorm.co.uk>.
5279         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
5280
5281 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
5282
5283         * g++.old-deja/g++.pt/spec39.C: New test.
5284
5285 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
5286
5287         * gcc.c-torture/compile/20010202-1.c: New test.
5288
5289 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
5290
5291         * g++.old-deja/g++.abi/primary2.C: New test.
5292         * g++.old-deja/g++.abi/primary3.C: New test.
5293         * g++.old-deja/g++.abi/primary4.C: New test.
5294         * g++.old-deja/g++.abi/primary5.C: New test.
5295         * g++.old-deja/g++.abi/vtable3.h: New test.
5296         * g++.old-deja/g++.abi/vtable3a.C: New test.
5297         * g++.old-deja/g++.abi/vtable3b.C: New test.
5298         * g++.old-deja/g++.abi/vtable3c.C: New test.
5299         * g++.old-deja/g++.abi/vtable3d.C: New test.
5300         * g++.old-deja/g++.abi/vtable3e.C: New test.
5301         * g++.old-deja/g++.abi/vtable3f.C: New test.
5302         * g++.old-deja/g++.abi/vtable3g.C: New test.
5303         * g++.old-deja/g++.abi/vtable3h.C: New test.
5304         * g++.old-deja/g++.abi/vtable3i.C: New test.
5305         * g++.old-deja/g++.abi/vtable3j.C: New test.
5306         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
5307
5308 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
5309
5310         * g++.old-deja/g++.other/anon6.C: New test.
5311         * g++.old-deja/g++.other/anon7.C: New test.
5312
5313 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5314
5315         * gcc.dg/cpp/avoidpaste2.c: New tests.
5316
5317 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
5318
5319         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
5320
5321 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
5322
5323         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
5324         DECIMAL_DIG cases for Irix."
5325
5326 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
5327
5328         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
5329
5330 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5331
5332         * gcc.dg/c99-tag-1.c: New test.
5333
5334 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
5335
5336         * gcc.dg/cpp/tr-warn1.c: Add tests.
5337
5338 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
5339
5340         * gcc.dg/cpp/avoidpaste1.c: Update.
5341         * gcc.dg/cpp/paste4.c: Update.
5342
5343 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
5344
5345         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
5346         cases for Irix.
5347
5348 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5349
5350         * g++.old-deja/g++.other/inline19.C: New test.
5351
5352 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
5353
5354         * gcc.dg/Wlarger-than.c: New test.
5355
5356 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5357
5358         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
5359
5360 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
5361
5362         * gcc.c-torture/execute/20010129-1.c: New test.
5363         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
5364
5365 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
5366
5367         * gcc.dg/cpp/avoidpaste1.c: Test case.
5368
5369 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
5370
5371         * g++.old-deja/g++.other/inline18.C: New test.
5372
5373 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5374
5375         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
5376         and __builtin_putchar.
5377
5378 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
5379
5380         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
5381         tests.
5382
5383 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
5384
5385         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
5386         floating point number rounding mode to round to the nearest
5387         representable mode.
5388
5389 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
5390
5391         * g++.old-deja/g++.other/mangle2.C: New test.
5392
5393 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
5394
5395         * gcc.c-torture/compile/20010124-1.c: New test.
5396
5397 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
5398
5399         * g++.old-deja/g++.pt/spec38.C: New test.
5400
5401 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5402
5403         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
5404         "Build don't run".
5405
5406 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5407
5408         * gcc.c-torture/execute/20010123-1.c: New test.
5409
5410 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
5411
5412         * g++.old-deja/g++.pt/spec37.C: New test.
5413
5414 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
5415
5416         * g++.old-deja/g++.pt/overload14.C: New test.
5417
5418 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5419
5420         * gcc.c-torture/execute/20010122-1.c: New test, exercise
5421         __builtin_return_address.
5422
5423 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
5424
5425         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
5426         * g++.old-deja/g++.pt/spec35.C: New test.
5427         * g++.old-deja/g++.pt/spec36.C: New test.
5428
5429 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
5430
5431         * gcc.c-torture/compile/20010118-1.c: New test.
5432
5433 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5434
5435         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
5436
5437 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
5438
5439         * gcc.c-torture/execute/20010119-1.c: New test.
5440
5441 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5442
5443         * g++.old-deja/g++.other/vbase5.C: New test.
5444
5445 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
5446
5447         * gcc.c-torture/execute/20010118-1.c: New test.
5448
5449 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5450
5451         * g++.old-deja/g++.pt/deduct3.C: New test.
5452
5453 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5454
5455         * g++.old-deja/g++.pt/spec34.C: New test.
5456
5457 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
5458
5459         * g77.f-torture/compile/20000601-2.f: New test.
5460
5461 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5462
5463         * g++.old-deja/g++.other/init17.C: New test.
5464
5465 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
5466
5467         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
5468
5469 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5470
5471         * g++.old-deja/g++.pt/unify8.C: New test.
5472
5473 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5474
5475         * g++.old-deja/g++.abi/vbase1.C: New test.
5476
5477 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5478
5479         * g++.old-deja/g++.pt/crash65.C: New test.
5480
5481 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5482
5483         * gcc.dg/cpp/assembl2.S: New test case.
5484
5485 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
5486
5487         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
5488         are supported.
5489
5490 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5491
5492         * g++.old-deja/g++.other/builtins1.C: New test.
5493         * g++.old-deja/g++.other/builtins2.C: Likewise.
5494         * g++.old-deja/g++.other/builtins3.C: Likewise.
5495         * g++.old-deja/g++.other/builtins4.C: Likewise.
5496
5497 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
5498
5499         * gcc.c-torture/compile/20010117-1.c: New test.
5500         * gcc.c-torture/compile/20010117-2.c: New test.
5501
5502 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5503
5504         * g77.f-torture/execute/20010116.[fx]: New test,
5505         XFAIL on i?86-*-*.
5506         * g77.f-torture/compile/20010115.f: Indicate it's
5507         a test for PR fortran/1636.
5508
5509 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
5510
5511         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
5512
5513 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5514
5515         * g77.f-torture/compile/20010115.f: New test.
5516
5517 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
5518
5519         * g++.old-deja/g++.pt/nontype5.C: New test.
5520
5521 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5522
5523         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
5524         have an equivalent working one below it.
5525
5526 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
5527
5528         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
5529         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
5530
5531 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
5532
5533         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
5534         message containing "init_priority".
5535         (conpr-2.C): Likewise.
5536         (conpr-3.C): Likewise.
5537         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
5538
5539 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5540
5541         * gcc.c-torture/execute/20010114-2.c: New test.
5542
5543 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
5544
5545         * gcc.c-torture/compile/20010114-1.c: New test.
5546         * gcc.c-torture/compile/20010114-1.x: Xfail.
5547         * gcc.c-torture/compile/20010114-2.c: New test.
5548         * gcc.c-torture/execute/20010114-1.c: New test.
5549         * gcc.dg/trunc-1.c: New test.
5550         * gcc.dg/uninit-B.c: New test.
5551
5552 2001-01-13  Nick Clifton  <nickc@redhat.com>
5553
5554         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
5555         target.
5556
5557 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5558
5559         * gcc.c-torture/compile/20010113-1.c: New test.
5560
5561 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
5562
5563         * gcc.c-torture/compile/20001212-1.c: New test.
5564
5565 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5566
5567         * gcc.dg/cpp/widestr1.c: Update.
5568         * gcc.dg/cpp/prag-imp.c: Remove.
5569
5570 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
5571
5572         * gcc.c-torture/execute/20000801-3.x: Remove.
5573         * gcc.dg/c90-init-1.c: New test.
5574         * gcc.dg/c99-init-1.c: New test.
5575         * gcc.dg/c99-init-2.c: New test.
5576         * gcc.dg/gnu99-init-1.c: New test.
5577
5578 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
5579
5580         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
5581         testing that no relevant ones were found.
5582
5583 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5584
5585         * g++.old-deja/g++.pt/cast2.C: New test.
5586
5587 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5588
5589         * g++.old-deja/g++.pt/friend47.C: New test.
5590
5591 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5592
5593         * g++.old-deja/g++.pt/instantiate13.C: New test.
5594
5595 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5596
5597         * g++.old-deja/g++.other/defarg7.C: New test.
5598         * g++.old-deja/g++.other/defarg8.C: New test.
5599
5600 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5601
5602         * g++.old-deja/g++.pt/crash64.C: New test.
5603
5604 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5605
5606         * g++.old-deja/g++.pt/crash63.C: New test.
5607
5608 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
5609
5610         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
5611
5612 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
5613
5614         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
5615
5616 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5617
5618         * g++.old-deja/g++.pt/error3.C: New test.
5619
5620 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5621
5622         * g++.old-deja/g++.other/crash39.C: New test.
5623
5624 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5625
5626         * g++.old-deja/g++.other/vbase4.C: New test.
5627
5628 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
5629
5630         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
5631         * gcc.dg/special/20000419-2.c: New file. Identical to above.
5632         * gcc.dg/special/special.exp: New test driver which will check
5633         for alias support for the above test.
5634
5635 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
5636
5637         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
5638         problems on small machines.
5639         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
5640         parameterize.
5641
5642 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
5643
5644         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
5645         mips.
5646         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
5647
5648 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
5649
5650         * g++.old_deja/g++.pt/using8.C: New test.
5651
5652 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5653
5654         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
5655
5656 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
5657
5658         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
5659         where a failure is expected.
5660         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
5661
5662 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5663
5664         * g++.old_deja/g++.pt/instantiate12.C: New test.
5665
5666 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5667
5668         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
5669         start of structs.
5670         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
5671         * g++.old-deja/g++.brendan/crash17.C: Likewise.
5672         * g++.old-deja/g++.brendan/crash29.C: Likewise.
5673         * g++.old-deja/g++.brendan/crash48.C: Likewise.
5674         * g++.old-deja/g++.brendan/ns1.C: Likewise.
5675         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
5676         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
5677         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
5678         * g++.old-deja/g++.eh/spec6.C: Likewise.
5679         * g++.old-deja/g++.jason/crash3.C: Likewise.
5680         * g++.old-deja/g++.law/ctors11.C: Likewise.
5681         * g++.old-deja/g++.law/ctors17.C: Likewise.
5682         * g++.old-deja/g++.law/ctors5.C: Likewise.
5683         * g++.old-deja/g++.law/ctors9.C: Likewise.
5684         * g++.old-deja/g++.mike/ambig1.C: Likewise.
5685         * g++.old-deja/g++.mike/net22.C: Likewise.
5686         * g++.old-deja/g++.mike/p3538a.C: Likewise.
5687         * g++.old-deja/g++.mike/p3538b.C: Likewise.
5688         * g++.old-deja/g++.mike/virt3.C: Likewise.
5689         * g++.old-deja/g++.niklas/t128.C: Likewise.
5690         * g++.old-deja/g++.other/anon4.C: Likewise.
5691         * g++.old-deja/g++.other/using1.C: Likewise.
5692         * g++.old-deja/g++.other/warn3.C: Likewise.
5693         * g++.old-deja/g++.pt/t37.C: Likewise.
5694         * g++.old-deja/g++.robertl/eb69.C: Likewise.
5695         * g++.old-deja/g++.robertl/eb71.C: Likewise.
5696
5697 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5698
5699         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
5700
5701 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5702
5703         * gcc.c-torture/execute/stdio-opt-3.c: New test.
5704
5705 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
5706
5707         * gcc.c-torture/compile/20010107-1.c: New test.
5708
5709 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5710
5711         * gcc.c-torture/execute/builtin-noret-1.c: New test.
5712
5713 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5714
5715         * gcc.dg/format/format.h: New file.
5716         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
5717         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
5718         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
5719         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
5720         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
5721         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
5722         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
5723         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
5724         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
5725         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
5726         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
5727         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
5728         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
5729         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
5730         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
5731         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
5732         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
5733         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
5734         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
5735         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
5736         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
5737         instead of declaring standard types, macros and functions in each
5738         test.
5739
5740 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
5741
5742         * gcc.c-torture/execute/20010106-1.c: New test.
5743
5744 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5745
5746         * gcc.dg/format/format.exp: New file.
5747         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
5748         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
5749         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
5750         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
5751         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
5752         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
5753         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
5754         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
5755         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
5756         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
5757         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
5758         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
5759         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
5760         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
5761         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
5762         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
5763         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
5764         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
5765         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
5766         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
5767         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
5768         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
5769         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
5770         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
5771         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
5772         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
5773         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
5774         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
5775         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
5776         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
5777         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
5778         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
5779         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
5780         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
5781         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
5782         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
5783         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
5784         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
5785         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
5786         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
5787         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
5788         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
5789
5790 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
5791
5792         * gcc.c-torture/execute/991228-1.c: Take word endianness into
5793         account.
5794
5795 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
5796
5797         * gcc.c-torture/execute/builtin-complex-1.c: New test.
5798
5799 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
5800
5801         * g++.old-deja/g++.pt/crash62.C: New test.
5802
5803 2001-01-04  Richard Henderson  <rth@redhat.com>
5804
5805         * gcc.dg/20000926-1.c: Update expected warnings.
5806         * gcc.dg/array-2.c: Likewise.
5807         * gcc.dg/array-4.c: Also validate flexible array members.
5808         * gcc.dg/c99-flex-array-1.c: New.
5809
5810 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5811
5812         * gcc.c-torture/compile/20001222-1.x: Remove.
5813
5814 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5815
5816         * gcc.c-torture/execute/built-in-setjmp.c: New.
5817
5818 2001-01-03  Richard Henderson  <rth@redhat.com>
5819
5820         * gcc.dg/940510-1.c: Update expected error wording.
5821         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
5822
5823 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
5824
5825         * lib/target-supports.exp (check_alias_available): Modified to
5826         indicate aliases not supported if only weak aliases are supported.
5827
5828 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5829
5830         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
5831         Turn on cmpstrsi checks for __pj__ and __i370__.
5832
5833 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5834
5835         * g++.old-deja/g++.other/virtual11.C: New test.
5836
5837 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5838
5839         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
5840
5841 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5842
5843         * gcc.c-torture/compile/20010102-1.c: New test.
5844
5845 2001-01-02  Andreas Jaeger  <aj@suse.de>
5846
5847         * gcc.dg/noreturn-3.c: New test.
5848
5849         * gcc.dg/noreturn-4.c: New test.
5850
5851 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5852
5853         * gcc.c-torture/execute/stdio-opt-1.c: Also test
5854         __builtin_fputc and __builtin_fwrite.
5855
5856 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
5857
5858         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
5859         signed char, not default char.
5860
5861 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
5862
5863         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
5864
5865 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
5866
5867         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
5868
5869 2000-12-29  Richard Henderson  <rth@redhat.com>
5870
5871         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
5872         (__cyg_profile_func_exit): Define.
5873
5874 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
5875
5876         * g++.dg/vtgc1.C: New test.
5877
5878 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
5879
5880         * gcc.dg/noncompile/20001228-1.c: New test.
5881
5882         * gcc.dg/20001228-1.c: New test.
5883
5884         * gcc.c-torture/execute/20001228-1.c: New test.
5885
5886 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5887
5888         * gcc.dg/format-strfmon-1.c: New test.
5889
5890 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5891
5892         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
5893         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
5894         * gcc.c-torture/execute/string-opt-1.c: Likewise.
5895         * gcc.c-torture/execute/string-opt-2.c: Likewise.
5896         * gcc.c-torture/execute/string-opt-3.c: Likewise.
5897         * gcc.c-torture/execute/string-opt-4.c: Likewise.
5898         * gcc.c-torture/execute/string-opt-6.c: Likewise.
5899         * gcc.c-torture/execute/string-opt-7.c: Likewise.
5900         * gcc.c-torture/execute/string-opt-8.c: Likewise.
5901         * gcc.c-torture/execute/string-opt-9.c: Likewise.
5902         * gcc.c-torture/execute/string-opt-10.c: Likewise.
5903         * gcc.c-torture/execute/string-opt-11.c: Likewise.
5904         * gcc.c-torture/execute/string-opt-12.c: Likewise.
5905
5906         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
5907         * gcc.c-torture/execute/string-opt-4.c: Test index.
5908
5909 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
5910
5911         * gcc.c-torture/compile/20001226-1.c: New test.
5912
5913 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5914
5915         * gcc.c-torture/compile/20001222-1.c: New test.
5916         * gcc.c-torture/compile/20001222-1.x: Xfail.
5917
5918 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
5919
5920         * gcc.c-torture/execute/comp-goto-2.c: New test.
5921
5922 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
5923
5924         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
5925         Use long types if __INT_MAX__ is 32767.
5926         (main): Use cast to (sint32 *) when poking 88 into a_page.
5927
5928         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
5929
5930 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
5931
5932         * gcc.c-torture/compile/20001221-1.c: New test.
5933         * gcc.c-torture/execute/20001221-1.c: New test.
5934
5935 2000-12-20  Richard Henderson  <rth@redhat.com>
5936
5937         * g++.old-deja/g++.pt/crash36.C: Update error lines.
5938         * g++.old-deja/g++.robertl/eb109.C: Likewise.
5939
5940 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5941
5942         * gcc.dg/compare3.c: New test.
5943
5944 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5945
5946         * gcc.dg/format-warnll-1.c: New test.
5947
5948 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5949
5950         * gcc.dg/cpp/cmdlne-P.c: New test.
5951
5952 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5953
5954         * gcc.c-torture/execute/builtin-abs-1.c,
5955         gcc.c-torture/execute/builtin-abs-2.c: New tests.
5956
5957 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5958
5959         * gcc.dg/cpp/multiline.c: New test.
5960
5961 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5962
5963         * g++.old-deja/g++.other/syshdr1.C: Update.
5964         * gcc.dg/cpp/lineflags.c: Remove temporarily.
5965
5966 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5967
5968         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
5969
5970 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5971
5972         * g++.old-deja/g++.pt/ttp65.C: New test.
5973
5974 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5975
5976         * g++.old-deja/g++.pt/ttp64.C: New test.
5977
5978 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5979
5980         * g++.old-deja/g++.pt/spec33.C: New test.
5981
5982 2000-12-14  Catherine Moore  <clm@redhat.com>
5983
5984         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
5985         * gcc.c-torture/execute/920612-2.c: Likewise.
5986         * gcc.c-torture/execute/920428-2.c: Likewise.
5987         * gcc-c-torture/execute/va-arg-11.c: Call exit.
5988         * gcc.c-torture/execute/va-arg-21.c: Likewise.
5989
5990 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5991
5992         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
5993         * gcc.dg/pack-test-2.c: Likewise.
5994
5995 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5996
5997         Tests by Zack Weinberg <zackw@stanford.edu>.
5998
5999         * gcc.dg/cpp/defined.c: Update.
6000         * gcc.dg/cpp/defined_trad.c: New tests.
6001
6002 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
6003
6004         * gcc.dg/cpp/trad-direct.c: Update.
6005
6006 2000-12-11  Neil Booth  <neilb@earthling.net>
6007
6008         * gcc.dg/cpp/defined_trad.c
6009
6010 2000-12-11  Neil Booth  <neilb@earthling.net>
6011
6012         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
6013
6014 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6015
6016         * gcc.dg/format-miss-2.c: New test.
6017
6018 2000-12-09  Neil Booth  <neilb@earthling.net>
6019
6020         * gcc.dg/cpp/lineflags.c: New tests.
6021         * gcc.dg/cpp/poison.c: Update.
6022         * gcc.dg/cpp/redef2.c: Update.
6023         * gcc.dg/cpp/skipping.c: New test.
6024
6025 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
6026
6027         * g++.old-deja/g++.other/eh3.C: New testcase.
6028
6029 2000-12-07  Neil Booth  <neilb@earthling.net>
6030
6031         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
6032         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
6033         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
6034         wtr-union-init-2.c, wtr-union-init-3.c: Update.
6035         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
6036         Update.
6037
6038 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6039
6040         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
6041         __SIZE_TYPE__ instead of int for type of integers cast to
6042         pointers.
6043
6044 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
6045
6046         * g++.old-deja/g++.other/cleanup4.C: New test.
6047
6048 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6049
6050         * format-sec-1.c: New test.
6051
6052 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6053
6054         * gcc.dg/format-nonlit-3.c: New test.
6055
6056 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6057
6058         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
6059         through a null pointer.
6060
6061 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6062
6063         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
6064         * g++.old-deja/g++.pt/partial4.C: New test.
6065
6066 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6067
6068         * gcc.c-torture/execute/ieee/hugeval.x: New.
6069
6070 2000-12-06  Neil Booth  <neilb@earthling.net>
6071
6072         * gcc.dg/cpp/backslash2.c: New tests.
6073
6074 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6075
6076         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
6077         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
6078
6079 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
6080
6081         * gcc.c-torture/execute/20001203-2.c: New testcase.
6082
6083 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
6084
6085         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
6086         * g++.old-deja/g++.other/virtual10.C: New test.
6087
6088 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
6089
6090         * g++.old-deja/g++.mike/pmf5.C: Remove test.
6091
6092 2000-12-05  Richard Henderson  <rth@redhat.com>
6093
6094         * gcc.c-torture/compile/20001205-1.c: New.
6095
6096 2000-12-04  Neil Booth  <neilb@earthling.net>
6097
6098         * g++.old-deja/g++.other/virtual9.C: New test.
6099         * g++.old-deja/g++.pt/crash61.C: New test.
6100         * gcc.c-torture/execute/loop-9.c: New test.
6101
6102 2000-12-04  Neil Booth  <neilb@earthling.net>
6103
6104         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
6105         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
6106         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
6107         * gcc.dg/cpp/extratokens.c: ...here.
6108
6109 2000-12-04  Neil Booth  <neilb@earthling.net>
6110
6111         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
6112         New tests.
6113
6114 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6115
6116         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
6117         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
6118
6119 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6120
6121         * gcc.c-torture/execute/20001203-1.c: New test.
6122
6123 2000-12-03  Neil Booth  <neilb@earthling.net>
6124
6125         * gcc.dg/cpp/macro6.c: New test cases.
6126
6127 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6128
6129         * gcc.c-torture/execute/string-opt-9.c: New test.
6130         * gcc.c-torture/execute/string-opt-10.c: Likewise.
6131         * gcc.c-torture/execute/string-opt-11.c: Likewise.
6132         * gcc.c-torture/execute/string-opt-12.c: Likewise.
6133
6134         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
6135         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
6136
6137 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
6138
6139         * gcc.dg/cpp/if-6.c: New testcase.
6140
6141         * gcc.dg/20001201-1.c: New testcase.
6142
6143 2000-12-02  Neil Booth  <neilb@earthling.net>
6144
6145         * g++.old-deja/g++.other/externC4.C,
6146         g++.old-deja/g++.other/friend10.C: New tests.
6147
6148 2000-12-02  Neil Booth  <neilb@earthling.net>
6149
6150         * g++.old-deja/g++.other/instan2.C
6151         * g++.old-deja/g++.other/instan3.C: New test.
6152
6153 2000-12-02  Neil Booth  <neilb@earthling.net>
6154
6155         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
6156         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
6157         gnuc99.c,gnuc99-pedantic.c: New tests.
6158
6159 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6160
6161         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
6162         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
6163
6164 2000-12-01  Neil Booth  <neilb@earthling.net>
6165
6166         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
6167         * gcc.dg/cpp/poison.c: Update.
6168         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
6169
6170 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
6171
6172         * g77.f-torture/execute/20001201.f: New test.
6173
6174 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6175
6176         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
6177
6178 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
6179
6180         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
6181
6182 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
6183
6184         * g++.old-deja/g++.other/cast6.C: New test.
6185
6186 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
6187
6188         * gcc.c-torture/execute/20001130-2.c: New testcase.
6189
6190 2000-11-30  Richard Henderson  <rth@redhat.com>
6191
6192         * gcc.c-torture/execute/20001130-1.c: New test.
6193
6194 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6195
6196         * g++.old-deja/g++.other/op3.C: New test.
6197
6198 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6199
6200         * g++.old-deja/g++.other/op2.C: New test.
6201
6202 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6203
6204         * g++.old-deja/g++.other/crash38.C: New test.
6205
6206 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
6207
6208         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
6209
6210 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
6211
6212         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
6213         tests.
6214         * gcc.c-torture/execute/string-opt-6.c: New test.
6215
6216         * gcc.dg/20001117-1.c: Add main.
6217
6218 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
6219
6220         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
6221         Move from here ...
6222         * gcc.dg/940510-1.c: ... to here.
6223
6224         * gcc.dg/20000926-1.c: GNU C now allows initializations of
6225         zero-size arrays in toplevel structures.
6226
6227 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
6228
6229         * gcc.c-torture/execute/loop-8.c: New test.
6230
6231 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6232
6233         * g++.old-deja/g++.other/base1.C: New test.
6234
6235 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6236
6237         * g++.old-deja/g++.other/parse2.C: New test.
6238
6239 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6240
6241         * g++.old-deja/g++.pt/incomplete1.C: New test.
6242
6243 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6244
6245         * g++.old-deja/g++.other/friend9.C: New test.
6246
6247 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
6248
6249         * gcc.dg/20001127-1.c: New test.
6250
6251 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
6252
6253         * g++.old-deja/g++.pt/friend46.C: New test.
6254
6255 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
6256
6257         * g++.old-deja/g++.other/ptrmem8.C: New test.
6258
6259 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6260
6261         * gcc.c-torture/execute/string-opt-7.c: New test.
6262         * gcc.c-torture/execute/string-opt-8.c: Likewise.
6263
6264 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6265
6266         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
6267         instead of 'mkcheck 2'.
6268
6269 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6270
6271         * gcc.c-torture/execute/memcheck/driver.c,
6272         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
6273         C9X references to refer to C99.
6274
6275 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
6276
6277         * gcc.dg/ultrasp3.c: New test.
6278
6279 2000-11-25  Neil Booth  <neilb@earthling.net>
6280
6281         * gcc.dg/cpp/include2.c: Update test to be locale independent.
6282
6283 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
6284
6285         * gcc.c-torture/compile/20001123-2.c: New.
6286
6287 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6288
6289         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
6290
6291 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
6292
6293         * gcc.dg/sequence-point-1.c: Add some new tests.
6294         * gcc.c-torture/execute/20001124-1.c: New test.
6295
6296 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
6297
6298         * g++.old-deja/g++.other/vaarg4.C: New test.
6299         * gcc.c-torture/compile/20001123-1.c: New test.
6300
6301 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
6302
6303         * g++.other/crash24.C: Adjust and remove XFAIL.
6304         * g++.other/crash37.C: New test.
6305
6306 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
6307
6308         * g++.old-deja/g++.pt/instantiate9.C: New test.
6309
6310 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
6311
6312         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
6313         new ABI, too.
6314
6315         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
6316         * g++.old-deja/g++.robertl/eb55.C: Likewise.
6317
6318 2000-11-22  Neil Booth  <neilb@earthling.net>
6319
6320         * gcc.dg/cpp/Wtrigraphs.c: New test.
6321
6322 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
6323
6324         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
6325
6326 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
6327
6328         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
6329
6330 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
6331
6332         * lib/gcc-dg.exp: load_lib scanasm.exp.
6333         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
6334         * lib/g++-dg.exp: load_lib scanasm.exp.
6335         * lib/scanasm.exp: New.
6336         (scan-assembler, scan-assembler-not): Add optional arguments to
6337         test name, or if not present, the pattern name.
6338         (scan-assembler-dem, scan-assembler-dem-not): New.
6339
6340         * g++.dg/dg.exp: New.
6341
6342 2000-11-21  Neil Booth  <neilb@earthling.net>
6343
6344         * gcc.dg/cpp/integrated1.c: Remove.
6345
6346 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
6347
6348         * gcc.c-torture/execute/20001121-1.c: New test.
6349
6350 2000-11-21  Richard Henderson  <rth@redhat.com>
6351
6352         * gcc.c-torture/compile/20001121-1.c: New test.
6353
6354 2000-11-20  Neil Booth  <neilb@earthling.net>
6355
6356         * gcc.dg/cpp/integrated1.c: New test.
6357
6358 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
6359
6360         * g++.old-deja/g++.other/inline17.C: New test.
6361
6362 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
6363
6364         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
6365         local variable to be zero: I made the variable global. Now
6366         uses abort() and exit() instead of relying on main's return value.
6367
6368 2000-11-20  Neil Booth  <neilb@earthling.net>
6369
6370         * gcc.dg/cpp/paste2.c: Update test.
6371         * objc/execute/paste.m: New test.
6372
6373 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6374
6375         * gcc.dg/c99-condexpr-1.c: New test.
6376
6377 2000-11-20  Neil Booth  <neilb@earthling.net>
6378
6379         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
6380
6381 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
6382
6383         * g++.old-deja/g++.pt/export1.C: New test.
6384
6385 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
6386
6387         * gcc.dg/20001117-1.c: New test.
6388
6389 2000-11-18  Richard Henderson  <rth@redhat.com>
6390
6391         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
6392
6393 2000-11-18  Richard Henderson  <rth@redhat.com>
6394
6395         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
6396         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
6397         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
6398
6399 2000-11-18  Richard Henderson  <rth@redhat.com>
6400
6401         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
6402         (main): New.  Exit cleanly.
6403
6404 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6405
6406         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
6407         gcc.dg/c99-fordecl-2.c: New tests.
6408
6409 2000-11-18  Richard Henderson  <rth@redhat.com>
6410
6411         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
6412         * gcc.c-torture/execute/zerolen-2.c: New.
6413
6414 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6415
6416         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
6417         memory.
6418
6419 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6420
6421         * g++.old-deja/g++.pt/instantiate8.C: New test.
6422
6423 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6424
6425         * g++.old-deja/g++.other/incomplete.C: Add more tests.
6426         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
6427
6428 2000-11-16  Nick Clifton  <nickc@redhat.com>
6429
6430         * gcc.c-torture/execute/nestfunc-2.c: New test.
6431         * gcc.c-torture/execute/nestfunc-3.c: New test.
6432
6433 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
6434
6435         * gcc.c-torture/compile/20001116-1.c: New test.
6436
6437 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6438
6439         * gcc.c-torture/execute/20001115-1.c: New test.
6440
6441 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
6442
6443         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
6444         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
6445         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
6446         * g++.old-deja/g++.abi/vmihint.C: Likewise.
6447
6448 2000-11-15  Neil Booth  <neilb@earthling.net>
6449
6450         gcc.dg/cpp/_Pragma1.c: Update.
6451         gcc.dg/cpp/_Pragma2.c: New test.
6452
6453 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
6454
6455         * g++.old-deja/g++.other/anon5.C: New test.
6456
6457 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6458
6459         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
6460         tests.
6461
6462 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
6463
6464         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
6465         output.
6466
6467 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6468
6469         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
6470         labels at end of compound statements.
6471
6472 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
6473
6474         * gcc.c-torture/execute/loop-7.c: New test.
6475
6476 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6477
6478         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
6479
6480 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6481
6482         * gcc.dg/c99-bool-1.c: New test.
6483
6484 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6485
6486         * gcc.dg/c99-scope-1.c: Remove xfail.
6487         * gcc.dg/c99-scope-2.c: New test.
6488
6489 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6490
6491         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
6492         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
6493
6494 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
6495
6496         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
6497         error messages.
6498
6499         * g++.mike/p700.C: Don't typedef wchar_t.
6500         * g++.mike/p784.C: Likewise.
6501         * g++.mike/eb101.C: Don't use __wchar_t.
6502
6503 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
6504
6505         * g77.f-torture/execute/20001111.[fx]: Test premature exit
6506         from DO loop.
6507
6508 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
6509
6510         * gcc.c-torture/execute/20001111-1.c: New test.
6511
6512 2000-11-10  Nick Clifton  <nickc@redhat.com>
6513
6514         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
6515         long multuiple and accumulate.
6516
6517 2000-11-09  Richard Henderson  <rth@redhat.com>
6518
6519         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
6520         via size_t instead of int.
6521
6522         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
6523         * gcc.c-torture/execute/string-opt-2.c: Likewise.
6524         * gcc.c-torture/execute/string-opt-3.c: Likewise.
6525         * gcc.c-torture/execute/string-opt-4.c: Likewise.
6526
6527 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
6528
6529         * gcc.c-torture/compile/20001109-1.c: New test.
6530         * gcc.c-torture/compile/20001109-2.c: New test.
6531
6532 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
6533
6534         * g++.old-deja/g++.pt/operator1.C: New test.
6535         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
6536
6537 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
6538
6539         * gcc.dg/20001108-1.c: New test.
6540
6541 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
6542
6543         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
6544         with both arguments constant strings.
6545         * gcc.c-torture/execute/string-opt-3.c: New test.
6546         * gcc.c-torture/execute/string-opt-4.c: New test.
6547         * gcc.c-torture/execute/string-opt-5.c: New test.
6548
6549 2000-11-08  Nick Clifton  <nickc@redhat.com>
6550
6551         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
6552         mulsidi3adddi patterns.
6553
6554 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
6555
6556         * g++.old-deja/g++.other/crash36.C: New test.
6557
6558 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
6559
6560         * g++.old-deja/g++.other/init16.C: New test.
6561
6562 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
6563
6564         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
6565
6566 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
6567
6568         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
6569         * gcc.c-torture/execute/va-arg-16.x: Likewise.
6570         * gcc.c-torture/execute/va-arg-17.x: Likewise.
6571
6572 2000-11-07  DJ Delorie  <dj@redhat.com>
6573
6574         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
6575
6576 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6577
6578         * gcc.c-torture/execute/string-opt-1.c: New test.
6579
6580 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
6581
6582         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
6583         mips-sgi-irix6.* because the MIPS ABI passes floating-point
6584         parameters in registers, and there is no way for a varargs
6585         function to know in which order the integer and floating-point
6586         parameters should be interleaved when they are placed on the
6587         stack.
6588         * gcc.c-torture/execute/va-arg-16.x: Likewise.
6589         * gcc.c-torture/execute/va-arg-17.x: Likewise.
6590
6591 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6592
6593         * gcc.c-torture/execute/string-opt-2.c: New test.
6594
6595 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
6596
6597         * g++.old-deja/g++.pt/crash60.C: New test.
6598
6599 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
6600
6601         * g++.old-deja/g++.other/crash24.C: New test.
6602         * g++.old-deja/g++.other/crash25.C: New test.
6603         * g++.old-deja/g++.other/crash26.C: New test.
6604         * g++.old-deja/g++.other/crash27.C: New test.
6605         * g++.old-deja/g++.other/crash28.C: New test.
6606         * g++.old-deja/g++.other/crash29.C: New test.
6607         * g++.old-deja/g++.other/crash30.C: New test.
6608         * g++.old-deja/g++.other/crash31.C: New test.
6609         * g++.old-deja/g++.other/crash32.C: New test.
6610         * g++.old-deja/g++.other/crash33.C: New test.
6611         * g++.old-deja/g++.other/crash34.C: New test.
6612         * g++.old-deja/g++.other/crash35.C: New test.
6613
6614 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
6615
6616         * gcc.c-torture/execute/20001031-1.c: New test.
6617
6618 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
6619
6620         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
6621         namespace.
6622
6623         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
6624         standards-conformant.
6625
6626         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
6627
6628         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
6629         * g++.old-deja/g++.mike/p755a.C: Likewise.
6630         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
6631         library makes no calls to `operator new' during initialization.
6632
6633 2000-11-04  Neil Booth  <neilb@earthling.net>
6634
6635         * gcc.dg/cpp/include2.c: New tests.
6636
6637 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
6638
6639         * lib/g++.exp (g++_set_ld_library_path): New function.
6640         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
6641
6642 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
6643
6644         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
6645         warnings.
6646
6647 2000-11-01  Richard Henderson  <rth@redhat.com>
6648
6649         * g++.old-deja/g++.ext/namedret1.C: New.
6650         * g++.old-deja/g++.ext/namedret2.C: New.
6651         * g++.old-deja/g++.ext/namedret3.C: New.
6652
6653 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
6654
6655         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
6656         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
6657
6658 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6659
6660         * gcc.c-torture/execute/va-arg-21.c: New test.
6661
6662 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
6663
6664         * gcc.dg/c99-complex-2.c: New test.
6665
6666 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6667
6668         * gcc.c-torture/execute/stdio-opt-1.c: New test.
6669
6670 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
6671
6672         * g++.old-deja/g++.other/inline16.C: New test.
6673
6674 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
6675
6676         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
6677         __PRETTY_FUNCTION__
6678
6679 2000-10-29  Neil Booth  <neilb@earthling.net>
6680
6681         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
6682         New tests.
6683         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
6684         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
6685         optimisation.
6686
6687 2000-10-29  Neil Booth  <neilb@earthling.net>
6688
6689         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
6690         * mi1.c, mi1c.h: Add null directives to multiple-include test.
6691         * mi5.c: Test multiple includes work with -C.
6692         * trigraphs.c: Test ^= version.
6693
6694 2000-10-28  Neil Booth  <neilb@earthling.net>
6695
6696         New tests and test updates for new macro expander.
6697
6698         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
6699         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
6700         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
6701         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
6702         new diagnostic messages.
6703
6704         * gcc.dg/cpp/macro3.c: New tests.
6705
6706 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
6707
6708         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
6709         on the same line.
6710
6711 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
6712
6713         * g++.old-deja/g++.other/eh2.C: New test.
6714
6715 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
6716
6717         * gcc.c-torture/execute/20001027-1.c: New test.
6718
6719 2000-10-26  Richard Henderson  <rth@redhat.com>
6720
6721         * gcc.c-torture/execute/20001026-1.c: New.
6722
6723 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
6724
6725         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
6726         * g++.old-deja/g++.law/builtin1.C: Likewise.
6727         * g++.old-deja/g++.law/ctors10.C: Likewise.
6728         * g++.old-deja/g++.law/virtual3.C: Likewise.
6729         * g++.old-deja/g++.mike/p658.C: Likewise.
6730         * g++.old-deja/g++.other/sibcall1.C: Likewise.
6731         * g++.old-deja/g++.other/vaarg2.C: Likewise.
6732         * g++.old-deja/g++.robertl/eb124.C: Likewise.
6733         * g++.old-deja/g++.robertl/eb44.C: Likewise.
6734         * g++.old-deja/g++.robertl/eb77.C: Likewise.
6735
6736 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
6737
6738         * gcc.c-torture/compile/20001024-1.c: New test.
6739
6740 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
6741
6742         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
6743         to tell us whether or not we are using V3.
6744
6745 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6746
6747         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
6748         operands.
6749
6750 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6751
6752         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
6753
6754 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
6755
6756         * gcc.c-torture/execute/20001024-1.c: New test.
6757
6758 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
6759
6760         * g++.old-deja/g++.other/sibcall1.C: New test.
6761
6762 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
6763
6764         * gcc.dg/noncompile/init-3.c: New test.
6765
6766 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6767
6768         * gcc.dg/format-array-1.c: New test.
6769
6770 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6771
6772         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
6773         writing through null pointers; remove comment about testing
6774         unterminated strings.
6775
6776 2000-10-17  Matthew Hiller  <hiller@redhat.com>
6777
6778         * gcc.c-torture/execute/20001017-2.c: New test.
6779
6780 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6781
6782         * gcc.c-torture/compile/20001018-1.c: New test.
6783         * gcc.c-torture/compile/20001018-1.x: Xfail.
6784
6785 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6786
6787         * gcc.c-torture/execute/20001017-1.c: New test.
6788
6789 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6790
6791         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
6792         for multiple use of arguments with scanf formats; add tests for
6793         multiple use of arguments.
6794
6795 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
6796
6797         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
6798
6799 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6800
6801         * gcc.dg/format-miss-1.c: New test.
6802
6803 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6804
6805         * gcc.c-torture/execute/20001013-1.c: New test.
6806
6807 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6808
6809         * gcc.dg/format-branch-1.c: New test.
6810
6811 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6812
6813         * README, lib/file-format.exp: Remove EGCS references.
6814
6815 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6816
6817         * gcc.dg/20001013-1.c: New test.
6818
6819 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6820
6821         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
6822         for intmax_t in the compiler using __typeof__ and the type rules
6823         for conditional expressions.
6824
6825 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
6826
6827         * gcc.dg/20001012-1.c: New test.
6828         * gcc.dg/20001012-2.c: New test.
6829
6830 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6831
6832         * gcc.dg/format-attr-1.c: New test.
6833
6834 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6835
6836         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
6837         __LONG_LONG_MAX__ instead of LLONG_MAX.
6838
6839 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6840
6841         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
6842         scanf flags.
6843         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
6844         flags.
6845
6846 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6847
6848         * gcc.dg/sequence-pt-1.c: New test.
6849
6850 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
6851
6852         * gcc.c-torture/execute/20001011-1.c: New testcase.
6853         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
6854
6855 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6856
6857         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
6858         does not error on it.
6859
6860 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6861
6862         * gcc.dg/20001009-1.c: New test.
6863
6864 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6865
6866         * gcc.c-torture/compile/20001009-1.c: Move from here ....
6867         * gcc.c-torture/execute/20001009-2.c: ... to here.
6868
6869 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
6870
6871         * gcc.c-torture/compile/20001009-1.c: New testcase.
6872         * gcc.c-torture/execute/20001009-1.c: New testcase.
6873         Testcases provided by Jan Hubicka <jh@suse.cz>.
6874
6875 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6876
6877         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
6878         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
6879         uintmax_t using <limits.h> to emulate the compiler's internal
6880         logic.  No longer XFAIL %j tests.
6881
6882 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6883
6884         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
6885         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
6886         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
6887         regexps and details of expected handling of some bad formats.
6888         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
6889         suppression.
6890
6891 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6892
6893         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
6894         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
6895         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
6896         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
6897         in list archives.
6898
6899 2000-10-06  Richard Henderson  <rth@cygnus.com>
6900
6901         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
6902         * g++.old-deja/g++.brendan/crash52.C: Likewise.
6903         * g++.old-deja/g++.jason/report.C: Likewise.
6904         * g++.old-deja/g++.law/friend5.C: Likewise.
6905         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
6906         of the expected warnings.
6907
6908 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
6909
6910         * g++.old-deja/g++.pt/enum14.C: New test.
6911
6912 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
6913
6914         * g++.old-deja/g++.pt/crash59.C: New test.
6915
6916 2000-10-04  Will Cohen  <wcohen@redhat.com>
6917
6918         * gcc.dg/20000926-1.c: New test.
6919
6920 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
6921
6922         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
6923         function name for current C++ compiler.
6924         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
6925
6926 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
6927
6928         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
6929         __PRETTY_FUNCTION__.
6930         * g++.old-deja/g++.ext/pretty2.C: Likewise.
6931
6932 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6933
6934         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
6935
6936 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
6937
6938         * gcc.c-torture/compile/20000923-1.c: New test.
6939
6940 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6941
6942         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
6943         * g++.old-deja/g++.pt/ttp62.C: Same.
6944         * g++.old-deja/g++.other/inline14.C: Same.
6945
6946 2000-09-24  Richard Henderson  <rth@cygnus.com>
6947
6948         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
6949
6950 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6951
6952         * gcc.dg/c90-printf-1.c: Add test for wide string format.
6953
6954 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
6955
6956         * gcc.c-torture/compile/20000922-1.c: New file.
6957
6958 2000-09-21  Nick Clifton  <nickc@redhat.com>
6959
6960         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
6961         a signed long modulo operation.
6962         (mod6): New function - perform an unsigned long modulo operation.
6963         (main): Add tests for modulos of very large numbers by very small
6964         dividends.
6965
6966 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6967
6968         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
6969
6970 2000-09-19  Richard Henderson  <rth@cygnus.com>
6971
6972         * gcc.dg/compare2.c (case 10): XFAIL.
6973
6974 2000-09-18  Richard Henderson  <rth@cygnus.com>
6975
6976         * gcc.c-torture/execute/20000906-1.c: Move ...
6977         * gcc.dg/20000906-1.c: ... here.  Only run on targets
6978         that support __builtin_trap.
6979
6980 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
6981
6982         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
6983
6984 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6985
6986         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
6987         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
6988         more $ format tests.
6989
6990 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6991
6992         * gcc.dg/format-errmk-1.c: New test.
6993
6994 2000-09-17  Greg McGary  <greg@mcgary.org>
6995
6996         * gcc.c-torture/execute/20000917-1.x: Remove.
6997
6998 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6999
7000         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
7001
7002 2000-09-17  Greg McGary  <greg@mcgary.org>
7003
7004         * gcc.c-torture/execute/20000917-1.c: New test.
7005         * gcc.c-torture/execute/20000917-1.x: XFAIL.
7006
7007 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
7008
7009         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
7010         in nested macro bug.
7011
7012 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
7013
7014         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
7015
7016 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
7017
7018         * gcc.c-torture/execute/20000914-1.c: New test.
7019
7020 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
7021
7022         * g++.other/inline13.C: New test.
7023
7024 2000-09-12  Andreas Jaeger  <aj@suse.de>
7025
7026         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
7027         constant by Ulrich Drepper <drepper@redhat.com>.
7028
7029 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
7030
7031         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
7032
7033 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7034
7035         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
7036
7037 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
7038
7039         * gcc.dg/cpp/backslash.c: New test.
7040
7041 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
7042
7043         * gcc.c-torture/execute/20000910-1.c: New test.
7044         * gcc.c-torture/execute/20000910-2.c: Likewise.
7045
7046 2000-09-11  Robert Lipe  <robertl@sco.com>
7047
7048         * gcc.dg/pragma-align.c: New test.
7049
7050 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
7051
7052         * g++.old-deja/g++.pt/explicit82.C: New test.
7053         * g++.old-deja/g++.pt/explicit83.C: New test.
7054
7055 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
7056
7057         * gcc.dg/asm-names.c: New test.
7058
7059 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7060
7061         * gcc.dg/cpp/tr-warn6.c: New test
7062
7063 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7064
7065         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
7066         be accepted.
7067
7068 2000-09-07  Catherine Moore  <clm@redhat.com>
7069
7070         * gcc.c-torture/execute/unroll-1.c: New test.
7071
7072 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
7073
7074         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
7075         ERROR markers.
7076         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
7077         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
7078         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
7079         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
7080         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
7081         Preprocess only.
7082         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
7083         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
7084
7085 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7086
7087         * g++.old-deja/g++.pt/deduct2.C: New test.
7088
7089 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7090
7091         * g++.old-deja/g++.pt/parms2.C: New test.
7092
7093 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7094
7095         * g++.old-deja/g++.pt/crash58.C: New test.
7096
7097 2000-09-06  Greg McGary  <greg@mcgary.org>
7098
7099         * gcc.c-torture/execute/20000906-1.c: New test.
7100         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
7101
7102 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7103
7104         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
7105
7106 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7107
7108         * g++.old-deja/g++.pt/crash57.C: New test.
7109
7110 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7111
7112         * g++.old-deja/g++.pt/crash56.C: New test.
7113
7114 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7115
7116         * g++.old-deja/g++.pt/koenig1.C: New test.
7117
7118 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
7119
7120         * gcc.dg/20000904-1.c: New test.
7121
7122 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
7123
7124         * gcc.dg/cpp/paste8.c: New test.
7125
7126 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
7127
7128         * gcc.c-torture/compile/20000827-1.c: New test.
7129
7130 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7131
7132         * gcc.dg/format-diag-1.c: New test.
7133
7134 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7135
7136         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
7137         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
7138         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
7139         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
7140         gcc.dg/formatz-1.c: Adjust warning regular expressions.
7141
7142 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
7143
7144         * g++.old-deja/g++.other/nested4.C: New test.
7145
7146 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
7147
7148         * g++.old-deja/g++.ns/scoped1.C: New test.
7149
7150 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
7151
7152         * lib/g++.exp: Support testing already-installed GCC.
7153
7154 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7155
7156         * wtr-label-1.c, wtr-suffix-1.c: New tests.
7157
7158 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7159
7160         * gcc.dg/return-type-2.c: New test.
7161
7162 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
7163
7164         * gcc.c-torture/compile/20000825-1.c: New test.
7165
7166 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
7167
7168         * gcc.dg/dwarf2-2.c: New test.
7169
7170 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
7171
7172         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
7173         dg-warning regexps.
7174
7175 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7176
7177         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
7178         gcc.dg/format-ext-5.c: New tests.
7179
7180 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
7181
7182         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
7183
7184 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
7185
7186         * gcc.dg/noncompile/930622-2.c: Adjust error message.
7187
7188 2000-08-24  Richard Henderson  <rth@cygnus.com>
7189
7190         * gcc.dg/ia64-sync-1.c: New test.
7191         * gcc.dg/ia64-sync-2.c: New test.
7192         * gcc.dg/ia64-asm-1.c: New test.
7193
7194 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
7195
7196         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
7197         * gcc.dg/format-ext-2.c: New test.
7198
7199 2000-08-23  Jason Merrill  <jason@redhat.com>
7200
7201         * lib/old-dejagnu.exp: Also ignore "In member function" and
7202         "At global scope".
7203
7204 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7205
7206         * gcc.dg/noncompile/label-lineno-1.c: New test.
7207
7208 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7209
7210         * gcc.dg/c99-array-nonobj-1.c: New test.
7211
7212 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7213
7214         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
7215         tests.
7216         * gcc.dg/format-ext-1.c: New test.
7217
7218 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7219
7220         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
7221         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
7222         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
7223         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
7224         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
7225
7226 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7227
7228         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
7229         gcc.dg/c99-strftime-2.c: New tests.
7230
7231 2000-08-22  Richard Henderson  <rth@cygnus.com>
7232
7233         * gcc.c-torture/execute/20000822-1.c: New test.
7234
7235 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
7236
7237         * gcc.c-torture/execute/20000819-1.x: Remove.
7238
7239 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
7240
7241         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
7242         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
7243         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
7244         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
7245         gcc.dg/format-xopen-1.c: New tests.
7246
7247 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
7248
7249         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
7250
7251 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
7252
7253         * g++.old-deja/g++.other/loop2.C: New test.
7254
7255         * gcc.c-torture/compile/20000606-1.c: New test.
7256         * gcc.c-torture/compile/20000728-1.c: New test.
7257         * gcc.c-torture/execute/20000801-1.c: New test.
7258         * gcc.c-torture/execute/20000801-2.c: New test.
7259         * gcc.c-torture/execute/20000819-1.c: New test.
7260         * gcc.c-torture/execute/20000819-1.x: XFAIL.
7261         * gcc.dg/20000629-1.c: New test.
7262         * gcc.dg/20000724-1.c: New test.
7263         * gcc.dg/20000807-1.c: New test.
7264
7265 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
7266
7267         * gcc.dg/cpp/pragma-1.c: New test.
7268         * gcc.dg/cpp/pragma-2.c: New test.
7269
7270 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
7271
7272         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
7273         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
7274
7275 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7276
7277         * gcc.c-torture/compile/20000818-1.c: New test.
7278
7279 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
7280
7281         * gcc.c-torture/execute/20000818-1.c: New test.
7282
7283 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7284
7285         * gcc.dg/format-va-1.c: New test.
7286
7287 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7288
7289         * g++.old-deja/g++.other/typedef8.C: New test.
7290
7291 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7292
7293         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
7294         * g++.old-deja/g++.mike/net36.C: Mark candidate.
7295         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
7296         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
7297         * g++.old-deja/g++.other/ptrmem7.C: New test.
7298         * g++.old-deja/g++.pt/ptrmem10.C: New test.
7299
7300 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7301
7302         * g++.old-deja/g++.pt/typename27.C: New test.
7303
7304 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7305
7306         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
7307         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
7308         * g++.old-deja/g++.pt/friend45.C: New test.
7309         * g++.old-deja/g++.other/friend8.C: New test.
7310
7311 2000-08-15  Richard Henderson  <rth@cygnus.com>
7312
7313         * gcc.c-torture/execute/20000815-1.c: New test.
7314
7315 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
7316
7317         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
7318         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
7319         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
7320
7321 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
7322
7323         * g++.old-deja/g++.other/refinit2.C: New test.
7324
7325 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
7326
7327         * lib/c-torture.exp (c-torture): Make
7328         compiler_conditional_xfail_data global.
7329         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
7330         compiler_conditional_xfail_data machinery.
7331         (f-torture-execute): Likewise.
7332         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
7333         and only when unrolling loops.
7334
7335         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
7336
7337 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7338
7339         * g++.old-deja/g++.pt/explicit81.C: New test.
7340
7341 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7342
7343         * g++.old-deja/g++.pt/typename26.C: New test.
7344
7345 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
7346
7347         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
7348         warning.
7349
7350 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
7351
7352         * g++.old-deja/g++.other/array3.C: New test.
7353
7354 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7355
7356         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
7357         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
7358         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
7359         New tests.
7360
7361 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
7362
7363         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
7364         * g++.old-deja/g++.abi/vmihint.C: Likewise.
7365
7366 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
7367
7368         * gcc.c-torture/execute/20000808-1.c: New test.
7369
7370 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7371
7372         * gcc.dg/c90-const-expr-1.c: New test.
7373
7374 2000-08-08  Richard Henderson  <rth@cygnus.com>
7375
7376         * gcc.dg/noncompile/920923-1.c: Declare calloc.
7377
7378 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
7379
7380         * gcc.dg/noncompile/const-ll-1.c: New test.
7381
7382 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7383
7384         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
7385
7386 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
7387
7388         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
7389         that running programs linked against the shared version of libobjc
7390         run correctly.
7391
7392 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7393
7394         * gcc.dg/c99-printf-1.c: New test.
7395
7396 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7397
7398         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
7399
7400 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
7401
7402         * gcc.c-torture/execute/20000731-1.x: Delete.
7403
7404 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
7405
7406         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
7407         and torture_without_loops as is done by c-torture.exp.
7408         (search_for): Copy from c-torture.exp.
7409         (gcc-dg-runtest): New function, drives a directory of tests
7410         iterating over the TORTURE_OPTIONS.
7411         (scan-assembler, scan-assembler-not): Move here from
7412         individual directory drivers.
7413
7414         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
7415         defined by lib/gcc-dg.exp.
7416         * gcc.dg/cpp/cpp.exp: Likewise.
7417         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
7418         gcc-dg-runtest, so we cycle over optimization options.
7419
7420         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
7421         * gcc.dg/compare2.c: No longer expected to fail.
7422
7423 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
7424
7425         * gcc.c-torture/execute/20000804-1.c: New test.
7426
7427 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7428
7429         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
7430
7431 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
7432
7433         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
7434
7435 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
7436
7437         * gcc.c-torture/compile/20000803-1.c: New test.
7438
7439 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7440
7441         * gcc.c-torture/execute/20000801-3.c,
7442         gcc.c-torture/execute/20000801-4.c: New tests.
7443         * gcc.c-torture/execute/20000801-3.x,
7444         gcc.c-torture/execute/20000801-4.x: Xfail.
7445
7446 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
7447
7448         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
7449         libobjc/.libs to allow for libtool.
7450
7451 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
7452
7453         * gcc.c-torture/compile/20000802-1.c: New test.
7454
7455 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
7456
7457         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
7458
7459 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
7460
7461         * gcc-c-torture/execute/20000731-2.c: New test.
7462
7463         * gcc.c-torture/execute/20000731-1.c: New test.
7464         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
7465
7466 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
7467
7468         * testsuite/gcc.dg/cpp/paste7.c: New test.
7469         * gcc.dg/cpp/20000725-1.c: New test.
7470
7471 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
7472
7473         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
7474         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
7475         declaration warning for __builtin_dwarf_reg_size.
7476
7477         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
7478
7479 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
7480
7481         * gcc.dg/noncompile/voidparam-1.c: New test.
7482
7483 2000-07-30  Richard Henderson  <rth@cygnus.com>
7484
7485         * gcc.dg/c90-digraph-1.c: Don't xfail.
7486         * gcc.dg/compare2.c (case 10): Xfail.
7487         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
7488
7489 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
7490
7491         * gcc.dg/c99-main-1.c: New test.
7492
7493 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7494
7495         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
7496
7497 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
7498
7499         * gcc.c-tortuer/execute/20000726-1.c: New test.
7500
7501 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
7502
7503         * gcc.c-torture/execute/enum-2.c: New test.
7504
7505 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7506
7507         * gcc.dg/cpp/tr-warn3.c: New test.
7508
7509 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7510
7511         * g++.old-deja/g++.ext/implicit1.C: Remove.
7512         * g++.old-deja/g++.jason/c2.C: Remove
7513         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
7514         * g++.old-deja/g++.pt/crash16.C: Likewise.
7515         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
7516
7517 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7518
7519         * g++.old-deja/g++.other/for2.C: New test.
7520
7521 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
7522
7523         * gcc.dg/20000720-1.c: New test.
7524
7525 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
7526
7527         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
7528
7529 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
7530
7531         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
7532         * gcc.c-torture/execute/20000722-1.c: New.
7533         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
7534
7535 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
7536
7537         * gcc.dg/cpp/20000720-1.S: New test.
7538
7539 2000-07-21  Michael Meissner  <meissner@redhat.com>
7540
7541         * gcc.c-torture/execute/ieee/hugeval.c: New test.
7542
7543 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
7544
7545         * g++.old-deja/g++.brendan/crash16.C,
7546         g++.old-deja/g++.brendan/parse3.C,
7547         g++.old-deja/g++.brendan/redecl1.C,
7548         g++.old-deja/g++.ns/template13.C,
7549         g++.old-deja/g++.other/decl4.C,
7550         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
7551
7552 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
7553
7554         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
7555         and "Internal error".
7556
7557         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
7558         regexps.
7559         * gcc.dg/cpp/paste6.c: New test.
7560
7561 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
7562
7563         * gcc.dg/cpp/tr-direct.c: New test.
7564
7565         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
7566         gcc.dg/cpp/undef1.c: Tweak error regexps.
7567
7568 2000-07-18  Eric Christopher <echristo@redhat.com>
7569
7570         * gcc.c-torture/compile/20000718-1.c: New test.
7571
7572 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
7573
7574         * cpplex.c (_cpp_push_token): If the token being pushed back
7575         is the previous token in this context, just subtract one from
7576         context->posn.
7577         * cppmacro.c (save_expansion): Clear aux field when storing a
7578         placemarker.
7579
7580 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
7581
7582         * gcc.dg/noncompile/redecl-1.c: New test.
7583
7584 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
7585
7586         * gcc.c-torture/execute/20000717-5.c: New test.
7587         * gcc.c-torture/execute/20000717-1.x: Removed.
7588
7589 2000-07-17  Richard Henderson  <rth@cygnus.com>
7590
7591         * gcc.c-torture/execute/20000717-4.c: New test.
7592
7593 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
7594
7595         * gcc.dg/cpp/syshdr.c: New test.
7596         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
7597
7598 2000-07-17  Neil Booth  <neilb@earthling.net>
7599
7600         * gcc.dg/cpp/cmdlne-dM.c: New test.
7601         * gcc.dg/cpp/cmdlne-dD.c: New test.
7602
7603 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
7604
7605         * gcc.c-torture/execute/20000717-3.c: New test.
7606
7607         * gcc.c-torture/compile/20000717-1.c: New test.
7608
7609 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
7610
7611         * gcc.c-torture/execute/20000717-2.c: New test.
7612
7613 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7614
7615         * gcc.dg/formatz-1.c: New test.
7616
7617         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
7618         * gcc.dg/c99-digraph-1.c: New tests.
7619
7620         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
7621         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
7622
7623         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
7624         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
7625         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
7626         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
7627         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
7628         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
7629         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
7630
7631 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
7632
7633         * gcc.c-torture/execute/20000717-1.c: New test.
7634         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
7635
7636 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
7637
7638         * gcc.c-torture/execute/20000715-2.c: New test.
7639         * gcc.dg/20000715-1.c: New test.
7640
7641 2000-07-15  Michael Meissner  <meissner@redhat.com>
7642
7643         * gcc.c-torture/execute/20000715-1.c: New test.
7644
7645 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
7646
7647         * gcc.c-torture/execute/20000707-1.c: New test.
7648
7649 2000-07-13  Neil Booth  <NeilB@earthling.net>
7650
7651         * testsuite/gcc.dg/cpp/digraph1.c,
7652         testsuite/gcc.dg/cpp/digraph2.c,
7653         testsuite/gcc.dg/cpp/digraphs.c: New tests.
7654
7655 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
7656
7657         * g77.f-torture/compile/20000630-2.f:  New test.
7658         * g77.f-torture/compile/20000630-2.x
7659
7660 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
7661
7662         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
7663
7664 2000-07-11  Neil Booth  <NeilB@earthling.net>
7665
7666         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
7667
7668 2000-07-11  Neil Booth  <NeilB@earthling.net>
7669
7670         * gcc.dg/cpp/cmdlne-C.c: New.
7671
7672 2000-07-09  Neil Booth  <NeilB@earthling.net>
7673
7674         * gcc.dg/cpp/directiv.c: New tests.
7675         * gcc.dg/cpp/undef1.c: Update.
7676
7677 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
7678
7679         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
7680
7681 2000-07-09  Neil Booth  <NeilB@earthling.net>
7682
7683         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
7684
7685 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
7686
7687         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
7688         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
7689
7690 2000-07-08  Neil Booth  <NeilB@earthling.net>
7691
7692         * gcc.dg/cpp/macsyntx.c: New tests.
7693
7694 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7695
7696         * gcc.dg/20000707-1.c: New test.
7697
7698 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7699
7700         * gcc.c-torture/execute/20000706-1.c: New test.
7701         * gcc.c-torture/execute/20000706-2.c: New test.
7702         * gcc.c-torture/execute/20000706-3.c: New test.
7703         * gcc.c-torture/execute/20000706-4.c: New test.
7704         * gcc.c-torture/execute/20000706-5.c: New test.
7705
7706 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
7707
7708         * g++.old-deja/g++.pt/instantiate7.C: New test.
7709
7710 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
7711
7712         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
7713         * g++.old-deja/g++.mike/thunk3.C: Likewise.
7714         * g++.old-deja/g++.other/rtti3.C: Likewise.
7715         * g++.old-deja/g++.other/rttid3.C: Likewise.
7716
7717 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
7718
7719         *  g77.f-torture/compile/20000630-1.x: Fix typo
7720
7721 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
7722
7723         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
7724         assembly output.
7725
7726 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
7727
7728         * gcc.dg/cpp/ident.c: New test.
7729
7730 2000-07-05  Neil Booth  <NeilB@earthling.net>
7731
7732         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
7733           gcc.dg/cpp/lexstrng.c: New tests.
7734
7735 2000-07-04  Neil Booth  <NeilB@earthling.net>
7736
7737         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
7738         * gcc.dg/cpp/strify2.c: Same.
7739
7740 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
7741
7742         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
7743         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
7744         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
7745         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
7746
7747         * testsuite/gcc.dg/cpp/macro1.c,
7748         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
7749         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
7750         testsuite/gcc.dg/cpp/strify1.c,
7751         testsuite/gcc.dg/cpp/strify2.c: New tests.
7752
7753 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
7754
7755         * gcc.c-torture/execute/20000703-1.c: New test.
7756
7757 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
7758
7759         * g++.old-deja/g++.pt (lookup10.C): New test.
7760
7761 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
7762
7763         * g++.old-deja/g++.pt (typename25.C): New test.
7764
7765 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
7766
7767         * gcc.c-torture/compile/20000701-1.c: New test.
7768
7769 2000-06-30  Nick Clifton  <nickc@cygnus.com>
7770
7771         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
7772         to test case.
7773
7774 2000-06-30  Catherine Moore  <clm@cygnus.com>
7775
7776         * gcc.c-torture/execute/align-1.c: New test.
7777
7778 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
7779
7780         * g++.old-deja/g++.pt/expr8.C: New test.
7781         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
7782
7783 2000-06-29  Nick Clifton  <nickc@cygnus.com>
7784
7785         * gcc.c-torture/compile/20000629-1.c: New test.
7786
7787 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
7788
7789
7790         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
7791         gcc.dg/noncompile directory, depending on whether they're
7792         preprocessor tests or not.  Annotate all the tests for the dg
7793         framework.
7794
7795         * gcc.c-torture/noncompile/noncompile.exp: Delete.
7796         * gcc.dg/noncompile/noncompile.exp: New.
7797
7798         * Moved files:
7799         Old name                                New name
7800         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
7801         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
7802         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
7803         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
7804         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
7805         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
7806         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
7807         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
7808         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
7809         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
7810         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
7811         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
7812         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
7813         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
7814         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
7815         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
7816         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
7817         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
7818         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
7819         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
7820         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
7821         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
7822         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
7823         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
7824
7825         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
7826         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
7827         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
7828         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
7829         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
7830         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
7831
7832 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
7833
7834         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
7835         declare one variable.  On the fourth, error.
7836         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
7837         declared by 20000628-1a.h.
7838
7839 2000-06-29  Richard Henderson  <rth@redhat.com>
7840
7841         * gcc.c-torture/execute/930529-1.x: New file.
7842         * gcc.dg/920413-1.c: Adjust expected warning text.
7843         * gcc.dg/980217-1.c: Declare abort.
7844         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
7845
7846 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
7847
7848         * g77.f-torture/compile/20000629-1.f: New test.
7849         * g77.f-torture/compile/20000629-1.x: Expected to fail.
7850
7851 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
7852
7853         Rearrange lots of files, removing entirely the
7854         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
7855         directories.
7856
7857         * Deleted files:
7858         gcc.c-torture/code_quality/code_quality.exp
7859         gcc.c-torture/special/special.exp
7860         gcc.failure/failure.exp
7861         gcc.failure/940409-1.x
7862         gcc.c-torture/compile/961203-1.x
7863
7864         * New files:
7865         gcc.misc-tests/linkage.exp
7866         gcc.c-torture/execute/920730-1t.c
7867         gcc.c-torture/execute/920730-1t.x
7868         gcc.c-torture/compile/920520-1.x
7869         gcc.c-torture/compile/920521-1.x
7870         gcc.c-torture/compile/981006-1.x
7871         gcc.c-torture/execute/eeprof-1.x
7872
7873         * Moved files (possibly with modifications to fit a new harness):
7874         Old name                                New name
7875         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
7876         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
7877         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
7878         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
7879         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
7880         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
7881         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
7882         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
7883         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
7884         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
7885         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
7886         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
7887         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
7888         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
7889
7890 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
7891
7892         * c-torture/compile/961203-1.x: Delete.
7893
7894         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
7895         not exit. Include stdio.h.
7896         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
7897         * gcc.misc-tests/dg-12.c: Likewise.
7898         * gcc.misc-tests/dg-5.c: Likewise.
7899         * gcc.misc-tests/dg-6.c: Likewise.
7900         * gcc.misc-tests/dg-7.c: Prototype abort.
7901         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
7902         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
7903         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
7904         not exit.
7905         * gcc.misc-tests/sieve.c: Use return from main, not exit.
7906         * gcc.misc-tests/sort2.c: Use return from main, not exit.
7907
7908 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
7909
7910         * gcc.dg/cpp/20000628-1.c: New test.
7911         * gcc.dg/cpp/20000628-1.h: New header for above test.
7912         * gcc.dg/cpp/20000628-1a.h: Likewise.
7913
7914 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
7915
7916         * gcc.dg/cpp: New directory.
7917         * gcc.dg/cpp/cpp.exp: New driver.
7918         * gcc.dg/cpp/20000627-1.c: New test.
7919         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
7920         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
7921         and rewrite as a compilation test.
7922
7923         * gcc.dg: Move many files into the cpp subdirectory, possibly
7924         renaming or editing them as well.
7925         Old name                New name
7926         990119-1.c              cpp/19990119-1.c
7927         990228-1.c              cpp/19990228-1.c
7928         990407-1.c              cpp/19990407-1.c
7929         990409-1.c              cpp/19990409-1.c
7930         990413-1.c              cpp/19990413-1.c
7931         990703-1.c              cpp/19990703-1.c
7932         20000127-1.c            cpp/20000127-1.c
7933         20000129-1.c            cpp/20000129-1.c
7934         20000207-1.c            cpp/20000207-1.c
7935         20000207-2.c            cpp/20000207-2.c
7936         20000209-1.c            cpp/20000209-1.c
7937         20000209-2.c            cpp/20000209-2.c
7938         20000301-1.c            cpp/20000301-1.c
7939         20000419-1.c            cpp/20000419-1.c
7940         20000510-1.S            cpp/20000510-1.S
7941         20000519-1.c            cpp/20000519-1.c
7942         20000529-1.c            cpp/20000529-1.c
7943         20000625-1.c            cpp/20000625-1.c
7944         20000625-2.c            cpp/20000625-2.c
7945         cpp-as1.c               cpp/assert1.c
7946         cpp-as2.c               cpp/assert2.c
7947         cxx-comments-1.c        cpp/cxxcom1.c
7948         cxx-comments-2.c        cpp/cxxcom2.c
7949         endif-label.c           cpp/endif.c
7950         cpp-hash1.c             cpp/hash1.c
7951         cpp-hash2.c             cpp/hash2.c
7952         cpp-if1.c               cpp/if-1.c
7953         cpp-if2.c               cpp/if-2.c
7954         cpp-if3.c               cpp/if-3.c
7955         cpp-if4.c               cpp/if-4.c
7956         cpp-if5.c               cpp/if-5.c
7957         cpp-cond.c              cpp/if-cexp.c
7958         cpp-missingop.c         cpp/if-mop.c
7959         cpp-missingparen.c      cpp/if-mpar.c
7960         cpp-opprec.c            cpp/if-oppr.c
7961         cpp-ifparen.c           cpp/if-paren.c
7962         cpp-shortcircuit.c      cpp/if-sc.c
7963         cpp-shift.c             cpp/if-shift.c
7964         cpp-unary.c             cpp/if-unary.c
7965         cpp-li1.c               cpp/line1.c
7966         cpp-li2.c               cpp/line2.c
7967         lineno.c                cpp/line3.c
7968         lineno-2.c              cpp/line4.c
7969         cpp-mi.c                cpp/mi1.c
7970         cpp-mic.h               cpp/mi1c.h
7971         cpp-micc.h              cpp/mi1cc.h
7972         cpp-mind.h              cpp/mi1nd.h
7973         cpp-mindp.h             cpp/mi1ndp.h
7974         cpp-mix.h               cpp/mi1x.h
7975         cpp-mi2.c               cpp/mi2.c
7976         cpp-mi2a.h              cpp/mi2a.h
7977         cpp-mi2b.h              cpp/mi2b.h
7978         cpp-mi2c.h              cpp/mi2c.h
7979         cpp-mi3.c               cpp/mi3.c
7980         cpp-mi3.def             cpp/mi3.def
7981         poison-1.c              cpp/poison.c
7982         pr-impl.c               cpp/prag-imp.c
7983         cpp-redef-2.c           cpp/redef1.c
7984         cpp-redef.c             cpp/redef2.c
7985         strpaste.c              cpp/strp1.c
7986         strpaste-2.c            cpp/strp2.c
7987         cpp-tradpaste.c         cpp/tr-paste.c
7988         cpp-tradstringify.c     cpp/tr-str.c
7989         cpp-tradwarn1.c         cpp/tr-warn1.c
7990         cpp-tradwarn2.c         cpp/tr-warn2.c
7991         trigraphs.c             cpp/trigraphs.c
7992         cpp-unc1.c              cpp/unc1.c
7993         cpp-unc2.c              cpp/unc2.c
7994         cpp-unc3.c              cpp/unc3.c
7995         cpp-unc.c               cpp/unc4.c
7996         undef.c                 cpp/undef1.c
7997         undef-2.c               cpp/undef2.c
7998         cpp-wi1.c               cpp/widestr1.c
7999
8000 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
8001
8002         * lib/g++.exp (g++_include_flags): Tweak.
8003
8004 2000-06-27  H.J. Lu  <hjl@gnu.org>
8005             Loren J. Rittle  <ljrittle@acm.org>
8006
8007         * lib/g++.exp (g++_include_flags): Override libgloss.exp
8008         version with one that knows about the new gcc tree structure.
8009         (g++_link_flags): Same.
8010
8011 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
8012
8013         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
8014         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
8015         case we are cross-compiling.
8016
8017         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
8018         g++.old-deja/g++.niklas/Makefile.in,
8019         g++.old-deja/g++.niklas/configure.in,
8020         g++.old-deja/g++.other/Makefile.in,
8021         g++.old-deja/g++.other/configure.in,
8022         gcc.c-torture/code_quality/Makefile.in,
8023         gcc.c-torture/code_quality/configure.in,
8024         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
8025         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
8026         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
8027         gcc.c-torture/execute/ieee/Makefile.in,
8028         gcc.c-torture/execute/ieee/configure.in,
8029         gcc.c-torture/noncompile/Makefile.in,
8030         gcc.c-torture/noncompile/configure.in,
8031         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
8032         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
8033         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
8034
8035 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
8036
8037         * g++.old-deja/g++.other/ambig3.C: New test.
8038
8039 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
8040
8041         * g++.old-deja/g++.pt/syntax1.C: New test.
8042         * g++.old-deja/g++.pt/syntax2.C: New test.
8043         * g++.old-deja/g++.other/syntax3.C: New test.
8044         * g++.old-deja/g++.other/syntax4.C: New test.
8045
8046 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
8047
8048         * gcc.dg/20000623-1.c: Prototype exit and abort.
8049
8050 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
8051
8052         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
8053         New tests.
8054         * gcc.dg/cpp-mi3.def: New file.
8055
8056         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
8057         inside assertions.
8058         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
8059         lexer's error messages.
8060         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
8061         divine anything from the linemarkers.
8062         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
8063         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
8064
8065 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
8066
8067         * gcc.dg/20000623-1.c: New test.
8068
8069 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
8070
8071         * gcc.c-torture/execute/20000622-1.c: New test.
8072
8073 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
8074
8075         * g++.old-deja/g++.other/init15.C: New test.
8076
8077 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
8078
8079         * g++.old-deja/g++.pt/vaarg2.C: New test.
8080         * g++.old-deja/g++.pt/vaarg3.C: New test.
8081
8082 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
8083
8084         * g++.old-deja/g++.other/dyncast6.C: New test.
8085
8086 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
8087
8088         * gcc.c-torture/execute/loop-6.c: New test.
8089
8090 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
8091
8092         * gcc.dg/20000614-1.c: New test.
8093         * gcc.dg/20000614-2.c: New test.
8094
8095 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
8096
8097         * g++.old-deja/g++.other/inline12.C: New test.
8098
8099 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
8100
8101         * g++.old-deja/g++.other/eh1.C: New test.
8102
8103 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
8104
8105         * g++.old-deja/g++.other/type.C: New test.
8106
8107 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
8108
8109         * g++.old-deja/g++.other/initstring.C: New test.
8110
8111 2000-06-12  Jason Merrill  <jason@redhat.com>
8112
8113         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
8114
8115 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
8116
8117         * gcc.c-torture/compile/20000609-1.c: New test.
8118
8119 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
8120
8121         * gcc.dg/20000609-1.c: New test.
8122
8123 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
8124
8125         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
8126         * gcc.c-torture/noncompile/poison-1.c: Move...
8127         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
8128         * gcc.dg/cpp-li1.c: Add a token after the #line.
8129
8130 2000-06-05  Richard Henderson  <rth@cygnus.com>
8131
8132         * gcc.c-torture/execute/20000605-2.c: New test.
8133         * gcc.c-torture/execute/20000605-3.c: New test.
8134
8135 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
8136
8137         * g77.f-torture/execute/20000503-1.x: New file.
8138
8139 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
8140
8141         * g++.old-deja/g++.eh/badalloc1.C: New test.
8142
8143 2000-06-05  Richard Henderson  <rth@cygnus.com>
8144
8145         * gcc.c-torture/execute/20000605-1.c: New test.
8146
8147 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
8148             Nathan Sidwell <nathan@codesourcery.com>
8149
8150         * gcc.c-torture/compile/20000605-1.c: New test.
8151
8152 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
8153
8154         * g77.f-torture/compile/20000601-1.f:  New test.
8155
8156 2000-06-03  Richard Henderson  <rth@cygnus.com>
8157
8158         * gcc.c-torture/execute/20000603-1.c: New.
8159
8160 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
8161
8162         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
8163         * gcc.dg/noreturn-2.c (noreturn): Likewise.
8164
8165 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
8166
8167         * gcc.dg/compare2.c (case 12): XFAIL.
8168         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
8169         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
8170
8171         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
8172
8173 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
8174
8175         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
8176         guard macro is already defined when the header is first
8177         included.
8178         * gcc.dg/cpp-mix.h: New file.
8179         * gcc.dg/endif-label.c: Update patterns to match compiler.
8180
8181         * g++.brendan/complex1.C: Declare abort.
8182         * g++.law/refs4.C: Remove XFAIL.
8183         * g++.oliva/expr2.C: Declare abort and exit.
8184
8185 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
8186
8187         * gcc.c-torture/execute/20000528-1.c: New test.
8188
8189         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
8190         * g++.old-deja/g++.law/temps4.C: Likewise.
8191
8192         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
8193         stdlib.h.  Call abort() on failure.
8194         * g++.old-deja/g++.law/refs4.C: Likewise.
8195         * g++.old-deja/g++.law/temps4.C: Likewise.
8196         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
8197         * gcc.c-torture/execute/20000112-1.c: Include string.h.
8198
8199 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
8200
8201         Relative to g++.dg/special:
8202         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
8203
8204         Relative to g++.old-deja:
8205         * g++.brendan/complex1.C, g++.jason/optimize2.C,
8206         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
8207         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
8208         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
8209         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
8210         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
8211         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
8212
8213         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
8214         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
8215         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
8216         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
8217         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
8218         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
8219         and/or string.h.
8220
8221         * g++.other/goto1.C: Update expectations for error messages.
8222
8223 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
8224
8225         * gcc.c-torture/compile/20000523-1.c: New test.
8226
8227 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
8228
8229         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
8230
8231 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
8232
8233         * g++.old-deja/g++.eh/catch11.C: New test.
8234         * g++.old-deja/g++.eh/catch12.C: New test.
8235
8236 2000-05-24  Nick Clifton  <nickc@cygnus.com>
8237
8238         * gcc.c-torture/execute/20000523-1.c: New test.
8239
8240 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
8241
8242         * c-torture/execute/bcp-1.c: Replace abort in arg of
8243         __builtin_constant_p with a generic external function.
8244
8245         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
8246         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
8247         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
8248         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
8249         Prototype abort and/or exit.
8250
8251         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
8252         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
8253         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
8254         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
8255
8256 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
8257
8258         * gcc.dg/dwarf2-1.c: New test.
8259
8260 2000-05-20  Richard Henderson  <rth@cygnus.com>
8261
8262         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
8263
8264 2000-05-20  Andreas Jaeger  <aj@suse.de>
8265
8266         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
8267         testcase.
8268
8269 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
8270
8271         * gcc.c-torture/execute/20000519-2.c: New test.
8272
8273 2000-05-19  Andreas Jaeger  <aj@suse.de>
8274
8275         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
8276         which fails with SSA.
8277
8278         * lib/c-torture.exp: Also test with -O3 -fssa.
8279
8280 2000-05-18  Michael Meissner  <meissner@redhat.com>
8281
8282         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
8283         * gcc.c-torture/execute/920415-1.c: Ditto.
8284         * gcc.c-torture/execute/920501-1.c: Ditto.
8285         * gcc.c-torture/execute/conversion.c: Ditto.
8286         * gcc.c-torture/execute/cvt-1.c: Ditto.
8287
8288 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
8289
8290         * gcc.c-torture/compile/20000518-1.c: New test.
8291
8292 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
8293
8294         * g77.f-torture/compile/200005018.f:  New test.
8295
8296 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
8297
8298         * gcc.c-torture/compile/20000517-1.c: New test.
8299
8300 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8301
8302         * gcc.c-torture/execute/20000516-1.c: New test.
8303
8304 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
8305
8306         * g++.old-deja/g++.other/eh.C: New test.
8307
8308 2000-05-12  Richard Henderson  <rth@cygnus.com>
8309
8310         * gcc.c-torture/execute/990208-1.c (main): Don't pass
8311         constants through to doit's conditional.
8312
8313 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
8314
8315         * gcc.c-torture/compile/20000511-1.c: New test.
8316         * g77.f-torture/compile/20000511-1.f: New test.
8317         * g77.f-torture/compile/20000511-2.f: New test.
8318
8319 2000-05-11  Michael Meissner  <meissner@redhat.com>
8320
8321         * gcc.c-torture/execute/20000511-1.c: New test.
8322
8323 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
8324
8325         * gcc.dg/dg.exp: Scan .S files as well as .c files.
8326         * gcc.dg/20000510-1.S: New.
8327
8328 2000-05-08  Catherine Moore  <clm@cygnus.com>
8329
8330         * gcc.dg/unused-3.c: New.
8331
8332 2000-05-06  Richard Henderson  <rth@cygnus.com>
8333
8334           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
8335           * g++.old-deja/g++.mike/warn1.C: Likewise.
8336           * g++.old-deja/g++.pt/local1.C: Likewise.
8337           * g++.old-deja/g++.pt/local7.C: Likewise.
8338           * g++.old-deja/g++.pt/spec16.C: Likewise.
8339
8340 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
8341
8342         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
8343
8344 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
8345
8346           * g77.f-torture/execute/20000503-1.f:  New test.
8347
8348 2000-05-04  Andreas Jaeger  <aj@suse.de>
8349
8350         * gcc.dg/noreturn-2.c: New test.
8351
8352 2000-05-04  Neil Booth  <NeilB@earthling.net>
8353
8354         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
8355         preprocessor.
8356
8357 2000-05-04  Richard Henderson  <rth@cygnus.com>
8358
8359         * gcc.c-torture/execute/20000503-1.c: Fix typo.
8360
8361 2000-05-04  Richard Henderson  <rth@cygnus.com>
8362
8363         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
8364         OpenSSL by Jason R Thorpe.
8365
8366 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
8367
8368         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
8369
8370 2000-05-03  Robert Lipe <robertlipe@usa.net>
8371
8372         * gcc.dg/20000503-1.c: New test.
8373
8374 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
8375
8376         * gcc.c-torture/compile/20000502-1.c: New test.
8377         * g++.old-deja/g++.other/align.C: New test.
8378         * gcc.dg/cpp-tradstringify.c: New test.
8379
8380 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8381
8382         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
8383         and hard registers.
8384
8385 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
8386
8387         * gcc.c-torture/execute/loop-5.c: New test.
8388
8389 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
8390
8391         * gcc.c-torture/execute/va-arg-20.c: New test.
8392
8393 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
8394
8395         * gcc.c-torture/execute/20000422-1.c: New test.
8396
8397 2000-04-20  Greg McGary  <gkm@gnu.org>
8398
8399         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
8400         when optimizing, but without sibling-call optimizations (-O1).
8401
8402 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
8403
8404           * gcc.c-torture/compile/20000420-1.c: New test.
8405
8406 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
8407
8408         * g++.abi/ptrflags.C: New test.
8409         * g++.eh/catchptr1.C: Test incomplete pointer chains.
8410
8411 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
8412
8413         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
8414
8415 2000-04-19  Greg McGary  <gkm@gnu.org>
8416
8417         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
8418         sibling-call optimizations.
8419
8420 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
8421
8422         * gcc.dg/20000419-1.c: New test.
8423
8424 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
8425
8426         * gcc.c-torture/execute/20000412-6.c: New test.
8427
8428 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
8429
8430         * gcc.c-torture/execute/20000412-5.c: New test.
8431         * g77.f-torture/compile/20000412-1.f: New test.
8432         * gcc.c-torture/execute/20000412-4.c: New test.
8433         * gcc.c-torture/compile/20000412-2.c: New test.
8434         * gcc.c-torture/execute/20000412-3.c: New test.
8435         * gcc.c-torture/compile/20000412-1.c: New test.
8436         * gcc.c-torture/execute/20000412-2.c: New test.
8437
8438 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
8439
8440         * objc/execute/bf-20.m: New test.
8441
8442 2000-04-10  Richard Henderson  <rth@cygnus.com>
8443
8444         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
8445
8446         * gcc.c-torture/execute/20000412-1.c: New test.
8447
8448 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
8449
8450         * g++.old-deja/g++.eh/catchptr1.C: New test.
8451
8452 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
8453
8454         * g++.old-deja/g++.abi/cxa_vec.C: New test.
8455
8456 2000-04-08  Neil Booth  <NeilB@earthling.net>
8457
8458         * gcc.dg/cpp-nullchar.c: Remove test as
8459         embedded nulls cause problems.
8460
8461 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8462
8463         * gcc.dg/compare2.c: New test.
8464
8465 2000-04-08  Neil Booth  <NeilB@earthling.net>
8466
8467         * gcc.dg/cpp-nullchar.c: New test.
8468
8469 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
8470
8471         * gcc.dg/cpp-mi2.c: New test.
8472         * gcc.dg/cpp-mi2[abc].h: New files.
8473
8474 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
8475
8476         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
8477         member name.
8478
8479 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
8480
8481         * g++.old-deja/g++.abi/vmihint.C: New test.
8482
8483 2000-04-06  Neil Booth  <NeilB@earthling.net>
8484
8485         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
8486         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
8487         copyright.
8488
8489 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
8490
8491         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
8492         avoid stack-frame overwrite.
8493
8494 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
8495
8496         * gcc.c-torture/compile/20000405-2.c: New test.
8497         * gcc.c-torture/compile/20000405-3.c: New test.
8498
8499 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8500
8501         * gcc.c-torture/compile/20000405-1.c: New test.
8502
8503 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
8504
8505         * gcc.dg/cast-qual-1.c: Revert last change.
8506
8507 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8508
8509         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
8510
8511 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
8512
8513         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
8514         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
8515
8516 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
8517
8518         * gcc.c-torture/compile/20000403-2.c: New test.
8519         * gcc.c-torture/compile/20000403-1.c: New test.
8520
8521 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
8522
8523         * gcc.c-torture/execute/20000403-1.c: New test.
8524
8525 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
8526
8527         * gcc.c-torture/execute/20000402-1.c: New test.
8528
8529 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
8530
8531         * gcc.c-torture/execute/va-arg-15.c: New test.
8532         * gcc.c-torture/execute/va-arg-16.c: New test.
8533         * gcc.c-torture/execute/va-arg-17.c: New test.
8534         * gcc.c-torture/execute/va-arg-18.c: New test.
8535         * gcc.c-torture/execute/va-arg-19.c: New test.
8536
8537 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
8538
8539         * gcc.c-torture/compile/981211-1.c: Move to...
8540         * gcc.dg/cpp-as1.c: ...here.
8541         * gcc.dg/cpp-as2.c: New file.
8542
8543         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
8544         compiler.
8545
8546 2000-04-02  Neil Booth  <NeilB@earthling.net>
8547
8548         * gcc.dg/cpp-cond.c  New tests.
8549         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
8550         accidental success less likely.
8551         * gcc.dg/cpp-missingop.c  New tests.
8552         * gcc.dg/cpp-missingparen.c  New tests.
8553         * gcc.dg/cpp-shift.c  New tests.
8554         * gcc.dg/cpp-shortcircuit.c  New tests.
8555         * gcc.dg/cpp-unary.c  New tests.
8556
8557 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
8558
8559         * gcc.c-torture/compile/20000329-1.c: New test.
8560
8561 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
8562
8563         * gcc.c-torture/compile/20000326-1.c: New test.
8564         * gcc.c-torture/compile/20000326-2.c: New test.
8565
8566 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
8567
8568         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
8569         the first parameter is a function argument.
8570
8571 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
8572
8573         * g++.old-deja/g++.ext/array4.C: New test.
8574
8575 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
8576
8577         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
8578
8579 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8580
8581         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
8582
8583 2000-03-19  Richard Henderson  <rth@cygnus.com>
8584
8585         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
8586
8587 2000-03-19  Richard Henderson  <rth@cygnus.com>
8588
8589         * gcc.c-torture/compile/20000319-1.c: New test.
8590
8591 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
8592
8593         * gcc.c-torture/execute/20000314-3.c: New test.
8594         * gcc.c-torture/execute/20000314-2.c: New test.
8595         * gcc.c-torture/execute/20000314-1.c: New test.
8596         * gcc.c-torture/compile/20000314-2.c: New test.
8597         * gcc.c-torture/compile/20000314-1.c: New test.
8598
8599 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
8600
8601         * g++.old-deja/g++.warn/inline.C: New test.
8602
8603 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8604
8605         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
8606         standards-compliant result rather than specific constants.
8607         Put test-values in array.
8608
8609 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
8610
8611         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
8612         (g++_target_compile): Put test-specific options last.
8613
8614 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8615
8616         * g++.old-deja/g++.eh/vbase4.C: New test.
8617
8618 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8619
8620         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
8621
8622 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8623
8624         * g++.old-deja/g++.brendan/misc12.C: Removed.
8625         * g++.old-deja/g++.pt/memtemp77.C: Constify.
8626         * g++.old-deja/g++.ext/pretty4.C: New test.
8627
8628 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8629
8630         * g++.old-deja/g++.other/string2.C: New test.
8631
8632 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
8633
8634         * g++.old-deja/g++.warn/impint2.C: New test.
8635
8636 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
8637
8638         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
8639         is 1, not zero.
8640
8641 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
8642
8643         * g++.old-deja/g++.warn/impint.C: New test.
8644         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
8645         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
8646         * g++.old-deja/g++.pt/explicit12.C: Likewise.
8647         * g++.old-deja/g++.pt/explicit13.C: Likewise.
8648         * g++.old-deja/g++.pt/explicit17.C: Likewise.
8649         * g++.old-deja/g++.pt/explicit18.C: Likewise.
8650         * g++.old-deja/g++.pt/explicit19.C: Likewise.
8651         * g++.old-deja/g++.pt/explicit23.C: Likewise.
8652         * g++.old-deja/g++.pt/explicit31.C: Likewise.
8653         * g++.old-deja/g++.pt/explicit35.C: Likewise.
8654         * g++.old-deja/g++.pt/explicit6.C: Likewise.
8655         * g++.old-deja/g++.pt/memclass7.C: Likewise.
8656
8657 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
8658
8659         * gcc.dg/cpp-redef.c: New test.
8660
8661 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
8662
8663         * g++.old-deja/g++.pt/unify7.C: New test.
8664
8665 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8666
8667         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
8668         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
8669
8670 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
8671
8672         * gcc.c-torture/compile/20000224-1.c: New test.
8673
8674 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8675
8676         * gcc.c-torture/compile/cpp-2.c: New test.
8677         * gcc.c-torture/compile/cpp-1.c: New test.
8678
8679 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
8680
8681         * gcc.c-torture/execute/20000225-1.c: New test.
8682
8683 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8684
8685         * gcc.dg/cpp-li2.c: New test.
8686
8687         * gcc.dg/cpp-wi1.c: New test.
8688
8689         * gcc.dg/cpp-li1.c: New test.
8690
8691 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
8692
8693         * g++.old-deja/g++.other/sizeof5.C: New test.
8694
8695 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8696
8697         * gcc.c-torture/execute/va-arg-13.c: New test.
8698
8699 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
8700
8701         * gcc.c-torture/execute/va-arg-12.c: New test.
8702
8703 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
8704
8705         * gcc.c-torture/execute/20000223-1.c: New test.
8706
8707 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
8708
8709         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
8710
8711 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
8712
8713         * g++.old-deja/g++.abi/ptrmem.C: New test.
8714
8715 2000-02-19  Richard Henderson  <rth@cygnus.com>
8716
8717         * gcc.c-torture/compile/init-3.c: New.
8718
8719 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8720
8721         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
8722         ALWAYS_CXXFLAGS.
8723
8724 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
8725
8726         * gcc.c-torture/compile/20000211-3.c: New test.
8727
8728 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
8729
8730         * gcc.c-torture/compile/20000211-2.c: New test.
8731
8732 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
8733
8734         * gcc.c-torture/compile/20000211-1.c: New test.
8735
8736 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
8737
8738         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
8739           on native targets
8740
8741 2000-02-08  Nathan Sidwell  <nathan@acm.org>
8742
8743         * g++.old-deja/g++.other/cast5.C: New test.
8744
8745 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
8746
8747         * gcc.c-torture/execute/20000205-1.c: New.
8748
8749 2000-02-03  Nathan Sidwell  <nathan@acm.org>
8750
8751         * g++.old-deja/g++.jason/cast3.C: Return void.
8752         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
8753
8754 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8755
8756         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
8757
8758         * gcc.dg/loop-1.c: New test.
8759
8760 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
8761
8762         * gcc.c-torture/compile/20000127-1.c: New test.
8763         * gcc.c-torture/execute/991228-1.c: New test.
8764
8765 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8766
8767         * gcc.dg/unused-2.c: New test.
8768
8769         * gcc.dg/conv-1.c: New test.
8770
8771 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8772
8773         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
8774         compiler.
8775         (tool_option_proc): Fix typo.
8776
8777 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
8778
8779         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
8780         of the ld on the host, not on the build machine.
8781         Also, don't crash if '--help' is not a supported option.
8782
8783 2000-01-24  Richard Henderson  <rth@cygnus.com>
8784
8785         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
8786
8787 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
8788
8789         * gcc.c-torture/execute/20000120-2.c: New test.
8790         * gcc.c-torture/execute/20000120-1.c: New test.
8791
8792 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
8793
8794         * gcc.c-torture/execute/20000113-1.c: New test.
8795
8796 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
8797
8798         * gcc.c-torture/execute/20000112-1.c: New test.
8799
8800 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8801
8802         * gcc.dg/20000111-1.c: New test.
8803
8804 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
8805
8806         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
8807         with 16 bit integers.
8808
8809 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8810
8811         * gcc.dg/20000108-1.c: New test.
8812
8813 2000-01-05  Nathan Sidwell  <nathan@acm.org>
8814
8815         * g++.old-deja/g++.ns/koenig8.C: New test.
8816
8817 2000-01-05  Nathan Sidwell  <nathan@acm.org>
8818
8819         * g++.old-deja/g++.other/cast4.C: New test.
8820
8821 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
8822
8823         * gcc.c-torture/compile/20000105-2.c: New test.
8824         * gcc.c-torture/compile/20000105-1.c: New test.
8825
8826 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8827
8828         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
8829         references to printf & atoi to conform to ANSI standard.
8830         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
8831         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
8832         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
8833         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
8834         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
8835         * g++.old-deja/g++.brendan/complex1.C: Likewise.
8836         * g++.old-deja/g++.brendan/copy1.C: Likewise.
8837         * g++.old-deja/g++.brendan/copy2.C: Likewise.
8838         * g++.old-deja/g++.brendan/copy3.C: Likewise.
8839         * g++.old-deja/g++.brendan/copy4.C: Likewise.
8840         * g++.old-deja/g++.brendan/copy5.C: Likewise.
8841         * g++.old-deja/g++.brendan/copy6.C: Likewise.
8842         * g++.old-deja/g++.brendan/copy7.C: Likewise.
8843         * g++.old-deja/g++.brendan/copy8.C: Likewise.
8844         * g++.old-deja/g++.brendan/crash11.C: Likewise.
8845         * g++.old-deja/g++.brendan/crash14.C: Likewise.
8846         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
8847         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
8848         * g++.old-deja/g++.brendan/delete2.C: Likewise.
8849         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
8850         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
8851         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
8852         * g++.old-deja/g++.brendan/eh1.C: Likewise.
8853         * g++.old-deja/g++.brendan/groff1.C: Likewise.
8854         * g++.old-deja/g++.brendan/init3.C: Likewise.
8855         * g++.old-deja/g++.brendan/misc12.C: Likewise.
8856         * g++.old-deja/g++.brendan/misc7.C: Likewise.
8857         * g++.old-deja/g++.brendan/new2.C: Likewise.
8858         * g++.old-deja/g++.brendan/operators4.C: Likewise.
8859         * g++.old-deja/g++.brendan/operators5.C: Likewise.
8860         * g++.old-deja/g++.brendan/overload2.C: Likewise.
8861         * g++.old-deja/g++.brendan/overload7.C: Likewise.
8862         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
8863         * g++.old-deja/g++.brendan/reference1.C: Likewise.
8864         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
8865         * g++.old-deja/g++.brendan/template24.C: Likewise.
8866         * g++.old-deja/g++.brendan/template3.C: Likewise.
8867         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
8868         * g++.old-deja/g++.jason/inline3.C: Likewise.
8869         * g++.old-deja/g++.jason/opeq.C: Likewise.
8870         * g++.old-deja/g++.law/arg5.C: Likewise.
8871         * g++.old-deja/g++.law/arm7.C: Likewise.
8872         * g++.old-deja/g++.law/ctors11.C: Likewise.
8873         * g++.old-deja/g++.law/cvt8.C: Likewise.
8874         * g++.old-deja/g++.law/init9.C: Likewise.
8875         * g++.old-deja/g++.law/refs4.C: Likewise.
8876         * g++.old-deja/g++.law/template2.C: Likewise.
8877         * g++.old-deja/g++.law/visibility24.C: Likewise.
8878         * g++.old-deja/g++.law/vtable3.C: Likewise.
8879         * g++.old-deja/g++.mike/asm2.C: Likewise.
8880         * g++.old-deja/g++.mike/eh1.C: Likewise.
8881         * g++.old-deja/g++.mike/misc1.C: Likewise.
8882         * g++.old-deja/g++.mike/misc13.C: Likewise.
8883         * g++.old-deja/g++.mike/misc14.C: Likewise.
8884         * g++.old-deja/g++.mike/ns12.C: Likewise.
8885         * g++.old-deja/g++.mike/p1248.C: Likewise.
8886         * g++.old-deja/g++.mike/p3708.C: Likewise.
8887         * g++.old-deja/g++.mike/p3708a.C: Likewise.
8888         * g++.old-deja/g++.mike/p3708b.C: Likewise.
8889         * g++.old-deja/g++.mike/p646.C: Likewise.
8890         * g++.old-deja/g++.mike/p700.C: Likewise.
8891         * g++.old-deja/g++.mike/p783.C: Likewise.
8892         * g++.old-deja/g++.mike/p783a.C: Likewise.
8893         * g++.old-deja/g++.mike/p783b.C: Likewise.
8894         * g++.old-deja/g++.mike/p786.C: Likewise.
8895         * g++.old-deja/g++.mike/p789.C: Likewise.
8896         * g++.old-deja/g++.mike/p789a.C: Likewise.
8897         * g++.old-deja/g++.mike/p807a.C: Likewise.
8898         * g++.old-deja/g++.other/delete3.C: Likewise.
8899         * g++.old-deja/g++.other/dyncast1.C: Likewise.
8900         * g++.old-deja/g++.other/dyncast2.C: Likewise.
8901         * g++.old-deja/g++.other/dyncast3.C: Likewise.
8902         * g++.old-deja/g++.other/empty1.C: Likewise.
8903         * g++.old-deja/g++.other/temporary1.C: Likewise.
8904         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
8905         * g++.old-deja/g++.pt/t16.C: Likewise.
8906         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
8907
8908 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
8909
8910         * gcc.dg/991230-1.c: New test.
8911
8912 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
8913
8914         * gcc.c-torture/compile/991229-3.c: New test.
8915         * gcc.c-torture/compile/991229-2.c: New test.
8916         * gcc.c-torture/compile/991229-1.c: New test.
8917
8918 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
8919
8920         * gcc.c-torture/compile/labels-2.c: New test.
8921
8922 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
8923
8924         * gcc.c-torture/execute/991227-1.c: New test.
8925
8926 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8927
8928         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
8929
8930 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
8931
8932         * gcc.c-torture/execute/991221-1.c: New test.
8933
8934 1999-12-20  Nathan Sidwell  <nathan@acm.org>
8935
8936         * g++.old-deja/g++.other/cast3.C: New test.
8937
8938 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8939
8940         * gcc.c-torture/execute/991216-4.c: New test.
8941
8942 1999-12-16  Michael Meissner  <meissner@cygnus.com>
8943
8944         * gcc.c-torture/execute/991216-1.c: New test.
8945         * gcc.c-torture/execute/991216-2.c: New test.
8946         * gcc.c-torture/execute/991216-3.c: New test.
8947
8948 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8949
8950         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
8951         Actually make the test fail by using "-O2" for compilation.
8952
8953 1999-12-15  Nathan Sidwell  <nathan@acm.org>
8954
8955         * g++.old-deja/g++.warn/cast-align1.C: New test.
8956
8957 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8958
8959         * gcc.c-torture/compile/991214-1.c: New test.
8960         * gcc.c-torture/compile/991214-2.c: New test.
8961
8962 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8963
8964         * gcc.dg/991214-1.c: New test.
8965
8966 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
8967
8968         * gcc.c-torture/compile/991213-3.c: New test.
8969         * gcc.c-torture/compile/991213-2.c: New test.
8970         * gcc.c-torture/compile/991213-1.c: New test.
8971
8972 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
8973
8974         * gcc.dg/991209-1.c: New test.
8975
8976 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
8977
8978         * gcc.c-torture/compile/991208-1.c: New test.
8979
8980 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8981
8982         * gcc.dg/ultrasp2.c: New test.
8983
8984 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
8985
8986         * g++.old-deja/g++.abi/align.C (main): Fix typo.
8987
8988 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8989
8990         * gcc.c-torture/compile/991202-1.c: New test.
8991         * gcc.c-torture/execute/991202-1.c: New test.
8992         * gcc.c-torture/execute/991202-2.c: New test.
8993         * gcc.c-torture/execute/991202-3.c: New test.
8994
8995 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
8996
8997         * g++.old-deja/g++.abi/align.C: New test.
8998         * g++.old-deja/g++.abi/aggregates.C: Likewise.
8999         * g++.old-deja/g++.abi/bitfields.C: Likewise.
9000
9001 1999-12-01  Richard Henderson  <rth@cygnus.com>
9002
9003         * gcc.c-torture/execute/991201-1.c: New.
9004
9005 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
9006
9007         * gcc.dg/991129-1.c: New test.
9008
9009 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
9010
9011         * gcc.c-torture/compile/991127-1.c: New test.
9012
9013 1999-11-22  Nathan Sidwell  <nathan@acm.org>
9014
9015         * g++.old-deja/g++.other/warn4.C: New test.
9016
9017 1999-11-22  Nathan Sidwell  <nathan@acm.org>
9018
9019         * g++.old-deja/g++.eh/cleanup2.C: New test.
9020         * g++.old-deja/g++.ext/pretty2.C: New test.
9021         * g++.old-deja/g++.ext/pretty3.C: New test.
9022         * g++.old-deja/g++.other/debug6.C: New test.
9023
9024 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
9025
9026         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
9027         compiler_output to look for one error message instead of two.
9028
9029 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
9030
9031         * gcc.c-torture/execute/991118-1.c: Also test case
9032         where the word boundary does not split a byte evenly.
9033
9034 1999-11-19  Nathan Sidwell  <nathan@acm.org>
9035
9036         * g++.old-deja/g++.ext/restrict1.C: New test.
9037
9038 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9039
9040         * gcc.c-torture/execute/991118-1.c: New test.
9041
9042 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
9043
9044         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
9045         working directory pathnames.
9046
9047 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
9048
9049         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
9050         host is equipped with driver.h and driver.o so it can actually
9051         compile and run the tests.
9052
9053 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
9054
9055         * gcc.c-torture/compile/991008-1.c: New test.
9056
9057 1999-11-08  Nick Clifton  <nickc@cygnus.com>
9058
9059         * lib/gcc-dg.exp: Include target-supports.exp
9060
9061 1999-11-05  Nick Clifton  <nickc@cygnus.com>
9062
9063         * lib/target-supports.exp: New file: Provide procs to test for
9064         features supported by the target.
9065         (check_weak_available): Moved here from ecos.exp.
9066         (check_alias_available): New proc: Determine of the target
9067         toolchain supports the alias attribute.
9068
9069         * gcc.dg/special/ecos.exp: Move check_weak_available to
9070         target-supports.exp.
9071         (alias-1.c): Only perform the test if the target supports
9072         aliases.
9073         (wkali-1.c): Only perform the test if the target supports
9074         aliases.
9075
9076         * gcc.dg/990506-0.c: Expect error messages from cross
9077         targets as well as native targets.
9078
9079 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9080
9081         * gcc.dg/ultrasp1.c: Removed xfail.
9082         * gcc.dg/struct-ret-2.c: Likewise.
9083         * gcc.dg/array-1.c: Likewise.
9084
9085 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9086
9087         * gcc.dg/struct-ret-2.c: New test.
9088
9089         * gcc.dg/array-1.c: New test.
9090
9091 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
9092
9093         * gcc.c-torture/execute/991030-1.c: New test.
9094
9095 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
9096
9097         * gcc.c-torture/compile/991026-2.c: New test.
9098
9099 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
9100
9101         * gcc.c-torture/compile/991026-1.c: New test.
9102
9103 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
9104
9105         * gcc.c-torture/execute/991023-1.c: New test.
9106
9107 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
9108
9109         * gcc.c-torture/execute/991019-1.c: New test.
9110
9111 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
9112
9113         * gcc.c-torture/execute/991016-1.c: New test.
9114
9115 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
9116
9117         * gcc.c-torture/execute/991014-1.c: New test.
9118
9119 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
9120
9121         * g++.old-deja/g++.other/union2.C: New test.
9122
9123 1999-10-13  Nathan Sidwell  <nathan@acm.org>
9124
9125         * g++.old-deja/g++.other/vaarg2.C: New test.
9126         * g++.old-deja/g++.other/vaarg3.C: New test.
9127
9128 1999-10-12  Craig Burley  <craig@jcb-sc.com>
9129
9130         * g77.f-torture/noncompile/19990905-1.f: Moved from being
9131         in compile/.
9132
9133 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
9134
9135         * gcc.c-torture/execute/va-arg-11.c: New test.
9136
9137 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
9138
9139         * lib/file-format.exp (gcc_target_object_format): Don't
9140         crash if objdump is unavailable.
9141
9142 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
9143
9144         * gcc.misc-tests/mg.exp: delete extraneous redirection.
9145
9146 1999-09-28  Nick Clifton  <nickc@cygnus.com>
9147
9148         * gcc.c-torture/compile/990928-1.c: New test.
9149
9150 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
9151
9152         * g++.old-deja/g++.other/decl6.C: New test.
9153
9154 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9155
9156         * gcc.c-torture/execute/va-arg-10.c: New test.
9157
9158 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
9159
9160         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
9161         __PRETTY_FUNCTION__.
9162
9163 1999-09-23  Nick Clifton  <nickc@cygnus.com>
9164
9165         * gcc.c-torture/execute/990923-1.c: New test.
9166
9167 1999-09-21  Nick Clifton  <nickc@cygnus.com>
9168
9169         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
9170         for which -fpic is inappropriate.
9171
9172 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
9173
9174         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
9175
9176 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
9177
9178         * g++.old-deja/g++.other/dyncast1.C: New test.
9179         * g++.old-deja/g++.other/dyncast2.C: New test.
9180         * g++.old-deja/g++.other/dyncast3.C: New test.
9181         * g++.old-deja/g++.other/dyncast4.C: New test.
9182         * g++.old-deja/g++.other/dyncast5.C: New test.
9183         * g++.old-deja/g++.eh/catch3.C: New test.
9184         * g++.old-deja/g++.eh/catch3p.C: New test.
9185         * g++.old-deja/g++.eh/catch4.C: New test.
9186         * g++.old-deja/g++.eh/catch4p.C: New test.
9187         * g++.old-deja/g++.eh/catch5.C: New test.
9188         * g++.old-deja/g++.eh/catch5p.C: New test.
9189         * g++.old-deja/g++.eh/catch6.C: New test.
9190         * g++.old-deja/g++.eh/catch6p.C: New test.
9191         * g++.old-deja/g++.eh/catch7.C: New test.
9192         * g++.old-deja/g++.eh/catch7p.C: New test.
9193         * g++.old-deja/g++.eh/catch8.C: New test.
9194         * g++.old-deja/g++.eh/catch8p.C: New test.
9195         * g++.old-deja/g++.eh/catch9.C: New test.
9196         * g++.old-deja/g++.eh/catch9p.C: New test.
9197
9198 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
9199
9200         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
9201         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
9202
9203 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
9204
9205         * gcc.c-torture/compile/990913-1.c: New test.
9206
9207 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
9208
9209         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
9210         * g++.old-deja/g++.jason/rfg5.C: Likewise.
9211
9212 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
9213
9214         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
9215
9216 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
9217
9218         * g++.old-deja/g++.other/lookup11.C: New test.
9219         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
9220         what is permitted and what we want.
9221         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
9222         overload use.
9223         * g++.old-deja/g++.jason/rfg5.C: Likewise
9224
9225 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
9226
9227         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
9228         * gcc.c-torture/noncompile/poison-1.c: New file.
9229
9230 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
9231
9232         * g++.old-deja/g++.other/sizeof3.C: New test.
9233         * g++.old-deja/g++.other/sizeof4.C: New test.
9234         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
9235         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
9236
9237 1999-09-07  Richard Henderson  <rth@cygnus.com>
9238
9239         * gcc.dg/va-arg-1.c: New.
9240
9241 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9242
9243         * gcc.c-torture/execute/va-arg-9.c: New test.
9244
9245 1999-09-05  Craig Burley  <craig@jcb-sc.com>
9246
9247         * g77.f-torture/compile/980519-2.f: New test.
9248         * g77.f-torture/compile/19990905-0.f: New test.
9249         * g77.f-torture/compile/19990905-1.f: New test.
9250         * g77.f-torture/compile/19990905-2.f: New test.
9251
9252         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
9253
9254 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
9255
9256         * gcc.c-torture/execute/990827-1.c: Fix typo.
9257
9258 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
9259
9260         * g++.old-deja/g++.other/deref1.C: New test.
9261
9262 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
9263
9264         * g++.old-deja/g++.other/ambig2.C: New test.
9265         * g++.old-deja/g++.other/cond5.C: New test.
9266         * g++.old-deja/g++.other/lookup16.C: New test.
9267
9268 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
9269
9270         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
9271         assemblers too.
9272
9273 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
9274
9275         * lib/c-torture.exp: Avoid the "compare executables" optimization
9276         when testing native.
9277
9278 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
9279
9280         * gcc.c-torture/execute/990829-1.c: New test.
9281         * gcc.c-torture/compile/990829-1.c: New test.
9282
9283 1999-08-27  Paul Burchard  <burchard@pobox.com>
9284
9285         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
9286         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
9287         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
9288         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
9289         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
9290         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
9291         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
9292         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
9293         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
9294         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
9295         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
9296
9297 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
9298
9299         * gcc.c-torture/execute/990827-1.c: New test.
9300
9301 1999-08-26  Craig Burley  <craig@jcb-sc.com>
9302
9303         * g77.f-torture/noncompile/19990826-4.f: New test.
9304
9305         * g77.f-torture/compile/19990826-3.f: New test.
9306
9307         * g77.f-torture/execute/19990826-2.f: New test.
9308
9309         * g77.f-torture/compile/19990826-1.f: New test.
9310
9311         * gcc.c-torture/execute/990826-0.c: New test.
9312         * g77.c-torture/execute/19990826-0.f: New test.
9313
9314         * g77.f-torture/noncompile/970626-2.f: New test.
9315
9316 1999-08-25  Paul Burchard  <burchard@pobox.com>
9317
9318         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
9319         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
9320         lss-011.C: New tests.
9321
9322 1999-08-25  Nathan Sidwell  <nathan@acm.org>
9323
9324         * g++.old-deja/g++.other/decl5.C: New test.
9325
9326 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9327
9328         * noncompile/noncompile.exp: Load_lib c-torture.exp.
9329         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
9330         call `postbase' for each one.  All callers of `postbase' changed
9331         to call this instead.
9332
9333 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
9334
9335         * gcc.c-torture/execute/990811-1.c: New test.
9336
9337 1999-08-09  Nick Clifton  <nickc@cygnus.com>
9338
9339         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
9340         just native ones.
9341
9342         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
9343         just native ones.
9344
9345 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
9346
9347         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
9348
9349 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
9350
9351         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
9352
9353 1999-08-04  Nathan Sidwell  <nathan@acm.org>
9354
9355         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
9356
9357 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
9358
9359         * gcc.c-torture/execute/990804-1.c: New test.
9360
9361 1999-08-03  Nathan Sidwell  <nathan@acm.org>
9362
9363         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
9364         * g++.old-deja/g++.brendan/crash64.C: Likewise
9365         * g++.old-deja/g++.brendan/overload8.C: Likewise
9366
9367 1999-08-03  Nathan Sidwell  <nathan@acm.org>
9368
9369         * g++.old-deja/g++.other/struct1.C: New test.
9370
9371 1999-08-03  Nathan Sidwell  <nathan@acm.org>
9372
9373         * g++.old-deja/g++.other/enum2.C: New test.
9374
9375 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
9376
9377         Adapted from tests from Franz Sirl:
9378         * gcc.c-torture/execute/va-arg-7.c: New test.
9379         * gcc.c-torture/execute/va-arg-8.c: New test.
9380
9381 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
9382
9383         * gcc.c-torture/compile/990801-2.c: New test.
9384
9385         * gcc.c-torture/compile/990801-1.c: New test.
9386
9387 1999-07-27  Michael Meissner  <meissner@cygnus.com>
9388
9389         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
9390         fp-cmp-1.c, converting double to float.
9391
9392         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
9393         fp-cmp-1.c, converting double to long double.
9394
9395         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
9396         from fr1 to unknown_register, since fr1 is a legitimate register
9397         on some machines.
9398
9399 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
9400
9401         * README: More listname related changes.
9402
9403 1999-07-08  Catherine Moore  <clm@cygnus.com>
9404
9405         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
9406
9407 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
9408
9409         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
9410
9411 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
9412
9413         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
9414
9415 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
9416
9417         * gcc.dg/990703-1.c: New test.
9418
9419 1999-06-29  Nick Clifton  <nickc@cygnus.com>
9420
9421         * lib/file-format.exp: New file: Move definition of proc
9422         gcc_target_object_format to here from
9423         gcc.dg/special/ecos.exp.
9424
9425         * lib/c-torture.exp: Include lib file-format.exp.
9426         * lib/gcc-dg.exp: Include lib file-format.exp.
9427
9428         * gcc.dg/special/ecos.exp: Remove definition of proc
9429         gcc_target_object_format.
9430
9431 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
9432
9433         * gcc.c-torture/execute/990628-1.c: New test.
9434
9435 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
9436
9437         * gcc.c-torture/compile/990625-2.c: New test.
9438
9439         * gcc.c-torture/compile/990625-1.c: New test.
9440
9441 1999-06-23  Nick Clifton  <nickc@cygnus.com>
9442
9443         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
9444         attributes compile.
9445         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
9446         ports that use the COFF/PE file format.
9447
9448 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
9449
9450         * gcc.c-torture/compile/990617-1.c: New test.
9451
9452 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
9453
9454         * g++.old-deja/g++.other/decl4.C: New test.
9455
9456 1999-06-14  Nathan Sidwell  <nathan@acm.org>
9457
9458         * g++.old-deja/g++.other/bitfld3.C: New test.
9459
9460 1999-06-08  Nathan Sidwell  <nathan@acm.org>
9461
9462         * g++.old-deja/g++.eh/catch1.C: New test.
9463
9464 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
9465
9466         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
9467
9468         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
9469         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
9470
9471 1999-06-05  Craig Burley  <craig@jcb-sc.com>
9472
9473         * g77.f-torture/compile/19990502-0.f: Replace with new,
9474         shorter, test that still fails after recent changes.
9475
9476 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9477
9478         * gcc.c-torture/execute/990604-1.c: New test.
9479
9480 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
9481
9482         * gcc.c-torture/execute/990531-1.c: New test.
9483
9484 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9485
9486         * gcc.c-torture/compile/990527-1.c: New test.
9487
9488 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
9489
9490         * gcc.c-torture/execute/990527-1.c: New test.
9491
9492 1999-05-25  Nick Clifton  <nickc@cygnus.com>
9493
9494         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
9495         bitfields as signed.
9496
9497 1999-05-25  Craig Burley  <craig@jcb-sc.com>
9498
9499         * g77.f-torture/compile/19990525-0.f: New test.
9500
9501 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
9502
9503         * gcc.c-torture/execute/990525-2.c: New test.
9504
9505         * gcc.c-torture/execute/990525-1.c: New test.
9506
9507 1999-05-24  Nathan Sidwell  <nathan@acm.org>
9508
9509         * g++.old-deja/g++.other/anon3.C: New test.
9510         * g++.old-deja/g++.other/anon4.C: New test.
9511         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
9512         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
9513         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
9514         Merrill).
9515
9516 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
9517
9518         * gcc.c-torture/execute/990524-1.c: New test.
9519
9520         * gcc.dg/990524-1.c: New test.
9521
9522 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9523
9524         * gcc.c-torture/compile/990523-1.c: New test.
9525
9526 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
9527
9528         * gcc.c-torture/compile/990519-1.c: New test.
9529
9530 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9531
9532         * gcc.c-torture/compile/990517-1.c: New test.
9533
9534         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
9535         (e4, f4): New tests.
9536         (main): Call them.
9537
9538 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9539
9540         * gcc.dg/noreturn-1.c: New test.
9541
9542 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
9543
9544         * gcc.c-torture/execute/990513-1.c: New test.
9545
9546 1999-05-10  Richard Henderson  <rth@cygnus.com>
9547
9548         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
9549
9550 1999-05-10  Craig Burley  <craig@jcb-sc.com>
9551
9552         * g77.f-torture/execute/erfc.f: Use small single-precision
9553         values, to avoid problems on Alphas when not -mieee.
9554
9555 1999-05-08  Craig Burley  <craig@jcb-sc.com>
9556
9557         * gcc.dg/990506-0.c: New test.
9558
9559 1999-05-08  Richard Henderson  <rth@cygnus.com>
9560
9561         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
9562         the constant to test.  Don't XFAIL 64-bit targets.
9563
9564         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
9565         * g++.old-deja/g++.law/profile1.C: Likewise.
9566
9567         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
9568         operator new instances.
9569         * g++.old-deja/g++.other/delete5.C: Likewise.
9570
9571 1999-05-03  Craig Burley  <craig@jcb-sc.com>
9572
9573         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
9574         intrinsic.
9575
9576 1999-05-03  Craig Burley  <craig@jcb-sc.com>
9577
9578         * g77.f-torture/execute/u77-test.f: Reverse order of two
9579         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
9580
9581 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9582
9583         * gcc.dg/compare1.c: New test.
9584
9585 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9586
9587         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
9588         New tests.
9589
9590 1999-05-02  Craig Burley  <craig@jcb-sc.com>
9591
9592         * g77.f-torture/compile/19990502-1.f: New test.
9593
9594 1999-05-02  Craig Burley  <craig@jcb-sc.com>
9595
9596         * g77.f-torture/compile/19990502-0.f: New test.
9597
9598 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
9599
9600         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
9601         intrinsic.
9602
9603 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
9604
9605         * g77.f-torture/execute/u77-test.f (main): List libU77
9606         intrinsics not currently tested.
9607         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
9608         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
9609         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
9610         Trim blanks off the ends of some printed strings.
9611
9612 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
9613
9614         * g77.f-torture/execute/u77-test.f (main): Just warn about
9615         FSTAT gid disagreement, as it's expected on some systems.
9616
9617 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
9618
9619         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
9620         use a new function, which allows for some slop.
9621         Clean up some commentary.
9622         (issum): The new function.
9623         (sgladd): Deleted subroutine.
9624
9625 1999-05-01  Craig Burley  <craig@jcb-sc.com>
9626
9627         * g77.f-torture/execute/u77-test.f: Modify to be more like
9628         libf2c/libU77 version, bringing patches to that version here.
9629         Add suitable commentary.
9630
9631 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
9632
9633         * gcc.dg/990424-1.c: New test.
9634
9635 1999-04-24  Craig Burley  <craig@jcb-sc.com>
9636
9637         * g77.f-torture/execute/u77-test.f (main): Bug involving
9638         LSTAT has been fixed, so turn back on full checking.
9639
9640 1999-04-20  Craig Burley  <craig@jcb-sc.com>
9641
9642         * g77.f-torture/compile/19990419-0.f: New test.
9643         * g77.f-torture/execute/19990419-1.f: New test.
9644
9645 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
9646
9647         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
9648         to avoid the need for a prototype to supress a warning.
9649
9650 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
9651
9652         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
9653
9654 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
9655
9656         * gcc.c-torture/execute/990404-1.c: New test.
9657
9658 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9659
9660         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
9661         * gcc.dg/cpp-if3.c: Don't use -pedantic.
9662         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
9663         missing initializer warnings.
9664
9665 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
9666
9667         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
9668         matching strings.
9669
9670 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
9671
9672         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
9673
9674 1999-03-26  Craig Burley  <craig@jcb-sc.com>
9675
9676         * g77.f-torture/execute/19990325-0.f: New test.
9677         * g77.f-torture/execute/19990325-1.f: New test.
9678
9679 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
9680
9681         * gcc.c-torture/execute/990324-1.c: New test.
9682
9683 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
9684
9685         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
9686         test with 4.
9687
9688 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
9689
9690         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
9691
9692 1999-03-13  Craig Burley  <craig@jcb-sc.com>
9693
9694         * g77.f-torture/execute/19990313-2.f: New test.
9695         * g77.f-torture/execute/19990313-3.f: New test.
9696
9697 1999-03-13  Craig Burley  <craig@jcb-sc.com>
9698
9699         * g77.f-torture/execute/19990313-0.f: New test.
9700         * g77.f-torture/execute/19990313-1.f: New test.
9701
9702 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
9703
9704         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
9705         printf to sprintf.
9706         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
9707         (main): Add check for u15.  Conditionalize u31 check depending on
9708         whether ints are <32 bits or >=32 bits.
9709
9710 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9711
9712         * g77.f-torture/execute/19981119-0.f: Improve testiness.
9713
9714 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9715
9716         * g77.f-torture/compile/19990305-0.f: New test.
9717         * g77.f-torture/execute/19981119-0.f: New test.
9718
9719 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9720
9721         * g77.f-torture/execute/970625-2.f: call ABORT if final
9722         result is not correct, instead of just printing it.
9723         Add this checking via newly introduced obfuscation, to
9724         trip up buggy front ends.
9725
9726 1999-03-07  Craig Burley  <craig@jcb-sc.com>
9727
9728         * g77.f-torture/compile/960317-1.f: Moved from being
9729         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
9730
9731 1999-03-06  Craig Burley  <craig@jcb-sc.com>
9732
9733         * g77.f-torture/execute/960317-1.f: New (old) test.
9734         * g77.f-torture/execute/970625-2.f: Ditto.
9735
9736 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
9737
9738         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
9739         message on line 1 or line 2; cccp and cpplib do this differently.
9740
9741 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
9742
9743         * g++.old-deja/g++.law/weak1.C: New test.
9744
9745 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9746
9747         * gcc.c-torture/execute/990119-1.c: Renamed to...
9748         * gcc.dg/990119-1.c: this, so it will only be tested once
9749         (it's a preprocessor test, it doesn't need to be run at
9750         multiple optimization levels).
9751
9752 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9753
9754         * lib/g++.exp: Don't add incdir=$base_dir/../include to
9755           ALWAYS_CXXFLAGS.
9756
9757 1999-02-24  Craig Burley  <craig@jcb-sc.com>
9758
9759         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
9760         * g77.f-torture/compile/19981216-0.f: ...as it is expected
9761         to not be compilable by current g77.
9762
9763 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9764
9765         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
9766
9767 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
9768
9769         * gcc.c-torture/execute/990222-1.c: New test.
9770
9771 1999-02-19  Craig Burley  <craig@jcb-sc.com>
9772
9773         * g77.f-torture/compile/19990218-0.f: New test.
9774         * g77.f-torture/noncompile/19990218-1.f: New test.
9775
9776 1999-02-18  Craig Burley  <craig@jcb-sc.com>
9777
9778         * g77.f-torture/compile/19981216-0.f: New test.
9779
9780 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
9781
9782         * gcc.dg/990214-1.c: New test.
9783
9784 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
9785
9786         * gcc.dg/990213-2.c: New test.
9787
9788         * gcc.dg/990213-1.c: New test.
9789
9790 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
9791
9792         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
9793         ints.
9794
9795 1999-02-11  Nick Clifton  <nickc@cygnus.com>
9796
9797         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
9798         specified by target.
9799
9800         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
9801
9802 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
9803
9804         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
9805
9806 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
9807
9808         * gcc.dg/special/ecos.exp: New test driver for new tests with
9809         special requirements.
9810
9811         * gcc.dg/special/alias-1.c: New test.
9812         * gcc.dg/special/gcsec-1.c: New test.
9813         * gcc.dg/special/weak-1.c: New test.
9814         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
9815         * gcc.dg/special/weak-2.c: New test.
9816         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
9817         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
9818         * gcc.dg/special/wkali-1.c: New test.
9819         * gcc.dg/special/wkali-2.c: New test.
9820         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
9821         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
9822
9823 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
9824
9825           * lib/c-torture.exp (c-torture-compile): Pull out code for
9826           analyzing gcc error messages.
9827           (c-torture-execute): Likewise.  Fix some (harmless) false
9828           positives.
9829           * lib/gcc.exp (gcc_check_compile): New function.
9830
9831 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
9832
9833         * gcc.c-torture/execute/990208-1.c: New test.
9834
9835 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
9836
9837         * g++.dg/special/ecos.exp: New driver for new tests with special
9838         requirements
9839
9840         * g++.dg/special/conpr-1.C: New test
9841         * g++.dg/special/conpr-2.C: New test
9842         * g++.dg/special/conpr-2a.C: New test
9843         * g++.dg/special/conpr-3.C: New test
9844         * g++.dg/special/conpr-3a.C: New test
9845         * g++.dg/special/conpr-3b.C: New test
9846
9847         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
9848         allow g++ to use the dg driver
9849
9850         * README: Add comment about g++.dg directory
9851
9852 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
9853
9854         * README: Update email addresses.
9855
9856 1999-02-03  Nick Clifton  <nickc@cygnus.com>
9857
9858         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
9859         arguments in order to force structure S onto the stack even on
9860         the alpha.
9861         (test): Pass 10 leading arguments to function foo as well as the
9862         structure S.
9863
9864         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
9865         failure for all targets.
9866
9867         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
9868         abort to terminate program execution.
9869
9870 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
9871
9872         * gcc.c-torture/execute/990130-1.c: New test.
9873
9874 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
9875
9876         * gcc.dg/990130-1.c: New test.
9877
9878 1999-01-28  Michael Meissner  <meissner@cygnus.com>
9879
9880         * gcc.c-torture/execute/990128-1.c: New test.
9881
9882 1999-01-27  Michael Meissner  <meissner@cygnus.com>
9883
9884         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
9885
9886 1999-01-27  Felix Lee  <flee@cygnus.com>
9887
9888         * lib/c-torture.exp (c-torture-compile): pull out code for
9889         analyzing gcc error messages.
9890         (c-torture-execute): ditto, and fix some (harmless) false
9891         positives.
9892         * lib/gcc.exp (gcc_check_compile): new function.
9893
9894 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
9895
9896         * gcc.dg/990117-1.c: New test.
9897
9898         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
9899
9900         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
9901
9902 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
9903
9904         * g77.f-torture/compile/990115-1.f: New test.
9905
9906 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
9907
9908         * gcc.c-torture/compile/990107-1.c: New test
9909
9910 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
9911
9912         * gcc.c-torture/execute/990106-2.c: New test.
9913
9914         * gcc.c-torture/execute/990106-1.c: New test.
9915
9916 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
9917
9918         * gcc.c-torture/compile/981223-1.c: New test.
9919
9920 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
9921
9922         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
9923         (opt3): Rename from opt4 and disable.
9924
9925 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
9926
9927         * g++.old-deja/g++.pt/ptrmem5.C: New test.
9928
9929 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
9930
9931         * g++.old-deja/g++.other/conv5.C: New test.
9932
9933 1998-12-14  Nick Clifton  <nickc@cygnus.com>
9934
9935         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
9936
9937 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
9938
9939         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
9940
9941 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
9942
9943         * gcc.c-torture/compile/981211-1.c: New test.
9944
9945 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
9946
9947         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
9948
9949         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
9950
9951 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9952
9953         * gcc.special/930510-1.c: Make C9X safe.
9954         * gcc.misc-tests/gcov-1.c Similarly.
9955         * gcc.misc-tests/gcov-2.c Similarly.
9956
9957 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9958
9959         * gcc.dg/ultrasp1.c: New test.
9960
9961 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
9962
9963         * gcc.c-torture/execute/981206.c: New test.
9964
9965 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9966
9967         * g++.old-deja/g++.ns/template7.C: New test.
9968
9969         * g++.old-deja/g++.other/expr1.C: New test.
9970
9971         * g++.old-deja/g++.eh/tmpl3.C: New test.
9972
9973         * g++.old-deja/g++.eh/tmpl2.C: New test.
9974
9975 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
9976
9977         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
9978         * g++.old-deja/g++.other/using6.C: Removed.
9979         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
9980
9981         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
9982
9983 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
9984
9985         * g++.old-deja/g++.pt/overload8.C: New test.
9986
9987         * g++.old-deja/g++.pt/overload7.C: New test.
9988
9989         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
9990
9991         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
9992         and relinking messages.
9993         * lib/g++.exp (g++_target_compile): Remove .rpo file when
9994         compiling with -frepo.
9995
9996 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
9997
9998         * g++.old-deja/g++.pt/lookup6.C: New test.
9999
10000 1998-11-30  Nick Clifton  <nickc@cygnus.com>
10001
10002         * gcc.c-torture/execute/981130-1.c: New test.
10003         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
10004
10005 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
10006
10007         * g++.old-deja/g++.pt/explicit76.C: New test.
10008
10009         * g++.old-deja/g++.pt/friend38.C: New test.
10010
10011         * g++.old-deja/g++.ns/crash2.C: New test.
10012
10013         * g++.old-deja/g++.pt/defarg8.C: New test.
10014
10015         * g++.old-deja/g++.pt/instantiate6.C: New test.
10016
10017         * g++.old-deja/g++.pt/static6.C: New test.
10018
10019         * g++.old-deja/g++.pt/decl2.C: New test.
10020
10021 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
10022
10023         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
10024         problem is actually related with name lookup, but so what? :-)
10025
10026         * g++.old-deja/g++.pt/friend37.C: New test.
10027
10028 1998-11-25  Dave Love  <d.love@dl.ac.uk>
10029
10030         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
10031         element, which fails on some systems.
10032
10033         * g77.f-torture/execute/labug1.f: New test.
10034
10035 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
10036
10037         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
10038         is defined.
10039
10040 1998-11-18  Dave Love  <d.love@dl.ac.uk>
10041
10042         * g77.f-torture/compile/981117-1.f: New test.
10043
10044 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
10045
10046         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
10047         properly discarded.
10048
10049 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
10050
10051         * gcc.c-torture/execute/memcheck: New directory of tests for
10052         -fcheck-memory-usage.
10053
10054 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10055
10056         * README: New file, general information about the testsuite and
10057         new description of the various C++ test subdirectories.
10058         * README.g++: Eliminate obsolete information, update and move most
10059         relevant stuff to README.
10060
10061 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
10062
10063         * gcc.c-torture/compile/981107-1.c: New test.
10064
10065 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
10066
10067         * execute/memcpy-bi.c: New testcase.
10068
10069 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
10070
10071         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
10072         base classes.
10073
10074         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
10075         template is selected.
10076
10077         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
10078         classes, it should be accepted for all types.
10079
10080         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
10081
10082         * g++.old-deja/g++.pt/spec24.C: Ensure that template
10083         specializations start with template headers.
10084
10085 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
10086
10087         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
10088
10089         * g++.old-deja/g++.other/init9.C: Test cross initialization of
10090         non-POD types.
10091
10092 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
10093
10094         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
10095
10096 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10097
10098         * compile/981022-1.c, compile/981022-1.x: New test and driver.
10099
10100 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
10101
10102         * 981019-1.c: New test.
10103
10104 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
10105
10106         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
10107         find objc headers.
10108
10109 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
10110
10111         * compile/981001-4.c: Remove use of GCC extension that triggers a
10112         compiler bug.
10113
10114 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
10115
10116         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
10117
10118 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
10119
10120         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
10121         instantiation of template produces incorrect code for delete
10122         expression.
10123
10124         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
10125         constructors' name is not unique.
10126         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
10127         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
10128
10129         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
10130         automatic array of const is ill-formed.
10131
10132         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
10133         of template parameter?
10134
10135         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
10136         const.
10137
10138         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
10139         pointer-to-member expression.
10140
10141         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
10142         declaration causes ICE.
10143
10144 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
10145
10146         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
10147         reserved in the global namespace.
10148
10149         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
10150         generate needed virtual table.
10151
10152         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
10153
10154 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
10155
10156         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
10157         template-dependent type
10158
10159 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
10160
10161         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
10162         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
10163         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
10164
10165         * g++.old-deja/g++.other/using5.C: New test; using decl from base
10166         class should be usable as argument of member function.
10167         * g++.old-deja/g++.other/using6.C: New test; using decl from base
10168         class should be usable as return type of member function.
10169         * g++.old-deja/g++.other/using7.C: New test; using decl from base
10170         class should be usable as type of data member.
10171
10172         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
10173
10174 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
10175
10176         * gcc.c-torture/special/920521-1.c: Fix bogus test.
10177
10178 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
10179
10180         * gcc.dg/dll-?.c Add thumb to target list.
10181         Fix assembler scan patterns to match current assembler output.
10182
10183 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
10184
10185         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
10186         matching of template brackets.
10187
10188         * g++.old-deja/g++.other/using4.C: New test.  Test using
10189         declarations of methods from base classes.
10190
10191         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
10192         within functions should introduce names into the innermost
10193         enclosing namespace.
10194
10195         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
10196         of static locals if first initialization throws.
10197
10198 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
10199
10200         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
10201
10202 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
10203
10204         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
10205         lose track of the possible targets of tablejump insns.
10206         * special/special.exp: Run it.
10207
10208 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
10209
10210         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
10211         must be declared before its specializations can be named in friend
10212         declarations.
10213
10214 1998-10-05  Dave Love  <d.love@dl.ac.uk>
10215
10216         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
10217
10218         * g77.f-torture/execute/io1.f: New test.
10219
10220 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
10221
10222         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
10223         with pointer to template function, for which no argument deduction
10224         is possible.
10225
10226         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
10227         specialization of template function as argument to template
10228         function.
10229
10230         * g++.old-deja/g++.other/access2.C: New test; Inner class
10231         shouldn't have privileged access to Outer's names.
10232
10233 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
10234
10235         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
10236         friend template declared within template class conflicts with
10237         nested class of the same name.
10238
10239         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
10240         is ignored.
10241
10242         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
10243         object with direct initializer as function declaration.
10244
10245         * g++.old-deja/g++.other/decl2.C: New test; duplicate
10246         initializers.
10247
10248         * g++.old-deja/g++.other/null2.C: New test; conditional operator
10249         involving const pointer and NULL produces incorrect result.
10250
10251         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
10252         type name without `typename' should be rejected with -pedantic.
10253
10254 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
10255
10256         * g++.old-deja/g++.other/addrof1.C: New test.
10257
10258 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
10259
10260         * gcc.c-torture/compile/981001-1.c: New test.
10261         * gcc.c-torture/execute/981001-1.c: New test.
10262
10263 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
10264
10265         * gcc.c-torture/compile/981001-2.c: New test.
10266         * gcc.c-torture/compile/981001-3.c: New test.
10267         * gcc.c-torture/compile/981001-4.c: New test.
10268
10269 1998-10-01  Robert Lipe  <robertl@dgii.com>
10270
10271         * lib/objc.exp (objc_target_compile): Add -L during compiles for
10272         multilibbed hosts.   Idea grafted from g77.exp.
10273
10274 1998-09-30  Dave Love  <d.love@dl.ac.uk>
10275
10276         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
10277         avoid losing on systems which need -lsocket.
10278
10279 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
10280
10281         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
10282         * g++.old-deja/g++.other/nested2.C: Ditto.
10283         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
10284         failure.
10285
10286 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
10287
10288         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
10289         preferred over template operator!= for enum bitfields.
10290
10291 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
10292
10293         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
10294         that happen to have the same base name, but in different scopes,
10295         are incorrectly rejected.
10296
10297 1998-09-16  Richard Henderson  <rth@cygnus.com>
10298
10299         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
10300         on the native word size instead of an integer literal.
10301
10302 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
10303
10304         * g++.old-deja/g++.other/static2.C: Invocation of static data
10305         member of type pointer-to-function denoted as non-static member.
10306
10307         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
10308         checks involving function types and aliases.
10309
10310 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
10311
10312         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
10313         redefined to the same non-trivial type.
10314
10315         * g++.old-deja/g++.pt/explicit73.C: Test for proper
10316         namespace-qualification of template specializations declared in
10317         other namespaces.
10318
10319         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
10320         to declare a subset of the specializations of a template function
10321         as friends of specializations of a template class.
10322
10323         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
10324         member templates that do not fully specialize the enclosing
10325         template class are rejected.
10326
10327 1998-09-11  Dave Love  <d.love@dl.ac.uk>
10328
10329         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
10330
10331 1998-09-08  Dave Love  <d.love@dl.ac.uk>
10332
10333         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
10334         altered from libf2c/libU77 version.
10335
10336 1998-09-06  Dave Love  <d.love@dl.ac.uk>
10337
10338         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
10339
10340 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
10341
10342         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
10343         (un)signed char are different types for template specialization
10344         purposes.
10345
10346 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
10347
10348         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
10349         * objc: ObjC testsuite.
10350
10351 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
10352
10353         * gcc.c-torture/execute/941014-1.x:  New file.
10354
10355 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
10356
10357         * lib/c-torture.exp: Add support for
10358         torture_eval_before_compile and torture_eval_before_execute
10359         variables.
10360
10361 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
10362
10363         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
10364         this test triggers valid.
10365
10366 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
10367
10368         * gcc.dg/980827-1.c: New test.
10369
10370 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10371
10372         * gcc.c-torture/execute/loop-4b.c: New test.
10373
10374 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
10375
10376         * lib/c-torture.exp: Add support for
10377         torture_eval_before_compile and torture_eval_before_execute
10378         variables.
10379
10380 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
10381
10382         * gcc.c-torture/compile/980825-1.c: New test.
10383
10384 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
10385
10386         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
10387         count number tests in opt_t0 not good_t0.
10388
10389 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
10390
10391         * gcc.c-torture/compile/930326-1.x: Fix typo.
10392
10393 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
10394
10395         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
10396         causes an ICE.
10397
10398 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
10399
10400         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
10401         STACK_SIZE is defined.
10402         * gcc.c-torture/unsorted/stuct.c: Similarly.
10403
10404         * gcc.c-torture/compile/980821-1.c: New test.
10405
10406 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
10407
10408         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
10409
10410 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
10411
10412         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
10413         code.
10414
10415 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
10416
10417         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
10418         error'.
10419
10420 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
10421
10422         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
10423
10424 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
10425
10426         * gcc.c-torture/compile/980816-1.c: New test.
10427
10428         * gcc.dg/980816-1.c: New test.
10429
10430 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
10431
10432         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
10433         compiler for ieee tests.
10434
10435 1998-08-01  Dave Love  <d.love@dl.ac.uk>
10436
10437         * g77.f-torture/compile/980729-0.f: New test.
10438
10439 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
10440
10441         * gcc.c-torture/special/eeprof-1.c: New test, for
10442         -finstrument-functions.
10443         * gcc.c-torture/special/special.exp: Run it.
10444
10445 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
10446
10447         * gcc.c-torture/compile/980729-1.c: New test.
10448
10449 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
10450
10451         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
10452         __thumb__ is defined, and test for ARM style doubles if so.
10453
10454 1998-07-26  Dave Love  <d.love@dl.ac.uk>
10455
10456         * g77.f-torture/noncompile/980615-0.f: New test.
10457
10458 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
10459
10460         * gcc.dg/980312-1.c: Do link instead of compile.
10461         * gcc.dg/980313-1.c: Likewise.
10462
10463 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
10464
10465         * gcc.c-torture/compile/980726-1.c: New test.
10466
10467 1998-07-25  Dave Love  <d.love@dl.ac.uk>
10468
10469         * g77.f-torture/execute/io0.f: New test.
10470
10471 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
10472
10473         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
10474         an int.
10475
10476 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
10477
10478         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
10479         m32r bugs.
10480
10481 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
10482
10483         * gcc.dg/980626-1.c: Expect failures for all toolchains until
10484         c-decl.c:grokdeclarator can handle mode attributes.
10485
10486 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
10487
10488         * gcc.c-torture/execute/980716-1.c: New test.
10489
10490 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
10491
10492         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
10493         the mn10200.
10494         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
10495         the mn10200.
10496         * gcc.c-torture/execute/va-arg-3.x: Similarly.
10497         * gcc.c-torture/compile/930326-1.x: Similarly.
10498
10499 1998-07-13  Dave Love  <d.love@dl.ac.uk>
10500
10501         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
10502         New test from Craig.
10503
10504 1998-07-12  Dave Love  <d.love@dl.ac.uk>
10505
10506         * g77.f-torture/noncompile/980616-0.f: New test.
10507
10508         * g77.f-torture/execute/970816-3.f:  New test from Craig.
10509
10510 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
10511
10512         *  g++.other/singleton.C: Return error value instead of taking
10513         SIGSEGV.
10514
10515 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
10516
10517         *  g++.other/singleton.C: New test.   Warning is under dispute.
10518         Runtime crash is not.
10519
10520 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
10521
10522         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
10523         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
10524         using6.C, using7.C}:  New namespace tests.
10525
10526 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
10527
10528         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
10529         specialization with typedef'ed names used as array indexes.
10530
10531 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
10532
10533         * gcc.c-torture/execute/980709-1.c: New test.
10534
10535         * gcc.dg/980709-1.c: New test.
10536
10537 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
10538
10539         * gcc.c-torture/execute/bcp-1.c: New test.
10540
10541 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
10542
10543         * gcc.c-torture/execute/980707-1.c: New test.
10544
10545 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
10546
10547         * gcc.c-torture/compile/980706-1.c: New test.
10548
10549 1998-07-01  Dave Love  <d.love@dl.ac.uk>
10550
10551         * g77.f-torture/execute/980701-0.f,
10552         g77.f-torture/execute/980701-1.f: New test from Craig.
10553
10554 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
10555
10556         * gcc.c-torture/compile/980701-1.c: New test.
10557
10558         * gcc.c-torture/execute/980701-1.c: New test.
10559
10560 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
10561 rlsruhe.de>
10562
10563         * g++.old-deja/g++.robertl/eb132.C: New test.
10564         * g++.old-deja/g++.robertl/eb133.C: Likewise.
10565
10566 1998-06-29  Dave Love  <d.love@dl.ac.uk>
10567
10568         * g77.f-torture/execute/980628-7.f,
10569         g77.f-torture/execute/980628-8.f,
10570         g77.f-torture/execute/980628-9.f,
10571         g77.f-torture/execute/980628-10.f: New tests from Craig.
10572
10573         * g77.f-torture/execute/980628-3.f: Remove mail headers.
10574
10575 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
10576
10577         * g77.f-torture/execute/980628-4.f: New test from Craig.
10578         * g77.f-torture/execute/980628-5.f: Likewise.
10579         * g77.f-torture/execute/980628-2.f: Likewise.
10580         * g77.f-torture/execute/980628-0.f: Likewise.
10581         * g77.f-torture/execute/980628-1.f: Likewise.
10582         * g77.f-torture/execute/980628-3.f: Likewise.
10583         * g77.f-torture/execute/980628-6.f: Likewise.
10584
10585 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
10586
10587         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
10588         directory when nothing has been installed yet.
10589
10590 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
10591
10592         * gcc.c-torture/special/special.exp: Handle newer versions of
10593         dejagnu.
10594
10595 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
10596
10597         * gcc.dg/980626-1.c: New test.
10598
10599 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
10600
10601         * gcc.misc-tests/m-un-2.c: New test.
10602         * g++.old-deja/g++.other/warn01.c: Likewise.
10603
10604 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
10605
10606         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
10607         compatibility with assmblers with a different comment character.
10608         Eliminate use of GAS-specific extensions.
10609
10610 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
10611
10612         * gcc.c-torture/execute/ieee/980619-1.c: New test.
10613
10614 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
10615
10616         *lib/g77.exp: Replace search for libf2c.a with search for newly
10617         renamed libg2c.a
10618
10619 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
10620
10621         * gcc.c-torture/execute/980617-1.c: New test.
10622
10623 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
10624
10625         * gcc.c-torture/execute/980612-1.c: New test.
10626
10627 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
10628
10629         * gcc.dg/980523-1.c: Only test on ppc-linux.
10630         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
10631
10632         * gcc.c-torture/execute/980608-1.c: New test.
10633
10634 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10635
10636         * gcc.c-torture/execute/980605-1.c: New test.
10637
10638 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
10639
10640         * gcc.c-torture/execute/980604-1.c: New test.
10641
10642 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
10643
10644         * gcc.c-torture/execute/980602-1.c: New test.
10645         * gcc.c-torture/execute/980602-2.c: Likewise.
10646
10647 1998-06-02  Dave Love  <d.love@dl.ac.uk>
10648
10649         * 970125-0.f: Fix per JCB.  Add commentary.
10650
10651 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
10652
10653         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
10654         IEEE -0 support.
10655
10656 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
10657
10658         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
10659         earlier.
10660
10661 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
10662
10663         * gcc.c-torture/execute/980526-3.c: New test.
10664
10665 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
10666
10667         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
10668         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
10669         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
10670         m88k-motorola-sysv3 to XFAIL.
10671
10672 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10673
10674         * gcc.dg/980526-1.c: New test.
10675         * gcc.c-torture/execute/980526-2.c: New test.
10676
10677 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
10678
10679         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
10680
10681         * gcc.c-torture/execute/980526-1.c: New test.
10682
10683 1998-05-26  Dave Love  <d.love@dl.ac.uk>
10684
10685         * g77.f-torture/execute/alpha2.f: Add runtime test.
10686
10687 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
10688
10689         * g++.old-deja/old-deja.exp: Strip leading directories.
10690
10691         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
10692         error for the line.  Don't run multiple tests for the same line.
10693
10694 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
10695
10696         * gcc.dg/980523-1.c: New test.
10697
10698 1998-05-23  Dave Love  <d.love@dl.ac.uk>
10699
10700         * g77.f-torture/compile/970915-0.f: New test.
10701
10702 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
10703
10704         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
10705
10706 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
10707
10708         * gcc.dg/980520-1.c: New test.
10709
10710 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10711
10712         * gcc.dg/980502-1.c: Fix return type.
10713
10714 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
10715
10716         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
10717         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
10718         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
10719         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
10720         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
10721
10722 1998-05-20  Dave Love  <d.love@dl.ac.uk>
10723
10724         * g77.f-torture/execute/980520-1.f: New test.
10725
10726 1998-05-15  Dave Love  <d.love@dl.ac.uk>
10727
10728         * lib/mike-g77.exp: New file.
10729
10730         * g77.f-torture/noncompile/noncompile.exp,
10731         g77.f-torture/noncompile/check0.f: New files.
10732
10733 1998-05-14  Dave Love  <d.love@dl.ac.uk>
10734
10735         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
10736         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
10737         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
10738         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
10739         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
10740         abort where appropriate.
10741
10742 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
10743
10744         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
10745         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
10746
10747 1998-04-29  Dave Love  <d.love@dl.ac.uk>
10748
10749         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
10750
10751 1998-04-27  Dave Love  <d.love@dl.ac.uk>
10752
10753         * g77.f-torture/compile/980427-0.f: New test.
10754
10755 1998-04-24  Dave Love  <d.love@dl.ac.uk>
10756
10757         * g77.f-torture/compile/980424-0.f: New test.
10758
10759 1998-04-19  Dave Love  <d.love@dl.ac.uk>
10760
10761         * g77.f-torture/compile/980419-2.f (main): New test.
10762         * g77.f-torture/compile/970125-0.f: New test.
10763         * g77.f-torture/compile/980419-1.f: New test.
10764
10765 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
10766
10767         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
10768         of loop-4.c.
10769
10770 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
10771
10772         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
10773
10774 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
10775
10776         * gcc.c-torture/compile/980329-1.c: New test.
10777
10778 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
10779
10780         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
10781         * gcc.dg/980312-1.c: Fix typo in -march command.
10782
10783 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
10784
10785         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
10786
10787 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
10788
10789         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
10790         Dave Love agree the Fortran source is bogus.
10791
10792 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
10793
10794         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
10795         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
10796         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
10797         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
10798         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
10799
10800 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
10801
10802         * g++.old-deja/g++.other/friend1.C: New test.
10803
10804 1998-02-18  Dave Love  <d.love@dl.ac.uk>
10805
10806         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
10807         possibly uninitialized) variables and declare dnrm2.
10808
10809 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
10810
10811         From Bruno Haible <haible@ilog.fr>:
10812         * gcc.c-torture/execute/980223.c: New test.
10813
10814 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
10815
10816         * gcc.dg/ifelse-1.c: New test.
10817
10818 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
10819
10820         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
10821
10822           * lib/old-dejagnu.exp (old-dejagnu): Added the
10823           "execution test - XFAIL *-*-*" handling in the spirit of
10824           "excess errors test -". Changed the "execution test fails"
10825           handling to be like "excess errors test fails".
10826           * Update various tests accordingly.
10827
10828 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
10829
10830         * gcc.c-torture/execute/980205.c: New test.
10831
10832 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
10833
10834         * lib/c-torture.exp: Look for .x files instead of .cexp files.
10835         * lib/f-torture.exp: Similarly.
10836         * gcc.c-torture: Rename all .cexp files to .x files.
10837
10838 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10839
10840         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
10841         (940510-1.c): Removed duplicate.
10842         (971104-1.c): New test.
10843
10844 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
10845
10846           * lib/f-torture.exp: Improve error and loop detection.
10847
10848 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
10849
10850         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
10851         use that to size the filler array.
10852
10853 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
10854
10855         * lib/c-torture.exp(c-torture-execute): Fix typo.
10856
10857         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
10858         testcase as the executable name. Keep the executable around if
10859         the test fails.
10860
10861 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
10862
10863         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
10864         changes.  Only test one -g option, and move it to the end of the
10865         list of options to test.
10866
10867 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
10868
10869         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
10870         variable GCC_TORTURE_OPTIONS to supply default switches separated
10871         by colons.  If no environment variable, run tests with -O0 -g, -O1
10872         -g, and -O2 -g as well.
10873
10874 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
10875
10876         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
10877         explanatory comments. Fix indentation.
10878
10879 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
10880
10881         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
10882
10883 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
10884
10885         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
10886         * g++.old-deja/g++.mike/p7325.C: Likewise.
10887         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
10888
10889 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
10890
10891         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
10892         * g++.old-deja/g++.brendan/crash30.C: Likewise.
10893         * g++.old-deja/g++.brendan/crash39.C: Likewise.
10894         * g++.old-deja/g++.law/operators4.C: Likewise.
10895
10896 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
10897
10898         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
10899         * g++.old-deja/g++.mike/p784.C: Ditto.
10900         * g++.old-deja/g++.mike/p785.C: Ditto.
10901
10902 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
10903
10904           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
10905
10906 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
10907
10908         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
10909         target feature; pass this to c-torture-execute as needed.
10910
10911 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
10912
10913         * lib/c-torture.exp(c-torture-execute): If the previous and the
10914         current executables being tested are identical, we don't need to
10915         run the executable again. Try to make the executable names
10916         unique. Add an optional argument for passing additional compiler
10917         flags.
10918
10919 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
10920
10921         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
10922
10923 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
10924
10925         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
10926
10927 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
10928
10929         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
10930         32bit or larger longs.
10931
10932         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
10933         have either a 32bit long or 32bit int.
10934
10935 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10936
10937         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
10938         Make double precision tests dependent on sizeof (double).
10939
10940 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
10941
10942         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
10943         too.
10944
10945 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10946
10947         * gcc.c-torture/compile/961203-1.cexp: New script.
10948
10949 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
10950
10951         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
10952         up the includes ourselves.
10953
10954 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
10955
10956         * lib/plumhall.exp: Remove random include, and add a few
10957         verbose messages for debugging.
10958
10959 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
10960
10961         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
10962         of trying to do it ourselves.
10963
10964 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10965
10966         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
10967
10968 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
10969
10970         * gcc.prms/5403.c: Made regexp a bit less strict.
10971
10972 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
10973
10974         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
10975         is returned from remote_load instead.
10976         * lib/plumhall.exp: Ditto.
10977         * lib/mike-g++.exp: Ditto.
10978         * lib/old-dejagnu.exp: Ditto.
10979         * lib/c-torture.exp: Ditto.
10980
10981 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
10982
10983         * lib/g++.exp: Use build_wrapper procedure.
10984         * lib/gcc.exp: Ditto.
10985
10986 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
10987
10988         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
10989         an old-style decl for malloc.  Fixes tests to work when
10990         sizeof (int) != sizeof (size_t).
10991
10992 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
10993
10994         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
10995
10996         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
10997         use stdargs.h interface.
10998
10999 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
11000
11001         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
11002         NO_VARARGS when compiling.
11003
11004 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
11005
11006         * lib/plumhall.exp(ph_includes): New procedure.
11007         (ph_make): Use it.
11008         (ph_compiler): Ditto.
11009
11010         * lib/g++.exp: Rename test-glue.c to testglue.c.
11011         * lib/gcc.exp: Ditto.
11012
11013 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
11014
11015         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
11016         to completion when it's called.
11017
11018 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
11019
11020         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
11021         is defined, don't do test.
11022
11023 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
11024
11025         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
11026         for object files.
11027         (ph_summary): Mark skipped testcases as untested, not unresolved.
11028
11029         * lib/plumhall.exp (ph_make): If unresolved because of bad
11030         errorCode, record errorCode in log file.
11031         (*): Replace send_log/verbose with verbose -log.
11032
11033 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
11034
11035         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
11036         double conversion if double isn't at least 8 bytes.
11037
11038         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
11039         int to work with targets where int is 16 bits.
11040
11041         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
11042         8 bytes, just exit, since 4 byte doubles don't have enough bits of
11043         precision for the test to complete.
11044
11045 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
11046
11047         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
11048         if d10v is not compiled with the -mdouble64 flag.
11049         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
11050
11051         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
11052         d10v is not compiled with the -mint32 flag.
11053
11054 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
11055
11056         * lib/plumhall.exp: Use incr_count.
11057
11058 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
11059
11060         * gcc.c-torture: Update to c-torture-1.45.
11061
11062 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
11063
11064         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
11065         the name of the expect testcase file).
11066
11067         * lib/g++.exp(g++_init): Ditto.
11068
11069 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
11070
11071         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
11072         the host.
11073
11074         * lib/gcc.exp(gcc_exit): New procedure.
11075
11076 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
11077
11078         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
11079         specs where appropriate.
11080
11081         * g++.old-deja/g++.arm/*: Added additional ERROR checks
11082         because of new "candidates are" messages, and removed a few
11083
11084         * Converted all non-old-style g++ testcases to old-style, and
11085         moved into g++.old-deja.
11086
11087 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
11088
11089         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
11090         options.
11091
11092         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
11093         succeeded.
11094
11095         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
11096
11097 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
11098
11099         * lib/gcc.exp (gcc_target_compile): Add support for defining
11100         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
11101         the machine doesn't have those features.
11102
11103 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
11104
11105         * g++.law/operators4.exp: Don't use LIBS.
11106
11107 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
11108
11109         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
11110
11111         * lib/mike-g++.exp: Don't set the compiler to be tested here.
11112         * lib/g++.exp: Set it here instead. Also, allow use of the
11113         --tool_exec and --tool_opt options. Change CXX to
11114         GXX_UNDER_TEST.
11115
11116         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
11117
11118         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
11119
11120 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
11121
11122         * lib/old-dejagnu.exp: Use prune_warnings instead of
11123         prune_system_crud.
11124         * lib/mike-g++.exp: Ditto.
11125         * lib/gcc.exp: Ditto.
11126         * lib/g++.exp: Ditto.
11127
11128         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
11129
11130 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
11131
11132           * 941014-2.c: Include stdlib.h
11133           * 960327-1.c: Include stdio.h
11134           * dbra.c, index-1.c: Don't assume ints are 32bits.
11135
11136 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
11137
11138         * lib/gcc.exp: Add gcc,stack_size target feature.
11139
11140         * lib/g++.exp(g++_target_compile): Add the include and link
11141         paths here, not in two other places. And, it's $options, not
11142         options.
11143
11144         * lib/mike-g++.exp(postbase): Remove the code that determines
11145         the correct include and link paths.
11146         * g++.old-deja/old-deja.exp: Ditto.
11147
11148 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
11149
11150         * lib/g++.exp(g++_init): target_compile no longer returns the
11151         filename of the result.
11152
11153 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
11154
11155         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
11156         call to glob.
11157
11158         * gcc.c-torture/special/special.exp: Change call to
11159         gcc_target_compile to include the object file.
11160
11161 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
11162
11163         * gcc.c-torture/special/special.exp: Correct misspelling in last
11164         change.
11165
11166 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
11167
11168         * lib/plumhall.exp(ph_summary): Log the entire output of the
11169         executable. Return -1 if there were any failures, 0 otherwise.
11170         (ph_execute): Return -1 if there were any failures, 0 otherwise.
11171         (ph_make): Clean up objects and executables that were built
11172         if the tests succeeded.
11173
11174 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
11175
11176         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
11177         libraries and includes in the build tree as appropriate.
11178
11179 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
11180
11181         * lib/c-torture.exp: Instead of looking for the global variable
11182         NO_LONG_LONG, check to see if that's a feature of the target.
11183
11184 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
11185
11186         * config/default.exp: Minimize. Delete the remainer of the files in
11187         config; this functionality is now in devo/dejagnu/config.
11188
11189         g++.*/*: Pass any additional flags used to compile to postbase;
11190         delete CXXFLAGS.
11191
11192         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
11193         is now done by runtest.exp. Use gcc_target_compile instead of
11194         compile.
11195
11196         lib/c-torture.exp: Use gcc_target_compile instead of compile.
11197         Remove references to CFLAGS. Use remote_file instead of
11198         calling rm -f.
11199         (c-torture): Take a list of arguments to use to compile this
11200         testcase.
11201
11202         lib/g++.exp: Simplify. Use target_compile instead of compile.
11203         lib/gcc-dg.exp: Ditto.
11204         lib/gcc.exp: Ditto.
11205         lib/mike-{gcc,g++}.exp: Ditto.
11206         lib/old-dejagnu.exp: Ditto.
11207         lib/plumhall.exp: Ditto.
11208
11209 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
11210
11211         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
11212         (ph_linker): Likewise.
11213
11214 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
11215
11216           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
11217         MAP_ANON / MAP_ANONYMOUS if defined;
11218         else try to map from /dev/zero .
11219
11220 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
11221
11222         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
11223         isn't defined, then define it to MAP_ANONYMOUS.
11224
11225 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
11226
11227         * gcc.c-torture: Update to c-torture-1.42 release.
11228
11229 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
11230
11231         * gcc.c-torture: Update to c-torture-1.41 release.
11232
11233 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
11234
11235         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
11236         c-torture release.
11237
11238 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11239
11240         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
11241         and LDFLAGS.  Fix second case to append the target_info ldflags
11242         onto LDFLAGS, not CFLAGS.
11243         * lib/g++.exp (g++_init): Add target_info stuff.
11244         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
11245         of libgloss and newlib flags for !native.
11246
11247         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
11248         (GDB): Fix relative path to go up another dir for finding gdb.
11249
11250 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
11251
11252         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
11253         versions in the target_info array, if they don't exist.
11254
11255 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11256
11257         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
11258
11259 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
11260
11261         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
11262         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
11263
11264 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
11265
11266         * lib/old-dejagnu.exp: Don't remove the output file before we've
11267         actually tested it. Don't append pwd to the path of the executable
11268         we're testing.
11269
11270 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
11271
11272         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
11273
11274 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
11275
11276         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
11277         temporary directory for compiler files, and set it to a default
11278         value of /tmp. Set $output as the name of the output file from
11279         compiling the testcase. Add a -o option to $cflags_var so the
11280         compiler writes the final output file as $output. Set $executable
11281         to $output.
11282
11283         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
11284         directory for compiler files, and set it to /tmp if it doesn't
11285         already have a value. Set $output_file to the name of the output
11286         file from compiling the testcase. Add a -o option to CXXFLAGS so
11287         the compiler writes the final output file as $output. Use $output
11288         as the executable to be tested.
11289
11290 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11291
11292         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
11293
11294 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
11295
11296         * gcc.c-torture/execute/pending-1.c: New test.  Still
11297         pending in Tege's queue.
11298
11299 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
11300
11301         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
11302         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
11303         if there were failures.  Call unresolved if there were unresolved
11304         testcases.  Call gcc_fail if program did not run to completion.
11305         (ph_make): Pass additional argument name to ph_execute.
11306         (ph_execute): Add new argument.  Pass additional arguments to
11307         ph_summary.  Call gcc_fail is there is no execution output.
11308
11309 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
11310
11311         * lib/plumhall.exp (proc_summary): Output relavent summary
11312         lines into the log so specific failures in plumhall can be
11313         investigated.
11314
11315 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
11316
11317         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
11318         (c-torture-execute): Don't try to execute tests which use
11319         "long long" types if $NO_LONG_LONG is nonzero.
11320
11321 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
11322
11323         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
11324         not c-torture.
11325
11326         * gcc.ieee: Move from here.
11327         * gcc.c-torture/execute/ieee: To here.
11328
11329 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
11330
11331         * gcc.c-torture: Update to c-torture-1.41 release.
11332
11333 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
11334
11335         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
11336         not "$output".
11337
11338 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
11339
11340         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
11341         -c present.
11342
11343 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
11344
11345         * config/proelf.exp: Handle connecting to a simulator.
11346
11347 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
11348
11349         * config/proelf.exp: New file.  Enough framework that we can
11350         run c-torture tests on the proelf targets (or any other target
11351         that gdb can connect to for that matter).
11352
11353 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
11354
11355         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
11356         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
11357
11358         * lib/plumhall.exp (ph_execute): Always call ph_summary if
11359         exec_output exists.
11360
11361 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
11362
11363         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
11364         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
11365
11366         * config/*.exp: Update FSF address.  Change result of ${tool}_load
11367         to pass/fail/unresolved/unsupported/untested.  Caller must now
11368         call unresolved/unsupported/untested.
11369         * lib/*.exp: Update FSF address.  Update to handle new results of
11370         ${tool}_load.
11371         * lib/chill.exp (verbose): Delete.
11372
11373 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
11374
11375         * lib/gcc.exp (default_gcc_start): Change order of args to
11376         $LDFLAGS $CFLAGS $LIBS.
11377         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
11378         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
11379         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
11380         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
11381         * gcc.misc-tests/dg-test.exp: Likewise.
11382         * gcc.misc-tests/msgs.exp: Likewise.
11383         * gcc.prms/prms.exp: Likewise.
11384         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
11385         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
11386
11387         * lib/dg.exp: Deleted, moved to dejagnu/lib.
11388
11389 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
11390
11391         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
11392
11393         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
11394         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
11395
11396         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
11397         necessary.
11398
11399 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
11400
11401         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
11402         global for loop; add use of $mathlib.
11403         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
11404         settings here; set mathlib for anything but VxWorks.
11405
11406 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
11407
11408         * gcc.c-torture: Update to c-torture-1.40 release.
11409
11410 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
11411
11412         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
11413         dg.exp.
11414
11415 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
11416
11417         * lib/c-torture.exp (c-torture-execute): Declare "output" as
11418         global.
11419
11420 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
11421
11422         * lib/g++.exp (LIBS): Define if not already.
11423         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
11424         (gcc-dg-prune): Call prune_gcc_output.
11425         * lib/gcc.exp (prune_gcc_output): New proc.
11426         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
11427         prune_gcc_output.
11428
11429 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11430
11431         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
11432         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
11433
11434 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
11435
11436         * gcc.c-torture: Update to c-torture-1.39 release.
11437
11438 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
11439
11440         * lib/c-torture.exp (c-torture-execute): Don't return if one option
11441         fails, try others as well.
11442
11443 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11444
11445         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
11446         If compilation fails, mark execute tests as `untested'.
11447         If test is marked as unsupported, don't mark compilation and
11448         execute tests as failed.
11449
11450 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11451
11452         * lib/g++.exp (g++_init): Don't link in libg++, and look to
11453         libstdc++ for whether or not we want to be doing shared
11454         libraries.  Delete link_curses since we don't need it anymore.
11455         * lib/mike-g++.exp (postbase): Don't link in libg++.
11456         * g++.old-deja/old-deja.exp: Likewise.
11457
11458 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11459
11460         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
11461
11462 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11463
11464         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
11465         For that, add `-Wl,-a,shared_archive'.
11466         * g++.old-deja/old-deja.exp: Likewise.
11467
11468 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
11469
11470         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
11471
11472 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
11473
11474         * lib/mike-g++.exp (postbase): Pay attention to the status of
11475         g++_load.
11476
11477 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11478
11479           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
11480
11481 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
11482
11483         * lib/gcc.exp (default_gcc_start): No longer need to log program
11484         being executed or its output, execute_anywhere does that now.
11485         * lib/g++.exp (default_g++_version): Call execute_anywhere.
11486         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
11487
11488 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11489
11490         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
11491         the same as those in lib/g++.exp.
11492
11493 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
11494
11495         * gcc.c-torture: Update to c-torture-1.38 release.
11496         * gcc.ieee: Related changes.
11497
11498 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11499
11500         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
11501         "exec". Minor reformatting changes.
11502
11503         * config/rom68k.exp (${tool}_load): Make it work in a canadian
11504         cross. This means all "exec" calls now work on a remote host as
11505         well.
11506         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
11507         cross. Filter out the extra "\r\n" stuff that expect puts in.
11508         (c-torture-execute): Filter out the bogus warnings like
11509         c-torture-compile does. Add support for canadian cross.
11510         * lib/gcc.exp (default_gcc_version, default_gcc_start)
11511         Use execute_anywhere rather than calling exec directly. Now it
11512         works for canadian cross testing.
11513
11514 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
11515
11516         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
11517         results into a variable, and check that rather than using file exists.
11518
11519 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11520
11521         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
11522         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
11523
11524 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11525
11526         * g++.old-deja/old-deja.exp: Create and pass runshlib and
11527         lib_curses if there's a shared libg++ in the build tree.
11528
11529 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
11530
11531         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
11532         if not supported target.
11533
11534 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11535
11536         * lib/g++.exp (g++_init): Move empty setting of runshlib and
11537         link_curses up to always happen, not just for native builds.
11538
11539 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
11540
11541         * gcc.c-torture: Update to c-torture-1.36 release.
11542         * gcc.failure: Related changes.
11543
11544 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
11545
11546         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
11547
11548 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11549
11550         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
11551         * lib/mike-g++.exp (postbase): Not in here.  Still reference
11552         runshlib, link_curses, and mathlib for link and run.
11553
11554         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
11555         pass the runtime shared library options for Solaris, OSF/1, and
11556         Irix5, and link with -lcurses to avoid unresolved references.
11557
11558 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11559
11560         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
11561         only run once.
11562
11563 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
11564
11565         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
11566
11567 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
11568
11569         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
11570         do not have a framework for the "compat" tests yet.
11571
11572 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11573
11574         * lib/mike-g++.exp (postbase): New local variable `mathlib',
11575         set to null if we're testing vxworks5.1.  Use that instead of
11576         `-lm' in the setting of LIBS for link and run.
11577
11578 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11579
11580         * config/rom68k.exp (${tool}_load): Major changes to make it
11581         work.  Verified that it does in fact return the stuff in
11582         exec_output properly.  Catch any Emul or any TRAP other than 0.
11583
11584 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11585
11586         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
11587         LDFLAGS properly for targets that need stuff from libgloss.
11588         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
11589         only run once.
11590         (gpp_initialized): New variable.
11591
11592 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11593
11594         * config/rom68k.exp: Load libgloss.exp.
11595         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
11596         so we can produce a fully linked binary.
11597         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
11598         so we can produce a fully linked binary.
11599
11600 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
11601
11602         * lib/plumhall.exp (ph_section): Watch for expected failures.
11603         Add missing `else'.
11604
11605         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
11606         run the testcase.
11607         (c-torture): Likewise.
11608
11609 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
11610
11611         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
11612
11613         * lib/mike-g++.exp (mike_cleanup): New proc.
11614         (prebase): New globals compiler_result, not_compiler_result,
11615         target_regexp.
11616         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
11617         allow leading "-" in pattern.  Watch for unsupported tests.
11618         If $compiler_result is set, pattern match assembler code,
11619         and ditto for $not_compiler_result.
11620         * lib/mike-gcc.exp: Likewise.
11621
11622         * lib/plumhall.exp (ph_execute): Only call ph_summary if
11623         execution "succeeded".
11624
11625 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
11626
11627         * config/win32.exp: New file.
11628         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
11629
11630 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
11631
11632         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
11633         unsupported.
11634         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
11635         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
11636         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
11637
11638         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
11639         "... without exceptions was ...".  That is now handled by
11640         prune_system_crud.
11641         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
11642
11643 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11644
11645         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
11646         sieve.c,sort2.c}: New files.
11647         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
11648         sieve.exp,sort2.exp}: Drivers for them.
11649
11650         * lib/mike-gcc.exp (program_output): New user settable variable.
11651         (postbase): Call prune_system_crud.  Also prune extraneous compiler
11652         messages.
11653         * lib/mike-g++.exp (program_output): New user settable variable.
11654
11655         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
11656
11657         * config/sh.exp: Deleted (use sim.exp instead).
11658
11659 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11660
11661         * config/vx.exp: Declare CHECKTASK as global.
11662         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
11663         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
11664         * lib/old-dejagnu.exp: Load [pwd]/$executable.
11665
11666 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11667
11668         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
11669         target. Like vx.exp, only includes `vx29k.exp' instead of
11670         `vxworks.exp'.
11671
11672 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
11673
11674         * config/sim.exp: Increase time limit from 120 seconds to 240.
11675
11676 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11677
11678         * gcc.c-torture/execute/950628-1.c: New test.
11679
11680 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11681
11682         * gcc.c-torture: Update with changes/additions from
11683         c-torture-1.34.
11684
11685 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
11686
11687         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
11688
11689 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
11690
11691         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
11692
11693 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
11694
11695         * gcc.c-torture/compile/950512-1.c: New test.
11696         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
11697         * gcc.dg/struct-ret-1.c: Likewise.
11698
11699 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
11700
11701         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
11702           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
11703
11704 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
11705
11706         * gcc.c-torture/special/920411-1.c: Deleted.
11707         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
11708
11709 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
11710
11711         * config/sim.exp (${tool}_load): Hack in call to bash to get a
11712         cpu limit.
11713
11714 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11715
11716         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
11717
11718 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11719
11720         From kenner;
11721         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
11722         is the proper length.
11723         * va-arg-3.c: Likewise.
11724
11725 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
11726
11727         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
11728         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
11729
11730         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
11731         * lib/g++.exp (default_g++_start): Delete old cruft.
11732
11733 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
11734
11735         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
11736         (2 * (1 << 18)) to (2 * (1 << 17)).
11737
11738         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
11739
11740 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11741
11742         * config/rom68k.exp: Renamed from config/idp.exp
11743
11744 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11745
11746         * c-torture/compile/921109-2.c
11747
11748 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
11749
11750         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
11751         excess errors.
11752
11753 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
11754
11755         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
11756         output.
11757         * lib/g++.exp (default_g++_start): Likewise.
11758
11759 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11760
11761         * gcc.c-torture/compile/950329-1.c: New test.
11762
11763 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11764
11765           * config/bug.exp (${tool}_load): Updated to use new remote_open
11766           and remote_close procs.
11767         * config/idp.exp: New file.
11768
11769 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11770
11771         * gcc.c-torture/execute/950322-1.c: New test.
11772
11773 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
11774
11775         * config/vx.exp (${tool}_load): Clean up testing of return code from
11776         vxworks_ld and vxworks_spawn.
11777
11778 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11779
11780         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
11781
11782 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
11783
11784         * lib/old-deja.exp: Add `excess errors test - ' error, now one
11785         can mark excess errors on a machine by machine basis.  Note, the
11786         default is to not expect any excess errors, even when excess
11787         errors test - is given, so you will want to put an XFAIL ... on
11788         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
11789         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
11790         those 4 machines, but no others.
11791
11792 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11793
11794         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
11795         * lib/c-torture.exp: to here.
11796
11797 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11798
11799         * gcc.c-torture/execute/950221-1.c: New test.
11800         * gcc.c-torture/execute/struct-ret-1.c: New test.
11801         * gcc.c-torture/compile/950221-1.c: New test.
11802
11803         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
11804
11805 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11806
11807         * gcc.c-torture/execute/arith-1.c (main): Return 0.
11808         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
11809
11810 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
11811
11812         * g++.gb: New directory of tests, derived from my signature and
11813         class scoping tests.
11814
11815         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
11816         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
11817         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
11818         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
11819         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
11820         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
11821         * g++.gb/sig25.C: Likewise.
11822
11823         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
11824         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
11825         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
11826         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
11827         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
11828         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
11829         * g++.gb/sig25.exp: Likewise.
11830
11831         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
11832         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
11833         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
11834         * g++.gb/scope13.C: Likewise, this test still fails.
11835
11836         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
11837         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
11838         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
11839         * g++.gb/scope13.exp: Ditto.
11840
11841         * g++.gb/README: New file, explains what these tests are about.
11842
11843 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
11844
11845         * lib/dg.exp (dg-do): Support `preprocess'.
11846         (dg-test): Likewise.
11847
11848 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11849
11850         * config/udi.exp: change "continue -expect" to "exp_continue".
11851
11852 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
11853
11854         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
11855         Delete redundant tests.
11856
11857         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
11858         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
11859         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
11860         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
11861         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
11862         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
11863         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
11864         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
11865
11866         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
11867         storing label pointers.
11868         * gcc.c-torture/execute/921019-1.c: Likewise.
11869         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
11870         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
11871         parameter fp.
11872         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
11873         constants.
11874
11875         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
11876         Delete obsolete tests.
11877
11878         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
11879         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
11880         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
11881         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
11882         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
11883         * gcc.c-torture/compile/950124-1.c: New test.
11884
11885         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
11886
11887 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11888
11889         * lib/mike-g++.exp: Add -lm to LIBS.
11890
11891 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11892
11893         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
11894
11895 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11896
11897         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
11898
11899 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
11900
11901         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
11902
11903 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
11904
11905         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
11906         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
11907         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
11908         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
11909         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
11910         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
11911         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
11912         * g++.law/{operators31.C, operators32.C,
11913         * g++.law/{operators33.C, operators34.C}: Likewise.
11914         * g++.law/{pic1.C, refs2.C}: Likewise.
11915         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
11916         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
11917         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
11918         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
11919
11920         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
11921         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
11922         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
11923         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
11924         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
11925         * g++.law/{enum9.exp, friend5.exp}: Likewise.
11926         * g++.law/{nest3.exp, nest4.exp}: Likewise.
11927         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
11928         * g++.law/{operators30.exp, operators31.exp}: Likewise.
11929         * g++.law/{operators32.exp, operators33.exp}: Likewise.
11930         * g++.law/{operators34.exp}: Likewise.
11931         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
11932         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
11933         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
11934         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
11935         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
11936
11937         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
11938         No longer expected to fail.
11939         * g++.law/missed-error3.C: Tweak for recent bool changes.
11940
11941 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
11942
11943         * config/emb-unix: Deleted.
11944         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
11945         remote execution.  Do final link on remote host if REMOTE_LINK is set.
11946
11947 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
11948
11949         * lib/dg.exp (dg-test): Fix typo in last patch.
11950
11951 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
11952
11953         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
11954         (handles multiple occurrences).
11955
11956 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
11957
11958         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
11959         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
11960         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
11961         printed).
11962         * lib/c-torture.exp (c-torture-compile): Likewise.
11963         (c-torture): Prepend full path if missing.
11964         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
11965         (gcc_fail): Likewise.
11966         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
11967
11968 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11969
11970         * lib/netware.exp: Only attach to NetWare i386 systems.
11971
11972 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
11973
11974         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
11975         messages.  Add test name to "output pattern match" pass/fail message.
11976
11977 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
11978
11979         * gcc.dg: New testsuite.
11980         * gcc.dg/dg.exp: New file.
11981
11982         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
11983         test-switch.c}: Deleted.
11984
11985         * gcc.misc-tests/msgs.exp: New testcase driver.
11986
11987 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
11988
11989         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
11990         Watch for illegal return values from ${tool}_load.
11991         * config/unix.exp (${tool}_load): Fix pass/fail detection for
11992         cross targets.  Coerce return value >0 to 1.
11993
11994 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
11995
11996         * config/unix.exp (${tool}_load): Call program rsh, not proc.
11997
11998         * config/emb-unix.exp: New file.
11999
12000         * config/sim.exp: Error if variable $SIM not defined.
12001         (${tool}_load): Mark test as "untested" if simulator missing.
12002
12003         * config/unix.exp: Load remote.exp to get rcp_download.
12004         * lib/c-torture.exp: Use different option lists for testcases with
12005         and without loops.
12006         * gcc.c-torture/execute/execute.exp: Likewise.
12007
12008 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
12009
12010         * config/*.exp: Clarify return code from ${tool}_load.
12011         Call `unresolved' or `untested' instead of `warning' or `perror'
12012         (sometimes you still want to call both though).
12013         Add comment that `shell_id' is local to each file.
12014         * config/udi.exp (timeout): Set to 30.
12015         Don't print warning if connection fails, $connectmode has already
12016         printed an error.
12017         (${tool}_load): Move verbose messages to level 2.
12018         Rework pattern for "Process started" message.
12019         Pass `shell_id' to ${connectmode}_download.
12020         Retry twice upon timeout.  Make resetting of target more robust.
12021         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
12022         Pass `shell_id' to exit_$connectmode.
12023         Only call exit_$connectmode if connected.
12024         * config/unix.exp (${tool}_load): Check return codes better.
12025         * config/vrtx.exp (${tool}_load): Likewise.
12026         * config/vx.exp (${tool}_load): Likewise.
12027         Delete unneeded global's.
12028         * lib/dg.exp (dg-test): Update to reflect clarified return codes
12029         from ${tool}_load.
12030         (dg-stat): Delete.
12031         (dg-init): Delete recording of pass/fail counts.
12032         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
12033         (old-dejagnu-init): Likewise.
12034         (old-dejagnu-stat): Delete contents, empty proc now.
12035         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
12036         (c-torture): Delete references to lcnt, lpass, lfail.
12037         Get option list from TORTURE_OPTIONS.
12038         Delete -funroll[-all]-loops if no loops.
12039         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
12040         (g++_stat): Delete contents (empty proc now).
12041         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
12042         (gcc_finish): Likewise.
12043         (gcc_stat): Deleted.
12044         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
12045         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
12046         * gcc.c-torture/execute/execute.exp: Likewise.
12047         Split tests into two parts: compile, execute.
12048         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
12049         no loops.  Update to reflect clarified return codes from ${tool}_load.
12050
12051 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
12052
12053         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
12054         to grep for.
12055         (old-dejagnu): Likewise (where necessary).
12056
12057 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
12058
12059         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
12060
12061         * lib/dg.exp (dg-process-target): Fix processing of selector.
12062         Add comment regarding use of `error'.
12063
12064         * lib/gcc.exp (prune_system_crud): Define if missing.
12065         * lib/g++.exp (prune_system_crud): Likewise.
12066
12067         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
12068         Call prune_system_crud.
12069         * lib/dg.exp (dg-runtest): New proc.
12070         Use perror instead of send_user for tcl errors in testcase.
12071         Don't return any value, it's never used.
12072         Don't clobber previous definition of `unknown'.
12073         Print tcl errors in `dg-final'.
12074
12075 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
12076
12077         * lib/dg.exp (dg-process-target): Improve syntax error messages.
12078         (dg-test): Don't print errorInfo, it contains stack backtrace.
12079
12080 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12081
12082         * lib/g++.exp (runtest_file_p): Define if missing.
12083
12084 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
12085
12086         * lib/mike-g++.exp: Comment out loading of g++.exp.
12087         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
12088         (default_g++_version): Always print something.
12089         (default_g++_start): Comment out call to `which'.
12090         (g++_start, g++_load): Deleted (must be defined in config file).
12091         * lib/gcc.exp: Test for existence of $CC at start.
12092         Delete check for tmpdir (done in gcc_init).
12093         (default_gcc_version): Always print something.
12094         (default_gcc_start): Comment out call to `which'.
12095         * config/*.exp: Major cleanup - make cross targets work at least a
12096         little better for g++ (by not being "--tool gcc" specific).
12097         Rename gcc_xxx to ${tool}_xxx.
12098         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
12099         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
12100
12101 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
12102
12103         * lib/c-torture.exp (c-torture-compile): Rework compiler
12104         message processing.
12105
12106         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
12107         c-torture.
12108
12109 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12110
12111         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
12112
12113         * lib/dg.exp (dg-process-target): Support { target native }.
12114
12115 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
12116
12117         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
12118         looked for "... program xxx got fatal signal".
12119         Correct regsub munging of `comp_output'.
12120         Ignore compiler messages "path prefix not used" and "linker input
12121         file unused".
12122
12123 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
12124
12125         * lib/gcc.exp (runtest_file_p): Define if missing.
12126         * gcc.prms/template.c: Example to work from.
12127
12128 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
12129
12130         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
12131         * lib/dg.exp (dg-test): Call unsupported testcases as such.
12132
12133         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
12134         * gcc.prms/1883.c: Moved from compile/940714-1.c.
12135         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
12136         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
12137
12138         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
12139         (dg-process-target): No longer a varargs proc.
12140         Return S/N for target, P/F for xfail.  All callers changed.
12141         (user option procs): More argument checking.
12142         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
12143         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
12144         (dg-test): Skip test if not running on selected target in `dg-do'.
12145         Update handling of `dg-do-what', `dg-output-text'.
12146         Separate execution pass/fail from output pattern match pass/fail.
12147         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
12148
12149 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12150
12151         * gcc.c-torture/special/special.exp: Don't expect failure for mips
12152         target for 920510-1.c.
12153
12154 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
12155
12156         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
12157         Clean up comment regarding use of passcnt, etc.
12158         (gcc_stat): Don't update `testcnt' here.
12159         (gcc_finish): Do it here.
12160         Might as well reset `but_id' here too.
12161         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
12162         to determine if the file should be tested.
12163         * gcc.c-torture/compile/compile.exp: Likewise.
12164         * gcc.c-torture/execute/execute.exp: Likewise.
12165         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
12166         * gcc.misc-tests/dg-test.exp: Likewise.
12167         * gcc.prms/prms.exp: Likewise.
12168         * gcc.wendy/wendy.exp: Likewise.
12169         * g++.old-deja.exp: Likewise.
12170         Move "Testing file" message to verbose level 1.
12171
12172 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
12173
12174         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
12175
12176 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12177
12178         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
12179         (default_gcc_start): Accept optional second list element
12180         of compiler flags.  Print compiler output at verbosity level 2.
12181         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
12182         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
12183         Save current values of framework globals passcnt, failcnt, xpasscnt,
12184         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
12185         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
12186         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
12187         xfailcnt to compute stats.  Update framework global `testcnt' from
12188         pass/fail counts.
12189         (gcc_finish): New proc.  Clean up test environment.
12190         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
12191         (gcc_epass, gcc_efail): Delete.
12192         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
12193         argument of line number.
12194         (dg-init): If the tool has an init routine, call it.
12195         (dg-test): Remove args `cflags_var' and `libs_var'.
12196         Pass all compiler options to ${tool}_start.
12197         Handle missing line number.
12198         (dg-finish): New function.
12199         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
12200         particular files.  Call gcc_finish at end.  Move "skipping test"
12201         message to verbosity level 3.
12202         * gcc.c-torture/compile/compile.exp: Likewise.
12203         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
12204         * gcc.c-torture/execute/execute.exp: Likewise.
12205         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
12206         Print testcase being tried at verbosity level 1.
12207         * gcc.c-torture/special/special.exp: Unset xfail.
12208         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
12209         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
12210         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
12211         * gcc.failure/failure.exp: Likewise.
12212         * gcc.ieee/ieee.exp: Likewise.
12213         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
12214         Update call to dg-test.  Call dg-finish at end.
12215         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
12216         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
12217         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
12218         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
12219         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
12220         * gcc.wendy/wendy.exp: Add copyright.
12221         Delete setting of tmpdir (done by gcc_init).
12222         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
12223         Pass compiler flags to gcc_start.  Call gcc_finish at end.
12224         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
12225         gcc_[ce]pass/fail.
12226
12227 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
12228
12229         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
12230         confusion.
12231         (g++_load): Likewise.
12232
12233         * config/*.exp (gcc_load): Some were varargs fns and some were not.
12234         Rename argument to `prog' to remove the confusion.
12235         Varargs fns behave differently too!
12236         (g++_load): Likewise.
12237
12238         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
12239
12240         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
12241         what it is.  Delete (always) printing of status value for !native.
12242         Simplify verbose code, and include status and exec_output.
12243         (g++_load): Use gcc_load.
12244
12245 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12246
12247         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
12248         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
12249         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
12250         940714-3.c as these testcases don't exist anymore.  Make
12251         va-arg-1.c expected to pass.
12252
12253 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
12254
12255         * gcc.misc-tests/misc.exp: Only run specific testcases.
12256         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
12257         * gcc.misc-tests/dg-[1-9].c: New files.
12258
12259         * lib/dg.exp: New testsuite driver.
12260         * gcc.prms/prms.exp: Use it.
12261
12262         * README.gcc: New file.
12263
12264         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
12265         Document and reset `lxpass' and `lxfail'.
12266         Simplify "initialized" message.
12267         (gcc_stat): Clean up comments a little.
12268
12269 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
12270
12271         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
12272
12273 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
12274
12275         * lib/old-dejagnu.exp (process-option): New proc.
12276         (old-dejagnu-init, old-dejagnu-stat): Likewise.
12277         (old-dejagnu): Simplify.
12278         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
12279
12280 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
12281
12282         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
12283         exists and is not an empty string.
12284
12285         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
12286         $xfail rather than calling setup_xfail.  Clear $xfail when test is
12287         finished.
12288         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
12289         automatically.
12290
12291         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
12292         longer expected to fail.
12293
12294         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
12295         "f" function call.
12296
12297         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
12298
12299         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
12300         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
12301         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
12302         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
12303         c-torture-1.29.
12304
12305         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
12306         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
12307
12308         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
12309
12310         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
12311         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
12312
12313         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
12314         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
12315         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
12316
12317 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12318
12319         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
12320         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
12321         940714-1.c, 940714-2.c, 940714-3.c},
12322         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
12323         gcc.misc-tests/{mg.c,mg.exp}:
12324         New tests.
12325         * gcc.noncompile/noncompile.exp: Change accordingly.
12326
12327 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
12328
12329         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
12330         Undo previous clobberage.
12331
12332 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
12333
12334         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
12335         * gcc.special/{930510-1.c, special.exp}:
12336         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
12337         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
12338         struct-varargs-1.c}: New tests from c-torture-1.26.
12339
12340 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
12341
12342         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
12343           argument to switch.
12344
12345 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
12346
12347         * Revert the previous changes.  Please see Rob's directory
12348           (/lisa/test/rob/progressive/gcc/testsuite) for testing
12349           fixes.
12350
12351 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
12352
12353         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
12354             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
12355             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
12356             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
12357             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
12358             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
12359             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
12360             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
12361             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
12362             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
12363             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
12364             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
12365             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
12366             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
12367             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
12368             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
12369             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
12370             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
12371             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
12372             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
12373             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
12374             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
12375             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
12376             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
12377             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
12378             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
12379             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
12380
12381 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
12382
12383         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
12384             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
12385           with perror calls.
12386
12387 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
12388
12389         * config/unix.exp (g++_load): Fix syntax.
12390
12391 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12392
12393         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
12394         * gcc.noncompile/921017-1.c: Deleted obsolete test.
12395         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
12396         Don't expect va-arg-1.c to fail.  Correct expected output for
12397         920928-1.c.
12398         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
12399         * gcc.wendy/hbm4.c: Correct typo.
12400         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
12401
12402 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
12403
12404         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
12405         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
12406         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
12407         * lib/c-torture.exp (c-torture-compile): Ditto.
12408
12409         Reduce volume of output (remove all the -I's and such).
12410         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
12411         Call gcc_cpass, gcc_cfail.
12412         (c-torture): Pass testing option to c-torture-compile.
12413
12414 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
12415
12416         Bring patches over from progressive.
12417         * config/default.exp: Exit remote shell cleanly.
12418         (g++_exit, g++_start): Add default versions.
12419         * config/sim.exp (gcc_load): Use perror, not error.
12420
12421 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
12422
12423         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
12424         set in site.exp.
12425
12426 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
12427
12428         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
12429         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
12430         (wendy_try): New proc to run testcase.
12431         (main loop): Call 'em.
12432         * gcc.wendy/*.c: Clean up pass to correct expected output.
12433
12434         * lib/gcc.exp: Minor cleanup work.
12435         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
12436
12437 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
12438
12439         * config/sim.exp (gcc_load): Document return codes better.
12440         Don't pass -v to simulator.
12441
12442 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12443
12444           * gcc.special/920717-x.c: Fix typo.
12445           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
12446           get at sources.
12447
12448         * lib/mike-gcc.exp: Fix typo.
12449
12450 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12451
12452         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
12453         binary to use, transform the name.
12454         * config/*.exp: rename everything. Nuke any g++ specific files,
12455         it's now a special case of gcc that requires no special support.
12456         Add a default.exp for unsupported targets.
12457
12458 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
12459
12460         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
12461         lib/old-dejagnu.exp: Fix a few patterns to work with the new
12462         version of Tcl.
12463
12464 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12465
12466         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
12467         than a warning.
12468
12469 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12470
12471         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
12472
12473 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12474
12475         * gcc.execute/execute.exp: Combine opt_list and foption_list into
12476         option_list.  Compile every file with only 4/6 option choices
12477         (same as C torture) instead of with 12/18 different option
12478         choices.
12479         * lib/c-torture.exp: Likewise.
12480
12481         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
12482         not already set.
12483
12484 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
12485
12486         * lib/old-deja.exp: Add `excess errors test fails' error, now one
12487         can put an XFAIL *-*-* on excess errors.
12488
12489 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
12490
12491         * g++.law: Add more tests derived from g++-bugs snapshots.
12492
12493         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
12494         equivalent to g++.law/init9.
12495
12496         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
12497         compiled it, and the a.out file after we've run it.
12498
12499 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12500
12501         * lib/mike-g++.exp (postbase): Delete the .o file after we've
12502         compiled it, and the a.out file after we've run it.
12503
12504 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12505
12506         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
12507
12508 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12509
12510         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
12511         version number.
12512
12513 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12514
12515         * g++.law: New directory of g++ tests derived from the g++-bugs
12516         snapshots.
12517
12518 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12519
12520         * gcc.compile: initbug1.c initbug1.exp testcase added
12521
12522 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12523
12524         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
12525         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
12526           fixes submitted by Jeff Law (law@cs.utah.edu)
12527         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
12528           Jeff Law (law@cs.utah.edu)
12529
12530
12531 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
12532
12533         * config/unix-g++.exp: Follow the gcc way of doing things.
12534         * g++.old-deja/old-deja.exp: Minor updates.
12535         * lib/g++.exp: New file, follow the gcc way of doing things.
12536         * lib/old-dejagnu.exp: Minor updates.
12537         * lib/mike-g++.exp: Always unset errorInfo.
12538
12539 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
12540
12541         * lib/gcc.exp: Fix some errors with the below change, CC and
12542         CFLAGS should be global when setting, not local.
12543
12544 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12545
12546         * lib/gcc.exp: Transform tool name.
12547
12548 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12549
12550         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
12551
12552 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12553
12554         * lib/gcc.exp: change gcc_done to gcc_stat
12555
12556 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12557
12558         * Upgraded gcc testsuite to c-torture version 1.25
12559
12560 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12561
12562         * lib/gcc.exp: added reporting code. Changed verbose compile message.
12563         * lib/c-torture: added hooks for new reporting code.
12564
12565 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12566
12567         * config/sh-gcc.exp: check if sh-sim exists in the path
12568
12569 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12570
12571         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
12572         * gcc.compile/compile.exp: Initial changes for new logic.
12573         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
12574         * gcc.failure/failure.exp: Initial changes for new logic.
12575         * gcc.ieee/ieee.exp: Initial changes for new logic.
12576         * gcc.misc-tests/misc.exp: Initial changes for new logic.
12577         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
12578         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
12579         * lib/c-torture.exp: Initial changes for new logic.
12580         * lib/gcc.exp: Initial changes for new logic.
12581
12582 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
12583
12584         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
12585         depend upon failure or success.  Fully qualify names in failure
12586         and success messages.  Always remove a.out before starting
12587         compile, just in case.  Pay more attention to error text output by
12588         the compiler.  Handle testcases with no known past errors just
12589         like all others, so that things are uniform.  Other miscellaneous
12590         improvements.
12591
12592 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12593
12594         * gcc.cpp: new directory for cpp tests
12595
12596 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12597
12598         * lib/chill.exp: Code reformatted, removed unused code.
12599         * config/unix-chill.exp: Code reformatted, removed unused code.
12600         * chill.execute/execute.exp: Code reformatted, removed unused code.
12601         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
12602
12603 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
12604
12605         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
12606         routines not written.
12607
12608 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12609
12610         * config/bug-gcc.exp: Use new procs from bug.exp.
12611
12612 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12613
12614         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
12615         via ftp, rather than depending on NFS.
12616         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
12617         case.
12618
12619 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
12620
12621         * config/bug-gcc.exp: Use new download proc.
12622
12623 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
12624
12625         * chill.execute/execute.exp: cleanups, handles errors better
12626         * chill.compile/compile.exp: rewrite, based on execute.exp
12627         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
12628         * lib/chill.exp: major changes to diff proc and compile and link
12629           procs. added chill_fail and chill_pass wrappers to pass and
12630           fail. added more comments, and handle error codes better.
12631           Added a hack to capture stderr from exec, so noncompile tests
12632           can work.
12633
12634 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12635
12636         * chill.execute/execute.exp: rewrite of testsuite driver
12637         * lib/chill.exp: rewrite of testsuite driver
12638         * config/unix-chill.exp: rewrite of testsuite driver
12639
12640 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
12641
12642     In chill.execute:
12643         * iexpr.ch: Standardize uppercase.
12644         * tuples.dat: Standardize uppercase.
12645         * vary.ch: standardize.  Correct varying string assignments.
12646         * vary.dat: Add new output lines.
12647
12648 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
12649
12650     In chill.execute:
12651         * chprintf.ch: Standardize use of uppercase.
12652         * tuples.ch: Standardize and turn arr2 into a DCL,
12653           rather than a SYN.
12654         * pinits.ch: Standardize.
12655
12656 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12657
12658         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
12659         * Makefil: Renamed to Makefile.in.
12660         * configure.in: New.
12661
12662 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
12663
12664     In chill.execute:
12665         * .cvsignore: Add result/output files.
12666         * Makefile: Fix up variables at start.  Use MFLAGS
12667           everywhere.  Correct bool_loc, built_ins entries.
12668           Add entry for vary1.ch.
12669         * bitarray.ch: Standardize upper-case usage.
12670         * bitexpr.ch: Standardize, add output of b1.
12671         * params.ch: Use arrayt in along PROC parameters, to
12672           avoid novelty problems.
12673         * sets.ch: Tiny cleanup.
12674         * vary1.ch: Re-indent.
12675
12676 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
12677
12678           * Add PR-related files to Makefiles, .cvsignore files, etc.
12679
12680 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12681
12682         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
12683           with compiler objects. New names are test-flow.c and test-loop.c
12684
12685 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12686
12687         * Upgraded c-torture tests from 1.19 to 1.20
12688
12689         * new files:
12690         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
12691         * gcc.compile: 930623-1.c 930623-2.c
12692         * gcc.noncompile: 930622-1.c 930622-2.c
12693         * gcc.failure: 920411-1.c 920627-2.c
12694         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
12695
12696 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12697
12698         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
12699           More changes to get testsuite working properly. Needs more work.
12700           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
12701
12702 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12703
12704         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
12705           More changes to get testsuite working properly. Needs more work.
12706
12707 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
12708
12709         * chill.compile/compile.exp: Added for Dejagnu support
12710         * chill.execute/execute.exp: Added for Dejagnu support
12711         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
12712
12713 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
12714
12715     This should complete moving the CHILL test files.
12716         * chill.noncompile(.cvsignore printf.grt
12717             in-printf.grt chprintf.grt chprintf.ch):
12718             Added test-support files.
12719           (Makefile): Modified further.
12720         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
12721             signal.ch): Added test files.
12722           * chill.execute (.cvsignore printf.grt printr.c
12723             in-printf.grt rts.c chprintf.grt rts.h): Added
12724           test-support files.
12725             (Makefile): More corrections.
12726
12727 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
12728
12729         * chill.compile, chill.execute, chill.nocompile: Add CHILL
12730           test cases, ready for DejaGnu.
12731
12732 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12733
12734         * Upgraded c-torture tests from 1.18 to 1.19
12735
12736         * gcc.compile: added test(s):
12737           930607-1.c
12738         * gcc.execute: added test(s):
12739           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
12740
12741         * added new subdirectory for misc tests: gcc.misc-tests
12742         * gcc.misc-test(s): added tests:
12743           inst-check.c test-consts.c test-ior.c test-switch.c
12744
12745 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12746
12747         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
12748
12749 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
12750
12751         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
12752
12753 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12754
12755         * Upgraded c-torture tests from 1.17 to 1.18
12756
12757 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12758
12759         * Upgraded c-torture tests from 1.12 to 1.17
12760
12761 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
12762
12763         * lib/old-dejagnu.exp:
12764           Fixed handling of XFAIL target triplets to correctly
12765           recognize wildcard characters.  Removed code that
12766           appended a unique id tag to the end of the file name
12767           printed out by the result of the testcases within a
12768           given test file.
12769
12770 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
12771
12772         * lib/old-dejagnu.exp:
12773           Reworked expected failure handling to trigger off of XFAIL
12774           keyword in keyphrase embeded in testcase source code. The
12775           XFAIL keyword must be at the end of the keyphrase line. It
12776           may optionally be followed by one or more target triplets.
12777           It has just occured that the handling of wildcards in the
12778           target triplet may not be correct.
12779
12780 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
12781
12782         * g++.old-deja/tests:
12783           Moved all subdirectories up one level into g++.old-deja .
12784
12785         * lib/old-dejagnu.exp:
12786           Fixed problem with CXXFLAGS not being properly reset, and being
12787           corrupted with extraneous "-c" compiler option.  This was
12788           causing binaries to not be generated for test that needed them.
12789           Modified strings passed to "pass" and "fail" so that individual
12790           tests from the same test file would be distinguished by an
12791           identifier appended to the test file name in the summary logs;
12792           this corrected a problem with erroneous diff logs.  Added code
12793           to search testcases for expected fail and unexpected pass keywords.
12794
12795 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12796
12797         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
12798
12799 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
12800
12801         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
12802           Removed extraneous text from end of "Special g++ Options"
12803           keyphrase.
12804
12805         * lib/old-dejagnu.exp: Added pattern matching to look for new
12806           keywords, embedded in testcases comments, which will trigger
12807           calls to xpass and xfail.
12808
12809 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
12810
12811         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
12812           comments embedded in the testcases, especially the one looking for
12813           special compiler options, as well as the pattern matching for the
12814           compiler output again.
12815
12816 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
12817
12818         * lib/old-dejagnu.exp: Do a proper check of the return value for
12819           execute tests. Fixed several problems with the pattern matching
12820           of the compiler output which gave erroneous test results.
12821           Changed several of the test result messages to be more descriptive.
12822         * config/unix-g++.exp: Proc g++_load now actually works and
12823           executes the tests passed to it and returns a usable return
12824           value.
12825
12826 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12827
12828           * lib/gcc.exp: Exits gracefully if $CC is bogus.
12829
12830 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
12831
12832         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
12833           Modified both files to properly execute the old style
12834           dejagnu tests. The previous versions of these files were
12835           experimental and did not function anything near correctly.
12836
12837 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
12838
12839         * Removed all Makefile.in and configure.in files. No configuration
12840         needed now.
12841
12842 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
12843
12844         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
12845
12846 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12847
12848         * gcc.compile/configure.in, gcc.unsorted/configure.in,
12849         gcc.special/configure.in, gcc.noncompile/configure.in,
12850         gcc.execute/configure.in, gcc.code_quality/configure.in,
12851         g++.other/configure.in, g++.old-deja/configure.in,
12852         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
12853         in srcname setting.
12854
12855 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12856
12857         * lib/udi.exp:  Fixed mondfe and mondfe_download.
12858         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
12859         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
12860
12861 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12862
12863         * config/udi-gdb.exp: Check $shell_id after connecting to target.
12864         (gdb_exit): Don't remove *_soc files.
12865
12866 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12867
12868         * lib/c-torture.exp: Don't look for main; instead always use -w
12869         -c.  This is how the c-torture tests work.  Remove the object
12870         file if the compilation succeeds.
12871         * gcc.execute/execute.exp: Remove executable if test passes.
12872         * gcc.noncompile/noncompile.exp: Every test is an expected
12873         failure.
12874         * gcc.special/special.exp: Added tests from c-torture 1.11,
12875         corrected use of existing test.
12876         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
12877         gcc.execute/920625-1.c: Updated to c-torture 1.11.
12878         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
12879         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
12880         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
12881         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
12882         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
12883         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
12884         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
12885         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
12886         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
12887         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
12888         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
12889         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
12890         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
12891         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
12892         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
12893         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
12894         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
12895         c-torture 1.11.
12896         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
12897         correspond to c-torture 1.11.
12898
12899         * New file.