OSDN Git Service

* ginclude/varargs.h: Replace with stub which issues #error.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
2
3         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
4         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
5         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
6         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
7         Convert to use <stdarg.h>.
8         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
9         Delete.
10         * gcc.dg/va-arg-2.c: New.
11         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
12
13 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
14
15         * gcc.c-torture/compile/20020710-1.c: New test.
16
17 Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
18                           Andrew Pinski  <pinskia@physics.uc.edu>
19
20         gcc.c-torture/compile/simd-2.c: New testcase.
21         gcc.c-torture/compile/simd-3.c: Likewise.
22
23 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
24
25         PR c++/7224
26         * g++.dg/overload/error1.C: New test.
27
28 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
29
30         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
31         configuration and IRIX 6 O32 ABI.
32
33 2002-07-11  Roger Sayle  <roger@eyesopen.com>
34
35         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
36
37 2002-07-10  Roger Sayle  <roger@eyesopen.com>
38
39         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
40
41 2002-07-10  Jeffrey A Law  <law@redhat.com>
42
43         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
44
45         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
46
47 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
48
49         * gcc.dg/20020312-2.c: Check for __PPC__.
50
51 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
52
53         * gcc.c-torture/compile/20020709-1.c: New test.
54
55 2002-07-07  Roger Sayle  <roger@eyesopen.com>
56
57         * g++.dg/template/qualttp21.C: New test case.
58
59 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
60
61         * gcc.c-torture/compile/20020706-1.c: New test.
62         * gcc.c-torture/compile/20020706-2.c: New test.
63
64 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
65             Alexandre Oliva  <aoliva@redhat.com>
66
67         * g++.dg/warn/incomplete1.C: New test.
68
69 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
70
71         PR c++/7099
72         * g++.dg/warn/noreturn1.C: New test.
73
74 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
75
76         PR c++/6706
77         * g++.dg/debug/debug6.C: New test.
78         * g++.dg/debug/debug7.C: New test.
79
80 Thu Jul  4 07:36:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
81
82         * gcc.c-torture/compile/simd-3.c: New test.
83
84 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
85
86         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
87         * gcc.dg/20020620-1.c: Likewise.
88
89 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
90
91         PR c++/6944
92         * g++.dg/init/array4.C: New test.
93         * g++.dg/init/array5.C: New test.
94
95 Wed Jul  3 10:25:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
96
97         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
98         * gcc.c-torture/execute/simd-2.c (main): Likewise.
99
100 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
101
102         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
103         * gcc.dg/wtr-aggr-init-1.c: Likewise.
104         * gcc.dg/wtr-conversion-1.c: Likewise.
105         * gcc.dg/wtr-escape-1.c: Likewise.
106         * gcc.dg/wtr-int-type-1.c: Likewise.
107         * gcc.dg/wtr-label-1.c: Likewise.
108         * gcc.dg/wtr-static-1.c: Likewise.
109         * gcc.dg/wtr-strcat-1.c: Likewise.
110         * gcc.dg/wtr-suffix-1.c: Likewise.
111         * gcc.dg/wtr-switch-1.c: Likewise.
112         * gcc.dg/wtr-unary-plus-1.c: Likewise.
113         * gcc.dg/wtr-union-init-1.c: Likewise.
114         * gcc.dg/wtr-union-init-2.c: Likewise.
115         * gcc.dg/wtr-union-init-3.c: Likewise.
116
117         * gcc.dg/wtr-func-def-1.c: New test.
118
119 2002-07-02 Devang Patel <dpatel@apple.com>
120
121         * objc.dg/param-1.m: New test.
122
123 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
124
125         * gcc.dg/cpp/trad/directive.c: Add test.
126         * gcc.dg/cpp/trad/macroargs.c: Add test.
127         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
128
129 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
130
131         * gcc.dg/cpp/cmdlne-M.c: New test.
132
133 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
134
135         * objc.dg/desig-init-1.m: New test.
136
137 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
138
139         PR c++/6716
140         * g++.dg/template/instantiate1.C: New test.
141
142 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
143
144         PR c++/7112
145         * g++.dg/template/sizeof2.C: New test.
146
147 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
148
149         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
150         gcc.dg/cpp/trad/include.c: New tests.
151
152 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
153
154         PR target/7177
155         * gcc.c-torture/compile/20020701-1.c: New test.
156
157 2002-07-01  Stan Shebs  <shebs@apple.com>
158
159         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
160         header here...
161         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
162         (objc-torture-execute): or here.
163
164 Mon Jul  1 12:51:05 2002  J"orn Rennecke <joern.rennecke@superh.com>
165
166         * gcc.c-torture/execute/arith-rand-ll.c: New test.
167
168 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
169
170         * gcc.dg/cpp/trad/escaped-nl.c: New test.
171
172 2002-06-30  Devang Patel  <dpatel@apple.com>
173
174         * objc.dg/fsyntax-only.m: New test.
175
176 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
177
178         PR c++/6695
179         * g++.dg/template/friend7.C: New file.
180
181 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
182
183         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
184         return type.
185
186 Thu Jun 27 15:23:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
187
188         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
189         avoid division by zero.
190
191 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
192
193         * gcc.dg/Wunknownprag.c: New tests.
194
195 Tue Jun 25 21:50:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
196
197         * gcc.c-torture/execute/simd-2.c: New test.
198
199 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
200
201         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
202         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
203         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
204         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
205         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
206         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
207         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
208         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
209         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
210         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
211         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
212         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
213         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
214         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
215         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
216         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
217         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
218
219 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
220
221         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
222         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
223         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
224         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
225         New tests.
226         * gcc.dg/cpp/trad/directive.c: Update.
227
228 2002-06-23  Andreas Jaeger  <aj@suse.de>
229
230         * gcc.c-torture/execute/complex-6.c: New.
231
232 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
233
234         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
235         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
236         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
237         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
238
239 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
240
241         * gcc.dg/cpp/trad: New directory with traditional tests copied
242         from parent directory.
243         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
244         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
245         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
246         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
247         Move to trad/ and rename.
248         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
249         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
250         gcc.dg/cpp/trad/redef2.c: New tests.
251         * gcc.dg/cpp/trad/trad.exp: New driver.
252
253 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
254
255         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
256         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
257         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
258         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
259         Remove.
260
261 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
262
263         * gcc.dg/20020620-1.c: New test.
264
265 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
266
267         * g++.dg/template/ttp4.C: New test.
268
269 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
270
271         * g++.dg/opt/vt1.C: Fix regexp.
272
273 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
274
275         * gcc.c-torture/execute/pure-1.c: Make functions static again.
276         Don't use attribute `noinline'.
277
278 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
279
280         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
281
282 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
283
284         * gcc.c-torture/execute/simd-1.c: New.
285
286         * gcc.dg/simd-1.c: New.
287
288 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
289
290         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
291
292 2002-06-16  Richard Henderson  <rth@redhat.com>
293
294         * g++.dg/ext/anon-struct1.C: New.
295         * g++.dg/ext/anon-struct2.C: New.
296         * g++.dg/ext/anon-struct3.C: New.
297         * gcc.dg/anon-struct-1.c: New.
298         * gcc.dg/anon-struct-2.c: New.
299         * gcc.dg/anon-struct-3.c: New.
300         * gcc.dg/20011008-1.c: Adjust warning text.
301         * gcc.dg/20020527-1.c: Add -fms-extensions.
302
303 2002-06-16  Richard Henderson  <rth@redhat.com>
304
305         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
306
307 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
308
309         * gcc.c-torture/execute/20020615-1.c: New test.
310
311 2002-06-15  Roger Sayle  <roger@eyesopen.com>
312
313         * gcc.c-tortuture/execute/compare-1.c: New test case.
314         * gcc.c-tortuture/execute/compare-2.c: New test case.
315         * gcc.c-tortuture/execute/compare-3.c: New test case.
316
317 2002-06-13  Richard Henderson  <rth@redhat.com>
318
319         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
320         ia64 ilp32.
321
322 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
323
324         * g++.dg/template/typename2.C: Update error message.
325
326 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
327
328         * gcc.c-torture/execute/20020611-1.c: New test.
329
330 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
331
332         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
333         list of targets to skip.
334
335 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
336
337         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
338         targets if not optimizing.
339
340 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
341
342         * gcc.c-torture/compile/20020605-1.c: New test.
343
344         * g++.dg/opt/vt1.C: New test.
345
346         * gcc.dg/20020531-1.c: New test.
347
348         * gcc.dg/20020530-1.c: New test.
349
350         * gcc.dg/20020527-1.c: New test.
351
352         * g++.dg/opt/cse1.C: New test.
353
354 2002-06-07  Roger Sayle  <roger@eyesopen.com>
355
356         * gcc.dg/20020607-2.c: New test case.
357
358 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
359
360         * gcc.c-torture/compile/20020604-1.c: New test.
361
362 2002-06-04  Richard Henderson  <rth@redhat.com>
363
364         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
365         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
366         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
367
368 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
369
370         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
371
372 2002-06-03  Richard Henderson  <rth@redhat.com>
373
374         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
375         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
376
377 2002-06-02  Richard Henderson  <rth@redhat.com>
378
379         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
380         test functions static.
381
382 2002-06-02  Andreas Jaeger  <aj@suse.de>
383
384         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
385         now.
386
387 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
388
389         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
390         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
391         Update for mofified diagnostics.
392         * gcc.dg/c99-intconst-1.c: No longer fail.
393
394 2002-06-02  Richard Henderson  <rth@redhat.com>
395
396         * gcc.dg/uninit-A.c: Remove xfail markers.
397
398 2002-06-01  Roger Sayle  <roger@eyesopen.com>
399
400         * gcc.dg/fnegate-1.c: New test case.
401
402 2002-05-30  Osku Salerma  <osku@iki.fi>
403
404         * gcc.c-torture/execute/mayalias-1.c: New file.
405
406 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
407
408         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
409         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
410         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
411
412 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
413
414         * gcc.c-torture/execute/20020529-1.c: New test.
415
416 2002-05-27  Richard Henderson  <rth@redhat.com>
417
418         * g++.dg/ext/attrib6.C: New test case.
419
420 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
421
422         * gcc.c-torture/execute/pure-1.c: New test.
423
424 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
425
426         * gcc.dg/cpp/arith-2.c: Remove.
427
428 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
429
430         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
431         * gcc.dg/cpp/if-3.c: Remove.
432
433 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
434
435         * g++.dg/opt/cse2.C: New test.
436
437 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
438
439         * gcc.dg/cpp/arith-1.c: New semantic tests.
440         * gcc.dg/cpp/if-1.c: Update.
441
442 2002-05-24  Ben Elliston  <bje@redhat.com>
443
444         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
445
446 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
447
448         * gcc.dg/verbose-asm.c: New test.
449
450 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
451
452         * gcc.dg/cpp/paste12.c: New test.
453
454 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
455
456         * g++.dg/parse/named_ops.C: New test.
457
458 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
459
460         * gcc/testsuite/gcc.dg/weak-8.c: New test.
461
462 Thu May 23 11:09:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
463
464         * gcc.dg/weak-2.c: Allow optional leading underscore
465         in scan-assembler symbol name.
466         * gcc.dg/weak-3.c: Likewise.
467         * gcc.dg/weak-4.c: Likewise.
468         * gcc.dg/weak-5.c: Likewise.
469
470 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
471
472         * gcc.dg/20020523-1.c: New test.
473
474 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
475
476         * objc.dg/const-str-2.m: Update now that we stop after
477         a command line error.
478
479 2002-05-22  Richard Henderson  <rth@redhat.com>
480
481         * g++.dg/dg.exp: Fix typo in test pruneing.
482
483 2002-05-22  Richard Henderson  <rth@redhat.com>
484
485         * g++.dg/dg.exp: Prune the tls subdirectory.
486         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
487         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
488         * g++.dg/tls/init-1.C: New.
489
490 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
491
492         * gcc.dg/20020517-1.c: New test.
493
494 2002-05-21  Richard Henderson  <rth@redhat.com>
495
496         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
497         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
498
499 Tue May 21 14:25:32 2002  Brian R. Gaeke  <brg@dgate.ORG>
500
501         * g++.dg/other/copy2.C: New test.
502
503 Mon May 20 10:51:35 2002  J"orn Rennecke <joern.rennecke@superh.com>
504
505         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
506         (MAX_COPY): Bump up to 10 times sizeof (long long).
507         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
508
509         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
510         sizeof (long long).
511
512         * gcc.c-torture/execute/strcpy-1.c: New test.
513
514 2002-05-19  Jason Merrill  <jason2redhat.com>
515
516         * g++.dg/ext/oper1.C: New test.
517
518 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
519 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
520
521         * README.QMTEST: New file.
522
523         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
524
525 2002-05-19  Andreas Jaeger  <aj@suse.de>
526
527         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
528         now.
529         * gcc.c-torture/execute/loop-2d.x: Likewise.
530
531 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
532
533         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
534         support weak symbols.
535         * gcc.dg/weak-4.c: Likewise
536         * gcc.dg/weak-6.c: Likewise
537
538 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
539
540         * gcc.dg/weak-3.c: Add dg-excess-error comment for
541         cygwin, coff and h8300-*-hms targets
542         * gcc.dg/weak-5.c: Likewise
543         * gcc.dg/weak-7.c: Likewise
544
545 2002-05-16  Jason Merrill  <jason@redhat.com>
546
547         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
548         (scan-assembler-not, scan-assembler-dem): Likewise.
549         (scan-assembler-dem-not): Likewise.
550
551 2002-05-15  Richard Henderson  <rth@redhat.com>
552
553         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
554
555 2002-05-15  Richard Henderson  <rth@redhat.com>
556
557         * gcc.dg/weak-5.c (vfoo1c): No warning here.
558         (vfoo1f): Warning here.
559         (vfoo1l): Don't redefine the alias.
560
561 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
562
563         * g++.dg/init/pm1.C: New test.
564
565 2002-05-12  David S. Miller  <davem@redhat.com>
566
567         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
568         types.
569
570 2002-05-10  Roger Sayle  <roger@eyesopen.com>
571
572         * gcc.c-torture/execute/20020510-1.c: New test case.
573
574 2002-05-10  David S. Miller  <davem@redhat.com>
575
576         * gcc.c-torture/execute/conversion.c: Test long double too.
577
578 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
579
580         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
581         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
582         * lib/g++.exp (g++_link_flags): Likewise.
583         * lib/objc.exp (objc_target_compile): Likewise.
584
585 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
586
587         * gcc.dg/cpp/poison.c: Update.
588         * gcc.dg/cpp/20000625-2.c: Remove.
589         * gcc.dg/cpp/direct2s.c: Remove final test.
590
591 2002-05-08  Tom Rix  <trix@redhat.com>
592
593         * gcc.c-torture/execute/20020508-1.c: New test.
594         * gcc.c-torture/execute/20020508-2.c: New test.
595         * gcc.c-torture/execute/20020508-3.c: New test.
596
597 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
598
599         * gcc.dg/cpp/charconst-4.c: More tests.
600
601 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
602
603         PR c/6569
604         * gcc.dg/weak-3.c: Update location of warning messages.
605         * gcc.dg/weak-5.c: Likewise.
606
607 2002-05-06  Roger Sayle  <roger@eyesopen.com>
608
609         * gcc.c-torture/execute/20020506-1.c: New test case.
610
611 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
612
613         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
614
615 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
616
617         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
618
619 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
620
621         * gcc.dg/cpp/charconst-3.c: New test.
622
623 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
624
625         * gcc.dg/cpp/charconst.c: Update tests.
626
627 2002-05-05  Tim Josling  <tej@melbpc.org.au>
628
629         * treelang: Added directory for new sample language treelang. Also
630         lib/treelang.exp: New file to signal treelang should be tested.
631
632 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
633
634         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
635         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
636         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
637         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
638         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
639         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
640         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
641
642 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
643
644         * gcc.dg/format/xopen-2.c: New test.
645
646 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
647
648         * gcc.dg/20020503-1.c: New test.
649
650 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
651
652         * g++.dg/init/dtor1.C: Make it tougher.
653
654 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
655
656         * g++.dg/init/dtor1.C: New test.
657
658 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
659
660         * gcc.dg/altivec-8.c: New.
661
662 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
663
664         * gcc.dg/altivec-7.c: New.
665
666 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
667
668         * g++.dg/parse/typedef1.C: New test.
669
670 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
671
672         PR c++/6486
673         * g++.dg/template/friend6.C: New test.
674
675         PR c++/6492
676         * g++.dg/init/copy1.C: New test.
677
678 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
679
680         * g++.dg/warn/effc1.C: New test.
681
682 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
683
684         * gcc.dg/cpp/if-cexp.c: Add a test.
685
686 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
687
688         * gcc.dg/20020426-2.c: New test.
689
690 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
691
692         * gcc.dg/cpp/if-mop.c: Update.
693         * gcc.dg/cpp/if-mpar.c: Add test.
694         * gcc.dg/cpp/if-oppr.c: Update.
695
696 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
697
698         PR c/6343
699         * gcc.dg/weak-[2-7].c: New tests.
700
701 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
702
703         * gcc.dg/enum1.c: New test.
704
705 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
706
707         PR c++/6497
708         * g++.dg/inherit/access2.C: New test.
709
710 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
711
712         PR bootstrap/6445
713         * gcc.dg/20020426-1.c: New test.
714
715 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
716
717         * g++.dg/abi/enum1.C: New test.
718
719 2002-04-26  Richard Henderson  <rth@redhat.com>
720
721         * gcc.dg/c99-bool-1.c: Expect always true warning.
722
723 2002-04-25  Roger Sayle  <roger@eyesopen.com>
724
725         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
726
727 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
728
729         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
730         targets.
731
732 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
733
734         * g++.dg/abi/mange7.C: New test.
735
736         PR c++/6438.
737         * g++.dg/parse/stmtexpr2.C: New test.
738
739 Wed Apr 24 21:38:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
740
741         * gcc.dg/20020312-2.c: Add SH target.
742
743 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
744
745         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
746         compiler output on mips*-*-irix*.
747
748 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
749
750         * g++.dg/parse/attr1.C: New test.
751
752 2002-04-23  Roger Sayle  <roger@eyesopen.com>
753
754         * gcc.c-torture/execute/string-opt-17.c: New test case.
755         * gcc.c-torture/execute/memset-2.c: New test case.
756
757 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
758
759         PR c++/6256:
760         * g++.dg/template/friend5.C: New test.
761
762         PR c++/6331:
763         * g++.dg/template/qual1.C: Likewise.
764
765 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
766
767         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
768         Include stdlib.h, not stdio.h or ctype.h.
769
770 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
771
772         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
773         cris-*-elf* and mmix-*-*.
774         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
775         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
776         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
777         Ditto.
778         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
779         * gcc.dg/wchar_t-1.c: Ditto.
780
781 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
782
783         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
784         Clarify comment.
785
786 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
787
788         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
789
790 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
791
792         * gcc.c-torture/execute/20000906-1.x: Delete.
793
794 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
795
796         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
797
798 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
799
800         * PR6367
801         * g77.f-torture/execute/6367.f: New test.
802         * g77.f-torture/execute/6367.x: Disable for MMIX.
803
804 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
805
806         * PR6352
807         * g++.dg/opt/inline2.C: New test.
808
809 2002-04-18  Richard Henderson  <rth@redhat.com>
810
811         * gcc.dg/20000906-1.c: Enable for all targets.
812         * gcc.c-torture/compile/iftrap-2.c: New.
813
814 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
815
816         * gcc.dg/20020418-1.c: New test.
817         * gcc.dg/20020418-2.c: New test.
818
819 2002-04-18  Richard Henderson  <rth@redhat.com>
820
821         * gcc.c-torture/compile/iftrap-1.c: New.
822         * gcc.dg/iftrap-1.c: Adjust for ia64.
823         * gcc.dg/iftrap-2.c: New.
824
825 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
826
827         * gcc.c-torture/compile/20020418-1.c: New test.
828
829 2002-04-18  Roger Sayle  <roger@eyesopen.com>
830
831         * gcc.c-torture/compile/20020415-1.c: New.
832
833 2002-04-18  David S. Miller  <davem@redhat.com>
834
835         * gcc.c-torture/execute/20020418-1.c: New test.
836
837 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
838
839         * gcc.dg/20020416-1.c: New test.
840
841         * g++.dg/opt/inline1.C: New test.
842
843 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
844
845         * gcc.dg/altivec-5.c: New test.
846
847         * gcc.dg/20020415-1.c: New test.
848
849 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
850
851         * testsuite/lib/chill.exp: Remove.
852
853 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
854
855         * g++.dg/other/big-struct.C: New test.
856
857 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
858
859         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
860         of scratch file.
861
862 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
863
864         PR c/6277
865         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
866         in scan-assembler function name
867
868 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
869
870         * g77.f-torture/execute/980628-4.x,
871         g77.f-torture/execute/980628-5.x,
872         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
873         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
874         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
875         i[34567]86-*-*.
876
877 2002-04-13  David S. Miller  <davem@redhat.com>
878
879         * gcc.c-torture/execute/20020413-1.c: New test.
880
881 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
882
883         * gcc.dg/asm-6.c,
884         * g++.dg/ext/asm1.C: New tests.
885
886 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
887
888         PR c++ 5373.
889         * g++.dg/parse/stmtexpr1.C: New test.
890
891         PR c++/5189.
892         * g++.dg/template/copy1.C: New test.
893
894 2002-04-12  Richard Henderson  <rth@redhat.com>
895
896         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
897
898 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
899
900         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
901         gcc.c-torture/execute/20020307-2.c.
902
903 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
904
905         * g++.dg/ext/attrib5.C,
906         * g++.dg/lookup/struct1.C: New tests.
907
908 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
909
910         * gcc.dg/20020411-1.c: New test.
911
912         * gcc.c-torture/execute/20020411-1.c: New test.
913
914 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
915
916         * g77.f-torture/execute/6177.f: New test.
917
918 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
919
920         PR middle-end/6247
921         * g++.dg/opt/cleanup1.C: New test.
922
923         * g++.dg/opt/const1.C: New test.
924
925 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
926
927         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
928
929 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
930
931         PR c++/5507
932         * g++.dg/template/typename2.C: New test.
933
934 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
935
936         * gcc.c-torture/execute/loop-12.c: New.
937
938 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
939
940         * g77.f-torture/execute/980628-4.x,
941         g77.f-torture/execute/980628-5.x,
942         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
943         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
944         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
945
946 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
947
948         PR optimization/6086
949         * g++.dg/opt/preinc1.C: New test.
950
951 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
952
953         PR c++/5571
954         * g++.dg/opt/static2.C: New test.
955
956 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
957
958         PR c/5120
959         * gcc.dg/20020406-1.c: New test.
960
961 2002-04-04  David S. Miller  <davem@redhat.com>
962
963         * gcc.c-torture/execute/20020404-1.c: New test.
964
965 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
966
967         PR c/6123
968         * gcc.dg/20020312-2.c: Do not declare global register variable
969         if __PIC__ or __pic__ is defined.
970
971 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
972
973         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
974         __asm__ so that it works correctly even if -ansi -pedantic-errors.
975
976 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
977
978         * gcc.misc-tests/linkage.exp: Update last change to handle
979         sparc*-, not just sparc-.
980
981 2002-04-03  Richard Henderson  <rth@redhat.com>
982
983         * gcc.dg/cpp/ucs.c: Improved long UCS test.
984
985 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
986
987         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
988
989 2002-04-02  David S. Miller  <davem@redhat.com>
990
991         * gcc.c-torture/execute/20020402-3.c: New test.
992
993 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
994
995         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
996         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
997
998         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
999         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
1000         g77.f-torture/execute/20001201.x,
1001         g77.f-torture/execute/u77-test.x: New files.
1002
1003         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
1004         * gcc.dg/wchar_t-1.c: Ditto.
1005
1006 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1007
1008         * gcc.c-torture/execute/20020402-1.c: New test.
1009
1010 2002-04-01  Richard Henderson  <rth@redhat.com>
1011
1012         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
1013
1014         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
1015
1016 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1017
1018         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
1019
1020 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1021
1022         * g++.dg/inherit/template-as-base.C: Expect error.
1023         * g++.dg/inherit/namespace-as-base.C: Likewise.
1024
1025 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
1026
1027         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
1028         g++.dg/ext/instantiate3.C: Tweak match patterns.
1029
1030         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
1031         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
1032         -da test.
1033
1034 2002-03-31  Richard Henderson  <rth@redhat.com>
1035
1036         * gcc.dg/special/alias-2.c: New.
1037         * gcc.dg/special/ecos.exp: Run it.
1038
1039 2002-03-31  Richard Henderson  <rth@redhat.com>
1040
1041         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
1042
1043 2002-03-31  Kazu Hirata  <kazu@hxi.com>
1044
1045         * gcc.dg/weak-1.c: Disable on h8300 port.
1046
1047 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
1048
1049         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
1050         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
1051         ordering tests.
1052         * g++.dg/bprob/bprob-1.C: New test.
1053         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
1054         * g++.dg/gcov/gcov-1.C: New test.
1055         * g++.dg/gcov/gcov-1.x: New file.
1056         * g++.dg/gcov/gcov-2.C: New test.
1057         * g++.dg/gcov/gcov-3.C: New test.
1058         * g++.dg/gcov/gcov-3.h: New file.
1059
1060 2002-03-28  Roger Sayle  <roger@eyesopen.com>
1061
1062         * g++.old-deja/g++.other/builtins5.C: New test.
1063         * g++.old-deja/g++.other/builtins6.C: New test.
1064         * g++.old-deja/g++.other/builtins7.C: New test.
1065         * g++.old-deja/g++.other/builtins8.C: New test.
1066         * g++.old-deja/g++.other/builtins9.C: New test.
1067
1068 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
1069
1070         * g++.dg/opt/static1.C: New test.
1071
1072         * g++.dg/opt/longbranch1.C: New test.
1073
1074 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
1075
1076         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
1077
1078         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
1079
1080 Thu Mar 28 16:38:09 2002  Jeffrey A Law  (law@redhat.com)
1081
1082         * gcc.c-torture/execute/20020328-1.c: New test.
1083
1084 2002-03-27  Richard Henderson  <rth@redhat.com>
1085
1086         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
1087         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
1088         move from g++.old-deja/g++.ext/.
1089
1090 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
1091
1092         * g++.dg/init/new2.C: New test.
1093
1094 2002-03-26  Richard Henderson  <rth@redhat.com>
1095
1096         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
1097
1098         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
1099         on sparc.
1100
1101         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
1102         sparcv9 systems.
1103         * gcc.dg/20001102-1.c: Likewise.
1104
1105 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
1106
1107         * gcc.dg/cpp/endif-pedantic1.c,
1108         gcc.dg/cpp/endif-pedantic2.c:  New tests.
1109
1110 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
1111
1112         * g++.dg/init/new1.C: New test.
1113
1114 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1115
1116         * g++.dg/abi/vbase9.C: New test.
1117
1118 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
1119
1120         * gcc.dg/arm-asm.c: New test.
1121
1122 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
1123
1124         * gcc.dg/Wswitch-enum.c: New test.
1125         Fix PR c/5044.
1126
1127 2002-03-26  Richard Henderson  <rth@redhat.com>
1128
1129         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
1130         structure.
1131
1132 2002-03-25  Richard Henderson  <rth@redhat.com>
1133
1134         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
1135         sparcv9 systems.
1136
1137         * gcc.c-torture/compile/20011119-1.c (xxx): New.
1138         * gcc.c-torture/compile/20011119-2.c (xxx): New.
1139
1140 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
1141
1142         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
1143
1144 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
1145
1146         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
1147         targets using generic thunk support.
1148
1149 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
1150
1151         * gcc.c-torture/compile/20020323-1.c: New test.
1152
1153         * g++.dg/opt/conj2.C: New test.
1154
1155 2002-03-24  Richard Henderson  <rth@redhat.com>
1156
1157         * gcc.dg/weak-1.c: Use -fno-common.
1158
1159 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1160
1161         * g77.dg/f77-edit-apostrophe-out.f: New test
1162         * g77.dg/f77-edit-h-out.f: New test
1163         * g77.dg/f77-edit-t-in.f: New test
1164         * g77.dg/f77-edit-t-out.f: New test
1165         * g77.dg/f77-edit-x-out.f: New test
1166         * g77.dg/f77-edit-slash-out.f: New test
1167         * g77.dg/f77-edit-colon-out.f: New test
1168         * g77.dg/f77-edit-s-out.f: New test
1169
1170 2002-03-24  Richard Henderson  <rth@redhat.com>
1171
1172         * objc/execute/formal_protocol-6.x: New XFAIL.
1173
1174 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1175
1176         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
1177         that do not support weak symbols
1178
1179 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
1180
1181         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
1182         * lib/g77.exp:  Likewise
1183         * lib/objc.exp: Likewise
1184
1185 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
1186
1187         * gcc.dg/Wswitch-default.c: New test.
1188
1189 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
1190
1191         * g++.dg/other/enum1.C: New test.
1192
1193 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
1194
1195         * gcc.dg/pragma-ep-3.c: Fix typo.
1196
1197 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1198
1199         * g++.dg/inherit/template-as-base.C: New test.
1200
1201 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
1202
1203         * g++.old-deja/g++.other/dwarf2-1.C: Move...
1204         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
1205
1206 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
1207
1208         * gcc.dg/cpp/multiline.c: Update to match.
1209
1210 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
1211
1212         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
1213
1214 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
1215
1216         * gcc.dg/cpp/extratokens2.c:  New file.
1217
1218 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
1219
1220         * gcc.dg/20020312-2.c: Add rs6000 target.
1221
1222         * gcc.c-torture/compile/20020319-1.c: New test.
1223
1224 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1225
1226         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
1227         (A, E): Handle this.
1228
1229 2002-03-20  Jason Merrill  <jason@redhat.com>
1230
1231         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
1232         ignoring -fpic.
1233         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
1234         through prune_gcc_output.
1235
1236 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
1237
1238         * gcc.c-torture/compile/20020320-1.c: New test.
1239
1240 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
1241
1242         * gcc.c-torture/compile/20020318-1.c: New test.
1243
1244         * gcc.dg/struct-by-value-1.c: New test.
1245
1246         * gcc.dg/20020319-1.c: New test.
1247
1248 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
1249
1250         * g++.dg/opt/conj1.C: New test.
1251
1252 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
1253
1254         * g++.dg/template/qualttp20.C: Revert previous change.
1255         * g++.dg/template/qualttp3.C: Likewise.
1256         * g++.dg/template/qualttp4.C: Likewise
1257         * g++.dg/template/qualttp5.C: Likewise
1258         * g++.dg/template/qualttp6.C: Likewise
1259         * g++.dg/template/qualttp7.C: Likewise
1260         * g++.dg/template/qualttp8.C: Likewise
1261         * g++.dg/template/recurse.C: Likewise.
1262
1263 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1264
1265         * gcc.dg/cpp/wchar-1.c: Update.
1266
1267 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
1268
1269         * g++.dg/template/conv1.C: New test.
1270         * g++.dg/template/conv2.C: New test.
1271         * g++.dg/template/conv3.C: New test.
1272         * g++.dg/template/conv4.C: New test.
1273
1274 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1275
1276         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
1277         * g++.dg/template/qualttp3.C: Likewise.
1278         * g++.dg/template/qualttp4.C: Likewise
1279         * g++.dg/template/qualttp5.C: Likewise
1280         * g++.dg/template/qualttp6.C: Likewise
1281         * g++.dg/template/qualttp7.C: Likewise
1282         * g++.dg/template/qualttp8.C: Likewise
1283         * g++.dg/template/recurse.C: Likewise.
1284
1285 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1286
1287         * g++.dg/opt/dtor1.C: New test.
1288
1289 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
1290
1291         * gcc.c-torture/compile/20020315-1.c: New test.
1292
1293 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
1294
1295         * gcc.dg/weak-1.c: Fix scan tests.
1296
1297 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
1298
1299         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
1300         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
1301         cris-*-aout* mmix-*-*.
1302         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
1303         cris-*-aout* mmix-*-*.
1304         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
1305         cris-*-elf* cris-*-aout* and mmix-*-*.
1306         * gcc.dg/20001009-1.c: Ditto.
1307         * gcc.dg/20010912-1.c: Ditto.
1308         * gcc.dg/20020122-4.c: Ditto.
1309         * gcc.dg/inline-2.c: Ditto.
1310
1311 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
1312
1313         * gcc.c-torture/compile/20020314-1.c: New test.
1314
1315 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
1316
1317         * gcc.c-torture/execute/20020314-1.c: New test.
1318
1319 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
1320
1321         * g++.dg/warn/Wunused-1.C: New test.
1322
1323 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
1324
1325         * g++.dg/abi/mangle6.C: New test.
1326
1327 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
1328
1329         * gcc.c-torture/compile/20020309-2.c: New test.
1330
1331         * gcc.c-torture/compile/20020312-1.c: New test.
1332
1333 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
1334
1335         * g++.dg/other/access1.C: New test.
1336
1337 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
1338
1339         * gcc.c-torture/execute/wchar_t-1.c: New test.
1340
1341 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
1342
1343         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
1344
1345 2002-03-12  Roger Sayle  <roger@eyesopen.com>
1346
1347         * gcc.dg/20020312-1.c: New test case.
1348
1349 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
1350
1351         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
1352
1353 2002-03-11  Richard Henderson  <rth@redhat.com>
1354
1355         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
1356         * g++.old-deja/g++.jason/report.C: Likewise.
1357
1358 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1359
1360         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
1361         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
1362
1363 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1364
1365         * testsuite/g++.dg/overload/pmf1.C: New test.
1366
1367 2002-03-11  Kazu Hirata  <kazu@hxi.com>
1368
1369         * gcc.c-torture/execute/20020307-1.c: Use long.
1370
1371 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
1372
1373         PR optimization/5844
1374         * gcc.dg/20020310-1.c: New test.
1375
1376 2002-03-09  Michael Meissner  <meissner@redhat.com>
1377
1378         * gcc.c-torture/execute/memcpy-2.c: New test.
1379         * gcc.c-torture/execute/memset-1.c: New test.
1380         * gcc.c-torture/execute/strlen-1.c: New test.
1381         * gcc.c-torture/execute/strcmp-1.c: New test.
1382         * gcc.c-torture/execute/strncmp-1.c: New test.
1383
1384 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
1385
1386         * gcc.dg/ppc-ldstruct.c: New test.
1387
1388 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
1389
1390         * gcc.c-torture/execute/va-arg-22.c: New test.
1391
1392 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1393
1394         * gcc.c-torture/compile/20020309-1.c: New test.
1395
1396 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
1397
1398         * gcc.c-torture/execute/20020307-2.c: New test.
1399
1400 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
1401
1402         * g77.f-torture/compile/20020307-1.f: New test.
1403
1404 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
1405
1406         * gcc.dg/unordered-1.c: New test.
1407
1408 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
1409
1410         * gcc.c-torture/execute/20020307-1.c: New test.
1411
1412 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1413
1414         * gcc.dg/20020304-1.c: New test.
1415
1416         * gcc.c-torture/compile/20020304-2.c: New test.
1417
1418 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
1419
1420         * gcc.c-torture/compile/20020304-1.c: New test case
1421         (from PR c/5830).
1422
1423 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
1424
1425         * gcc.dg/20020103-1.c: Add other -D ppc variants.
1426
1427 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1428
1429         * g++.dg/other/classkey1.C: New test.
1430
1431 2002-03-01  Richard Henderson  <rth@redhat.com>
1432
1433         * gcc.c-torture/compile/981223-1.x: New.
1434         * gcc.c-torture/compile/920625-1.x: New.
1435
1436 2002-02-28  Richard Henderson  <rth@redhat.com>
1437
1438         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
1439
1440 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
1441
1442         * gcc.c-torture/execute/20020227-1.c: New test.
1443
1444 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
1445
1446         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
1447         here" ERROR lines.
1448         * g++.old-deja/g++.oliva/partord1.C: Likewise.
1449         * g++.old-deja.g++.other/defarg1.C: Likewise.
1450         * g++.old-deja/g++.pt/calls2.C: Likewise.
1451         * g++.old-deja/g++.pt/crash20.C: Likewise.
1452         * g++.old-deja/g++.pt/crash30.C: Likewise.
1453         * g++.old-deja/g++.pt/crash36.C: Likewise.
1454         * g++.old-deja/g++.pt/crash6.C: Likewise.
1455         * g++.old-deja/g++.pt/defarg13.C: Likewise.
1456         * g++.old-deja/g++.pt/derived3.C: Likewise.
1457         * g++.old-deja/g++.pt/error1.C: Likewise.
1458         * g++.old-deja/g++.pt/friend21.C: Likewise.
1459         * g++.old-deja/g++.pt/friend23.C: Likewise.
1460         * g++.old-deja/g++.pt/infinite1.C: Likewise.
1461         * g++.old-deja/g++.robertl/eb128.C: Likewise.
1462
1463 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
1464
1465         * gcc.c-torture/execute/20020225-2.c: New test.
1466
1467 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1468
1469         * gcc.c-torture/execute/920730-1t.c,
1470         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
1471         Delete test cases, only relevant to -traditional.
1472
1473 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1474
1475         * gcc.dg/cpp/undef1.c: Remove.
1476         * gcc.dg/cpp/directiv.c: Update.
1477         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
1478
1479 2002-02-27  Michael Meissner  <meissner@redhat.com>
1480
1481         * gcc.c-torture/execute/20020226-1.c: New test.
1482
1483 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
1484
1485         * g++.dg/debug/debug4.C: New test.
1486
1487         * gcc.dg/ia64-visibility-1.c: New test.
1488
1489 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
1490
1491         * gcc.dg/debug/20020224-1.c: New.
1492
1493 2002-02-25  Kazu Hirata  <kazu@hxi.com>
1494
1495         * gcc.c-torture/execute/960416-1.x: New.
1496         * gcc.c-torture/execute/divconst-3.x: Likewise.
1497
1498 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
1499
1500         * gcc.dg/20020224-1.c: New test.
1501
1502 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
1503
1504         * gcc.c-torture/execute/20020225-1.c: New.
1505
1506 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1507
1508         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
1509
1510 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
1511
1512         * gcc.dg/20020222-1.c: New test.
1513
1514 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
1515
1516         * g++.dg/opt/anonunion1.C: New test.
1517
1518 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
1519
1520         * g++.dg/template/qualttp19.C: New test.
1521         * g++.dg/template/qualttp20.C: New test.
1522         * g++.old-deja/g++.jason/report.C: Adjust expected errors
1523         * g++.old-deja/g++.other/qual1.C: Likewise.
1524
1525 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
1526
1527         * gcc.dg/attr-alwaysinline.c: New.
1528
1529 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
1530
1531         * gcc.dg/20020220-1.c: New test.
1532
1533         * gcc.dg/20020220-2.c: New test.
1534
1535         * g++.dg/opt/mmx1.C: New test.
1536
1537 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
1538
1539         * gcc.c-torture/compile/20020110.c: New test.
1540
1541 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
1542
1543         * gcc.c-torture/execute/20020219-1.c: New test.
1544
1545         * gcc.dg/20020219-1.c: New test.
1546
1547         * gcc.dg/noncompile/20020220-1.c: New test.
1548
1549         * g++.dg/opt/ptrintsum1.C: New test.
1550
1551         * gcc.dg/debug/20020220-1.c: New test.
1552
1553 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
1554
1555         * gcc.c-torture/execute/20020216-1.c: New test.
1556
1557 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1558
1559         * gcc.dg/decl-1.c: Update, new test.
1560
1561 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
1562
1563         * g++.dg/abi/bitfield1.C: New test.
1564         * g++.dg/abi/bitfield2.C: New test.
1565
1566 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
1567
1568         * gcc.dg/attr-nest.c: New test.
1569
1570 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
1571
1572         * gcc.c-torture/execute/20020215-1.c: New test.
1573
1574 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
1575
1576         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
1577         * g++.dg/debug/debug.exp: New.
1578         * g++.dg/debug/trivial.C: New.
1579         * g++.dg/debug/debug1.C: Moved...
1580         * g++.dg/other/debug1.C: ...from here.
1581         * g++.dg/debug/debug2.C: Moved...
1582         * g++.dg/other/debug2.C: ...from here.
1583         * g++.dg/debug/debug3.C: Moved...
1584         * g++.dg/other/debug3.C: ...from here.
1585
1586         * gcc.dg/noncompile/20020213-1.c: New test.
1587
1588 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
1589
1590         * g++.dg/other/debug3.C: New test.
1591
1592         * gcc.c-torture/execute/20020213-1.c: New test.
1593
1594 2002-02-13  Richard Smith <richard@ex-parrot.com>
1595
1596         * g++.old-deja/g++.other/thunk1.C: New test.
1597
1598 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
1599
1600         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
1601
1602 2002-02-13  Stan Shebs  <shebs@apple.com>
1603
1604         * gcc.dg/altivec-3.c: New.
1605
1606 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
1607
1608         * gcc.dg/Wunreachable-1.c: New test.
1609         * gcc.dg/Wunreachable-2.c: New test.
1610
1611 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1612
1613         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
1614
1615 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
1616
1617         * gcc.dg/decl-1.c: New test.
1618
1619 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
1620
1621         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
1622
1623 2002-02-10  Kazu Hirata  <kazu@hxi.com>
1624
1625         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
1626         * gcc.c-torture/compile/980506-1.x: Likewise.
1627
1628 2002-02-10  Kazu Hirata  <kazu@hxi.com>
1629
1630         * gcc.dg/20020210-1.c: New.
1631
1632 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
1633
1634         * g77.f-torture/execute/947.f: New regression test
1635         for PR fortran/947.
1636
1637 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
1638
1639         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
1640         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
1641
1642 2002-02-08  Richard Henderson  <rth@redhat.com>
1643
1644         * gcc.c-torture/compile/labels-3.c: New.
1645
1646 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
1647
1648         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
1649         expression statements work instead.
1650         * gcc.dg/noncompile/20020207-1.c: New test.
1651
1652 2002-02-07  Richard Henderson  <rth@redhat.com>
1653
1654         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
1655
1656 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
1657
1658         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
1659         message from g77
1660         * lib/g77-dg.exp: Trim g77 error messages so that they are
1661         recognised by dg.exp.
1662
1663 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
1664
1665         PR fortran/5473
1666         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
1667
1668 2002-02-07  Richard Henderson  <rth@redhat.com>
1669
1670         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
1671         to be sufficiently aligned for integers.
1672
1673 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
1674
1675         * g++.dg/template/friend4.C: New test.
1676
1677 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
1678
1679         PR fortran/5743
1680         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
1681         unsupported cases.
1682
1683 2002-02-07  Richard Henderson  <rth@redhat.com>
1684
1685         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
1686         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
1687         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
1688         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
1689
1690 2002-02-06  Richard Henderson  <rth@redhat.com>
1691
1692         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
1693
1694 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
1695
1696         * gcc.dg/20020206-1.c: New test.
1697
1698 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
1699
1700         * gcc.c-torture/execute/20020206-1.c: New test.
1701
1702         * gcc.c-torture/execute/20020206-2.c: New test.
1703
1704         PR optimization/5429:
1705         * gcc.c-torture/compile/20020206-1.c: New test.
1706
1707 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
1708
1709         * g++.dg/ext/align1.C: Do not use an explicit alignment value
1710         as certain file formats cannot support particularly large
1711         alignments.
1712
1713         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
1714         and do not expect to be able to link the executable.
1715
1716         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
1717         fail because the COFF format does not support the weak attribute.
1718
1719 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
1720
1721         * g77.dg/pr5473.f:  New test
1722
1723 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
1724
1725         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
1726         Fix testcase accordingly.
1727
1728 2002-02-04  Richard Henderson  <rth@redhat.com>
1729
1730         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
1731         (buf): Change to be an array of pointers, not ints.
1732
1733 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
1734
1735         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
1736         before all tests.  Move warning one line above to match where it
1737         C frontend emits.
1738         * gcc.dg/Wswitch-2.c: New test.
1739         * g++.dg/warn/Wswitch-1.C: New test.
1740         * g++.dg/warn/Wswitch-2.C: New test.
1741
1742 2002-02-04  Richard Henderson  <rth@redhat.com>
1743
1744         * g++.dg/abi/offsetof.C: Fix size comparison.
1745
1746 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
1747
1748         * gcc.dg/cast-qual-2.c: New test.
1749
1750 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
1751
1752         * gcc.dg/20020201-4.c: New test.
1753
1754 2002-02-04  Ben Elliston  <bje@redhat.com>
1755
1756         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
1757         target_info attribute != 0, in addition to the empty string.
1758         (gcc_target_compile): Likewise.
1759
1760 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
1761
1762         * gcc.dg/Wswitch.c: New test.
1763         PR gcc/4475. PR gcc/3780.
1764
1765 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
1766
1767         * g77.f-torture/execute/5122.f: New test for regressions
1768         against PR fortran/5122.
1769
1770 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
1771
1772         * g77.f-torture/compile/pr3743.f: Delete
1773         * g77.dg/pr3743-1.f: New test.
1774         * g77.dg/pr3743-2.f: New test.
1775         * g77.dg/pr3743-3.f: New test.
1776         * g77.dg/pr3743-4.f: New test.
1777
1778 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1779
1780         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
1781
1782 2002-02-02  Richard Henderson  <rth@redhat.com>
1783
1784         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
1785         * gcc.c-torture/execute/bf64-1.c: Likewise.
1786
1787 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
1788
1789         * gcc.dg/20020201-2.c: New test.
1790
1791         * gcc.dg/20020201-3.c: New test.
1792
1793         * gcc.c-torture/execute/bitfld-2.c: New test.
1794
1795 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1796
1797         * gcc.dg/bitfld-1.c: Update.
1798         * gcc.dg/bitfld-2.c: Update.
1799         * gcc.c-torture/execute/bitfld-1.x: New.
1800
1801 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
1802
1803         * gcc.c-torture/execute/20020201-1.c: New test.
1804
1805 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
1806
1807         PR target/5469
1808         * gcc.dg/20020201-1.c: New test.
1809
1810 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
1811
1812         PR fortran/3743
1813         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
1814         * g77.f-torture/compile/pr3743.x: Remove
1815
1816 2002-01-31  Tom Rix  <trix@redhat.com>
1817
1818         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
1819
1820 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
1821
1822         * gcc.dg/noncompile/20020130-1.c: New test.
1823
1824 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
1825
1826         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
1827
1828 2002-01-29  Richard Henderson  <rth@redhat.com>
1829
1830         * gcc.c-torture/execute/991118-1.c: Cast various constants back
1831         to long long.
1832         * gcc.c-torture/execute/bf64-1.c: Likewise.
1833
1834 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
1835
1836         * gcc.c-torture/execute/20020129-1.c: New test.
1837
1838 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1839
1840         * gcc.c-torture/compile/20000224-1.c: Update.
1841         * gcc.c-torture/execute/bitfld-1.c: New tests.
1842         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
1843         * gcc.dg/uninit-A.c: Update.
1844
1845 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
1846
1847         * g++.dg/template/ctor1.C: Add instantiation.
1848
1849 2002-01-28  Paul Koning  <pkoning@equallogic.com>
1850
1851         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
1852         argument to __builtin_prefetch to be const ptr.
1853
1854 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
1855
1856         * gcc.c-torture/compile/20020120-1.c: New test.
1857
1858 2002-01-27  Kazu Hirata  <kazu@hxi.com>
1859
1860         * gcc.c-torture/execute/20020127-1.c: New test.
1861
1862 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
1863
1864         * g77.dg/f77-edit-i-in.f: New test
1865         * g77.dg/f77-edit-i-out.f: New test
1866
1867 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
1868
1869         * gcc.dg/debug/debug.exp: New file.
1870         * gcc.dg/debug/trivial.c: New file.
1871         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
1872         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
1873         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
1874         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
1875         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
1876         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
1877         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
1878         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
1879         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
1880         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
1881         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
1882         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
1883         * gcc.dg/20000503-1.c: Removed.
1884         * gcc.dg/20010207-1.c: Removed.
1885         * gcc.dg/20011223-1.c: Removed.
1886         * gcc.dg/20020104-2.c: Removed.
1887         * gcc.dg/debug-1.c: Removed.
1888         * gcc.dg/debug-2.c: Removed.
1889         * gcc.dg/debug-3.c: Removed.
1890         * gcc.dg/debug-4.c: Removed.
1891         * gcc.dg/debug-5.c: Removed.
1892         * gcc.dg/debug-6.c: Removed.
1893         * gcc.dg/dwarf2-1.c: Removed.
1894         * gcc.dg/dwarf2-2.c: Removed.
1895
1896 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
1897
1898         * g++.old-deja/g++.other/eh5.C: New test.
1899         * g++.old-deja/g++.other/sibcall2.C: New test.
1900         * g++.old-deja/g++.other/array9.C: New test.
1901         * g++.old-deja/g++.other/typename2.C: New test.
1902         * g++.old-deja/g++.other/crash60.C: New test.
1903         * g++.old-deja/g++.other/conv9.C: New test.
1904         * g++.old-deja/g++.other/mangle10.C: New test.
1905         * g++.old-deja/g++.other/unchanging1.C: New test.
1906         * g++.old-deja/g++.other/exprstmt1.C: New test.
1907         * g++.old-deja/g++.other/inline23.C: New test.
1908         * g++.old-deja/g++.eh/ia64-1.C: New test.
1909         * g++.old-deja/g++.other/dwarf2-1.C: New test.
1910         * g++.old-deja/g++.other/reload1.C: New test.
1911         * g++.old-deja/g++.other/static20.C: New test.
1912         * g++.old-deja/g++.other/local-alloc1.C: New test.
1913         * g++.old-deja/g++.other/conv8.C: New test.
1914         * g++.old-deja/g++.other/stmtexpr2.C: New test.
1915         * g++.old-deja/g++.other/storeexpr1.C: New test.
1916         * g++.old-deja/g++.other/storeexpr2.C: New test.
1917         * g++.dg/eh/template2.C: New test.
1918         * g++.dg/warn/weak1.C: New test.
1919
1920 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
1921
1922         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
1923         Remove first, non-varying, argument.
1924
1925 2002-01-23  Richard Henderson  <rth@redhat.com>
1926
1927         * gcc.dg/inline-2.c: New.
1928
1929         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
1930         Add optional target arg.  Check number of arguments.
1931         (scan-assembler-not, scan-assembler-dem): Likewise.
1932         (scan-assembler-dem-not): Likewise.
1933
1934 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1935
1936         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
1937         line 12.
1938         * g++.old-deja/g++.brendan/parse3.C,
1939         g++.old-deja/g++.other/crash26.C,
1940         g++.old-deja/g++.other/crash28.C,
1941         g++.old-deja/g++.other/crash29.C,
1942         g++.old-deja/g++.other/crash30.C,
1943         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
1944
1945 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
1946
1947         * gcc.dg/20020115-1.c: New.
1948
1949 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
1950
1951         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
1952
1953 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
1954
1955         * gcc.dg/20020122-3.c: New.
1956
1957 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
1958
1959         * g++.dg/other/gc1.C: New test.
1960
1961 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1962
1963         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
1964
1965 2002-01-22  Richard Henderson  <rth@redhat.com>
1966
1967         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
1968
1969 2002-01-22  Richard Henderson  <rth@redhat.com>
1970
1971         * gcc.dg/20020122-4.c: New.
1972
1973 2002-01-22  H.J. Lu <hjl@gnu.org>
1974
1975         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
1976         link output.
1977         * gcc.dg/special/ecos.exp: Likewise.
1978         * lib/g++-dg.exp: Likewise.
1979         * lib/g77-dg.exp: Likewise.
1980         * lib/gcc-dg.exp : Likewise.
1981         * lib/mike-g++.exp: Likewise.
1982         * lib/mike-g77.exp: Likewise.
1983         * lib/mike-gcc.exp: Likewise.
1984         * lib/objc-dg.exp: Likewise.
1985
1986 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
1987
1988         PR target/5379
1989         * gcc.dg/20020122-2.c: New test.
1990
1991 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
1992
1993         * gcc.dg/20020122-1.c: New test.
1994
1995 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
1996
1997         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
1998
1999 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
2000
2001         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
2002
2003 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2004
2005         * gcc.c-torture/compile/20020121-1.c: New test.
2006
2007 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2008
2009         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
2010         ld_library_path.
2011
2012 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
2013
2014         * gcc.dg/20020218-1.c: New test.
2015
2016 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
2017
2018         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
2019         messages
2020         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
2021         "At global scope" warning
2022         * g++.dg/ext/align1.C: Change cygwin test for alignment
2023         from db-bogus to dg-warning
2024
2025 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
2026
2027         * g77.f-torture/compile/cpp2.F: New test.
2028
2029 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2030
2031         * g++.dg/template/access1.C: New test.
2032
2033 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
2034
2035         * gcc.dg/20020118-1.c: New.
2036
2037 2002-01-18  Kazu Hirata  <kazu@hxi.com>
2038
2039         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
2040
2041 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
2042
2043         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
2044         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
2045         alignment warnings.
2046
2047 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
2048
2049         * gcc.misc-tests/i386-prefetch.exp: Save and restore
2050         torture_with_loops and torture_without_loops
2051
2052 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
2053
2054         * gcc.c-torture/compile/20020116-1.c: New test.
2055
2056 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
2057
2058         * gcc.dg/20020116-2.c: New test.
2059
2060         * gcc.dg/ultrasp4.c: New test.
2061
2062         * gcc.dg/20020116-1.c: New test.
2063
2064 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
2065
2066         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
2067         by EABI.
2068
2069 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
2070
2071         * gcc.misc-tests/i386-prefetch.exp: New.
2072         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
2073         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
2074         * gcc.misc-tests/i386-pf-none-1.c: New test.
2075         * gcc.misc-tests/i386-pf-sse-1.c: New test.
2076
2077 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
2078
2079         * gcc.dg/gnu89-init-1.c: Add new tests.
2080
2081 2002-01-15  Andreas Jaeger  <aj@suse.de>
2082
2083         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
2084         * gcc.dg/i386-mmx-2.c: Likewise.
2085         * gcc.dg/i386-sse-1.c: Likewise.
2086         * gcc.dg/i386-sse-2.c: Likewise.
2087         * gcc.dg/i386-sse-3.c: Likewise.
2088
2089 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
2090
2091         * g77.f-torture/execute/intrinsic-unix-bessel.f:
2092         Uncomment additional cases that now pass.
2093
2094 2002-01-11  Richard Henderson  <rth@redhat.com>
2095
2096         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
2097         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
2098
2099 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
2100
2101         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
2102
2103 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
2104
2105         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
2106         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
2107
2108 2002-01-10  Dale Johannesen  <dalej@apple.com>
2109
2110         * gcc.c-torture/execute/loop-11.c: New.
2111
2112 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
2113
2114         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
2115         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
2116
2117 2002-01-09  Richard Henderson  <rth@redhat.com>
2118
2119         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
2120         type in which to perform the operation for each size.
2121
2122 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
2123
2124         * gcc.c-torture/compile/20020109-2.c: New test.
2125
2126 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
2127
2128         * gcc.c-torture/execute/loop-10.c: New test.
2129
2130 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2131
2132         * gcc.c-torture/compile/20010226-1.c: New test.
2133         * gcc.c-torture/compile/20010227-1.c: New test.
2134         * gcc.c-torture/compile/20010426-1.c: New test.
2135         * gcc.c-torture/compile/20010510-1.c: New test.
2136         * gcc.c-torture/compile/20010605-3.c: New test.
2137         * gcc.c-torture/compile/20010824-1.c: New test.
2138         * gcc.c-torture/execute/20010409-1.c: New test.
2139         * gcc.dg/noncompile/20000901-1.c: New test.
2140         * gcc.dg/20001023-1.c: New test.
2141         * gcc.dg/20001101-1.c: New test.
2142         * gcc.dg/20001102-1.c: New test.
2143         * gcc.dg/20010207-1.c: New test.
2144         * gcc.dg/20010405-1.c: New test.
2145         * gcc.dg/20010822-1.c: New test.
2146         * gcc.dg/20011107-1.c: New test.
2147
2148 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
2149
2150         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
2151
2152         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
2153         execution failure on PA targets.
2154
2155 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
2156
2157         * gcc.c-torture/compile/20020109-1.c: New test.
2158
2159 2002-01-08  Kazu Hirata  <kazu@hxi.com>
2160
2161         * gcc.c-torture/execute/20020108-1.c: New test.
2162
2163 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
2164
2165         * gcc.dg/20020108-1.c: New test.
2166
2167 2002-01-08  H.J. Lu <hjl@gnu.org>
2168
2169         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
2170         for header files.
2171
2172 2002-01-08  Geoff Keating  <geoffk@redhat.com>
2173
2174         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
2175         consistency.
2176
2177 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
2178
2179         * gcc.dg/altivec-4.c: Test altivec predicates.
2180
2181 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
2182
2183         * gcc.c-torture/execute/20020107-1.c: New test.
2184
2185 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2186
2187         PR c/5279
2188         * gcc.c-torture/compile/20020106-1.c: New test.
2189
2190 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
2191
2192         * gcc.c-torture/execute/nestfunc-4.c: New test.
2193
2194 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
2195
2196         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
2197         extra triple that slipped in.
2198         * g++.old-deja/g++.abi/align.C: Likewise.
2199         * g++.old-deja/g++.abi/bitfields.C: Likewise.
2200
2201 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
2202
2203         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
2204         * g++.old-deja/g++.abi/align.C: Likewise.
2205         * g++.old-deja/g++.abi/bitfields.C: Likewise.
2206
2207         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
2208         on FreeBSD/i386.
2209         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
2210         FreeBSD.
2211
2212 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
2213
2214         * gcc.dg/20020104-1.c: New test.
2215
2216         * gcc.dg/20020104-2.c: New test.
2217
2218 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
2219
2220         * gcc.dg/20020103-1.c: Fix typo in target selector.
2221
2222 2002-01-03  Richard Henderson  <rth@redhat.com>
2223
2224         * gcc.dg/20020103-1.c: New.
2225
2226 2002-01-03  Kazu Hirata  <kazu@hxi.com>
2227
2228         * gcc.c-torture/execute/20020103-1.c: New test.
2229
2230 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
2231
2232         * g++.dg/other/debug2.C: New test.
2233
2234         * gcc.c-torture/compile/20020103-1.c: New test.
2235
2236 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
2237
2238         * gcc.dg/gnu89-init-1.c: Added new tests.
2239
2240 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2241
2242         * g++.dg/template/friend2.C: Remove as patch is reverted.
2243
2244         * g++.dg/warn/oldcast1.C: New test.
2245
2246         * g++.dg/template/ptrmem1.C: New test.
2247         * g++.dg/template/ptrmem2.C: New test.
2248
2249         * g++.dg/template/ntp.C: New test.
2250
2251         * g++.dg/other/component1.C: New test.
2252
2253         * g++.dg/template/ttp3.C: New test.
2254
2255         * g++.dg/template/friend2.C: New test.
2256         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
2257
2258 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2259
2260         * g++.dg/other/ptrmem1.C: New test.
2261         * g++.dg/other/ptrmem2.C: New test.
2262
2263 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2264
2265         * g++.dg/template/ctor1.C: New test.
2266
2267 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2268
2269         * g++.dg/template/friend2.C: New test.
2270
2271 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
2272
2273         * gcc.dg/mmix-1.c: New test.
2274
2275 2001-12-31  Richard Henderson  <rth@redhat.com>
2276
2277         * gcc.dg/asm-5.c: New.
2278
2279 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
2280
2281         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
2282         in namespace __gnu_cxx
2283
2284 2001-12-30  Richard Henderson  <rth@redhat.com>
2285
2286         * gcc.dg/debug-6.c: New.
2287
2288 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
2289
2290         * gcc.c-torture/compile/20011229-2.c: New test.
2291
2292 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
2293
2294         * gcc.dg/debug-3.c: New test.
2295         * gcc.dg/debug-4.c: New test.
2296         * gcc.dg/debug-5.c: New test.
2297
2298 2001-12-29  Richard Henderson  <rth@redhat.com>
2299
2300         * g++.dg/eh/loop1.C: New.
2301
2302 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2303
2304         * g++.dg/template/crash1.C: New test.
2305
2306 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2307
2308         * g++.dg/other/const1.C: New test.
2309
2310 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
2311
2312         * gcc.c-torture/compile/20011229-1.c: New test.
2313
2314 2001-12-28  Stan Shebs  <shebs@apple.com>
2315
2316         * lib/objc-torture.exp: Resync with c-torture.exp.
2317         * lib/objc.exp: Load standard libraries.
2318
2319 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
2320
2321         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
2322         additional tests.
2323
2324 2001-12-27  Roger Sayle <roger@eyesopen.com>
2325
2326         * gcc.c-torture/execute/string-opt-16.c: New testcase.
2327
2328 2001-12-27  Richard Henderson  <rth@redhat.com>
2329
2330         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
2331
2332 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2333
2334         * g++.dg/eh/ctor1.C: New test.
2335         * g++.dg/other/error2.C: New test.
2336
2337 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2338
2339         * g++.dg/other/init2.C: New test.
2340
2341 2001-12-24  Richard Henderson  <rth@redhat.com>
2342
2343         * gcc.dg/20011223-1.c: New.
2344         * gcc.dg/inline-1.c: New.
2345
2346 2001-12-23  Richard Henderson  <rth@redhat.com>
2347
2348         * gcc.dg/asm-4.c: Test operand modifiers.
2349
2350 2001-12-23  Richard Henderson  <rth@redhat.com>
2351
2352         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
2353
2354 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2355
2356         * gcc.c-torture/execute/20011223-1.c: New test.
2357
2358 2001-12-21  Richard Henderson  <rth@redhat.com>
2359
2360         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
2361         re-enables the warning.
2362
2363 2001-12-21  Richard Henderson  <rth@redhat.com>
2364
2365         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
2366
2367 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
2368
2369         * gcc.c-torture/compile/20011218-1.c: New test.
2370
2371 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
2372
2373         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
2374         arm-isr.c test.
2375         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
2376         epilogue generation for ARM ISR routines.
2377
2378 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2379
2380         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
2381         * gcc.dg/format/c90-printf-3.c: Likewise.
2382         * gcc.dg/format/c99-printf-3.c: Likewise.
2383         * gcc.dg/format/ext-1.c: Likewise.
2384         * gcc.dg/format/ext-6.c: Likewise.
2385         * gcc.dg/format/format.h: Prototype unlocked stdio.
2386
2387 2001-12-20  Richard Henderson  <rth@redhat.com>
2388
2389         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
2390         (arena): Use it.
2391         (malloc): Correct allocation logic.  Abort if we fill up the
2392         arena before initialization complete.
2393         (realloc): Correct allocation logic.
2394
2395 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
2396
2397         * gcc.c-torture/compile/20011219-2.c: New test.
2398
2399         * gcc.c-torture/execute/20011219-1.c: New test.
2400
2401 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
2402
2403         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
2404         target does not support weak symbols.
2405
2406 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
2407
2408         * gcc.c-torture/compile/20011219-1.c: New test.
2409
2410 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
2411
2412         * g++.dg/other/error1.C: New test.
2413
2414 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
2415
2416         * gcc.c-torture/execute/20011217-1.c: New test.
2417
2418 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
2419
2420         * objc.dg/special/: New directory.
2421         * objc.dg/special/special.exp: New file.
2422         * objc.dg/special/unclaimed-category-1.h: New file.
2423         * objc.dg/special/unclaimed-category-1a.m: New file.
2424         * objc.dg/special/unclaimed-category-1.m: New file.
2425
2426 2001-12-17  Andreas Jaeger  <aj@suse.de>
2427
2428         * gcc.c-torture/compile/20011217-2.c: New test.
2429
2430 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2431
2432         * gcc.c-torture/compile/20011217-1.c: New test.
2433
2434 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
2435
2436         * testsuite/gcc.dg/20011214-1.c: New.
2437
2438 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
2439
2440         * gcc.dg/altivec-4.c: New.
2441
2442 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
2443
2444         * gcc.dg/20011113-1.c: New test.
2445
2446 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2447
2448         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
2449         std::__malloc_alloc_template<0> and
2450         std::__default_alloc_template<false, 0>.
2451
2452 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
2453
2454         * objc/execute/bf-21.m: New test.
2455         * objc/execute/enumeration-1.m: New test.
2456         * objc/execute/enumeration-2.m: New test.
2457
2458 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
2459
2460         * gcc.dg/gnu89-init-1.c: New test.
2461
2462 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2463
2464         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
2465         * g++.old-deja/g++.jason/2371.C: Likewise.
2466         * g++.old-deja/g++.jason/template33.C: Likewise.
2467         * g++.old-deja/g++.jason/template34.C: Likewise.
2468         * g++.old-deja/g++.jason/template36.C: Likewise.
2469         * g++.old-deja/g++.oliva/typename1.C: Likewise.
2470         * g++.old-deja/g++.oliva/typename2.C: Likewise.
2471         * g++.old-deja/g++.other/typename1.C: Likewise.
2472         * g++.old-deja/g++.pt/inherit2.C: Likewise.
2473         * g++.old-deja/g++.pt/nontype5.C: Likewise.
2474         * g++.old-deja/g++.pt/typename11.C: Likewise.
2475         * g++.old-deja/g++.pt/typename14.C: Likewise.
2476         * g++.old-deja/g++.pt/typename16.C: Likewise.
2477         * g++.old-deja/g++.pt/typename3.C: Likewise.
2478         * g++.old-deja/g++.pt/typename4.C: Likewise.
2479         * g++.old-deja/g++.pt/typename5.C: Likewise.
2480         * g++.old-deja/g++.pt/typename7.C: Likewise.
2481         * g++.old-deja/g++.robertl/eb9.C: Likewise.
2482
2483 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
2484
2485         * g++.dg/other/linkage1.C: New test.
2486         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
2487         specifiers.
2488
2489 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2490
2491         * gcc.dg/concat.c: New test.
2492
2493 2001-12-11  Stan Shebs  <shebs@apple.com>
2494
2495         * objc/compile: New test directory.
2496         * objc/compile/compile.exp: New expect script.
2497         * objc/compile/20011211-1.m: New compile test.
2498
2499 2001-12-11  Jason Merrill  <jason@redhat.com>
2500
2501         * lib/prune.exp (prune_gcc_output): Also handle "In member
2502         function".  So many permutations...
2503
2504 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
2505
2506         * g++.dg/template/typedef1.C: New test.
2507
2508 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
2509
2510         * g++.dg/other/copy1.C: New test.
2511
2512 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
2513
2514         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
2515
2516         * gcc.dg/builtin-choose-expr.c: New.
2517
2518 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
2519
2520         * gcc.dg/altivec-2.c: New.
2521
2522 2001-12-07  Richard Henderson  <rth@redhat.com>
2523
2524         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
2525
2526 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
2527
2528         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
2529         ultrasparc.
2530
2531 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2532
2533         * g++-old.deja/g++.robertl/eb101.C: Deleted.
2534
2535 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
2536
2537         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
2538         variable argument list.
2539
2540 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
2541
2542         * gcc.c-torture/execute/memcheck: Delete entire directory.
2543         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
2544         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
2545
2546 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2547
2548         * gcc.dg/Wshadow-1.c: New test.
2549
2550 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
2551
2552         * gcc.c-torture/compile/20011130-1.c: New test.
2553
2554         * gcc.dg/noncompile/20011025-1.c: New test.
2555
2556         * g++.dg/other/anon-union.C: New test.
2557
2558         * gcc.c-torture/execute/20011024-1.c: New test.
2559
2560 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2561
2562         * gcc.c-torture/execute/20000722-1.x,
2563         gcc.c-torture/execute/20010123-1.x: Remove.
2564         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
2565         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
2566         gcc.dg/c99-complit-2.c: New tests.
2567
2568 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
2569
2570         * g++.dg/inherit/base1.C: New test.
2571
2572 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
2573
2574         * g++.dg/other/stdarg1.C: New test.
2575
2576         * gcc.c-torture/compile/20011130-2.c: New test.
2577
2578 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
2579
2580         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
2581         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
2582         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
2583         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
2584         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
2585         * gcc.dg/builtin-prefetch-1.c: New test.
2586
2587 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
2588
2589         * gcc.dg/20011130-1.c: New test.
2590
2591 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2592
2593         * g++.dg/other/scope1.C: New test.
2594         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
2595
2596 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2597
2598         * gcc.dg/vla-init-1.c: New test.
2599
2600 2001-12-01  Geoff Keating  <geoffk@redhat.com>
2601
2602         * gcc.c-torture/compile/structs.c: New testcase from GDB.
2603
2604 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2605
2606         * objc.dg/alias.m: Update.
2607         * objc.dg/class-1.m: Update.
2608         * objc.dg/const-str-1.m: Update.
2609         * objc.dg/fwd-proto-1.m: Update.
2610         * objc.dg/id-1.m: Update.
2611         * objc.dg/super-class-1.m: Update.
2612
2613 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2614
2615         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
2616         constructs.
2617
2618 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
2619
2620         * gcc.c-torture/execute/20011128-1.c: New test.
2621
2622 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
2623
2624         * gcc.dg/20011127-1.c: New test.
2625
2626 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2627
2628         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
2629         from Austin Group draft 7.
2630         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
2631         scanf format arguments.
2632         * gcc.dg/format/no-exargs-2.c: New test.
2633
2634 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
2635
2636         * g++.dg/abi/vbase8-4.C: New test.
2637
2638 2001-11-24  Ian Lance Taylor  <ian@airs.com>
2639
2640         * gcc.c-torture/execute/20011121-1.c: New test.
2641
2642 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
2643
2644         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
2645
2646 2001-11-23  Andreas Jaeger  <aj@suse.de>
2647
2648         * gcc.dg/cpp/charconst-2.c: New test.
2649
2650 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
2651
2652         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
2653         to the host if it is remote.  Let tests specify extra headers
2654         they use.
2655         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
2656         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
2657         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
2658         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
2659         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
2660         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
2661         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
2662         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
2663         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
2664         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
2665
2666 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
2667
2668         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
2669         for little endian ARMs.
2670
2671 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
2672
2673         * gcc.c-torture/compile/20011119-1.c: New test.
2674         * gcc.c-torture/compile/20011119-2.c: New test.
2675
2676 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
2677
2678         * gcc.dg/altivec-1.c: Fix typo.
2679
2680 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2681
2682         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
2683
2684 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
2685
2686         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
2687
2688 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
2689
2690         * lib/g77.exp: Don't specify --rpath-link.
2691
2692         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
2693         across all the headers.
2694         * gcc.dg/format/format.exp: For testing on a remote host,
2695         copy format.h.
2696
2697         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
2698         * gcc.c-torture/execute/930406-1.c: Likewise.
2699         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
2700
2701 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
2702
2703         * gcc.dg/altivec-1.c: New.
2704
2705 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
2706
2707         * gcc.dg/cpp/fpreprocessed.c: New test case.
2708
2709 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2710
2711         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
2712         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
2713         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
2714
2715 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2716
2717         * gcc.dg/no-builtin-1.c: New test.
2718
2719 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
2720
2721         * gcc.c-torture/execute/20011115-1.c: New test.
2722
2723 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
2724
2725         * gcc.c-torture/compile/20011114-2.c: New test.
2726         * gcc.c-torture/compile/20011114-3.c: New test.
2727         * gcc.c-torture/compile/20011114-4.c: New test.
2728
2729 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
2730
2731         * g++.dg/other/init1.C: New test.
2732
2733 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
2734
2735         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
2736         message.
2737
2738         * gcc.c-torture/execute/20011114-1.c: New testcase.
2739
2740         * gcc.c-torture/compile/20010327-1.c: Revert last change.
2741         * gcc.c-torture/compile/20011114-1.c: New test, exactly
2742         like the (before this change) version of 20010327-1.c.
2743
2744 2001-11-14  Roger Sayle <roger@eyesopen.com>
2745
2746         * gcc.c-torture/execute/string-opt-13.c: New testcase.
2747
2748 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
2749
2750         * g++.dg/init/array2.C: New test.
2751
2752 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
2753
2754         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
2755
2756 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
2757
2758         * g++.dg/other/forscope1.C: New test.
2759         * g++.dg/ext/forscope1.C: New test.
2760         * g++.dg/ext/forscope2.C: New test.
2761
2762 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
2763
2764         * gcc.c-torture/execute/20011113-1.c: New test.
2765
2766 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
2767
2768         * gcc.c-torture/execute/20011109-2.c: New test.
2769
2770         * gcc.c-torture/execute/20011109-1.c: New test.
2771
2772 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
2773
2774         * gcc.c-torture/compile/20011109-1.c: New test.
2775
2776 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
2777
2778         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
2779         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
2780         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
2781         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
2782         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
2783         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
2784         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
2785
2786 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2787
2788         * g++.dg/warn/Wshadow-1.C: New tests.
2789         * g++.old-deja/g++.mike/for3.C: Update.
2790
2791 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2792
2793         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
2794         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
2795         XFAILs.  Adjust expected error texts.
2796         * gcc.c-torture/compile/20011106-1.c,
2797         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
2798         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
2799         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
2800         gcc.dg/c99-array-lval-5.c: New tests.
2801
2802 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2803
2804         * gcc.dg/cpp/defined.c: Update.
2805
2806 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2807
2808         * gcc.c-torture/execute/anon-1.c: New test.
2809
2810 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
2811
2812         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
2813         same size, so no warning should be produced on stormy16.
2814
2815         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
2816         due to oversized array.
2817         * g++.old-deja/g++.mike/ns15.C: Likewise.
2818         * g++.old-deja/g++.pt/crash16.C: Likewise.
2819
2820 2001-11-02  Graham Stott  <grahams@redhat.com>
2821
2822         * g++.dgother/debug1.C: Fix typos.
2823
2824 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
2825
2826         * g++.dg/other/debug1.C: New test.
2827
2828 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2829
2830         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
2831         of unsigned long.
2832
2833 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
2834
2835         * gcc.dg/20011029-2.c: New test.
2836
2837         * gcc.c-torture/compile/20011029-1.c: New test.
2838
2839 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
2840
2841         * objc/execute/class_self-1.m: New test.
2842         * objc/execute/class_self-2.m: New test.
2843
2844 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
2845
2846         * gcc.misc-tests/msgs.exp: Delete.
2847         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
2848         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
2849         error set to match recent changes.
2850
2851 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
2852
2853         * gcc.dg/20011021-1.c: New test.
2854
2855 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
2856
2857         * gcc.c-torture/compile/20011023-1.c: New test.
2858
2859 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
2860
2861         * lib/g77.exp: Rewrite based on lib/g++.exp.
2862
2863 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
2864
2865         * gcc.c-torture/execute/20011019-1.c: New test.
2866
2867         * gcc.dg/20011018-1.c: New test.
2868
2869 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
2870
2871         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
2872
2873 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
2874
2875         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
2876         * gcc.dg/attr-invalid.c: Likewise.
2877
2878 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
2879
2880         * testsuite/gcc.dg/20011015-1.c: New test.
2881
2882 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
2883
2884         * g++.dg/template/unify2.C: New test.
2885
2886 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
2887
2888         * g++.dg/other/exception-specification.C: New test
2889
2890 2001-10-13  Tom Rix  <trix@redhat.com>
2891
2892         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
2893         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
2894
2895 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
2896
2897         * testsuite/gcc.dg/20011009-1.c: New test.
2898
2899 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
2900
2901         PR g++/4476
2902         * g++.dg/other/friend1.C: New test.
2903
2904 2001-10-11  Richard Henderson  <rth@redhat.com>
2905
2906         * g++.old-deja/g++.other/crash18.C: Add -S to options.
2907
2908 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2909
2910         * gcc.c-torture/compile/20011010-1.c: New.
2911
2912 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2913
2914         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
2915         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
2916         g77.f-torture/execute/execute.exp,
2917         g77.f-torture/noncompile/noncompile.exp,
2918         gcc.c-torture/compile/compile.exp,
2919         gcc.c-torture/execute/execute.exp,
2920         gcc.c-torture/execute/ieee/ieee.exp,
2921         gcc.c-torture/execute/memcheck/memcheck.exp,
2922         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
2923         objc/execute/execute.exp: Update FSF address.
2924
2925 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2926
2927         * gcc.dg/cpp/cmdlne-C.c: Update.
2928         * gcc.dg/cpp/cmdlne-C2.c: New.
2929
2930 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2931
2932         * gcc.c-torture/execute/20011008-3.c: New.
2933
2934 2001-10-08  DJ Delorie  <dj@redhat.com>
2935
2936         * gcc.dg/20011008-1.c: New.
2937         * gcc.dg/20011008-2.c: New.
2938
2939 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2940
2941         * gcc.dg/cpp/spacing1.c: Update test.
2942
2943 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2944
2945         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
2946         spelling errors of "separate" as "seperate".
2947
2948 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
2949
2950         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
2951         enough to avoid inlining.
2952
2953 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
2954
2955         * lib/g77.exp: set libg2c_dir correctly.
2956
2957 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2958
2959         * gcc.dg/cpp/macro11.c: New test.
2960
2961 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2962
2963         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
2964         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
2965         gcc.dg/format/multattr-3.c: New tests.
2966         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
2967         tests for format attributes on function pointers being rejected.
2968
2969 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2970
2971         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
2972
2973 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2974
2975         * g++.dg/warn/format1.C: New test.
2976
2977 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2978
2979         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
2980
2981 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2982
2983         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
2984
2985 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2986
2987         * gcc.dg/cpp/redef2.c: Add test.
2988
2989 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
2990
2991         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
2992         long-standing bug on i686, apparently.
2993         * gcc.c-torture/execute/loop-2c.x: New file.
2994         * gcc.c-torture/execute/loop-2d.x: New file.
2995         * gcc.c-torture/execute/loop-3c.x: New file.
2996
2997 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
2998
2999         * gcc.dg/cpp/20000625-2.c: Correct line number.
3000
3001 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3002
3003         * gcc.dg/cpp/macro10.c: New test.
3004         * gcc.dg/cpp/strify3.c: New test.
3005         * gcc.dg/cpp/spacing1.c: Add tests.
3006         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
3007         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
3008
3009 2001-09-24  DJ Delorie  <dj@redhat.com>
3010
3011         * gcc.c-torture/execute/20010924-1.c: New test.
3012
3013 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3014
3015         * testsuite/objc/execute/paste.m: Remove.
3016
3017 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3018
3019         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
3020
3021 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
3022
3023         * g77.dg/strlen0.f: New test.
3024
3025 2001-09-21  Richard Henderson  <rth@redhat.com>
3026
3027         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
3028         * g++.old-deja/g++.abi/vtable2.C: Likewise.
3029
3030 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3031
3032         Table-driven attributes.
3033         * g++.dg/ext/attrib1.C: New test.
3034
3035 2001-09-20  DJ Delorie  <dj@redhat.com>
3036
3037         * gcc.dg/20000926-1.c: Update expected warning messages.
3038         * gcc.dg/array-2.c: Likewise, and test for warnings too.
3039         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
3040         array.
3041
3042 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
3043
3044         * g++.dg/eh/registers1.C: New test case.
3045
3046 2001-09-17  Richard Henderson  <rth@redhat.com>
3047
3048         * gcc.dg/array-5.c: Fix VLA decomposition test.
3049
3050 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
3051
3052         * gcc.dg/cpp/line5.c: New testcase.
3053
3054 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
3055
3056         * gcc.dg/cpp/macro9.c: New test.
3057
3058 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
3059
3060         * gcc.c-torture/execute/980223.c: Change type of addr from long
3061         to char *.
3062
3063 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
3064
3065         * gcc.c-torture/execute/20010915-1.c: New test.
3066
3067 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
3068
3069         * g77.dg/bprob: New directory.
3070         * g77.dg/bprob/bprob.exp: New file.
3071         * g77.dg/bprob/bprob-1.f: New test.
3072         * g77.dg/gcov: New directory.
3073         * g77.dg/gcov/gcov.exp: New file.
3074         * g77.dg/gcov/gcov-1.f: New test.
3075         * g77.dg/gcov/gcov-1.x: New file.
3076
3077 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3078
3079         * gcc.dg/cpp/directiv.c: Update.
3080         * gcc.dg/cpp/undef1.c: Update.
3081
3082 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
3083
3084         * gcc.dg/20010912-1.c: New test.
3085
3086 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
3087
3088         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
3089         language-independent file in lib.
3090         * lib/gcov.exp: New file.
3091
3092 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3093
3094         * gcc.c-torture/compile/20010911-1.c: New test.
3095
3096 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
3097
3098         * lib/profopt.exp: New, to support profile-directed optimizations.
3099         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
3100         * gcc.misc-tests/bprob-1.c: New test.
3101         * gcc.misc-tests/bprob-2.c: New test.
3102
3103 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
3104
3105         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
3106         XFAIL and which kinds of gcov output to verify.
3107         * gcc.misc-tests/gcov-4b.x: New file.
3108         * gcc.misc-tests/gcov-5b.x: New file.
3109         * gcc.misc-tests/gcov-6.x: New file.
3110         * gcc.misc-tests/gcov-7.c: New test.
3111         * gcc.misc-tests/gcov-7.x: New file.
3112
3113 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
3114
3115         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
3116         * gcc.misc-tests/gcov-6.c: New test.
3117
3118 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3119
3120         PR c++/3986
3121         * g++.dg/abi/vbase1.C: New test.
3122
3123 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
3124
3125         * objc.dg/method-2.m: New.
3126
3127 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
3128
3129         PR c++/4203
3130         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
3131         * g++.dg/init/empty1.C: New test.
3132
3133 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
3134
3135         * gcc.c-torture/compile/20010903-1.c: New test.
3136
3137 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
3138
3139         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
3140         for m68k.
3141
3142 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
3143
3144         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
3145
3146         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
3147
3148         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
3149
3150 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
3151
3152         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
3153         for 16-bit 'unsigned int'.
3154
3155 2001-08-29  Kazu Hirata  <kazu@hxi.com>
3156
3157         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
3158
3159 2001-08-27  Richard Henderson  <rth@redhat.com>
3160
3161         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
3162         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
3163
3164 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
3165
3166         * gcc.dg/asm-names.c (ymain): New.
3167
3168 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
3169
3170         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
3171         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
3172         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
3173
3174 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3175
3176         * gcc.dg/compare5.c: New testcase.
3177
3178 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
3179
3180         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
3181         and "In instantiation".
3182
3183 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
3184
3185         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
3186
3187 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
3188
3189         * gcc.misc-tests/gcov.exp: Add support for branch information.
3190         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
3191         * gcc.misc-tests/gcov-4.c: New test.
3192         * gcc.misc-tests/gcov-4b.c: New test.
3193         * gcc.misc-tests/gcov-5b.c: New test.
3194
3195 2001-08-20  Zack Weinberg  <zackw@panix.com>
3196
3197         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
3198         expected to fail.
3199
3200 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3201
3202         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
3203
3204 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
3205
3206         * g++.dg/eh/template1.C: New test.
3207
3208 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
3209
3210         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
3211         Fix thinko.
3212         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
3213         for xfail.
3214
3215 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
3216
3217         * lib/g77-dg.exp:  Use prune.exp for common procedures
3218         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
3219         * lib/g77.exp: (g77-dg-prune) Remove
3220
3221 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
3222
3223         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
3224
3225 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3226
3227         * g++.dg/template/unify1.C: New test.
3228
3229 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
3230
3231         * g++.dg/abi/empty4.C: New test.
3232
3233 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
3234
3235         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
3236         solaris2.*
3237         * g77.f-torture/compile/pr3743.x: Likewise
3238
3239 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3240
3241         * g++.dg/other/using-declaration.C: New test.
3242
3243 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3244
3245         * gcc.dg/cpp/tr-sign.c: New testcase.
3246
3247 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3248
3249         * gcc.dg/cpp/19951025-1.c: Revert.
3250         * gcc.dg/cpp/directiv.c: We no longer process directives that
3251         interrupt macro arguments.
3252
3253 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
3254
3255         * gcc.dg/bconstp-1.c: New test.
3256
3257 2001-08-03  Richard Henderson  <rth@redhat.com>
3258
3259         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
3260
3261 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3262
3263         * gcc.dg/cpp/19951025-1.c: Update.
3264
3265 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
3266
3267         * g77.dg/ff90-1.f (s): Fix reference of variable z,
3268         should be x.
3269
3270 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3271
3272         Kill -fhonor-std.
3273         * g++.old-deja/g++.ns/ns14.C: Remove special options.
3274         * g++.old-deja/g++.other/std1.C: Likewise.
3275         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
3276
3277 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
3278
3279         * lib/g77.exp:  Load gcc-defs.exp for common procedures
3280         (g77_pass, g77_fail, g77_finish, g77_exit,
3281         ${tool}_check_unsupported_p} Now redundant.  Deleted.
3282
3283 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
3284
3285         * g77.dg/fbackslash.f
3286         * g77.dg/fcase-preserve.f
3287         * g77.dg/ff90-1.f
3288         * g77.dg/ffixed-line-length-0.f
3289         * g77.dg/ffixed-line-length-132.f
3290         * g77.dg/ffixed-line-length-7.f
3291         * g77.dg/ffixed-line-length-72.f
3292         * g77.dg/ffixed-line-length-none.f
3293         * g77.dg/ffree-form-1.f
3294         * g77.dg/fno-backslash.f
3295         * g77.dg/fno-f90-1.f
3296         * g77.dg/fno-fixed-form-1.f
3297         * g77.dg/fno-onetrip.f
3298         * g77.dg/fno-typeless-boz.f
3299         * g77.dg/fno-underscoring.f
3300         * g77.dg/fno-vxt-1.f
3301         * g77.dg/fonetrip.f
3302         * g77.dg/ftypeless-boz.f
3303         * g77.dg/fugly-assumed.f
3304         * g77.dg/funderscoring.f
3305         * g77.dg/fvxt-1.f
3306
3307 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
3308
3309         * objc.dg/fwd-proto-1.m: New.
3310         * objc.dg/local-decl-1.m: New.
3311         * objc.dg/naming-1.m: New.
3312         * objc.dg/naming-2.m: New.
3313         * objc.dg/proto-hier-1.m: New.
3314
3315 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
3316
3317         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
3318         largest-type elements to a struct makes its size grow.
3319
3320 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3321
3322         * g++.dg/abi/vthunk1.C: New test.
3323
3324 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3325
3326         * g++.dg/abi/vbase8-22.C: New test.
3327
3328 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3329
3330         * gcc.dg/cpp/macro8.c: New test.
3331
3332 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3333
3334         * g++.dg/abi/vbase8-21.C: New test.
3335
3336 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3337
3338         * g++.dg/abi/vbase8-10.C: New test.
3339
3340 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3341
3342         * lib/g++.exp (g++_set_ld_library_path): Renamed to
3343         ${tool}_set_ld_library_path.
3344         Changed caller.
3345         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
3346         g++.exp.
3347
3348 2001-07-26  Stan Cox <scox@redhat.com>
3349
3350         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
3351         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
3352         gcc_exit, gcc_check_unsupported_p):
3353         Moved to gcc-deps.exp
3354         * gcc-deps.exp: New file.
3355
3356 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3357
3358         * g++.old-deja/g++.pt/defarg14.C: New test.
3359
3360 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3361
3362         * g++.old-deja/g++.other/lineno5.C: New test.
3363
3364 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3365
3366         * g++.old-deja/g++.pt/crash68.C: New test.
3367
3368 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3369
3370         * g++.old-deja/g++.other/crash42.C: New test.
3371
3372 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3373
3374         * gcc.dg/cpp/extratokens.c: Fix.
3375         * gcc.dg/cpp/skipping2.c: New tests.
3376
3377 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3378
3379         * gcc.c-torture/execute/20010724-1.c: New file.
3380         * gcc.c-torture/execute/20010724-1.x: New file.
3381
3382 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3383
3384         * g++.old-deja/g++.other/cond7.C: New test.
3385
3386 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3387
3388         * g++.old-deja/g++.other/optimize4.C: New test.
3389
3390 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3391
3392         * g++.old-deja/g++.abi/vbase8-5.C: New test.
3393
3394 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
3395
3396         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
3397         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
3398         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
3399         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
3400
3401         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
3402         bug report" message.
3403
3404         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
3405         * g++.dg/ext/instantiate1.C: Move from old-deja.
3406
3407 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
3408
3409         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
3410         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
3411         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
3412         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
3413
3414 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
3415
3416         * gcc.c-torture/execute/20010723-1.c: New test.
3417
3418 2001-07-23  Ben Elliston  <bje@redhat.com>
3419
3420         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
3421
3422 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3423
3424         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
3425         i[34567]86-*-*.
3426         Delete handling of ieee_multilib_flags.
3427         Pass -mieee for alpha*-*-* and sh-*-*.
3428         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
3429
3430 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
3431
3432         Remove old-abi tests.
3433         * g++.old-deja/g++.mike/p11116.C: Remove.
3434         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
3435
3436 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
3437
3438         * g77.f-torture/compile/pr3743.f:  New test
3439
3440 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
3441
3442         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
3443
3444 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3445
3446         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
3447         g++.old-deja/g++.pt/static6.C: Likewise.
3448         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
3449         supports weak symbols.
3450
3451 2001-07-18  Andreas Jaeger  <aj@suse.de>
3452
3453         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
3454         supported again.
3455
3456 2001-07-18  Andreas Jaeger  <aj@suse.de>
3457
3458         * gcc.dg/iftrap-1.c: Fix target line.
3459
3460 2001-07-17  Richard Henderson  <rth@redhat.com>
3461
3462         * gcc.c-torture/execute/20010717-1.c: New.
3463
3464 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3465
3466         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
3467         tests.
3468
3469 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3470
3471         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
3472
3473 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3474
3475         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
3476         UAC_SIGBUS, UAC_NOPRINT definitions.
3477
3478 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
3479
3480         * objc/execute/object_is_class.m: New test.
3481         * objc/execute/object_is_meta_class.m: New test.
3482
3483 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3484
3485         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
3486         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
3487
3488 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
3489
3490         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
3491         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
3492
3493 2001-07-14  Richard Henderson  <rth@redhat.com>
3494
3495         * gcc.dg/iftrap-1.c: New.
3496
3497 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
3498
3499         * g77.f-torture/execute/intrinsic77.f: New test.
3500
3501 2001-07-11  Janis Johnson <janis@us.ibm.com>
3502
3503         * gcc.misc-tests/gcov-3.c: New test.
3504
3505 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
3506
3507         * gcc.c-torture/compile/20010711-1.c,
3508         * gcc.c-torture/compile/20010711-2.c: New tests.
3509
3510 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
3511
3512         * gcc.c-torture/execute/20010711-1.c: New test.
3513
3514 2001-07-11  Ben Elliston  <bje@redhat.com>
3515
3516         * g++.old-deja/g++.other/enum5.C: New test.
3517
3518 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
3519
3520         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
3521         (g++-dg-prune): Call prune_gcc_output.
3522         * prune.exp: New file for prune_gcc_output.
3523         * lib/g++.exp, lib/gcc.exp: Load it.
3524
3525 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3526
3527         * gcc.c-torture/compile/20010701-1.c,
3528         g++.old-deja/g++.ext/attrib6.C: New tests.
3529
3530 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
3531
3532         * gcc.c-torture/compile/20010706-1.c: New test.
3533
3534 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
3535
3536         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
3537
3538 2001-06-28  Stan Shebs  <shebs@apple.com>
3539
3540         * gcc.dg/pragma-darwin.c: New test.
3541
3542 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3543
3544         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
3545         Solaris 2.[678] system.
3546
3547 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3548
3549         * gcc.dg/20010622-1.c: New test.
3550
3551 2001-06-18  Stan Shebs  <shebs@apple.com>
3552
3553         * objc.dg: New directory.
3554         * objc.dg/dg.exp: New file.
3555         * objc.dg/alias.m: New.
3556         * objc.dg/class-1.m: New.
3557         * objc.dg/class-2.m: New.
3558         * objc.dg/const-str-1.m: New.
3559         * objc.dg/const-str-2.m: New.
3560         * objc.dg/id-1.m: New.
3561         * objc.dg/method-1.m: New.
3562         * objc.dg/super-class-1.m: New.
3563         * lib/objc-dg.exp: New file.
3564
3565 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3566
3567         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
3568         of label name.
3569
3570 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
3571
3572         * g++.old-deja/g++.abi/vbase8-9.C: New test.
3573
3574 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3575
3576         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
3577         variable.
3578
3579 2001-06-12  Richard Henderson  <rth@redhat.com>
3580
3581         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
3582
3583 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3584
3585         * g++.old-deja/g++.abi/vbase5.C: New test.
3586         * g++.old-deja/g++.abi/vbase6.C: New test.
3587         * g++.old-deja/g++.abi/vbase7.C: New test.
3588
3589 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3590
3591         * gcc.c-torture/compile/20010610-1.c: New test.
3592
3593 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3594
3595         * g++.old-deja/g++.abi/vbase4.C: New test.
3596
3597 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3598
3599         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
3600         support %f for HC11/HC12 targets.
3601         * gcc.c-torture/execute/930513-1.x: New file, likewise.
3602         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
3603         on HC11/HC12 targets.
3604         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
3605
3606 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3607
3608         * gcc.dg/wchar_t-1.c: New file.
3609         * gcc.dg/wint_t-1.c: Likewise.
3610
3611 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
3612
3613         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
3614
3615 2001-06-11  Richard Henderson  <rth@redhat.com>
3616
3617         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
3618
3619 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3620
3621         * gcc.c-torture/compile/20010611-1.c: New test.
3622
3623 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3624
3625         * gcc.dg/c99-tag-1.c: Add more tests.
3626
3627 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
3628
3629         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
3630         representation on MN10300 and ARM/Thumb.
3631
3632 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
3633
3634         * g77.f-torture/execute/20010610.f: New.
3635
3636 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
3637
3638         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
3639         names.
3640
3641 2001-06-09  Richard Henderson  <rth@redhat.com>
3642
3643         * gcc.c-torture/execute/ashrdi-1.c: New.
3644         * gcc.c-torture/execute/ashldi-1.c: New.
3645         * gcc.c-torture/execute/lshrdi-1.c: New.
3646
3647 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
3648
3649         * objc/execute/load-3.m: Added. Check sending +load to categories,
3650         in addition to classes.
3651
3652 2001-06-08  Stan Shebs  <shebs@apple.com>
3653
3654         * objc/execute/load-2.m: New test.  From Nicola Pero
3655         <n.pero@mi.flashnet.it>.
3656
3657 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
3658
3659         * gcc.c-torture/execute/20010605-2.c: New test.
3660
3661 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3662
3663         * g++.old-deja/g++.abi/vbase2.C: New test.
3664         * g++.old-deja/g++.abi/vbase3.C: New test.
3665
3666 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3667
3668         * g++.old-deja/g++.pt/friend49.C: New test.
3669
3670 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
3671
3672         * g++.old-deja/g++.ext/anon3.C: New test.
3673
3674 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3675
3676         * g++.old-deja/g++.other/conv7.C: New test.
3677
3678 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3679
3680         * gcc.c-torture/compile/20010605-2.c: New test.
3681
3682 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3683
3684         * gcc.c-torture/execute/20010604-1.c: New test.
3685
3686 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
3687
3688         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
3689
3690 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
3691
3692         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
3693         (g++_link_flags): Likewise.
3694         (g++_init): Pass gccpath's value to two previous functions.
3695
3696 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3697
3698         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
3699         Ensure logfile entry matches exec command line.
3700
3701 2001-05-31  Richard Henderson  <rth@redhat.com>
3702
3703         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
3704         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
3705
3706 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
3707
3708         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
3709         compiler for irix6.2
3710
3711 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
3712
3713         * g++.old-deja/g++.other/optimize3.C: New file.
3714
3715 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
3716
3717         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
3718         assemble.
3719
3720 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
3721
3722         * g++.old-deja/g++.other/optimize2.C: New file.
3723
3724 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
3725
3726         * gcc.c-torture/compile/20010518-2.c: New file.
3727         * gcc.c-torture/execute/20010518-1.c: New file.
3728         * gcc.c-torture/execute/20010518-2.c: New file.
3729
3730 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3731
3732         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
3733
3734 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
3735
3736         G++ no longer defines builtins that do not begin with __builtin.
3737         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
3738         * g++.old-deja/g++.brendand/misc13.C: Likewise.
3739         * g++.old-deja/g++.law/builtin1.C: Likewise.
3740         * g++.old-deja/g++.law/cvt2.C: Likewise.
3741         * g++.old-deja/g++.mike/net5.C: Likewise.
3742         * g++.old-deja/g++.other/builtins1.C: Likewise.
3743         * g++.old-deja/g++.other/builtins2.C: Likewise.
3744         * g++.old-deja/g++.other/builtins3.C: Likewise.
3745         * g++.old-deja/g++.other/builtins4.C: Likewise.
3746         * g++.old-deja/g++.other/inline8.C: Likewise.
3747         * g++.old-deja/g++.robertl/eb39.C: Likewise.
3748
3749 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
3750
3751         * g++.old-deja/g++.pt/using1.C: Adjust.
3752         * g++.old-deja/g++.pt/using2.C: New test.
3753
3754 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
3755
3756         * gcc.dg/cpp/charconst.c: New tests.
3757         * gcc.dg/cpp/escape.c: New tests.
3758         * gcc.dg/cpp/escape-1.c: New tests.
3759         * gcc.dg/cpp/escape-2.c: New tests.
3760         * gcc.dg/cpp/ucs.c: New tests.
3761
3762 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
3763
3764         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
3765         native compiler for irix6.5.
3766
3767 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
3768
3769         * lib/g++.exp (g++_include_flags): Use args to compute
3770         get_multilibs.
3771         (g++_link_flags): Likewise.
3772         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
3773
3774 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3775
3776         * gcc.dg/c90-hexfloat-1.c: Add more tests.
3777
3778 2001-05-21  Geoff Keating  <geoffk@redhat.com>
3779
3780         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
3781         this file.
3782
3783 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3784
3785         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
3786         STACK_SIZE;
3787         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
3788         to STACK_SIZE; Use it to define size of add_histo array.
3789         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
3790         to STACK_SIZE.
3791         (f): Use GITT_SIZE to define size of gitt local table.
3792         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
3793         to STACK_SIZE; Use it to define size of bytemem array.
3794
3795 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3796
3797         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
3798         on 68HC11/HC12 due to the asm instruction.
3799         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
3800         * gcc.c-torture/compile/920520-1.x: Likewise.
3801         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
3802         on 68HC11/HC12 because the function is larger than 64K.
3803         * gcc.c-torture/compile/961203-1.x: New file, this test fails
3804         on 68HC11/HC12 because the structure is too large.
3805
3806 2001-05-20  Richard Henderson  <rth@redhat.com>
3807
3808         * gcc.c-torture/execute/20010520-1.c: New.
3809
3810 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3811
3812         * g++.old-deja/g++.warn/compare1.C: New test.
3813         * gcc.dg/compare4.c: New test.
3814
3815 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
3816
3817         * g++.old-deja/g++.other/optimize1.C: New test.
3818
3819 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3820
3821         * g++.old-deja/g++.pt/spec41.C: New test.
3822
3823 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
3824
3825         * gcc.c-torture/compile/20010114-1.x: Remove.
3826
3827 2001-05-18  Stan Shebs  <shebs@apple.com>
3828
3829         * gcc.c-torture/compile/20010518-1.c: New test.
3830
3831 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
3832
3833         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
3834         * g++.old-deja/g++.pt/crash67.C: New test.
3835
3836 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
3837
3838         * g++.old-deja/g++.other/debug9.C: New test.
3839
3840 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
3841
3842         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
3843
3844 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
3845
3846         * gcc.c-torture/compile/20010516-1.c: New test.
3847
3848 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
3849
3850         * g++.old-deja/g++.other/crash41.C: New test.
3851
3852 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
3853
3854         * g++.old-deja/g++.pt/crash66.C: New test.
3855
3856 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
3857
3858         * g++.old-deja/g++.robertl/eb27.C: Convert.
3859
3860 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
3861
3862         * g++.dg/friend-warn.C: New test.  Do not warn about friend
3863         declaration being redundant.
3864
3865 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
3866
3867         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
3868
3869 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
3870
3871         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
3872
3873 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
3874
3875         * lib/g++.exp: Use testsuite_flags.
3876
3877 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
3878
3879         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
3880
3881 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3882
3883         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
3884
3885 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
3886
3887         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
3888
3889 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3890
3891         * gcc.c-torture/compile/20010313-1.c: New test.
3892
3893 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
3894
3895         * gcc.dg/cpp/direct2.c: New test.
3896         * gccq.dg/cpp/direct2s.c: New test.
3897
3898         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
3899
3900 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
3901
3902         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
3903         * g++.old-deja/g++.other/op3.C: Likewise.
3904
3905 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3906
3907         * gcc.dg/cpp/syshdr.h: New file.
3908         * gcc.dg/cpp/sysmac1.c: Update.
3909         * gcc.dg/cpp/sysmac2.c: Update.
3910
3911 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3912
3913         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
3914
3915 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
3916
3917         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
3918         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
3919
3920 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3921
3922         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
3923
3924 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
3925
3926         * lib/g++.exp (g++_include_flags): Don't use any special flags
3927         if TESTING_IN_BUILD_TREE is not defined.
3928         (g++_init): Use a plain 'c++' as the compiler if
3929         TESTING_IN_BUILD_TREEE is not defined.
3930
3931 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
3932
3933         * g++.old-deja/g++.eh/catch13.C: New test.
3934         * g++.old-deja/g++.eh/catch14.C: New test.
3935
3936 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
3937
3938         * gcc.dg/cpp/tr-define.c: New test.
3939
3940 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
3941
3942         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
3943         <stdlib.h>, not <malloc.h>.
3944
3945 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
3946
3947         * g++.old-deja/g++.ns/template17.C: New test.
3948
3949 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
3950
3951         * g++.old-deja/g++.pt/ref4.C: New test.
3952
3953 2001-04-30  Richard Henderson  <rth@redhat.com>
3954
3955         * gcc.dg/20000724-1.c: Revert last change.
3956
3957 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
3958
3959         * g77.f-torture/execute/20010430.f: New test.
3960
3961 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
3962
3963         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
3964
3965 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3966
3967         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
3968
3969 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
3970
3971         * g++.old-deja/g++.eh/crash6.C: New test.
3972
3973 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
3974
3975         * g++.old-deja/g++.other/warn7.C: New test.
3976
3977 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
3978
3979         * g++.old-deja/g++.other/defarg9.C: New test.
3980
3981 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
3982
3983         * g77.f-torture/compile/20010426.f: New test.
3984         * g77.f-torture/execute/20010426.f: New test.
3985
3986 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
3987
3988         * g77.f-torture/compile/20000629-1.x: Remove - error
3989         has been fixed.
3990
3991 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
3992
3993         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
3994         Tweak slightly to work with g++.dg framework.
3995         * g++.dg/special/ecos.exp: Run initp1.C test.
3996         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
3997
3998         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
3999         its linker doesn't give line numbers either.
4000         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
4001
4002 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4003
4004         * g++.old-deja/g++.other/lex1.C: New test.
4005
4006 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
4007
4008         * gcc.dg/noncompile/20010425-1.c: New test.
4009
4010 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4011
4012         * g++.old-deja/g++.pt/mangle2.C: New test.
4013
4014 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4015
4016         * gcc.dg/format/plus-1.c: New test.
4017
4018 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4019
4020         * gcc.dg/20010423-1.c: New test.
4021
4022 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
4023
4024         * gcc.c-torture/execute/20010422-1.c: New test.
4025
4026 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
4027
4028         * g++.old-deja/g++.ns/type2.C: New test.
4029
4030 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
4031
4032         * g++.old-deja/g++.other/perf1.C: New test.
4033
4034 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
4035
4036         * gcc.dg/c99-func-2.c: Remove xfail.
4037         * gcc.dg/c99-func-3.c: Remove xfail.
4038         * gcc.dg/c99-func-4.c: Remove xfail.
4039
4040 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
4041
4042         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
4043
4044 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4045
4046         * gcc.c-torture/compile/20010423-1.c: New test.
4047
4048 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4049
4050         * g++.old-deja/g++.pt/typename28.C: New test.
4051
4052 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4053
4054         * g++.old-deja/g++.abi/empty2.C: New test.
4055         * g++.old-deja/g++.abi/empty3.C: New test.
4056
4057 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4058
4059         * g++.old-deja/g++.other/comdat2.C: New test.
4060         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
4061
4062 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4063
4064         * g++.old-deja/g++.other/overload14.C: New test.
4065
4066 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4067
4068         * g++.old-deja/g++.other/lookup23.C: New test.
4069
4070 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4071
4072         * gcc.c-torture/execute/20010403-1.c: New test.
4073
4074 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
4075             Mark Mitchell  <mark@codesourcery.com>
4076
4077         * lib/old-dejagnu.exp: Don't delete output of executable.
4078         Add .exe suffix to executables.
4079
4080 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
4081
4082         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
4083
4084 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4085
4086         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
4087
4088 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4089
4090         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
4091         * g++.old-deja/g++.abi/crash1.C: New test.
4092
4093 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4094
4095         * g++.old-deja/g++.other/crash40.C: New test.
4096
4097 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4098
4099         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
4100
4101 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
4102
4103         * g++.old-deja/g++.other/warn6.C: New test.
4104
4105 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
4106
4107         * g++.old-deja/g++.robertl/eb42.C: Same.
4108
4109 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4110
4111         * gcc.dg/wtr-conversion-1.c: New testcase.
4112
4113 2001-04-10  Richard Henderson  <rth@redhat.com>
4114
4115         * g++.old-deja/g++.other/array5.C: New.
4116
4117 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4118
4119         * gcc.c-torture/execute/20010408-1.c: New test.
4120
4121 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
4122
4123         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
4124         headers and constructs.
4125         * g++.old-deja/g++.robertl/eb79.C: Same.
4126         * g++.old-deja/g++.robertl/eb77.C (main): Same.
4127         * g++.old-deja/g++.robertl/eb73.C: Same.
4128         * g++.old-deja/g++.robertl/eb66.C (main): Same.
4129         * g++.old-deja/g++.robertl/eb55.C (t): Same.
4130         * g++.old-deja/g++.robertl/eb54.C (main): Same.
4131         * g++.old-deja/g++.robertl/eb46.C (main): Same.
4132         * g++.old-deja/g++.robertl/eb44.C: Same.
4133         * g++.old-deja/g++.robertl/eb41.C (main): Same.
4134         * g++.old-deja/g++.robertl/eb4.C (main): Same.
4135         * g++.old-deja/g++.robertl/eb39.C: Same.
4136         * g++.old-deja/g++.robertl/eb33.C (main): Same.
4137         * g++.old-deja/g++.robertl/eb31.C (main): Same.
4138         * g++.old-deja/g++.robertl/eb30.C: Same.
4139         * g++.old-deja/g++.robertl/eb3.C: Same.
4140         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
4141         * g++.old-deja/g++.robertl/eb21.C: Same.
4142         * g++.old-deja/g++.robertl/eb15.C: Same.
4143         * g++.old-deja/g++.robertl/eb118.C: Same.
4144         * g++.old-deja/g++.robertl/eb115.C (main): Same.
4145         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
4146         * g++.old-deja/g++.robertl/eb109.C: Same.
4147         * g++.old-deja/g++.other/sibcall1.C (main): Same.
4148         * g++.old-deja/g++.mike/rtti1.C: Same.
4149         * g++.old-deja/g++.mike/p658.C: Same.
4150         * g++.old-deja/g++.mike/net46.C: Same.
4151         * g++.old-deja/g++.mike/net34.C: Same.
4152         * g++.old-deja/g++.mike/memoize1.C: Same.
4153         * g++.old-deja/g++.mike/eh2.C: Same.
4154         * g++.old-deja/g++.law/weak.C: Same.
4155         * g++.old-deja/g++.law/visibility7.C: Same.
4156         * g++.old-deja/g++.law/visibility25.C: Same.
4157         * g++.old-deja/g++.law/visibility22.C: Same.
4158         * g++.old-deja/g++.law/visibility2.C: Same.
4159         * g++.old-deja/g++.law/visibility17.C: Same.
4160         * g++.old-deja/g++.law/visibility13.C: Same.
4161         * g++.old-deja/g++.law/visibility10.C: Same.
4162         * g++.old-deja/g++.law/visibility1.C: Same.
4163         * g++.old-deja/g++.law/virtual3.C (eval): Same.
4164         * g++.old-deja/g++.law/vbase1.C: Same.
4165         * g++.old-deja/g++.law/operators32.C: Same.
4166         * g++.old-deja/g++.law/nest3.C: Same.
4167         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
4168         * g++.old-deja/g++.law/except5.C (main): Same.
4169         * g++.old-deja/g++.law/cvt7.C (run): Same.
4170         * g++.old-deja/g++.law/cvt2.C: Same.
4171         * g++.old-deja/g++.law/cvt16.C: Same.
4172         * g++.old-deja/g++.law/ctors6.C (bar): Same.
4173         * g++.old-deja/g++.law/ctors17.C (main): Same.
4174         * g++.old-deja/g++.law/ctors13.C: Same.
4175         * g++.old-deja/g++.law/ctors12.C (main): Same.
4176         * g++.old-deja/g++.law/ctors10.C: Same.
4177         * g++.old-deja/g++.law/code-gen5.C: Same.
4178         * g++.old-deja/g++.law/bad-error7.C: Same.
4179         * g++.old-deja/g++.law/arm9.C: Same.
4180         * g++.old-deja/g++.law/arm12.C: Same.
4181         * g++.old-deja/g++.law/arg8.C: Same.
4182         * g++.old-deja/g++.law/arg1.C: Same.
4183         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
4184         * g++.old-deja/g++.jason/template31.C: Same.
4185         * g++.old-deja/g++.jason/template24.C (main): Same.
4186         * g++.old-deja/g++.jason/2371.C: Same.
4187         * g++.old-deja/g++.eh/new2.C: Same.
4188         * g++.old-deja/g++.eh/new1.C: Same.
4189         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
4190         * g++.old-deja/g++.brendan/nest21.C (main): Same.
4191         * g++.old-deja/g++.brendan/err-msg3.C: Same.
4192         * g++.old-deja/g++.brendan/crash62.C: Same.
4193         * g++.old-deja/g++.brendan/crash52.C: Same.
4194         * g++.old-deja/g++.brendan/crash49.C (main): Same.
4195         * g++.old-deja/g++.brendan/crash38.C: Same.
4196         * g++.old-deja/g++.brendan/crash15.C (main): Same.
4197         * g++.old-deja/g++.brendan/copy9.C: Same.
4198
4199 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
4200
4201         * gcc.c-torture/execute/20001203-2.c (memset):
4202         Count argument is of type __SIZE_TYPE__.
4203
4204 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
4205
4206         * gcc.c-torture/compile/20010404-1.c: New test.
4207
4208 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
4209
4210         * gcc.c-torture/compile/20010326-1.c: New test.
4211
4212 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
4213
4214         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
4215         peculiarities of the SH.
4216         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
4217
4218 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4219
4220         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
4221         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
4222         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
4223
4224 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4225
4226         * g77.f-torture/compile/20010321-1.f: New test.
4227
4228 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4229
4230         * gcc.c-torture/compile/20010329-1.c: New test.
4231
4232 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4233
4234         * gcc.c-torture/execute/20010329-1.c: New test.
4235
4236 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
4237
4238         * g++.old-deja/g++.other/eh4.C: Fix typo.
4239
4240 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
4241
4242         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
4243
4244 2001-03-28  Philip Blundell  <philb@gnu.org>
4245
4246         * gcc.c-torture/compile/20010328-1.c: New test.
4247
4248 2001-03-27  Richard Henderson  <rth@redhat.com>
4249
4250         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
4251         * g++.old-deja/g++.eh/vbase3.C: Likewise.
4252
4253 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
4254
4255         * gcc.c-torture/compile/20010327-1.c: New test.
4256
4257 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4258
4259         * g++.old-deja/g++.other/friend12.C: New test.
4260         * g++.old-deja/g++.other/friend9.C: Expect no errors.
4261         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
4262
4263 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4264
4265         * gcc.c-torture/execute/20010325-1.c: New test.
4266
4267 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
4268
4269         * g++.old-deja/g++.other/mangle3.C: New test.
4270
4271 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
4272
4273         * g++.old-deja/g++.other/anon8.C: New test.
4274
4275 2001-03-20  Philip Blundell  <philb@gnu.org>
4276
4277         * gcc.c-torture/compile/20010320-1.c: New test.
4278
4279 2001-03-17  Richard Henderson  <rth@redhat.com>
4280
4281         * g++.old-deja/g++.other/eh4.C: Add expected error text.
4282
4283 2001-03-15  Geoff Keating  <geoff@redhat.com>
4284
4285         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
4286         tests on AIX.
4287
4288 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
4289
4290         * g++.old-deja/g++.other/eh4.C: New test.
4291
4292 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4293
4294         * gcc.dg/cpp/mi1.c: Update.
4295
4296 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
4297
4298         * g++.old-deja/g++.other/regstack.C: New test.
4299
4300 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
4301
4302         * g++.old-deja/g++.other/ref4.C: New test.
4303
4304 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
4305
4306         * objc/execute/va_method.m: Added.
4307         * objc/execute/IMP.m: Added.
4308         * objc/execute/_cmd.m: Added.
4309         * objc/execute/accessing_ivars.m: Added.
4310         * objc/execute/class-1.m: Added.
4311         * objc/execute/class-10.m: Added.
4312         * objc/execute/class-11.m: Added.
4313         * objc/execute/class-12.m: Added.
4314         * objc/execute/class-13.m: Added.
4315         * objc/execute/class-14.m: Added.
4316         * objc/execute/class-2.m: Added.
4317         * objc/execute/class-3.m: Added.
4318         * objc/execute/class-4.m: Added.
4319         * objc/execute/class-5.m: Added.
4320         * objc/execute/class-6.m: Added.
4321         * objc/execute/class-7.m: Added.
4322         * objc/execute/class-8.m: Added.
4323         * objc/execute/class-9.m: Added.
4324         * objc/execute/class-tests-1.h
4325         * objc/execute/class-tests-2.h
4326         * objc/execute/compatibility_alias.m: Added.
4327         * objc/execute/encode-1.m: Added.
4328         * objc/execute/formal_protocol-1.m: Added.
4329         * objc/execute/formal_protocol-2.m: Added.
4330         * objc/execute/formal_protocol-3.m: Added.
4331         * objc/execute/formal_protocol-4.m: Added.
4332         * objc/execute/formal_protocol-5.m: Added.
4333         * objc/execute/formal_protocol-6.m: Added.
4334         * objc/execute/formal_protocol-7.m: Added.
4335         * objc/execute/informal_protocol.m: Added.
4336         * objc/execute/initialize.m: Added.
4337         * objc/execute/load.m: Added.
4338         * objc/execute/many_args_method.m: Added.
4339         * objc/execute/nested-3.m: Added.
4340         * objc/execute/no_clash.m: Added.
4341         * objc/execute/private.m: Added.
4342         * objc/execute/redefining_self.m: Added.
4343         * objc/execute/root_methods.m: Added.
4344         * objc/execute/selector-1.m: Added.
4345         * objc/execute/static-1.m: Added.
4346         * objc/execute/static-2.m: Added.
4347         * objc/execute/va_method.m: Added.
4348
4349 2001-03-10  Richard Henderson  <rth@redhat.com>
4350
4351         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
4352
4353 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
4354
4355         * g++.old-deja/g++.other/crash31.C: XFAIL.
4356         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
4357         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
4358         * gcc.c-torture/execute/20010123-1.x: XFAIL.
4359         * gcc.c-torture/execute/20010124-1.x: XFAIL.
4360         * gcc.dg/sequence-pt-1.c: XFAIL one test.
4361
4362 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
4363
4364         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
4365
4366 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
4367
4368         * gcc.dg/20000724-1.c: Don't use multiline strings.
4369
4370 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
4371
4372         * objc/execute/string1.m, objc/execute/string2.m: Compare the
4373         result of -cString against what we expect it to be; don't just
4374         print it out for no one to read.
4375
4376         * objc/execute/string3.m, objc/execute/string4.m: New tests.
4377         Based on testcases provided by Nicola Pero.
4378
4379 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
4380
4381         * gcc.dg/cpp/macro7.c: New test.
4382
4383 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
4384
4385         * gcc.dg/cpp/multiline.c: Update.
4386
4387 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4388
4389         * g++.old-deja/g++.other/enum3.C: New test.
4390
4391 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4392
4393         * g++.old-deja/g++.other/pod1.C: New test.
4394
4395 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4396
4397         * g++.old-deja/g++.ext/overload1.C: New test.
4398
4399 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
4400
4401         * g++.old-deja/g++.pt/using1.C: New test.
4402
4403 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
4404
4405         * g++.old-deja/g++.other/using9.C: New test.
4406
4407 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
4408
4409         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
4410
4411         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
4412
4413 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
4414
4415         * g++.old-deja/g++.ext/realpt1.C: Remove.
4416
4417 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
4418
4419         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
4420
4421 2001-02-26  Will Cohen  <wcohen@redhat.com>
4422
4423         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
4424
4425 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
4426
4427         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
4428         templatized constructors.
4429
4430 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4431
4432         * gcc.c-torture/execute/20010224-1.c: New test.
4433
4434 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
4435
4436         * gcc.c-torture/execute/20010222-1.c: New test.
4437
4438 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
4439
4440         * g++.old-deja/g++.other/inline20.C: New test.
4441
4442 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
4443
4444         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
4445
4446 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
4447
4448         * g++.old-deja/g++.other/lookup22.C: New test.
4449
4450 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
4451
4452         * g77.dg: New directory.
4453         * g77.dg/20010216-1.f: New test case.
4454         * g77.dg/dg.exp: New driver.
4455         * lib/g77-dg.exp: New driver library.
4456
4457 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4458
4459         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
4460
4461 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
4462
4463         * g++.old-deja/g++.other/decl9.C: New test.
4464
4465 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
4466
4467         * g++.old-deja/g++.other/init16.C: Update the test so that it does
4468         not need <string> and also tests the initialization at runtime.
4469
4470 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4471
4472         * gcc.c-torture/execute/longlong.c: New test.
4473
4474 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
4475
4476         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
4477
4478 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
4479
4480         * gcc.c-torture/execute/920302-1.c (execute):
4481         Change argument type to short.
4482
4483 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
4484
4485         * g++.old-deja/g++.pt/deduct6.C: New test.
4486
4487 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
4488
4489         * g++.old-deja/g++.pt/deduct5.C: New test.
4490
4491 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
4492
4493         * gcc.c-torture/execute/20010209-1.c: New test.
4494
4495 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4496
4497         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
4498
4499 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
4500
4501         * g++.dg/vtgc1.C: Update for new ABI.
4502
4503         * consistency.vlad: New directory, 1665 files.
4504
4505 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4506
4507         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
4508         return type.
4509         * gcc.dg/cpp/digraphs.c: Declare puts.
4510
4511 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
4512
4513         * g++.old-deja/g++.other/warn5.C: New test.
4514
4515 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
4516
4517         * g++.old-deja/g++.pt/spec40.C: New test.
4518
4519 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
4520
4521         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
4522         case.
4523         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
4524
4525 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
4526
4527         * gcc.c-torture/compile/20010209-1.c: New test.
4528
4529 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
4530
4531         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
4532         excess errors message but not if it crashes.
4533         * g++.old-deja/g++.other/crash27.C: Likewise.
4534         * g++.old-deja/g++.other/crash28.C: Likewise.
4535         * g++.old-deja/g++.other/crash30.C: Likewise.
4536         * g++.old-deja/g++.other/crash32.C: Likewise.
4537         * g++.old-deja/g++.other/crash35.C: Likewise.
4538         * g++.old-deja/g++.pt/inherit2.C: Likewise.
4539
4540 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4541
4542         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
4543         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
4544         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
4545         g77.f-torture/execute/execute.exp,
4546         g77.f-torture/noncompile/noncompile.exp,
4547         gcc.c-torture/execute/execute.exp,
4548         gcc.c-torture/execute/memcheck/memcheck.exp,
4549         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
4550         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
4551         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
4552         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
4553         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
4554         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
4555         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
4556         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
4557         Remove bug reporting instructions with ancient email addresses.
4558
4559 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
4560
4561         * gcc.dg/20010202-1.c: New test.
4562         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
4563
4564 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
4565
4566         * g++.dg/stdbool-if.C: New test.
4567
4568 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
4569
4570         * objc/execute/fdecl.m: Added main().
4571
4572 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
4573
4574         * gcc.c-torture/execute/20010206-1.c: New test.
4575
4576 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
4577
4578         * gcc.dg/cpp/avoidpaste1.c: Update.
4579
4580 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
4581
4582         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
4583         Pero <nicola@brainstorm.co.uk>.
4584         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
4585
4586 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
4587
4588         * g++.old-deja/g++.pt/spec39.C: New test.
4589
4590 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
4591
4592         * gcc.c-torture/compile/20010202-1.c: New test.
4593
4594 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
4595
4596         * g++.old-deja/g++.abi/primary2.C: New test.
4597         * g++.old-deja/g++.abi/primary3.C: New test.
4598         * g++.old-deja/g++.abi/primary4.C: New test.
4599         * g++.old-deja/g++.abi/primary5.C: New test.
4600         * g++.old-deja/g++.abi/vtable3.h: New test.
4601         * g++.old-deja/g++.abi/vtable3a.C: New test.
4602         * g++.old-deja/g++.abi/vtable3b.C: New test.
4603         * g++.old-deja/g++.abi/vtable3c.C: New test.
4604         * g++.old-deja/g++.abi/vtable3d.C: New test.
4605         * g++.old-deja/g++.abi/vtable3e.C: New test.
4606         * g++.old-deja/g++.abi/vtable3f.C: New test.
4607         * g++.old-deja/g++.abi/vtable3g.C: New test.
4608         * g++.old-deja/g++.abi/vtable3h.C: New test.
4609         * g++.old-deja/g++.abi/vtable3i.C: New test.
4610         * g++.old-deja/g++.abi/vtable3j.C: New test.
4611         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
4612
4613 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
4614
4615         * g++.old-deja/g++.other/anon6.C: New test.
4616         * g++.old-deja/g++.other/anon7.C: New test.
4617
4618 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4619
4620         * gcc.dg/cpp/avoidpaste2.c: New tests.
4621
4622 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
4623
4624         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
4625
4626 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
4627
4628         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
4629         DECIMAL_DIG cases for Irix."
4630
4631 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
4632
4633         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
4634
4635 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4636
4637         * gcc.dg/c99-tag-1.c: New test.
4638
4639 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
4640
4641         * gcc.dg/cpp/tr-warn1.c: Add tests.
4642
4643 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
4644
4645         * gcc.dg/cpp/avoidpaste1.c: Update.
4646         * gcc.dg/cpp/paste4.c: Update.
4647
4648 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
4649
4650         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
4651         cases for Irix.
4652
4653 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4654
4655         * g++.old-deja/g++.other/inline19.C: New test.
4656
4657 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
4658
4659         * gcc.dg/Wlarger-than.c: New test.
4660
4661 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
4662
4663         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
4664
4665 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
4666
4667         * gcc.c-torture/execute/20010129-1.c: New test.
4668         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
4669
4670 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
4671
4672         * gcc.dg/cpp/avoidpaste1.c: Test case.
4673
4674 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
4675
4676         * g++.old-deja/g++.other/inline18.C: New test.
4677
4678 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4679
4680         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
4681         and __builtin_putchar.
4682
4683 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
4684
4685         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
4686         tests.
4687
4688 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
4689
4690         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
4691         floating point number rounding mode to round to the nearest
4692         representable mode.
4693
4694 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
4695
4696         * g++.old-deja/g++.other/mangle2.C: New test.
4697
4698 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4699
4700         * gcc.c-torture/compile/20010124-1.c: New test.
4701
4702 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
4703
4704         * g++.old-deja/g++.pt/spec38.C: New test.
4705
4706 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4707
4708         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
4709         "Build don't run".
4710
4711 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4712
4713         * gcc.c-torture/execute/20010123-1.c: New test.
4714
4715 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
4716
4717         * g++.old-deja/g++.pt/spec37.C: New test.
4718
4719 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
4720
4721         * g++.old-deja/g++.pt/overload14.C: New test.
4722
4723 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4724
4725         * gcc.c-torture/execute/20010122-1.c: New test, exercise
4726         __builtin_return_address.
4727
4728 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
4729
4730         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
4731         * g++.old-deja/g++.pt/spec35.C: New test.
4732         * g++.old-deja/g++.pt/spec36.C: New test.
4733
4734 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
4735
4736         * gcc.c-torture/compile/20010118-1.c: New test.
4737
4738 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
4739
4740         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
4741
4742 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
4743
4744         * gcc.c-torture/execute/20010119-1.c: New test.
4745
4746 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4747
4748         * g++.old-deja/g++.other/vbase5.C: New test.
4749
4750 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
4751
4752         * gcc.c-torture/execute/20010118-1.c: New test.
4753
4754 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4755
4756         * g++.old-deja/g++.pt/deduct3.C: New test.
4757
4758 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4759
4760         * g++.old-deja/g++.pt/spec34.C: New test.
4761
4762 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
4763
4764         * g77.f-torture/compile/20000601-2.f: New test.
4765
4766 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
4767
4768         * g++.old-deja/g++.other/init17.C: New test.
4769
4770 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
4771
4772         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
4773
4774 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
4775
4776         * g++.old-deja/g++.pt/unify8.C: New test.
4777
4778 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
4779
4780         * g++.old-deja/g++.abi/vbase1.C: New test.
4781
4782 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
4783
4784         * g++.old-deja/g++.pt/crash65.C: New test.
4785
4786 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
4787
4788         * gcc.dg/cpp/assembl2.S: New test case.
4789
4790 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
4791
4792         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
4793         are supported.
4794
4795 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4796
4797         * g++.old-deja/g++.other/builtins1.C: New test.
4798         * g++.old-deja/g++.other/builtins2.C: Likewise.
4799         * g++.old-deja/g++.other/builtins3.C: Likewise.
4800         * g++.old-deja/g++.other/builtins4.C: Likewise.
4801
4802 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
4803
4804         * gcc.c-torture/compile/20010117-1.c: New test.
4805         * gcc.c-torture/compile/20010117-2.c: New test.
4806
4807 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4808
4809         * g77.f-torture/execute/20010116.[fx]: New test,
4810         XFAIL on i?86-*-*.
4811         * g77.f-torture/compile/20010115.f: Indicate it's
4812         a test for PR fortran/1636.
4813
4814 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4815
4816         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
4817
4818 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
4819
4820         * g77.f-torture/compile/20010115.f: New test.
4821
4822 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
4823
4824         * g++.old-deja/g++.pt/nontype5.C: New test.
4825
4826 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
4827
4828         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
4829         have an equivalent working one below it.
4830
4831 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
4832
4833         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
4834         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
4835
4836 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
4837
4838         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
4839         message containing "init_priority".
4840         (conpr-2.C): Likewise.
4841         (conpr-3.C): Likewise.
4842         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
4843
4844 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4845
4846         * gcc.c-torture/execute/20010114-2.c: New test.
4847
4848 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4849
4850         * gcc.c-torture/compile/20010114-1.c: New test.
4851         * gcc.c-torture/compile/20010114-1.x: Xfail.
4852         * gcc.c-torture/compile/20010114-2.c: New test.
4853         * gcc.c-torture/execute/20010114-1.c: New test.
4854         * gcc.dg/trunc-1.c: New test.
4855         * gcc.dg/uninit-B.c: New test.
4856
4857 2001-01-13  Nick Clifton  <nickc@redhat.com>
4858
4859         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
4860         target.
4861
4862 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4863
4864         * gcc.c-torture/compile/20010113-1.c: New test.
4865
4866 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
4867
4868         * gcc.c-torture/compile/20001212-1.c: New test.
4869
4870 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
4871
4872         * gcc.dg/cpp/widestr1.c: Update.
4873         * gcc.dg/cpp/prag-imp.c: Remove.
4874
4875 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
4876
4877         * gcc.c-torture/execute/20000801-3.x: Remove.
4878         * gcc.dg/c90-init-1.c: New test.
4879         * gcc.dg/c99-init-1.c: New test.
4880         * gcc.dg/c99-init-2.c: New test.
4881         * gcc.dg/gnu99-init-1.c: New test.
4882
4883 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
4884
4885         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
4886         testing that no relevant ones were found.
4887
4888 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
4889
4890         * g++.old-deja/g++.pt/cast2.C: New test.
4891
4892 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
4893
4894         * g++.old-deja/g++.pt/friend47.C: New test.
4895
4896 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4897
4898         * g++.old-deja/g++.pt/instantiate13.C: New test.
4899
4900 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4901
4902         * g++.old-deja/g++.other/defarg7.C: New test.
4903         * g++.old-deja/g++.other/defarg8.C: New test.
4904
4905 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4906
4907         * g++.old-deja/g++.pt/crash64.C: New test.
4908
4909 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4910
4911         * g++.old-deja/g++.pt/crash63.C: New test.
4912
4913 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
4914
4915         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
4916
4917 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
4918
4919         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
4920
4921 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
4922
4923         * g++.old-deja/g++.pt/error3.C: New test.
4924
4925 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
4926
4927         * g++.old-deja/g++.other/crash39.C: New test.
4928
4929 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
4930
4931         * g++.old-deja/g++.other/vbase4.C: New test.
4932
4933 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
4934
4935         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
4936         * gcc.dg/special/20000419-2.c: New file. Identical to above.
4937         * gcc.dg/special/special.exp: New test driver which will check
4938         for alias support for the above test.
4939
4940 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
4941
4942         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
4943         problems on small machines.
4944         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
4945         parameterize.
4946
4947 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
4948
4949         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
4950         mips.
4951         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
4952
4953 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
4954
4955         * g++.old_deja/g++.pt/using8.C: New test.
4956
4957 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4958
4959         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
4960
4961 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
4962
4963         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
4964         where a failure is expected.
4965         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
4966
4967 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
4968
4969         * g++.old_deja/g++.pt/instantiate12.C: New test.
4970
4971 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
4972
4973         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
4974         start of structs.
4975         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
4976         * g++.old-deja/g++.brendan/crash17.C: Likewise.
4977         * g++.old-deja/g++.brendan/crash29.C: Likewise.
4978         * g++.old-deja/g++.brendan/crash48.C: Likewise.
4979         * g++.old-deja/g++.brendan/ns1.C: Likewise.
4980         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
4981         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
4982         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
4983         * g++.old-deja/g++.eh/spec6.C: Likewise.
4984         * g++.old-deja/g++.jason/crash3.C: Likewise.
4985         * g++.old-deja/g++.law/ctors11.C: Likewise.
4986         * g++.old-deja/g++.law/ctors17.C: Likewise.
4987         * g++.old-deja/g++.law/ctors5.C: Likewise.
4988         * g++.old-deja/g++.law/ctors9.C: Likewise.
4989         * g++.old-deja/g++.mike/ambig1.C: Likewise.
4990         * g++.old-deja/g++.mike/net22.C: Likewise.
4991         * g++.old-deja/g++.mike/p3538a.C: Likewise.
4992         * g++.old-deja/g++.mike/p3538b.C: Likewise.
4993         * g++.old-deja/g++.mike/virt3.C: Likewise.
4994         * g++.old-deja/g++.niklas/t128.C: Likewise.
4995         * g++.old-deja/g++.other/anon4.C: Likewise.
4996         * g++.old-deja/g++.other/using1.C: Likewise.
4997         * g++.old-deja/g++.other/warn3.C: Likewise.
4998         * g++.old-deja/g++.pt/t37.C: Likewise.
4999         * g++.old-deja/g++.robertl/eb69.C: Likewise.
5000         * g++.old-deja/g++.robertl/eb71.C: Likewise.
5001
5002 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5003
5004         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
5005
5006 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5007
5008         * gcc.c-torture/execute/stdio-opt-3.c: New test.
5009
5010 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
5011
5012         * gcc.c-torture/compile/20010107-1.c: New test.
5013
5014 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5015
5016         * gcc.c-torture/execute/builtin-noret-1.c: New test.
5017
5018 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5019
5020         * gcc.dg/format/format.h: New file.
5021         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
5022         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
5023         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
5024         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
5025         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
5026         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
5027         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
5028         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
5029         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
5030         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
5031         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
5032         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
5033         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
5034         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
5035         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
5036         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
5037         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
5038         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
5039         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
5040         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
5041         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
5042         instead of declaring standard types, macros and functions in each
5043         test.
5044
5045 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
5046
5047         * gcc.c-torture/execute/20010106-1.c: New test.
5048
5049 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5050
5051         * gcc.dg/format/format.exp: New file.
5052         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
5053         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
5054         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
5055         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
5056         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
5057         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
5058         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
5059         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
5060         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
5061         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
5062         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
5063         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
5064         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
5065         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
5066         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
5067         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
5068         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
5069         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
5070         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
5071         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
5072         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
5073         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
5074         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
5075         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
5076         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
5077         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
5078         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
5079         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
5080         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
5081         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
5082         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
5083         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
5084         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
5085         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
5086         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
5087         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
5088         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
5089         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
5090         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
5091         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
5092         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
5093         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
5094
5095 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
5096
5097         * gcc.c-torture/execute/991228-1.c: Take word endianness into
5098         account.
5099
5100 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
5101
5102         * gcc.c-torture/execute/builtin-complex-1.c: New test.
5103
5104 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
5105
5106         * g++.old-deja/g++.pt/crash62.C: New test.
5107
5108 2001-01-04  Richard Henderson  <rth@redhat.com>
5109
5110         * gcc.dg/20000926-1.c: Update expected warnings.
5111         * gcc.dg/array-2.c: Likewise.
5112         * gcc.dg/array-4.c: Also validate flexible array members.
5113         * gcc.dg/c99-flex-array-1.c: New.
5114
5115 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5116
5117         * gcc.c-torture/compile/20001222-1.x: Remove.
5118
5119 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5120
5121         * gcc.c-torture/execute/built-in-setjmp.c: New.
5122
5123 2001-01-03  Richard Henderson  <rth@redhat.com>
5124
5125         * gcc.dg/940510-1.c: Update expected error wording.
5126         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
5127
5128 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
5129
5130         * lib/target-supports.exp (check_alias_available): Modified to
5131         indicate aliases not supported if only weak aliases are supported.
5132
5133 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5134
5135         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
5136         Turn on cmpstrsi checks for __pj__ and __i370__.
5137
5138 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5139
5140         * g++.old-deja/g++.other/virtual11.C: New test.
5141
5142 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5143
5144         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
5145
5146 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5147
5148         * gcc.c-torture/compile/20010102-1.c: New test.
5149
5150 2001-01-02  Andreas Jaeger  <aj@suse.de>
5151
5152         * gcc.dg/noreturn-3.c: New test.
5153
5154         * gcc.dg/noreturn-4.c: New test.
5155
5156 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5157
5158         * gcc.c-torture/execute/stdio-opt-1.c: Also test
5159         __builtin_fputc and __builtin_fwrite.
5160
5161 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
5162
5163         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
5164         signed char, not default char.
5165
5166 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
5167
5168         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
5169
5170 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
5171
5172         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
5173
5174 2000-12-29  Richard Henderson  <rth@redhat.com>
5175
5176         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
5177         (__cyg_profile_func_exit): Define.
5178
5179 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
5180
5181         * g++.dg/vtgc1.C: New test.
5182
5183 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
5184
5185         * gcc.dg/noncompile/20001228-1.c: New test.
5186
5187         * gcc.dg/20001228-1.c: New test.
5188
5189         * gcc.c-torture/execute/20001228-1.c: New test.
5190
5191 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5192
5193         * gcc.dg/format-strfmon-1.c: New test.
5194
5195 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5196
5197         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
5198         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
5199         * gcc.c-torture/execute/string-opt-1.c: Likewise.
5200         * gcc.c-torture/execute/string-opt-2.c: Likewise.
5201         * gcc.c-torture/execute/string-opt-3.c: Likewise.
5202         * gcc.c-torture/execute/string-opt-4.c: Likewise.
5203         * gcc.c-torture/execute/string-opt-6.c: Likewise.
5204         * gcc.c-torture/execute/string-opt-7.c: Likewise.
5205         * gcc.c-torture/execute/string-opt-8.c: Likewise.
5206         * gcc.c-torture/execute/string-opt-9.c: Likewise.
5207         * gcc.c-torture/execute/string-opt-10.c: Likewise.
5208         * gcc.c-torture/execute/string-opt-11.c: Likewise.
5209         * gcc.c-torture/execute/string-opt-12.c: Likewise.
5210
5211         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
5212         * gcc.c-torture/execute/string-opt-4.c: Test index.
5213
5214 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
5215
5216         * gcc.c-torture/compile/20001226-1.c: New test.
5217
5218 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5219
5220         * gcc.c-torture/compile/20001222-1.c: New test.
5221         * gcc.c-torture/compile/20001222-1.x: Xfail.
5222
5223 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
5224
5225         * gcc.c-torture/execute/comp-goto-2.c: New test.
5226
5227 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
5228
5229         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
5230         Use long types if __INT_MAX__ is 32767.
5231         (main): Use cast to (sint32 *) when poking 88 into a_page.
5232
5233         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
5234
5235 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
5236
5237         * gcc.c-torture/compile/20001221-1.c: New test.
5238         * gcc.c-torture/execute/20001221-1.c: New test.
5239
5240 2000-12-20  Richard Henderson  <rth@redhat.com>
5241
5242         * g++.old-deja/g++.pt/crash36.C: Update error lines.
5243         * g++.old-deja/g++.robertl/eb109.C: Likewise.
5244
5245 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5246
5247         * gcc.dg/compare3.c: New test.
5248
5249 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5250
5251         * gcc.dg/format-warnll-1.c: New test.
5252
5253 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5254
5255         * gcc.dg/cpp/cmdlne-P.c: New test.
5256
5257 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5258
5259         * gcc.c-torture/execute/builtin-abs-1.c,
5260         gcc.c-torture/execute/builtin-abs-2.c: New tests.
5261
5262 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5263
5264         * gcc.dg/cpp/multiline.c: New test.
5265
5266 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5267
5268         * g++.old-deja/g++.other/syshdr1.C: Update.
5269         * gcc.dg/cpp/lineflags.c: Remove temporarily.
5270
5271 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5272
5273         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
5274
5275 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5276
5277         * g++.old-deja/g++.pt/ttp65.C: New test.
5278
5279 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5280
5281         * g++.old-deja/g++.pt/ttp64.C: New test.
5282
5283 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5284
5285         * g++.old-deja/g++.pt/spec33.C: New test.
5286
5287 2000-12-14  Catherine Moore  <clm@redhat.com>
5288
5289         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
5290         * gcc.c-torture/execute/920612-2.c: Likewise.
5291         * gcc.c-torture/execute/920428-2.c: Likewise.
5292         * gcc-c-torture/execute/va-arg-11.c: Call exit.
5293         * gcc.c-torture/execute/va-arg-21.c: Likewise.
5294
5295 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5296
5297         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
5298         * gcc.dg/pack-test-2.c: Likewise.
5299
5300 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5301
5302         Tests by Zack Weinberg <zackw@stanford.edu>.
5303
5304         * gcc.dg/cpp/defined.c: Update.
5305         * gcc.dg/cpp/defined_trad.c: New tests.
5306
5307 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5308
5309         * gcc.dg/cpp/trad-direct.c: Update.
5310
5311 2000-12-11  Neil Booth  <neilb@earthling.net>
5312
5313         * gcc.dg/cpp/defined_trad.c
5314
5315 2000-12-11  Neil Booth  <neilb@earthling.net>
5316
5317         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
5318
5319 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5320
5321         * gcc.dg/format-miss-2.c: New test.
5322
5323 2000-12-09  Neil Booth  <neilb@earthling.net>
5324
5325         * gcc.dg/cpp/lineflags.c: New tests.
5326         * gcc.dg/cpp/poison.c: Update.
5327         * gcc.dg/cpp/redef2.c: Update.
5328         * gcc.dg/cpp/skipping.c: New test.
5329
5330 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
5331
5332         * g++.old-deja/g++.other/eh3.C: New testcase.
5333
5334 2000-12-07  Neil Booth  <neilb@earthling.net>
5335
5336         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
5337         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
5338         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
5339         wtr-union-init-2.c, wtr-union-init-3.c: Update.
5340         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
5341         Update.
5342
5343 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5344
5345         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
5346         __SIZE_TYPE__ instead of int for type of integers cast to
5347         pointers.
5348
5349 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
5350
5351         * g++.old-deja/g++.other/cleanup4.C: New test.
5352
5353 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5354
5355         * format-sec-1.c: New test.
5356
5357 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5358
5359         * gcc.dg/format-nonlit-3.c: New test.
5360
5361 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5362
5363         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
5364         through a null pointer.
5365
5366 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5367
5368         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
5369         * g++.old-deja/g++.pt/partial4.C: New test.
5370
5371 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5372
5373         * gcc.c-torture/execute/ieee/hugeval.x: New.
5374
5375 2000-12-06  Neil Booth  <neilb@earthling.net>
5376
5377         * gcc.dg/cpp/backslash2.c: New tests.
5378
5379 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5380
5381         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
5382         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
5383
5384 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
5385
5386         * gcc.c-torture/execute/20001203-2.c: New testcase.
5387
5388 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
5389
5390         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
5391         * g++.old-deja/g++.other/virtual10.C: New test.
5392
5393 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
5394
5395         * g++.old-deja/g++.mike/pmf5.C: Remove test.
5396
5397 2000-12-05  Richard Henderson  <rth@redhat.com>
5398
5399         * gcc.c-torture/compile/20001205-1.c: New.
5400
5401 2000-12-04  Neil Booth  <neilb@earthling.net>
5402
5403         * g++.old-deja/g++.other/virtual9.C: New test.
5404         * g++.old-deja/g++.pt/crash61.C: New test.
5405         * gcc.c-torture/execute/loop-9.c: New test.
5406
5407 2000-12-04  Neil Booth  <neilb@earthling.net>
5408
5409         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
5410         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
5411         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
5412         * gcc.dg/cpp/extratokens.c: ...here.
5413
5414 2000-12-04  Neil Booth  <neilb@earthling.net>
5415
5416         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
5417         New tests.
5418
5419 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5420
5421         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
5422         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
5423
5424 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5425
5426         * gcc.c-torture/execute/20001203-1.c: New test.
5427
5428 2000-12-03  Neil Booth  <neilb@earthling.net>
5429
5430         * gcc.dg/cpp/macro6.c: New test cases.
5431
5432 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5433
5434         * gcc.c-torture/execute/string-opt-9.c: New test.
5435         * gcc.c-torture/execute/string-opt-10.c: Likewise.
5436         * gcc.c-torture/execute/string-opt-11.c: Likewise.
5437         * gcc.c-torture/execute/string-opt-12.c: Likewise.
5438
5439         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
5440         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
5441
5442 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
5443
5444         * gcc.dg/cpp/if-6.c: New testcase.
5445
5446         * gcc.dg/20001201-1.c: New testcase.
5447
5448 2000-12-02  Neil Booth  <neilb@earthling.net>
5449
5450         * g++.old-deja/g++.other/externC4.C,
5451         g++.old-deja/g++.other/friend10.C: New tests.
5452
5453 2000-12-02  Neil Booth  <neilb@earthling.net>
5454
5455         * g++.old-deja/g++.other/instan2.C
5456         * g++.old-deja/g++.other/instan3.C: New test.
5457
5458 2000-12-02  Neil Booth  <neilb@earthling.net>
5459
5460         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
5461         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
5462         gnuc99.c,gnuc99-pedantic.c: New tests.
5463
5464 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5465
5466         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
5467         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
5468
5469 2000-12-01  Neil Booth  <neilb@earthling.net>
5470
5471         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
5472         * gcc.dg/cpp/poison.c: Update.
5473         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
5474
5475 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
5476
5477         * g77.f-torture/execute/20001201.f: New test.
5478
5479 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5480
5481         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
5482
5483 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
5484
5485         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
5486
5487 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
5488
5489         * g++.old-deja/g++.other/cast6.C: New test.
5490
5491 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
5492
5493         * gcc.c-torture/execute/20001130-2.c: New testcase.
5494
5495 2000-11-30  Richard Henderson  <rth@redhat.com>
5496
5497         * gcc.c-torture/execute/20001130-1.c: New test.
5498
5499 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
5500
5501         * g++.old-deja/g++.other/op3.C: New test.
5502
5503 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
5504
5505         * g++.old-deja/g++.other/op2.C: New test.
5506
5507 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
5508
5509         * g++.old-deja/g++.other/crash38.C: New test.
5510
5511 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
5512
5513         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
5514
5515 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
5516
5517         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
5518         tests.
5519         * gcc.c-torture/execute/string-opt-6.c: New test.
5520
5521         * gcc.dg/20001117-1.c: Add main.
5522
5523 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
5524
5525         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
5526         Move from here ...
5527         * gcc.dg/940510-1.c: ... to here.
5528
5529         * gcc.dg/20000926-1.c: GNU C now allows initializations of
5530         zero-size arrays in toplevel structures.
5531
5532 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
5533
5534         * gcc.c-torture/execute/loop-8.c: New test.
5535
5536 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5537
5538         * g++.old-deja/g++.other/base1.C: New test.
5539
5540 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5541
5542         * g++.old-deja/g++.other/parse2.C: New test.
5543
5544 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5545
5546         * g++.old-deja/g++.pt/incomplete1.C: New test.
5547
5548 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5549
5550         * g++.old-deja/g++.other/friend9.C: New test.
5551
5552 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
5553
5554         * gcc.dg/20001127-1.c: New test.
5555
5556 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
5557
5558         * g++.old-deja/g++.pt/friend46.C: New test.
5559
5560 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
5561
5562         * g++.old-deja/g++.other/ptrmem8.C: New test.
5563
5564 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5565
5566         * gcc.c-torture/execute/string-opt-7.c: New test.
5567         * gcc.c-torture/execute/string-opt-8.c: Likewise.
5568
5569 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
5570
5571         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
5572         instead of 'mkcheck 2'.
5573
5574 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5575
5576         * gcc.c-torture/execute/memcheck/driver.c,
5577         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
5578         C9X references to refer to C99.
5579
5580 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
5581
5582         * gcc.dg/ultrasp3.c: New test.
5583
5584 2000-11-25  Neil Booth  <neilb@earthling.net>
5585
5586         * gcc.dg/cpp/include2.c: Update test to be locale independent.
5587
5588 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
5589
5590         * gcc.c-torture/compile/20001123-2.c: New.
5591
5592 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5593
5594         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
5595
5596 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
5597
5598         * gcc.dg/sequence-point-1.c: Add some new tests.
5599         * gcc.c-torture/execute/20001124-1.c: New test.
5600
5601 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
5602
5603         * g++.old-deja/g++.other/vaarg4.C: New test.
5604         * gcc.c-torture/compile/20001123-1.c: New test.
5605
5606 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
5607
5608         * g++.other/crash24.C: Adjust and remove XFAIL.
5609         * g++.other/crash37.C: New test.
5610
5611 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
5612
5613         * g++.old-deja/g++.pt/instantiate9.C: New test.
5614
5615 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
5616
5617         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
5618         new ABI, too.
5619
5620         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
5621         * g++.old-deja/g++.robertl/eb55.C: Likewise.
5622
5623 2000-11-22  Neil Booth  <neilb@earthling.net>
5624
5625         * gcc.dg/cpp/Wtrigraphs.c: New test.
5626
5627 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
5628
5629         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
5630
5631 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
5632
5633         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
5634
5635 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
5636
5637         * lib/gcc-dg.exp: load_lib scanasm.exp.
5638         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
5639         * lib/g++-dg.exp: load_lib scanasm.exp.
5640         * lib/scanasm.exp: New.
5641         (scan-assembler, scan-assembler-not): Add optional arguments to
5642         test name, or if not present, the pattern name.
5643         (scan-assembler-dem, scan-assembler-dem-not): New.
5644
5645         * g++.dg/dg.exp: New.
5646
5647 2000-11-21  Neil Booth  <neilb@earthling.net>
5648
5649         * gcc.dg/cpp/integrated1.c: Remove.
5650
5651 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
5652
5653         * gcc.c-torture/execute/20001121-1.c: New test.
5654
5655 2000-11-21  Richard Henderson  <rth@redhat.com>
5656
5657         * gcc.c-torture/compile/20001121-1.c: New test.
5658
5659 2000-11-20  Neil Booth  <neilb@earthling.net>
5660
5661         * gcc.dg/cpp/integrated1.c: New test.
5662
5663 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
5664
5665         * g++.old-deja/g++.other/inline17.C: New test.
5666
5667 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
5668
5669         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
5670         local variable to be zero: I made the variable global. Now
5671         uses abort() and exit() instead of relying on main's return value.
5672
5673 2000-11-20  Neil Booth  <neilb@earthling.net>
5674
5675         * gcc.dg/cpp/paste2.c: Update test.
5676         * objc/execute/paste.m: New test.
5677
5678 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
5679
5680         * gcc.dg/c99-condexpr-1.c: New test.
5681
5682 2000-11-20  Neil Booth  <neilb@earthling.net>
5683
5684         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
5685
5686 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
5687
5688         * g++.old-deja/g++.pt/export1.C: New test.
5689
5690 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
5691
5692         * gcc.dg/20001117-1.c: New test.
5693
5694 2000-11-18  Richard Henderson  <rth@redhat.com>
5695
5696         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
5697
5698 2000-11-18  Richard Henderson  <rth@redhat.com>
5699
5700         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
5701         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
5702         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
5703
5704 2000-11-18  Richard Henderson  <rth@redhat.com>
5705
5706         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
5707         (main): New.  Exit cleanly.
5708
5709 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5710
5711         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
5712         gcc.dg/c99-fordecl-2.c: New tests.
5713
5714 2000-11-18  Richard Henderson  <rth@redhat.com>
5715
5716         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
5717         * gcc.c-torture/execute/zerolen-2.c: New.
5718
5719 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5720
5721         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
5722         memory.
5723
5724 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
5725
5726         * g++.old-deja/g++.pt/instantiate8.C: New test.
5727
5728 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
5729
5730         * g++.old-deja/g++.other/incomplete.C: Add more tests.
5731         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
5732
5733 2000-11-16  Nick Clifton  <nickc@redhat.com>
5734
5735         * gcc.c-torture/execute/nestfunc-2.c: New test.
5736         * gcc.c-torture/execute/nestfunc-3.c: New test.
5737
5738 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
5739
5740         * gcc.c-torture/compile/20001116-1.c: New test.
5741
5742 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5743
5744         * gcc.c-torture/execute/20001115-1.c: New test.
5745
5746 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
5747
5748         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
5749         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
5750         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
5751         * g++.old-deja/g++.abi/vmihint.C: Likewise.
5752
5753 2000-11-15  Neil Booth  <neilb@earthling.net>
5754
5755         gcc.dg/cpp/_Pragma1.c: Update.
5756         gcc.dg/cpp/_Pragma2.c: New test.
5757
5758 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
5759
5760         * g++.old-deja/g++.other/anon5.C: New test.
5761
5762 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
5763
5764         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
5765         tests.
5766
5767 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
5768
5769         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
5770         output.
5771
5772 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5773
5774         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
5775         labels at end of compound statements.
5776
5777 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
5778
5779         * gcc.c-torture/execute/loop-7.c: New test.
5780
5781 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5782
5783         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
5784
5785 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5786
5787         * gcc.dg/c99-bool-1.c: New test.
5788
5789 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5790
5791         * gcc.dg/c99-scope-1.c: Remove xfail.
5792         * gcc.dg/c99-scope-2.c: New test.
5793
5794 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5795
5796         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
5797         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
5798
5799 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
5800
5801         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
5802         error messages.
5803
5804         * g++.mike/p700.C: Don't typedef wchar_t.
5805         * g++.mike/p784.C: Likewise.
5806         * g++.mike/eb101.C: Don't use __wchar_t.
5807
5808 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
5809
5810         * g77.f-torture/execute/20001111.[fx]: Test premature exit
5811         from DO loop.
5812
5813 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
5814
5815         * gcc.c-torture/execute/20001111-1.c: New test.
5816
5817 2000-11-10  Nick Clifton  <nickc@redhat.com>
5818
5819         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
5820         long multuiple and accumulate.
5821
5822 2000-11-09  Richard Henderson  <rth@redhat.com>
5823
5824         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
5825         via size_t instead of int.
5826
5827         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
5828         * gcc.c-torture/execute/string-opt-2.c: Likewise.
5829         * gcc.c-torture/execute/string-opt-3.c: Likewise.
5830         * gcc.c-torture/execute/string-opt-4.c: Likewise.
5831
5832 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
5833
5834         * gcc.c-torture/compile/20001109-1.c: New test.
5835         * gcc.c-torture/compile/20001109-2.c: New test.
5836
5837 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
5838
5839         * g++.old-deja/g++.pt/operator1.C: New test.
5840         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
5841
5842 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
5843
5844         * gcc.dg/20001108-1.c: New test.
5845
5846 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
5847
5848         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
5849         with both arguments constant strings.
5850         * gcc.c-torture/execute/string-opt-3.c: New test.
5851         * gcc.c-torture/execute/string-opt-4.c: New test.
5852         * gcc.c-torture/execute/string-opt-5.c: New test.
5853
5854 2000-11-08  Nick Clifton  <nickc@redhat.com>
5855
5856         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
5857         mulsidi3adddi patterns.
5858
5859 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
5860
5861         * g++.old-deja/g++.other/crash36.C: New test.
5862
5863 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
5864
5865         * g++.old-deja/g++.other/init16.C: New test.
5866
5867 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
5868
5869         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
5870
5871 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
5872
5873         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
5874         * gcc.c-torture/execute/va-arg-16.x: Likewise.
5875         * gcc.c-torture/execute/va-arg-17.x: Likewise.
5876
5877 2000-11-07  DJ Delorie  <dj@redhat.com>
5878
5879         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
5880
5881 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5882
5883         * gcc.c-torture/execute/string-opt-1.c: New test.
5884
5885 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
5886
5887         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
5888         mips-sgi-irix6.* because the MIPS ABI passes floating-point
5889         parameters in registers, and there is no way for a varargs
5890         function to know in which order the integer and floating-point
5891         parameters should be interleaved when they are placed on the
5892         stack.
5893         * gcc.c-torture/execute/va-arg-16.x: Likewise.
5894         * gcc.c-torture/execute/va-arg-17.x: Likewise.
5895
5896 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5897
5898         * gcc.c-torture/execute/string-opt-2.c: New test.
5899
5900 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
5901
5902         * g++.old-deja/g++.pt/crash60.C: New test.
5903
5904 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
5905
5906         * g++.old-deja/g++.other/crash24.C: New test.
5907         * g++.old-deja/g++.other/crash25.C: New test.
5908         * g++.old-deja/g++.other/crash26.C: New test.
5909         * g++.old-deja/g++.other/crash27.C: New test.
5910         * g++.old-deja/g++.other/crash28.C: New test.
5911         * g++.old-deja/g++.other/crash29.C: New test.
5912         * g++.old-deja/g++.other/crash30.C: New test.
5913         * g++.old-deja/g++.other/crash31.C: New test.
5914         * g++.old-deja/g++.other/crash32.C: New test.
5915         * g++.old-deja/g++.other/crash33.C: New test.
5916         * g++.old-deja/g++.other/crash34.C: New test.
5917         * g++.old-deja/g++.other/crash35.C: New test.
5918
5919 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
5920
5921         * gcc.c-torture/execute/20001031-1.c: New test.
5922
5923 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
5924
5925         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
5926         namespace.
5927
5928         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
5929         standards-conformant.
5930
5931         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
5932
5933         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
5934         * g++.old-deja/g++.mike/p755a.C: Likewise.
5935         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
5936         library makes no calls to `operator new' during initialization.
5937
5938 2000-11-04  Neil Booth  <neilb@earthling.net>
5939
5940         * gcc.dg/cpp/include2.c: New tests.
5941
5942 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
5943
5944         * lib/g++.exp (g++_set_ld_library_path): New function.
5945         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
5946
5947 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
5948
5949         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
5950         warnings.
5951
5952 2000-11-01  Richard Henderson  <rth@redhat.com>
5953
5954         * g++.old-deja/g++.ext/namedret1.C: New.
5955         * g++.old-deja/g++.ext/namedret2.C: New.
5956         * g++.old-deja/g++.ext/namedret3.C: New.
5957
5958 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
5959
5960         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
5961         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
5962
5963 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5964
5965         * gcc.c-torture/execute/va-arg-21.c: New test.
5966
5967 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5968
5969         * gcc.dg/c99-complex-2.c: New test.
5970
5971 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5972
5973         * gcc.c-torture/execute/stdio-opt-1.c: New test.
5974
5975 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
5976
5977         * g++.old-deja/g++.other/inline16.C: New test.
5978
5979 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
5980
5981         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
5982         __PRETTY_FUNCTION__
5983
5984 2000-10-29  Neil Booth  <neilb@earthling.net>
5985
5986         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
5987         New tests.
5988         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
5989         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
5990         optimisation.
5991
5992 2000-10-29  Neil Booth  <neilb@earthling.net>
5993
5994         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
5995         * mi1.c, mi1c.h: Add null directives to multiple-include test.
5996         * mi5.c: Test multiple includes work with -C.
5997         * trigraphs.c: Test ^= version.
5998
5999 2000-10-28  Neil Booth  <neilb@earthling.net>
6000
6001         New tests and test updates for new macro expander.
6002
6003         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
6004         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
6005         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
6006         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
6007         new diagnostic messages.
6008
6009         * gcc.dg/cpp/macro3.c: New tests.
6010
6011 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
6012
6013         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
6014         on the same line.
6015
6016 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
6017
6018         * g++.old-deja/g++.other/eh2.C: New test.
6019
6020 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
6021
6022         * gcc.c-torture/execute/20001027-1.c: New test.
6023
6024 2000-10-26  Richard Henderson  <rth@redhat.com>
6025
6026         * gcc.c-torture/execute/20001026-1.c: New.
6027
6028 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
6029
6030         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
6031         * g++.old-deja/g++.law/builtin1.C: Likewise.
6032         * g++.old-deja/g++.law/ctors10.C: Likewise.
6033         * g++.old-deja/g++.law/virtual3.C: Likewise.
6034         * g++.old-deja/g++.mike/p658.C: Likewise.
6035         * g++.old-deja/g++.other/sibcall1.C: Likewise.
6036         * g++.old-deja/g++.other/vaarg2.C: Likewise.
6037         * g++.old-deja/g++.robertl/eb124.C: Likewise.
6038         * g++.old-deja/g++.robertl/eb44.C: Likewise.
6039         * g++.old-deja/g++.robertl/eb77.C: Likewise.
6040
6041 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
6042
6043         * gcc.c-torture/compile/20001024-1.c: New test.
6044
6045 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
6046
6047         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
6048         to tell us whether or not we are using V3.
6049
6050 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6051
6052         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
6053         operands.
6054
6055 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6056
6057         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
6058
6059 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
6060
6061         * gcc.c-torture/execute/20001024-1.c: New test.
6062
6063 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
6064
6065         * g++.old-deja/g++.other/sibcall1.C: New test.
6066
6067 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
6068
6069         * gcc.dg/noncompile/init-3.c: New test.
6070
6071 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6072
6073         * gcc.dg/format-array-1.c: New test.
6074
6075 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6076
6077         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
6078         writing through null pointers; remove comment about testing
6079         unterminated strings.
6080
6081 2000-10-17  Matthew Hiller  <hiller@redhat.com>
6082
6083         * gcc.c-torture/execute/20001017-2.c: New test.
6084
6085 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6086
6087         * gcc.c-torture/compile/20001018-1.c: New test.
6088         * gcc.c-torture/compile/20001018-1.x: Xfail.
6089
6090 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6091
6092         * gcc.c-torture/execute/20001017-1.c: New test.
6093
6094 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6095
6096         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
6097         for multiple use of arguments with scanf formats; add tests for
6098         multiple use of arguments.
6099
6100 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
6101
6102         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
6103
6104 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6105
6106         * gcc.dg/format-miss-1.c: New test.
6107
6108 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6109
6110         * gcc.c-torture/execute/20001013-1.c: New test.
6111
6112 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6113
6114         * gcc.dg/format-branch-1.c: New test.
6115
6116 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6117
6118         * README, lib/file-format.exp: Remove EGCS references.
6119
6120 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
6121
6122         * gcc.dg/20001013-1.c: New test.
6123
6124 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6125
6126         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
6127         for intmax_t in the compiler using __typeof__ and the type rules
6128         for conditional expressions.
6129
6130 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
6131
6132         * gcc.dg/20001012-1.c: New test.
6133         * gcc.dg/20001012-2.c: New test.
6134
6135 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6136
6137         * gcc.dg/format-attr-1.c: New test.
6138
6139 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6140
6141         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
6142         __LONG_LONG_MAX__ instead of LLONG_MAX.
6143
6144 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6145
6146         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
6147         scanf flags.
6148         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
6149         flags.
6150
6151 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
6152
6153         * gcc.dg/sequence-pt-1.c: New test.
6154
6155 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
6156
6157         * gcc.c-torture/execute/20001011-1.c: New testcase.
6158         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
6159
6160 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6161
6162         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
6163         does not error on it.
6164
6165 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
6166
6167         * gcc.dg/20001009-1.c: New test.
6168
6169 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6170
6171         * gcc.c-torture/compile/20001009-1.c: Move from here ....
6172         * gcc.c-torture/execute/20001009-2.c: ... to here.
6173
6174 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
6175
6176         * gcc.c-torture/compile/20001009-1.c: New testcase.
6177         * gcc.c-torture/execute/20001009-1.c: New testcase.
6178         Testcases provided by Jan Hubicka <jh@suse.cz>.
6179
6180 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6181
6182         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
6183         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
6184         uintmax_t using <limits.h> to emulate the compiler's internal
6185         logic.  No longer XFAIL %j tests.
6186
6187 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6188
6189         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
6190         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
6191         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
6192         regexps and details of expected handling of some bad formats.
6193         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
6194         suppression.
6195
6196 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6197
6198         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
6199         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
6200         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
6201         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
6202         in list archives.
6203
6204 2000-10-06  Richard Henderson  <rth@cygnus.com>
6205
6206         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
6207         * g++.old-deja/g++.brendan/crash52.C: Likewise.
6208         * g++.old-deja/g++.jason/report.C: Likewise.
6209         * g++.old-deja/g++.law/friend5.C: Likewise.
6210         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
6211         of the expected warnings.
6212
6213 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
6214
6215         * g++.old-deja/g++.pt/enum14.C: New test.
6216
6217 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
6218
6219         * g++.old-deja/g++.pt/crash59.C: New test.
6220
6221 2000-10-04  Will Cohen  <wcohen@redhat.com>
6222
6223         * gcc.dg/20000926-1.c: New test.
6224
6225 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
6226
6227         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
6228         function name for current C++ compiler.
6229         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
6230
6231 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
6232
6233         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
6234         __PRETTY_FUNCTION__.
6235         * g++.old-deja/g++.ext/pretty2.C: Likewise.
6236
6237 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6238
6239         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
6240
6241 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
6242
6243         * gcc.c-torture/compile/20000923-1.c: New test.
6244
6245 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
6246
6247         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
6248         * g++.old-deja/g++.pt/ttp62.C: Same.
6249         * g++.old-deja/g++.other/inline14.C: Same.
6250
6251 2000-09-24  Richard Henderson  <rth@cygnus.com>
6252
6253         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
6254
6255 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6256
6257         * gcc.dg/c90-printf-1.c: Add test for wide string format.
6258
6259 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
6260
6261         * gcc.c-torture/compile/20000922-1.c: New file.
6262
6263 2000-09-21  Nick Clifton  <nickc@redhat.com>
6264
6265         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
6266         a signed long modulo operation.
6267         (mod6): New funciton - perform an unsigned long modulo operation.
6268         (main): Add tests for modulos of very large numbers by very small
6269         dividends.
6270
6271 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6272
6273         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
6274
6275 2000-09-19  Richard Henderson  <rth@cygnus.com>
6276
6277         * gcc.dg/compare2.c (case 10): XFAIL.
6278
6279 2000-09-18  Richard Henderson  <rth@cygnus.com>
6280
6281         * gcc.c-torture/execute/20000906-1.c: Move ...
6282         * gcc.dg/20000906-1.c: ... here.  Only run on targets
6283         that support __builtin_trap.
6284
6285 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
6286
6287         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
6288
6289 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6290
6291         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
6292         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
6293         more $ format tests.
6294
6295 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6296
6297         * gcc.dg/format-errmk-1.c: New test.
6298
6299 2000-09-17  Greg McGary  <greg@mcgary.org>
6300
6301         * gcc.c-torture/execute/20000917-1.x: Remove.
6302
6303 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6304
6305         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
6306
6307 2000-09-17  Greg McGary  <greg@mcgary.org>
6308
6309         * gcc.c-torture/execute/20000917-1.c: New test.
6310         * gcc.c-torture/execute/20000917-1.x: XFAIL.
6311
6312 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
6313
6314         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
6315         in nested macro bug.
6316
6317 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
6318
6319         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
6320
6321 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
6322
6323         * gcc.c-torture/execute/20000914-1.c: New test.
6324
6325 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
6326
6327         * g++.other/inline13.C: New test.
6328
6329 2000-09-12  Andreas Jaeger  <aj@suse.de>
6330
6331         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
6332         constant by Ulrich Drepper <drepper@redhat.com>.
6333
6334 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
6335
6336         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
6337
6338 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6339
6340         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
6341
6342 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
6343
6344         * gcc.dg/cpp/backslash.c: New test.
6345
6346 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
6347
6348         * gcc.c-torture/execute/20000910-1.c: New test.
6349         * gcc.c-torture/execute/20000910-2.c: Likewise.
6350
6351 2000-09-11  Robert Lipe  <robertl@sco.com>
6352
6353         * gcc.dg/pragma-align.c: New test.
6354
6355 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
6356
6357         * g++.old-deja/g++.pt/explicit82.C: New test.
6358         * g++.old-deja/g++.pt/explicit83.C: New test.
6359
6360 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
6361
6362         * gcc.dg/asm-names.c: New test.
6363
6364 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6365
6366         * gcc.dg/cpp/tr-warn6.c: New test
6367
6368 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6369
6370         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
6371         be accepted.
6372
6373 2000-09-07  Catherine Moore  <clm@redhat.com>
6374
6375         * gcc.c-torture/execute/unroll-1.c: New test.
6376
6377 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
6378
6379         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
6380         ERROR markers.
6381         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
6382         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
6383         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
6384         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
6385         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
6386         Preprocess only.
6387         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
6388         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
6389
6390 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6391
6392         * g++.old-deja/g++.pt/deduct2.C: New test.
6393
6394 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6395
6396         * g++.old-deja/g++.pt/parms2.C: New test.
6397
6398 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
6399
6400         * g++.old-deja/g++.pt/crash58.C: New test.
6401
6402 2000-09-06  Greg McGary  <greg@mcgary.org>
6403
6404         * gcc.c-torture/execute/20000906-1.c: New test.
6405         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
6406
6407 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6408
6409         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
6410
6411 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6412
6413         * g++.old-deja/g++.pt/crash57.C: New test.
6414
6415 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6416
6417         * g++.old-deja/g++.pt/crash56.C: New test.
6418
6419 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
6420
6421         * g++.old-deja/g++.pt/koenig1.C: New test.
6422
6423 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
6424
6425         * gcc.dg/20000904-1.c: New test.
6426
6427 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
6428
6429         * gcc.dg/cpp/paste8.c: New test.
6430
6431 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
6432
6433         * gcc.c-torture/compile/20000827-1.c: New test.
6434
6435 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6436
6437         * gcc.dg/format-diag-1.c: New test.
6438
6439 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6440
6441         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
6442         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
6443         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
6444         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
6445         gcc.dg/formatz-1.c: Adjust warning regular expressions.
6446
6447 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
6448
6449         * g++.old-deja/g++.other/nested4.C: New test.
6450
6451 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
6452
6453         * g++.old-deja/g++.ns/scoped1.C: New test.
6454
6455 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
6456
6457         * lib/g++.exp: Support testing already-installed GCC.
6458
6459 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6460
6461         * wtr-label-1.c, wtr-suffix-1.c: New tests.
6462
6463 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6464
6465         * gcc.dg/return-type-2.c: New test.
6466
6467 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
6468
6469         * gcc.c-torture/compile/20000825-1.c: New test.
6470
6471 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
6472
6473         * gcc.dg/dwarf2-2.c: New test.
6474
6475 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
6476
6477         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
6478         dg-warning regexps.
6479
6480 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6481
6482         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
6483         gcc.dg/format-ext-5.c: New tests.
6484
6485 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
6486
6487         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
6488
6489 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
6490
6491         * gcc.dg/noncompile/930622-2.c: Adjust error message.
6492
6493 2000-08-24  Richard Henderson  <rth@cygnus.com>
6494
6495         * gcc.dg/ia64-sync-1.c: New test.
6496         * gcc.dg/ia64-sync-2.c: New test.
6497         * gcc.dg/ia64-asm-1.c: New test.
6498
6499 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6500
6501         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
6502         * gcc.dg/format-ext-2.c: New test.
6503
6504 2000-08-23  Jason Merrill  <jason@redhat.com>
6505
6506         * lib/old-dejagnu.exp: Also ignore "In member function" and
6507         "At global scope".
6508
6509 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6510
6511         * gcc.dg/noncompile/label-lineno-1.c: New test.
6512
6513 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6514
6515         * gcc.dg/c99-array-nonobj-1.c: New test.
6516
6517 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6518
6519         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
6520         tests.
6521         * gcc.dg/format-ext-1.c: New test.
6522
6523 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6524
6525         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
6526         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
6527         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
6528         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
6529         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
6530
6531 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6532
6533         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
6534         gcc.dg/c99-strftime-2.c: New tests.
6535
6536 2000-08-22  Richard Henderson  <rth@cygnus.com>
6537
6538         * gcc.c-torture/execute/20000822-1.c: New test.
6539
6540 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6541
6542         * gcc.c-torture/execute/20000819-1.x: Remove.
6543
6544 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6545
6546         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
6547         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
6548         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
6549         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
6550         gcc.dg/format-xopen-1.c: New tests.
6551
6552 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
6553
6554         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
6555
6556 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
6557
6558         * g++.old-deja/g++.other/loop2.C: New test.
6559
6560         * gcc.c-torture/compile/20000606-1.c: New test.
6561         * gcc.c-torture/compile/20000728-1.c: New test.
6562         * gcc.c-torture/execute/20000801-1.c: New test.
6563         * gcc.c-torture/execute/20000801-2.c: New test.
6564         * gcc.c-torture/execute/20000819-1.c: New test.
6565         * gcc.c-torture/execute/20000819-1.x: XFAIL.
6566         * gcc.dg/20000629-1.c: New test.
6567         * gcc.dg/20000724-1.c: New test.
6568         * gcc.dg/20000807-1.c: New test.
6569
6570 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
6571
6572         * gcc.dg/cpp/pragma-1.c: New test.
6573         * gcc.dg/cpp/pragma-2.c: New test.
6574
6575 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
6576
6577         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
6578         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
6579
6580 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6581
6582         * gcc.c-torture/compile/20000818-1.c: New test.
6583
6584 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
6585
6586         * gcc.c-torture/execute/20000818-1.c: New test.
6587
6588 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6589
6590         * gcc.dg/format-va-1.c: New test.
6591
6592 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
6593
6594         * g++.old-deja/g++.other/typedef8.C: New test.
6595
6596 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
6597
6598         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
6599         * g++.old-deja/g++.mike/net36.C: Mark candidate.
6600         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
6601         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
6602         * g++.old-deja/g++.other/ptrmem7.C: New test.
6603         * g++.old-deja/g++.pt/ptrmem10.C: New test.
6604
6605 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
6606
6607         * g++.old-deja/g++.pt/typename27.C: New test.
6608
6609 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
6610
6611         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
6612         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
6613         * g++.old-deja/g++.pt/friend45.C: New test.
6614         * g++.old-deja/g++.other/friend8.C: New test.
6615
6616 2000-08-15  Richard Henderson  <rth@cygnus.com>
6617
6618         * gcc.c-torture/execute/20000815-1.c: New test.
6619
6620 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6621
6622         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
6623         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
6624         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
6625
6626 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
6627
6628         * g++.old-deja/g++.other/refinit2.C: New test.
6629
6630 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
6631
6632         * lib/c-torture.exp (c-torture): Make
6633         compiler_conditional_xfail_data global.
6634         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
6635         compiler_conditional_xfail_data machinery.
6636         (f-torture-execute): Likewise.
6637         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
6638         and only when unrolling loops.
6639
6640         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
6641
6642 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
6643
6644         * g++.old-deja/g++.pt/explicit81.C: New test.
6645
6646 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
6647
6648         * g++.old-deja/g++.pt/typename26.C: New test.
6649
6650 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
6651
6652         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
6653         warning.
6654
6655 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
6656
6657         * g++.old-deja/g++.other/array3.C: New test.
6658
6659 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6660
6661         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
6662         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
6663         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
6664         New tests.
6665
6666 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
6667
6668         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
6669         * g++.old-deja/g++.abi/vmihint.C: Likewise.
6670
6671 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
6672
6673         * gcc.c-torture/execute/20000808-1.c: New test.
6674
6675 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6676
6677         * gcc.dg/c90-const-expr-1.c: New test.
6678
6679 2000-08-08  Richard Henderson  <rth@cygnus.com>
6680
6681         * gcc.dg/noncompile/920923-1.c: Declare calloc.
6682
6683 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6684
6685         * gcc.dg/noncompile/const-ll-1.c: New test.
6686
6687 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6688
6689         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
6690
6691 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
6692
6693         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
6694         that running programs linked against the shared version of libobjc
6695         run correctly.
6696
6697 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6698
6699         * gcc.dg/c99-printf-1.c: New test.
6700
6701 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6702
6703         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
6704
6705 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
6706
6707         * gcc.c-torture/execute/20000731-1.x: Delete.
6708
6709 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
6710
6711         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
6712         and torture_without_loops as is done by c-torture.exp.
6713         (search_for): Copy from c-torture.exp.
6714         (gcc-dg-runtest): New function, drives a directory of tests
6715         iterating over the TORTURE_OPTIONS.
6716         (scan-assembler, scan-assembler-not): Move here from
6717         individual directory drivers.
6718
6719         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
6720         defined by lib/gcc-dg.exp.
6721         * gcc.dg/cpp/cpp.exp: Likewise.
6722         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
6723         gcc-dg-runtest, so we cycle over optimization options.
6724
6725         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
6726         * gcc.dg/compare2.c: No longer expected to fail.
6727
6728 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6729
6730         * gcc.c-torture/execute/20000804-1.c: New test.
6731
6732 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6733
6734         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
6735
6736 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
6737
6738         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
6739
6740 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
6741
6742         * gcc.c-torture/compile/20000803-1.c: New test.
6743
6744 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6745
6746         * gcc.c-torture/execute/20000801-3.c,
6747         gcc.c-torture/execute/20000801-4.c: New tests.
6748         * gcc.c-torture/execute/20000801-3.x,
6749         gcc.c-torture/execute/20000801-4.x: Xfail.
6750
6751 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
6752
6753         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
6754         libobjc/.libs to allow for libtool.
6755
6756 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
6757
6758         * gcc.c-torture/compile/20000802-1.c: New test.
6759
6760 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
6761
6762         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
6763
6764 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
6765
6766         * gcc-c-torture/execute/20000731-2.c: New test.
6767
6768         * gcc.c-torture/execute/20000731-1.c: New test.
6769         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
6770
6771 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
6772
6773         * testsuite/gcc.dg/cpp/paste7.c: New test.
6774         * gcc.dg/cpp/20000725-1.c: New test.
6775
6776 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
6777
6778         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
6779         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
6780         declaration warning for __builtin_dwarf_reg_size.
6781
6782         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
6783
6784 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
6785
6786         * gcc.dg/noncompile/voidparam-1.c: New test.
6787
6788 2000-07-30  Richard Henderson  <rth@cygnus.com>
6789
6790         * gcc.dg/c90-digraph-1.c: Don't xfail.
6791         * gcc.dg/compare2.c (case 10): Xfail.
6792         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
6793
6794 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
6795
6796         * gcc.dg/c99-main-1.c: New test.
6797
6798 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6799
6800         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
6801
6802 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
6803
6804         * gcc.c-tortuer/execute/20000726-1.c: New test.
6805
6806 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
6807
6808         * gcc.c-torture/execute/enum-2.c: New test.
6809
6810 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6811
6812         * gcc.dg/cpp/tr-warn3.c: New test.
6813
6814 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6815
6816         * g++.old-deja/g++.ext/implicit1.C: Remove.
6817         * g++.old-deja/g++.jason/c2.C: Remove
6818         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
6819         * g++.old-deja/g++.pt/crash16.C: Likewise.
6820         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
6821
6822 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6823
6824         * g++.old-deja/g++.other/for2.C: New test.
6825
6826 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
6827
6828         * gcc.dg/20000720-1.c: New test.
6829
6830 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
6831
6832         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
6833
6834 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
6835
6836         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
6837         * gcc.c-torture/execute/20000722-1.c: New.
6838         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
6839
6840 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
6841
6842         * gcc.dg/cpp/20000720-1.S: New test.
6843
6844 2000-07-21  Michael Meissner  <meissner@redhat.com>
6845
6846         * gcc.c-torture/execute/ieee/hugeval.c: New test.
6847
6848 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
6849
6850         * g++.old-deja/g++.brendan/crash16.C,
6851         g++.old-deja/g++.brendan/parse3.C,
6852         g++.old-deja/g++.brendan/redecl1.C,
6853         g++.old-deja/g++.ns/template13.C,
6854         g++.old-deja/g++.other/decl4.C,
6855         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
6856
6857 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
6858
6859         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
6860         and "Internal error".
6861
6862         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
6863         regexps.
6864         * gcc.dg/cpp/paste6.c: New test.
6865
6866 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
6867
6868         * gcc.dg/cpp/tr-direct.c: New test.
6869
6870         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
6871         gcc.dg/cpp/undef1.c: Tweak error regexps.
6872
6873 2000-07-18  Eric Christopher <echristo@redhat.com>
6874
6875         * gcc.c-torture/compile/20000718-1.c: New test.
6876
6877 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
6878
6879         * cpplex.c (_cpp_push_token): If the token being pushed back
6880         is the previous token in this context, just subtract one from
6881         context->posn.
6882         * cppmacro.c (save_expansion): Clear aux field when storing a
6883         placemarker.
6884
6885 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
6886
6887         * gcc.dg/noncompile/redecl-1.c: New test.
6888
6889 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
6890
6891         * gcc.c-torture/execute/20000717-5.c: New test.
6892         * gcc.c-torture/execute/20000717-1.x: Removed.
6893
6894 2000-07-17  Richard Henderson  <rth@cygnus.com>
6895
6896         * gcc.c-torture/execute/20000717-4.c: New test.
6897
6898 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
6899
6900         * gcc.dg/cpp/syshdr.c: New test.
6901         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
6902
6903 2000-07-17  Neil Booth  <neilb@earthling.net>
6904
6905         * gcc.dg/cpp/cmdlne-dM.c: New test.
6906         * gcc.dg/cpp/cmdlne-dD.c: New test.
6907
6908 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
6909
6910         * gcc.c-torture/execute/20000717-3.c: New test.
6911
6912         * gcc.c-torture/compile/20000717-1.c: New test.
6913
6914 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
6915
6916         * gcc.c-torture/execute/20000717-2.c: New test.
6917
6918 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6919
6920         * gcc.dg/formatz-1.c: New test.
6921
6922         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
6923         * gcc.dg/c99-digraph-1.c: New tests.
6924
6925         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
6926         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
6927
6928         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
6929         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
6930         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
6931         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
6932         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
6933         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
6934         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
6935
6936 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
6937
6938         * gcc.c-torture/execute/20000717-1.c: New test.
6939         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
6940
6941 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
6942
6943         * gcc.c-torture/execute/20000715-2.c: New test.
6944         * gcc.dg/20000715-1.c: New test.
6945
6946 2000-07-15  Michael Meissner  <meissner@redhat.com>
6947
6948         * gcc.c-torture/execute/20000715-1.c: New test.
6949
6950 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
6951
6952         * gcc.c-torture/execute/20000707-1.c: New test.
6953
6954 2000-07-13  Neil Booth  <NeilB@earthling.net>
6955
6956         * testsuite/gcc.dg/cpp/digraph1.c,
6957         testsuite/gcc.dg/cpp/digraph2.c,
6958         testsuite/gcc.dg/cpp/digraphs.c: New tests.
6959
6960 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
6961
6962         * g77.f-torture/compile/20000630-2.f:  New test.
6963         * g77.f-torture/compile/20000630-2.x
6964
6965 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
6966
6967         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
6968
6969 2000-07-11  Neil Booth  <NeilB@earthling.net>
6970
6971         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
6972
6973 2000-07-11  Neil Booth  <NeilB@earthling.net>
6974
6975         * gcc.dg/cpp/cmdlne-C.c: New.
6976
6977 2000-07-09  Neil Booth  <NeilB@earthling.net>
6978
6979         * gcc.dg/cpp/directiv.c: New tests.
6980         * gcc.dg/cpp/undef1.c: Update.
6981
6982 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
6983
6984         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
6985
6986 2000-07-09  Neil Booth  <NeilB@earthling.net>
6987
6988         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
6989
6990 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
6991
6992         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
6993         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
6994
6995 2000-07-08  Neil Booth  <NeilB@earthling.net>
6996
6997         * gcc.dg/cpp/macsyntx.c: New tests.
6998
6999 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7000
7001         * gcc.dg/20000707-1.c: New test.
7002
7003 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
7004
7005         * gcc.c-torture/execute/20000706-1.c: New test.
7006         * gcc.c-torture/execute/20000706-2.c: New test.
7007         * gcc.c-torture/execute/20000706-3.c: New test.
7008         * gcc.c-torture/execute/20000706-4.c: New test.
7009         * gcc.c-torture/execute/20000706-5.c: New test.
7010
7011 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
7012
7013         * g++.old-deja/g++.pt/instantiate7.C: New test.
7014
7015 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
7016
7017         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
7018         * g++.old-deja/g++.mike/thunk3.C: Likewise.
7019         * g++.old-deja/g++.other/rtti3.C: Likewise.
7020         * g++.old-deja/g++.other/rttid3.C: Likewise.
7021
7022 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
7023
7024         *  g77.f-torture/compile/20000630-1.x: Fix typo
7025
7026 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
7027
7028         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
7029         assembly output.
7030
7031 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
7032
7033         * gcc.dg/cpp/ident.c: New test.
7034
7035 2000-07-05  Neil Booth  <NeilB@earthling.net>
7036
7037         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
7038           gcc.dg/cpp/lexstrng.c: New tests.
7039
7040 2000-07-04  Neil Booth  <NeilB@earthling.net>
7041
7042         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
7043         * gcc.dg/cpp/strify2.c: Same.
7044
7045 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
7046
7047         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
7048         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
7049         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
7050         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
7051
7052         * testsuite/gcc.dg/cpp/macro1.c,
7053         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
7054         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
7055         testsuite/gcc.dg/cpp/strify1.c,
7056         testsuite/gcc.dg/cpp/strify2.c: New tests.
7057
7058 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
7059
7060         * gcc.c-torture/execute/20000703-1.c: New test.
7061
7062 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
7063
7064         * g++.old-deja/g++.pt (lookup10.C): New test.
7065
7066 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
7067
7068         * g++.old-deja/g++.pt (typename25.C): New test.
7069
7070 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
7071
7072         * gcc.c-torture/compile/20000701-1.c: New test.
7073
7074 2000-06-30  Nick Clifton  <nickc@cygnus.com>
7075
7076         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
7077         to test case.
7078
7079 2000-06-30  Catherine Moore  <clm@cygnus.com>
7080
7081         * gcc.c-torture/execute/align-1.c: New test.
7082
7083 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
7084
7085         * g++.old-deja/g++.pt/expr8.C: New test.
7086         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
7087
7088 2000-06-29  Nick Clifton  <nickc@cygnus.com>
7089
7090         * gcc.c-torture/compile/20000629-1.c: New test.
7091
7092 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
7093
7094
7095         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
7096         gcc.dg/noncompile directory, depending on whether they're
7097         preprocessor tests or not.  Annotate all the tests for the dg
7098         framework.
7099
7100         * gcc.c-torture/noncompile/noncompile.exp: Delete.
7101         * gcc.dg/noncompile/noncompile.exp: New.
7102
7103         * Moved files:
7104         Old name                                New name
7105         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
7106         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
7107         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
7108         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
7109         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
7110         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
7111         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
7112         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
7113         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
7114         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
7115         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
7116         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
7117         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
7118         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
7119         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
7120         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
7121         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
7122         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
7123         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
7124         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
7125         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
7126         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
7127         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
7128         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
7129
7130         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
7131         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
7132         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
7133         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
7134         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
7135         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
7136
7137 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
7138
7139         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
7140         declare one variable.  On the fourth, error.
7141         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
7142         declared by 20000628-1a.h.
7143
7144 2000-06-29  Richard Henderson  <rth@redhat.com>
7145
7146         * gcc.c-torture/execute/930529-1.x: New file.
7147         * gcc.dg/920413-1.c: Adjust expected warning text.
7148         * gcc.dg/980217-1.c: Declare abort.
7149         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
7150
7151 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
7152
7153         * g77.f-torture/compile/20000629-1.f: New test.
7154         * g77.f-torture/compile/20000629-1.x: Expected to fail.
7155
7156 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
7157
7158         Rearrange lots of files, removing entirely the
7159         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
7160         directories.
7161
7162         * Deleted files:
7163         gcc.c-torture/code_quality/code_quality.exp
7164         gcc.c-torture/special/special.exp
7165         gcc.failure/failure.exp
7166         gcc.failure/940409-1.x
7167         gcc.c-torture/compile/961203-1.x
7168
7169         * New files:
7170         gcc.misc-tests/linkage.exp
7171         gcc.c-torture/execute/920730-1t.c
7172         gcc.c-torture/execute/920730-1t.x
7173         gcc.c-torture/compile/920520-1.x
7174         gcc.c-torture/compile/920521-1.x
7175         gcc.c-torture/compile/981006-1.x
7176         gcc.c-torture/execute/eeprof-1.x
7177
7178         * Moved files (possibly with modifications to fit a new harness):
7179         Old name                                New name
7180         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
7181         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
7182         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
7183         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
7184         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
7185         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
7186         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
7187         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
7188         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
7189         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
7190         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
7191         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
7192         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
7193         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
7194
7195 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
7196
7197         * c-torture/compile/961203-1.x: Delete.
7198
7199         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
7200         not exit. Include stdio.h.
7201         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
7202         * gcc.misc-tests/dg-12.c: Likewise.
7203         * gcc.misc-tests/dg-5.c: Likewise.
7204         * gcc.misc-tests/dg-6.c: Likewise.
7205         * gcc.misc-tests/dg-7.c: Prototype abort.
7206         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
7207         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
7208         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
7209         not exit.
7210         * gcc.misc-tests/sieve.c: Use return from main, not exit.
7211         * gcc.misc-tests/sort2.c: Use return from main, not exit.
7212
7213 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
7214
7215         * gcc.dg/cpp/20000628-1.c: New test.
7216         * gcc.dg/cpp/20000628-1.h: New header for above test.
7217         * gcc.dg/cpp/20000628-1a.h: Likewise.
7218
7219 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
7220
7221         * gcc.dg/cpp: New directory.
7222         * gcc.dg/cpp/cpp.exp: New driver.
7223         * gcc.dg/cpp/20000627-1.c: New test.
7224         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
7225         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
7226         and rewrite as a compilation test.
7227
7228         * gcc.dg: Move many files into the cpp subdirectory, possibly
7229         renaming or editing them as well.
7230         Old name                New name
7231         990119-1.c              cpp/19990119-1.c
7232         990228-1.c              cpp/19990228-1.c
7233         990407-1.c              cpp/19990407-1.c
7234         990409-1.c              cpp/19990409-1.c
7235         990413-1.c              cpp/19990413-1.c
7236         990703-1.c              cpp/19990703-1.c
7237         20000127-1.c            cpp/20000127-1.c
7238         20000129-1.c            cpp/20000129-1.c
7239         20000207-1.c            cpp/20000207-1.c
7240         20000207-2.c            cpp/20000207-2.c
7241         20000209-1.c            cpp/20000209-1.c
7242         20000209-2.c            cpp/20000209-2.c
7243         20000301-1.c            cpp/20000301-1.c
7244         20000419-1.c            cpp/20000419-1.c
7245         20000510-1.S            cpp/20000510-1.S
7246         20000519-1.c            cpp/20000519-1.c
7247         20000529-1.c            cpp/20000529-1.c
7248         20000625-1.c            cpp/20000625-1.c
7249         20000625-2.c            cpp/20000625-2.c
7250         cpp-as1.c               cpp/assert1.c
7251         cpp-as2.c               cpp/assert2.c
7252         cxx-comments-1.c        cpp/cxxcom1.c
7253         cxx-comments-2.c        cpp/cxxcom2.c
7254         endif-label.c           cpp/endif.c
7255         cpp-hash1.c             cpp/hash1.c
7256         cpp-hash2.c             cpp/hash2.c
7257         cpp-if1.c               cpp/if-1.c
7258         cpp-if2.c               cpp/if-2.c
7259         cpp-if3.c               cpp/if-3.c
7260         cpp-if4.c               cpp/if-4.c
7261         cpp-if5.c               cpp/if-5.c
7262         cpp-cond.c              cpp/if-cexp.c
7263         cpp-missingop.c         cpp/if-mop.c
7264         cpp-missingparen.c      cpp/if-mpar.c
7265         cpp-opprec.c            cpp/if-oppr.c
7266         cpp-ifparen.c           cpp/if-paren.c
7267         cpp-shortcircuit.c      cpp/if-sc.c
7268         cpp-shift.c             cpp/if-shift.c
7269         cpp-unary.c             cpp/if-unary.c
7270         cpp-li1.c               cpp/line1.c
7271         cpp-li2.c               cpp/line2.c
7272         lineno.c                cpp/line3.c
7273         lineno-2.c              cpp/line4.c
7274         cpp-mi.c                cpp/mi1.c
7275         cpp-mic.h               cpp/mi1c.h
7276         cpp-micc.h              cpp/mi1cc.h
7277         cpp-mind.h              cpp/mi1nd.h
7278         cpp-mindp.h             cpp/mi1ndp.h
7279         cpp-mix.h               cpp/mi1x.h
7280         cpp-mi2.c               cpp/mi2.c
7281         cpp-mi2a.h              cpp/mi2a.h
7282         cpp-mi2b.h              cpp/mi2b.h
7283         cpp-mi2c.h              cpp/mi2c.h
7284         cpp-mi3.c               cpp/mi3.c
7285         cpp-mi3.def             cpp/mi3.def
7286         poison-1.c              cpp/poison.c
7287         pr-impl.c               cpp/prag-imp.c
7288         cpp-redef-2.c           cpp/redef1.c
7289         cpp-redef.c             cpp/redef2.c
7290         strpaste.c              cpp/strp1.c
7291         strpaste-2.c            cpp/strp2.c
7292         cpp-tradpaste.c         cpp/tr-paste.c
7293         cpp-tradstringify.c     cpp/tr-str.c
7294         cpp-tradwarn1.c         cpp/tr-warn1.c
7295         cpp-tradwarn2.c         cpp/tr-warn2.c
7296         trigraphs.c             cpp/trigraphs.c
7297         cpp-unc1.c              cpp/unc1.c
7298         cpp-unc2.c              cpp/unc2.c
7299         cpp-unc3.c              cpp/unc3.c
7300         cpp-unc.c               cpp/unc4.c
7301         undef.c                 cpp/undef1.c
7302         undef-2.c               cpp/undef2.c
7303         cpp-wi1.c               cpp/widestr1.c
7304
7305 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
7306
7307         * lib/g++.exp (g++_include_flags): Tweak.
7308
7309 2000-06-27  H.J. Lu  <hjl@gnu.org>
7310             Loren J. Rittle  <ljrittle@acm.org>
7311
7312         * lib/g++.exp (g++_include_flags): Override libgloss.exp
7313         version with one that knows about the new gcc tree structure.
7314         (g++_link_flags): Same.
7315
7316 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
7317
7318         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
7319         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
7320         case we are cross-compiling.
7321
7322         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
7323         g++.old-deja/g++.niklas/Makefile.in,
7324         g++.old-deja/g++.niklas/configure.in,
7325         g++.old-deja/g++.other/Makefile.in,
7326         g++.old-deja/g++.other/configure.in,
7327         gcc.c-torture/code_quality/Makefile.in,
7328         gcc.c-torture/code_quality/configure.in,
7329         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
7330         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
7331         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
7332         gcc.c-torture/execute/ieee/Makefile.in,
7333         gcc.c-torture/execute/ieee/configure.in,
7334         gcc.c-torture/noncompile/Makefile.in,
7335         gcc.c-torture/noncompile/configure.in,
7336         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
7337         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
7338         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
7339
7340 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
7341
7342         * g++.old-deja/g++.other/ambig3.C: New test.
7343
7344 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
7345
7346         * g++.old-deja/g++.pt/syntax1.C: New test.
7347         * g++.old-deja/g++.pt/syntax2.C: New test.
7348         * g++.old-deja/g++.other/syntax3.C: New test.
7349         * g++.old-deja/g++.other/syntax4.C: New test.
7350
7351 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
7352
7353         * gcc.dg/20000623-1.c: Prototype exit and abort.
7354
7355 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
7356
7357         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
7358         New tests.
7359         * gcc.dg/cpp-mi3.def: New file.
7360
7361         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
7362         inside assertions.
7363         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
7364         lexer's error messages.
7365         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
7366         divine anything from the linemarkers.
7367         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
7368         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
7369
7370 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
7371
7372         * gcc.dg/20000623-1.c: New test.
7373
7374 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
7375
7376         * gcc.c-torture/execute/20000622-1.c: New test.
7377
7378 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
7379
7380         * g++.old-deja/g++.other/init15.C: New test.
7381
7382 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
7383
7384         * g++.old-deja/g++.pt/vaarg2.C: New test.
7385         * g++.old-deja/g++.pt/vaarg3.C: New test.
7386
7387 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
7388
7389         * g++.old-deja/g++.other/dyncast6.C: New test.
7390
7391 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
7392
7393         * gcc.c-torture/execute/loop-6.c: New test.
7394
7395 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
7396
7397         * gcc.dg/20000614-1.c: New test.
7398         * gcc.dg/20000614-2.c: New test.
7399
7400 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
7401
7402         * g++.old-deja/g++.other/inline12.C: New test.
7403
7404 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
7405
7406         * g++.old-deja/g++.other/eh1.C: New test.
7407
7408 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
7409
7410         * g++.old-deja/g++.other/type.C: New test.
7411
7412 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
7413
7414         * g++.old-deja/g++.other/initstring.C: New test.
7415
7416 2000-06-12  Jason Merrill  <jason@redhat.com>
7417
7418         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
7419
7420 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
7421
7422         * gcc.c-torture/compile/20000609-1.c: New test.
7423
7424 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
7425
7426         * gcc.dg/20000609-1.c: New test.
7427
7428 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
7429
7430         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
7431         * gcc.c-torture/noncompile/poison-1.c: Move...
7432         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
7433         * gcc.dg/cpp-li1.c: Add a token after the #line.
7434
7435 2000-06-05  Richard Henderson  <rth@cygnus.com>
7436
7437         * gcc.c-torture/execute/20000605-2.c: New test.
7438         * gcc.c-torture/execute/20000605-3.c: New test.
7439
7440 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
7441
7442         * g77.f-torture/execute/20000503-1.x: New file.
7443
7444 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
7445
7446         * g++.old-deja/g++.eh/badalloc1.C: New test.
7447
7448 2000-06-05  Richard Henderson  <rth@cygnus.com>
7449
7450         * gcc.c-torture/execute/20000605-1.c: New test.
7451
7452 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
7453             Nathan Sidwell <nathan@codesourcery.com>
7454
7455         * gcc.c-torture/compile/20000605-1.c: New test.
7456
7457 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
7458
7459         * g77.f-torture/compile/20000601-1.f:  New test.
7460
7461 2000-06-03  Richard Henderson  <rth@cygnus.com>
7462
7463         * gcc.c-torture/execute/20000603-1.c: New.
7464
7465 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
7466
7467         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
7468         * gcc.dg/noreturn-2.c (noreturn): Likewise.
7469
7470 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
7471
7472         * gcc.dg/compare2.c (case 12): XFAIL.
7473         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
7474         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
7475
7476         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
7477
7478 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
7479
7480         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
7481         guard macro is already defined when the header is first
7482         included.
7483         * gcc.dg/cpp-mix.h: New file.
7484         * gcc.dg/endif-label.c: Update patterns to match compiler.
7485
7486         * g++.brendan/complex1.C: Declare abort.
7487         * g++.law/refs4.C: Remove XFAIL.
7488         * g++.oliva/expr2.C: Declare abort and exit.
7489
7490 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
7491
7492         * gcc.c-torture/execute/20000528-1.c: New test.
7493
7494         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
7495         * g++.old-deja/g++.law/temps4.C: Likewise.
7496
7497         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
7498         stdlib.h.  Call abort() on failure.
7499         * g++.old-deja/g++.law/refs4.C: Likewise.
7500         * g++.old-deja/g++.law/temps4.C: Likewise.
7501         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
7502         * gcc.c-torture/execute/20000112-1.c: Include string.h.
7503
7504 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
7505
7506         Relative to g++.dg/special:
7507         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
7508
7509         Relative to g++.old-deja:
7510         * g++.brendan/complex1.C, g++.jason/optimize2.C,
7511         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
7512         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
7513         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
7514         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
7515         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
7516         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
7517
7518         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
7519         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
7520         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
7521         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
7522         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
7523         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
7524         and/or string.h.
7525
7526         * g++.other/goto1.C: Update expectations for error messages.
7527
7528 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
7529
7530         * gcc.c-torture/compile/20000523-1.c: New test.
7531
7532 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
7533
7534         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
7535
7536 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
7537
7538         * g++.old-deja/g++.eh/catch11.C: New test.
7539         * g++.old-deja/g++.eh/catch12.C: New test.
7540
7541 2000-05-24  Nick Clifton  <nickc@cygnus.com>
7542
7543         * gcc.c-torture/execute/20000523-1.c: New test.
7544
7545 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
7546
7547         * c-torture/execute/bcp-1.c: Replace abort in arg of
7548         __builtin_constant_p with a generic external function.
7549
7550         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
7551         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
7552         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
7553         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
7554         Prototype abort and/or exit.
7555
7556         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
7557         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
7558         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
7559         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
7560
7561 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
7562
7563         * gcc.dg/dwarf2-1.c: New test.
7564
7565 2000-05-20  Richard Henderson  <rth@cygnus.com>
7566
7567         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
7568
7569 2000-05-20  Andreas Jaeger  <aj@suse.de>
7570
7571         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
7572         testcase.
7573
7574 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
7575
7576         * gcc.c-torture/execute/20000519-2.c: New test.
7577
7578 2000-05-19  Andreas Jaeger  <aj@suse.de>
7579
7580         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
7581         which fails with SSA.
7582
7583         * lib/c-torture.exp: Also test with -O3 -fssa.
7584
7585 2000-05-18  Michael Meissner  <meissner@redhat.com>
7586
7587         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
7588         * gcc.c-torture/execute/920415-1.c: Ditto.
7589         * gcc.c-torture/execute/920501-1.c: Ditto.
7590         * gcc.c-torture/execute/conversion.c: Ditto.
7591         * gcc.c-torture/execute/cvt-1.c: Ditto.
7592
7593 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
7594
7595         * gcc.c-torture/compile/20000518-1.c: New test.
7596
7597 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
7598
7599         * g77.f-torture/compile/200005018.f:  New test.
7600
7601 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
7602
7603         * gcc.c-torture/compile/20000517-1.c: New test.
7604
7605 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7606
7607         * gcc.c-torture/execute/20000516-1.c: New test.
7608
7609 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
7610
7611         * g++.old-deja/g++.other/eh.C: New test.
7612
7613 2000-05-12  Richard Henderson  <rth@cygnus.com>
7614
7615         * gcc.c-torture/execute/990208-1.c (main): Don't pass
7616         constants through to doit's conditional.
7617
7618 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
7619
7620         * gcc.c-torture/compile/20000511-1.c: New test.
7621         * g77.f-torture/compile/20000511-1.f: New test.
7622         * g77.f-torture/compile/20000511-2.f: New test.
7623
7624 2000-05-11  Michael Meissner  <meissner@redhat.com>
7625
7626         * gcc.c-torture/execute/20000511-1.c: New test.
7627
7628 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
7629
7630         * gcc.dg/dg.exp: Scan .S files as well as .c files.
7631         * gcc.dg/20000510-1.S: New.
7632
7633 2000-05-08  Catherine Moore  <clm@cygnus.com>
7634
7635         * gcc.dg/unused-3.c: New.
7636
7637 2000-05-06  Richard Henderson  <rth@cygnus.com>
7638
7639           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
7640           * g++.old-deja/g++.mike/warn1.C: Likewise.
7641           * g++.old-deja/g++.pt/local1.C: Likewise.
7642           * g++.old-deja/g++.pt/local7.C: Likewise.
7643           * g++.old-deja/g++.pt/spec16.C: Likewise.
7644
7645 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
7646
7647         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
7648
7649 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
7650
7651           * g77.f-torture/execute/20000503-1.f:  New test.
7652
7653 2000-05-04  Andreas Jaeger  <aj@suse.de>
7654
7655         * gcc.dg/noreturn-2.c: New test.
7656
7657 2000-05-04  Neil Booth  <NeilB@earthling.net>
7658
7659         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
7660         preprocessor.
7661
7662 2000-05-04  Richard Henderson  <rth@cygnus.com>
7663
7664         * gcc.c-torture/execute/20000503-1.c: Fix typo.
7665
7666 2000-05-04  Richard Henderson  <rth@cygnus.com>
7667
7668         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
7669         OpenSSL by Jason R Thorpe.
7670
7671 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
7672
7673         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
7674
7675 2000-05-03  Robert Lipe <robertlipe@usa.net>
7676
7677         * gcc.dg/20000503-1.c: New test.
7678
7679 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
7680
7681         * gcc.c-torture/compile/20000502-1.c: New test.
7682         * g++.old-deja/g++.other/align.C: New test.
7683         * gcc.dg/cpp-tradstringify.c: New test.
7684
7685 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7686
7687         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
7688         and hard registers.
7689
7690 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
7691
7692         * gcc.c-torture/execute/loop-5.c: New test.
7693
7694 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
7695
7696         * gcc.c-torture/execute/va-arg-20.c: New test.
7697
7698 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
7699
7700         * gcc.c-torture/execute/20000422-1.c: New test.
7701
7702 2000-04-20  Greg McGary  <gkm@gnu.org>
7703
7704         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
7705         when optimizing, but without sibling-call optimizations (-O1).
7706
7707 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
7708
7709           * gcc.c-torture/compile/20000420-1.c: New test.
7710
7711 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
7712
7713         * g++.abi/ptrflags.C: New test.
7714         * g++.eh/catchptr1.C: Test incomplete pointer chains.
7715
7716 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
7717
7718         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
7719
7720 2000-04-19  Greg McGary  <gkm@gnu.org>
7721
7722         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
7723         sibling-call optimizations.
7724
7725 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
7726
7727         * gcc.dg/20000419-1.c: New test.
7728
7729 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
7730
7731         * gcc.c-torture/execute/20000412-6.c: New test.
7732
7733 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
7734
7735         * gcc.c-torture/execute/20000412-5.c: New test.
7736         * g77.f-torture/compile/20000412-1.f: New test.
7737         * gcc.c-torture/execute/20000412-4.c: New test.
7738         * gcc.c-torture/compile/20000412-2.c: New test.
7739         * gcc.c-torture/execute/20000412-3.c: New test.
7740         * gcc.c-torture/compile/20000412-1.c: New test.
7741         * gcc.c-torture/execute/20000412-2.c: New test.
7742
7743 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
7744
7745         * objc/execute/bf-20.m: New test.
7746
7747 2000-04-10  Richard Henderson  <rth@cygnus.com>
7748
7749         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
7750
7751         * gcc.c-torture/execute/20000412-1.c: New test.
7752
7753 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7754
7755         * g++.old-deja/g++.eh/catchptr1.C: New test.
7756
7757 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
7758
7759         * g++.old-deja/g++.abi/cxa_vec.C: New test.
7760
7761 2000-04-08  Neil Booth  <NeilB@earthling.net>
7762
7763         * gcc.dg/cpp-nullchar.c: Remove test as
7764         embedded nulls cause problems.
7765
7766 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7767
7768         * gcc.dg/compare2.c: New test.
7769
7770 2000-04-08  Neil Booth  <NeilB@earthling.net>
7771
7772         * gcc.dg/cpp-nullchar.c: New test.
7773
7774 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
7775
7776         * gcc.dg/cpp-mi2.c: New test.
7777         * gcc.dg/cpp-mi2[abc].h: New files.
7778
7779 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
7780
7781         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
7782         member name.
7783
7784 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
7785
7786         * g++.old-deja/g++.abi/vmihint.C: New test.
7787
7788 2000-04-06  Neil Booth  <NeilB@earthling.net>
7789
7790         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
7791         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
7792         copyright.
7793
7794 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
7795
7796         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
7797         avoid stack-frame overwrite.
7798
7799 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
7800
7801         * gcc.c-torture/compile/20000405-2.c: New test.
7802         * gcc.c-torture/compile/20000405-3.c: New test.
7803
7804 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7805
7806         * gcc.c-torture/compile/20000405-1.c: New test.
7807
7808 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
7809
7810         * gcc.dg/cast-qual-1.c: Revert last change.
7811
7812 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7813
7814         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
7815
7816 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
7817
7818         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
7819         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
7820
7821 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
7822
7823         * gcc.c-torture/compile/20000403-2.c: New test.
7824         * gcc.c-torture/compile/20000403-1.c: New test.
7825
7826 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
7827
7828         * gcc.c-torture/execute/20000403-1.c: New test.
7829
7830 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
7831
7832         * gcc.c-torture/execute/20000402-1.c: New test.
7833
7834 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
7835
7836         * gcc.c-torture/execute/va-arg-15.c: New test.
7837         * gcc.c-torture/execute/va-arg-16.c: New test.
7838         * gcc.c-torture/execute/va-arg-17.c: New test.
7839         * gcc.c-torture/execute/va-arg-18.c: New test.
7840         * gcc.c-torture/execute/va-arg-19.c: New test.
7841
7842 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
7843
7844         * gcc.c-torture/compile/981211-1.c: Move to...
7845         * gcc.dg/cpp-as1.c: ...here.
7846         * gcc.dg/cpp-as2.c: New file.
7847
7848         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
7849         compiler.
7850
7851 2000-04-02  Neil Booth  <NeilB@earthling.net>
7852
7853         * gcc.dg/cpp-cond.c  New tests.
7854         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
7855         accidental success less likely.
7856         * gcc.dg/cpp-missingop.c  New tests.
7857         * gcc.dg/cpp-missingparen.c  New tests.
7858         * gcc.dg/cpp-shift.c  New tests.
7859         * gcc.dg/cpp-shortcircuit.c  New tests.
7860         * gcc.dg/cpp-unary.c  New tests.
7861
7862 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
7863
7864         * gcc.c-torture/compile/20000329-1.c: New test.
7865
7866 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
7867
7868         * gcc.c-torture/compile/20000326-1.c: New test.
7869         * gcc.c-torture/compile/20000326-2.c: New test.
7870
7871 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
7872
7873         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
7874         the first parameter is a function argument.
7875
7876 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
7877
7878         * g++.old-deja/g++.ext/array4.C: New test.
7879
7880 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
7881
7882         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
7883
7884 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7885
7886         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
7887
7888 2000-03-19  Richard Henderson  <rth@cygnus.com>
7889
7890         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
7891
7892 2000-03-19  Richard Henderson  <rth@cygnus.com>
7893
7894         * gcc.c-torture/compile/20000319-1.c: New test.
7895
7896 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
7897
7898         * gcc.c-torture/execute/20000314-3.c: New test.
7899         * gcc.c-torture/execute/20000314-2.c: New test.
7900         * gcc.c-torture/execute/20000314-1.c: New test.
7901         * gcc.c-torture/compile/20000314-2.c: New test.
7902         * gcc.c-torture/compile/20000314-1.c: New test.
7903
7904 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
7905
7906         * g++.old-deja/g++.warn/inline.C: New test.
7907
7908 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7909
7910         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
7911         standards-compliant result rather than specific constants.
7912         Put test-values in array.
7913
7914 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
7915
7916         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
7917         (g++_target_compile): Put test-specific options last.
7918
7919 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7920
7921         * g++.old-deja/g++.eh/vbase4.C: New test.
7922
7923 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7924
7925         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
7926
7927 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7928
7929         * g++.old-deja/g++.brendan/misc12.C: Removed.
7930         * g++.old-deja/g++.pt/memtemp77.C: Constify.
7931         * g++.old-deja/g++.ext/pretty4.C: New test.
7932
7933 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7934
7935         * g++.old-deja/g++.other/string2.C: New test.
7936
7937 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
7938
7939         * g++.old-deja/g++.warn/impint2.C: New test.
7940
7941 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7942
7943         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
7944         is 1, not zero.
7945
7946 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
7947
7948         * g++.old-deja/g++.warn/impint.C: New test.
7949         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
7950         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
7951         * g++.old-deja/g++.pt/explicit12.C: Likewise.
7952         * g++.old-deja/g++.pt/explicit13.C: Likewise.
7953         * g++.old-deja/g++.pt/explicit17.C: Likewise.
7954         * g++.old-deja/g++.pt/explicit18.C: Likewise.
7955         * g++.old-deja/g++.pt/explicit19.C: Likewise.
7956         * g++.old-deja/g++.pt/explicit23.C: Likewise.
7957         * g++.old-deja/g++.pt/explicit31.C: Likewise.
7958         * g++.old-deja/g++.pt/explicit35.C: Likewise.
7959         * g++.old-deja/g++.pt/explicit6.C: Likewise.
7960         * g++.old-deja/g++.pt/memclass7.C: Likewise.
7961
7962 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
7963
7964         * gcc.dg/cpp-redef.c: New test.
7965
7966 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
7967
7968         * g++.old-deja/g++.pt/unify7.C: New test.
7969
7970 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7971
7972         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
7973         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
7974
7975 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7976
7977         * gcc.c-torture/compile/20000224-1.c: New test.
7978
7979 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7980
7981         * gcc.c-torture/compile/cpp-2.c: New test.
7982         * gcc.c-torture/compile/cpp-1.c: New test.
7983
7984 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
7985
7986         * gcc.c-torture/execute/20000225-1.c: New test.
7987
7988 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7989
7990         * gcc.dg/cpp-li2.c: New test.
7991
7992         * gcc.dg/cpp-wi1.c: New test.
7993
7994         * gcc.dg/cpp-li1.c: New test.
7995
7996 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7997
7998         * g++.old-deja/g++.other/sizeof5.C: New test.
7999
8000 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8001
8002         * gcc.c-torture/execute/va-arg-13.c: New test.
8003
8004 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
8005
8006         * gcc.c-torture/execute/va-arg-12.c: New test.
8007
8008 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
8009
8010         * gcc.c-torture/execute/20000223-1.c: New test.
8011
8012 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
8013
8014         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
8015
8016 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
8017
8018         * g++.old-deja/g++.abi/ptrmem.C: New test.
8019
8020 2000-02-19  Richard Henderson  <rth@cygnus.com>
8021
8022         * gcc.c-torture/compile/init-3.c: New.
8023
8024 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8025
8026         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
8027         ALWAYS_CXXFLAGS.
8028
8029 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
8030
8031         * gcc.c-torture/compile/20000211-3.c: New test.
8032
8033 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
8034
8035         * gcc.c-torture/compile/20000211-2.c: New test.
8036
8037 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
8038
8039         * gcc.c-torture/compile/20000211-1.c: New test.
8040
8041 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
8042
8043         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
8044           on native targets
8045
8046 2000-02-08  Nathan Sidwell  <nathan@acm.org>
8047
8048         * g++.old-deja/g++.other/cast5.C: New test.
8049
8050 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
8051
8052         * gcc.c-torture/execute/20000205-1.c: New.
8053
8054 2000-02-03  Nathan Sidwell  <nathan@acm.org>
8055
8056         * g++.old-deja/g++.jason/cast3.C: Return void.
8057         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
8058
8059 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8060
8061         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
8062
8063         * gcc.dg/loop-1.c: New test.
8064
8065 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
8066
8067         * gcc.c-torture/compile/20000127-1.c: New test.
8068         * gcc.c-torture/execute/991228-1.c: New test.
8069
8070 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8071
8072         * gcc.dg/unused-2.c: New test.
8073
8074         * gcc.dg/conv-1.c: New test.
8075
8076 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
8077
8078         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
8079         compiler.
8080         (tool_option_proc): Fix typo.
8081
8082 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
8083
8084         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
8085         of the ld on the host, not on the build machine.
8086         Also, don't crash if '--help' is not a supported option.
8087
8088 2000-01-24  Richard Henderson  <rth@cygnus.com>
8089
8090         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
8091
8092 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
8093
8094         * gcc.c-torture/execute/20000120-2.c: New test.
8095         * gcc.c-torture/execute/20000120-1.c: New test.
8096
8097 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
8098
8099         * gcc.c-torture/execute/20000113-1.c: New test.
8100
8101 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
8102
8103         * gcc.c-torture/execute/20000112-1.c: New test.
8104
8105 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8106
8107         * gcc.dg/20000111-1.c: New test.
8108
8109 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
8110
8111         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
8112         with 16 bit integers.
8113
8114 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8115
8116         * gcc.dg/20000108-1.c: New test.
8117
8118 2000-01-05  Nathan Sidwell  <nathan@acm.org>
8119
8120         * g++.old-deja/g++.ns/koenig8.C: New test.
8121
8122 2000-01-05  Nathan Sidwell  <nathan@acm.org>
8123
8124         * g++.old-deja/g++.other/cast4.C: New test.
8125
8126 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
8127
8128         * gcc.c-torture/compile/20000105-2.c: New test.
8129         * gcc.c-torture/compile/20000105-1.c: New test.
8130
8131 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8132
8133         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
8134         references to printf & atoi to conform to ANSI standard.
8135         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
8136         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
8137         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
8138         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
8139         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
8140         * g++.old-deja/g++.brendan/complex1.C: Likewise.
8141         * g++.old-deja/g++.brendan/copy1.C: Likewise.
8142         * g++.old-deja/g++.brendan/copy2.C: Likewise.
8143         * g++.old-deja/g++.brendan/copy3.C: Likewise.
8144         * g++.old-deja/g++.brendan/copy4.C: Likewise.
8145         * g++.old-deja/g++.brendan/copy5.C: Likewise.
8146         * g++.old-deja/g++.brendan/copy6.C: Likewise.
8147         * g++.old-deja/g++.brendan/copy7.C: Likewise.
8148         * g++.old-deja/g++.brendan/copy8.C: Likewise.
8149         * g++.old-deja/g++.brendan/crash11.C: Likewise.
8150         * g++.old-deja/g++.brendan/crash14.C: Likewise.
8151         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
8152         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
8153         * g++.old-deja/g++.brendan/delete2.C: Likewise.
8154         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
8155         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
8156         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
8157         * g++.old-deja/g++.brendan/eh1.C: Likewise.
8158         * g++.old-deja/g++.brendan/groff1.C: Likewise.
8159         * g++.old-deja/g++.brendan/init3.C: Likewise.
8160         * g++.old-deja/g++.brendan/misc12.C: Likewise.
8161         * g++.old-deja/g++.brendan/misc7.C: Likewise.
8162         * g++.old-deja/g++.brendan/new2.C: Likewise.
8163         * g++.old-deja/g++.brendan/operators4.C: Likewise.
8164         * g++.old-deja/g++.brendan/operators5.C: Likewise.
8165         * g++.old-deja/g++.brendan/overload2.C: Likewise.
8166         * g++.old-deja/g++.brendan/overload7.C: Likewise.
8167         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
8168         * g++.old-deja/g++.brendan/reference1.C: Likewise.
8169         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
8170         * g++.old-deja/g++.brendan/template24.C: Likewise.
8171         * g++.old-deja/g++.brendan/template3.C: Likewise.
8172         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
8173         * g++.old-deja/g++.jason/inline3.C: Likewise.
8174         * g++.old-deja/g++.jason/opeq.C: Likewise.
8175         * g++.old-deja/g++.law/arg5.C: Likewise.
8176         * g++.old-deja/g++.law/arm7.C: Likewise.
8177         * g++.old-deja/g++.law/ctors11.C: Likewise.
8178         * g++.old-deja/g++.law/cvt8.C: Likewise.
8179         * g++.old-deja/g++.law/init9.C: Likewise.
8180         * g++.old-deja/g++.law/refs4.C: Likewise.
8181         * g++.old-deja/g++.law/template2.C: Likewise.
8182         * g++.old-deja/g++.law/visibility24.C: Likewise.
8183         * g++.old-deja/g++.law/vtable3.C: Likewise.
8184         * g++.old-deja/g++.mike/asm2.C: Likewise.
8185         * g++.old-deja/g++.mike/eh1.C: Likewise.
8186         * g++.old-deja/g++.mike/misc1.C: Likewise.
8187         * g++.old-deja/g++.mike/misc13.C: Likewise.
8188         * g++.old-deja/g++.mike/misc14.C: Likewise.
8189         * g++.old-deja/g++.mike/ns12.C: Likewise.
8190         * g++.old-deja/g++.mike/p1248.C: Likewise.
8191         * g++.old-deja/g++.mike/p3708.C: Likewise.
8192         * g++.old-deja/g++.mike/p3708a.C: Likewise.
8193         * g++.old-deja/g++.mike/p3708b.C: Likewise.
8194         * g++.old-deja/g++.mike/p646.C: Likewise.
8195         * g++.old-deja/g++.mike/p700.C: Likewise.
8196         * g++.old-deja/g++.mike/p783.C: Likewise.
8197         * g++.old-deja/g++.mike/p783a.C: Likewise.
8198         * g++.old-deja/g++.mike/p783b.C: Likewise.
8199         * g++.old-deja/g++.mike/p786.C: Likewise.
8200         * g++.old-deja/g++.mike/p789.C: Likewise.
8201         * g++.old-deja/g++.mike/p789a.C: Likewise.
8202         * g++.old-deja/g++.mike/p807a.C: Likewise.
8203         * g++.old-deja/g++.other/delete3.C: Likewise.
8204         * g++.old-deja/g++.other/dyncast1.C: Likewise.
8205         * g++.old-deja/g++.other/dyncast2.C: Likewise.
8206         * g++.old-deja/g++.other/dyncast3.C: Likewise.
8207         * g++.old-deja/g++.other/empty1.C: Likewise.
8208         * g++.old-deja/g++.other/temporary1.C: Likewise.
8209         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
8210         * g++.old-deja/g++.pt/t16.C: Likewise.
8211         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
8212
8213 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
8214
8215         * gcc.dg/991230-1.c: New test.
8216
8217 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
8218
8219         * gcc.c-torture/compile/991229-3.c: New test.
8220         * gcc.c-torture/compile/991229-2.c: New test.
8221         * gcc.c-torture/compile/991229-1.c: New test.
8222
8223 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
8224
8225         * gcc.c-torture/compile/labels-2.c: New test.
8226
8227 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
8228
8229         * gcc.c-torture/execute/991227-1.c: New test.
8230
8231 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8232
8233         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
8234
8235 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
8236
8237         * gcc.c-torture/execute/991221-1.c: New test.
8238
8239 1999-12-20  Nathan Sidwell  <nathan@acm.org>
8240
8241         * g++.old-deja/g++.other/cast3.C: New test.
8242
8243 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
8244
8245         * gcc.c-torture/execute/991216-4.c: New test.
8246
8247 1999-12-16  Michael Meissner  <meissner@cygnus.com>
8248
8249         * gcc.c-torture/execute/991216-1.c: New test.
8250         * gcc.c-torture/execute/991216-2.c: New test.
8251         * gcc.c-torture/execute/991216-3.c: New test.
8252
8253 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8254
8255         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
8256         Actually make the test fail by using "-O2" for compilation.
8257
8258 1999-12-15  Nathan Sidwell  <nathan@acm.org>
8259
8260         * g++.old-deja/g++.warn/cast-align1.C: New test.
8261
8262 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8263
8264         * gcc.c-torture/compile/991214-1.c: New test.
8265         * gcc.c-torture/compile/991214-2.c: New test.
8266
8267 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
8268
8269         * gcc.dg/991214-1.c: New test.
8270
8271 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
8272
8273         * gcc.c-torture/compile/991213-3.c: New test.
8274         * gcc.c-torture/compile/991213-2.c: New test.
8275         * gcc.c-torture/compile/991213-1.c: New test.
8276
8277 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
8278
8279         * gcc.dg/991209-1.c: New test.
8280
8281 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
8282
8283         * gcc.c-torture/compile/991208-1.c: New test.
8284
8285 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8286
8287         * gcc.dg/ultrasp2.c: New test.
8288
8289 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
8290
8291         * g++.old-deja/g++.abi/align.C (main): Fix typo.
8292
8293 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
8294
8295         * gcc.c-torture/compile/991202-1.c: New test.
8296         * gcc.c-torture/execute/991202-1.c: New test.
8297         * gcc.c-torture/execute/991202-2.c: New test.
8298         * gcc.c-torture/execute/991202-3.c: New test.
8299
8300 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
8301
8302         * g++.old-deja/g++.abi/align.C: New test.
8303         * g++.old-deja/g++.abi/aggregates.C: Likewise.
8304         * g++.old-deja/g++.abi/bitfields.C: Likewise.
8305
8306 1999-12-01  Richard Henderson  <rth@cygnus.com>
8307
8308         * gcc.c-torture/execute/991201-1.c: New.
8309
8310 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
8311
8312         * gcc.dg/991129-1.c: New test.
8313
8314 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
8315
8316         * gcc.c-torture/compile/991127-1.c: New test.
8317
8318 1999-11-22  Nathan Sidwell  <nathan@acm.org>
8319
8320         * g++.old-deja/g++.other/warn4.C: New test.
8321
8322 1999-11-22  Nathan Sidwell  <nathan@acm.org>
8323
8324         * g++.old-deja/g++.eh/cleanup2.C: New test.
8325         * g++.old-deja/g++.ext/pretty2.C: New test.
8326         * g++.old-deja/g++.ext/pretty3.C: New test.
8327         * g++.old-deja/g++.other/debug6.C: New test.
8328
8329 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
8330
8331         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
8332         compiler_output to look for one error message instead of two.
8333
8334 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
8335
8336         * gcc.c-torture/execute/991118-1.c: Also test case
8337         where the word boundary does not split a byte evenly.
8338
8339 1999-11-19  Nathan Sidwell  <nathan@acm.org>
8340
8341         * g++.old-deja/g++.ext/restrict1.C: New test.
8342
8343 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8344
8345         * gcc.c-torture/execute/991118-1.c: New test.
8346
8347 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
8348
8349         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
8350         working directory pathnames.
8351
8352 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
8353
8354         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
8355         host is equipped with driver.h and driver.o so it can actually
8356         compile and run the tests.
8357
8358 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
8359
8360         * gcc.c-torture/compile/991008-1.c: New test.
8361
8362 1999-11-08  Nick Clifton  <nickc@cygnus.com>
8363
8364         * lib/gcc-dg.exp: Include target-supports.exp
8365
8366 1999-11-05  Nick Clifton  <nickc@cygnus.com>
8367
8368         * lib/target-supports.exp: New file: Provide procs to test for
8369         features supported by the target.
8370         (check_weak_available): Moved here from ecos.exp.
8371         (check_alias_available): New proc: Determine of the target
8372         toolchain supports the alias attribute.
8373
8374         * gcc.dg/special/ecos.exp: Move check_weak_available to
8375         target-supports.exp.
8376         (alias-1.c): Only perform the test if the target supports
8377         aliases.
8378         (wkali-1.c): Only perform the test if the target supports
8379         aliases.
8380
8381         * gcc.dg/990506-0.c: Expect error messages from cross
8382         targets as well as native targets.
8383
8384 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8385
8386         * gcc.dg/ultrasp1.c: Removed xfail.
8387         * gcc.dg/struct-ret-2.c: Likewise.
8388         * gcc.dg/array-1.c: Likewise.
8389
8390 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
8391
8392         * gcc.dg/struct-ret-2.c: New test.
8393
8394         * gcc.dg/array-1.c: New test.
8395
8396 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
8397
8398         * gcc.c-torture/execute/991030-1.c: New test.
8399
8400 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
8401
8402         * gcc.c-torture/compile/991026-2.c: New test.
8403
8404 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
8405
8406         * gcc.c-torture/compile/991026-1.c: New test.
8407
8408 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
8409
8410         * gcc.c-torture/execute/991023-1.c: New test.
8411
8412 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
8413
8414         * gcc.c-torture/execute/991019-1.c: New test.
8415
8416 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
8417
8418         * gcc.c-torture/execute/991016-1.c: New test.
8419
8420 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
8421
8422         * gcc.c-torture/execute/991014-1.c: New test.
8423
8424 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
8425
8426         * g++.old-deja/g++.other/union2.C: New test.
8427
8428 1999-10-13  Nathan Sidwell  <nathan@acm.org>
8429
8430         * g++.old-deja/g++.other/vaarg2.C: New test.
8431         * g++.old-deja/g++.other/vaarg3.C: New test.
8432
8433 1999-10-12  Craig Burley  <craig@jcb-sc.com>
8434
8435         * g77.f-torture/noncompile/19990905-1.f: Moved from being
8436         in compile/.
8437
8438 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
8439
8440         * gcc.c-torture/execute/va-arg-11.c: New test.
8441
8442 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
8443
8444         * lib/file-format.exp (gcc_target_object_format): Don't
8445         crash if objdump is unavailable.
8446
8447 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
8448
8449         * gcc.misc-tests/mg.exp: delete extraneous redirection.
8450
8451 1999-09-28  Nick Clifton  <nickc@cygnus.com>
8452
8453         * gcc.c-torture/compile/990928-1.c: New test.
8454
8455 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
8456
8457         * g++.old-deja/g++.other/decl6.C: New test.
8458
8459 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8460
8461         * gcc.c-torture/execute/va-arg-10.c: New test.
8462
8463 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
8464
8465         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
8466         __PRETTY_FUNCTION__.
8467
8468 1999-09-23  Nick Clifton  <nickc@cygnus.com>
8469
8470         * gcc.c-torture/execute/990923-1.c: New test.
8471
8472 1999-09-21  Nick Clifton  <nickc@cygnus.com>
8473
8474         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
8475         for which -fpic is inappropriate.
8476
8477 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
8478
8479         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
8480
8481 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
8482
8483         * g++.old-deja/g++.other/dyncast1.C: New test.
8484         * g++.old-deja/g++.other/dyncast2.C: New test.
8485         * g++.old-deja/g++.other/dyncast3.C: New test.
8486         * g++.old-deja/g++.other/dyncast4.C: New test.
8487         * g++.old-deja/g++.other/dyncast5.C: New test.
8488         * g++.old-deja/g++.eh/catch3.C: New test.
8489         * g++.old-deja/g++.eh/catch3p.C: New test.
8490         * g++.old-deja/g++.eh/catch4.C: New test.
8491         * g++.old-deja/g++.eh/catch4p.C: New test.
8492         * g++.old-deja/g++.eh/catch5.C: New test.
8493         * g++.old-deja/g++.eh/catch5p.C: New test.
8494         * g++.old-deja/g++.eh/catch6.C: New test.
8495         * g++.old-deja/g++.eh/catch6p.C: New test.
8496         * g++.old-deja/g++.eh/catch7.C: New test.
8497         * g++.old-deja/g++.eh/catch7p.C: New test.
8498         * g++.old-deja/g++.eh/catch8.C: New test.
8499         * g++.old-deja/g++.eh/catch8p.C: New test.
8500         * g++.old-deja/g++.eh/catch9.C: New test.
8501         * g++.old-deja/g++.eh/catch9p.C: New test.
8502
8503 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
8504
8505         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
8506         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
8507
8508 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
8509
8510         * gcc.c-torture/compile/990913-1.c: New test.
8511
8512 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
8513
8514         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
8515         * g++.old-deja/g++.jason/rfg5.C: Likewise.
8516
8517 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
8518
8519         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
8520
8521 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
8522
8523         * g++.old-deja/g++.other/lookup11.C: New test.
8524         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
8525         what is permitted and what we want.
8526         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
8527         overload use.
8528         * g++.old-deja/g++.jason/rfg5.C: Likewise
8529
8530 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
8531
8532         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
8533         * gcc.c-torture/noncompile/poison-1.c: New file.
8534
8535 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
8536
8537         * g++.old-deja/g++.other/sizeof3.C: New test.
8538         * g++.old-deja/g++.other/sizeof4.C: New test.
8539         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
8540         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
8541
8542 1999-09-07  Richard Henderson  <rth@cygnus.com>
8543
8544         * gcc.dg/va-arg-1.c: New.
8545
8546 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8547
8548         * gcc.c-torture/execute/va-arg-9.c: New test.
8549
8550 1999-09-05  Craig Burley  <craig@jcb-sc.com>
8551
8552         * g77.f-torture/compile/980519-2.f: New test.
8553         * g77.f-torture/compile/19990905-0.f: New test.
8554         * g77.f-torture/compile/19990905-1.f: New test.
8555         * g77.f-torture/compile/19990905-2.f: New test.
8556
8557         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
8558
8559 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
8560
8561         * gcc.c-torture/execute/990827-1.c: Fix typo.
8562
8563 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
8564
8565         * g++.old-deja/g++.other/deref1.C: New test.
8566
8567 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
8568
8569         * g++.old-deja/g++.other/ambig2.C: New test.
8570         * g++.old-deja/g++.other/cond5.C: New test.
8571         * g++.old-deja/g++.other/lookup16.C: New test.
8572
8573 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
8574
8575         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
8576         assemblers too.
8577
8578 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
8579
8580         * lib/c-torture.exp: Avoid the "compare executables" optimization
8581         when testing native.
8582
8583 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
8584
8585         * gcc.c-torture/execute/990829-1.c: New test.
8586         * gcc.c-torture/compile/990829-1.c: New test.
8587
8588 1999-08-27  Paul Burchard  <burchard@pobox.com>
8589
8590         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
8591         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
8592         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
8593         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
8594         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
8595         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
8596         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
8597         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
8598         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
8599         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
8600         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
8601
8602 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
8603
8604         * gcc.c-torture/execute/990827-1.c: New test.
8605
8606 1999-08-26  Craig Burley  <craig@jcb-sc.com>
8607
8608         * g77.f-torture/noncompile/19990826-4.f: New test.
8609
8610         * g77.f-torture/compile/19990826-3.f: New test.
8611
8612         * g77.f-torture/execute/19990826-2.f: New test.
8613
8614         * g77.f-torture/compile/19990826-1.f: New test.
8615
8616         * gcc.c-torture/execute/990826-0.c: New test.
8617         * g77.c-torture/execute/19990826-0.f: New test.
8618
8619         * g77.f-torture/noncompile/970626-2.f: New test.
8620
8621 1999-08-25  Paul Burchard  <burchard@pobox.com>
8622
8623         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
8624         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
8625         lss-011.C: New tests.
8626
8627 1999-08-25  Nathan Sidwell  <nathan@acm.org>
8628
8629         * g++.old-deja/g++.other/decl5.C: New test.
8630
8631 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8632
8633         * noncompile/noncompile.exp: Load_lib c-torture.exp.
8634         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
8635         call `postbase' for each one.  All callers of `postbase' changed
8636         to call this instead.
8637
8638 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
8639
8640         * gcc.c-torture/execute/990811-1.c: New test.
8641
8642 1999-08-09  Nick Clifton  <nickc@cygnus.com>
8643
8644         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
8645         just native ones.
8646
8647         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
8648         just native ones.
8649
8650 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
8651
8652         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
8653
8654 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
8655
8656         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
8657
8658 1999-08-04  Nathan Sidwell  <nathan@acm.org>
8659
8660         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
8661
8662 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
8663
8664         * gcc.c-torture/execute/990804-1.c: New test.
8665
8666 1999-08-03  Nathan Sidwell  <nathan@acm.org>
8667
8668         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
8669         * g++.old-deja/g++.brendan/crash64.C: Likewise
8670         * g++.old-deja/g++.brendan/overload8.C: Likewise
8671
8672 1999-08-03  Nathan Sidwell  <nathan@acm.org>
8673
8674         * g++.old-deja/g++.other/struct1.C: New test.
8675
8676 1999-08-03  Nathan Sidwell  <nathan@acm.org>
8677
8678         * g++.old-deja/g++.other/enum2.C: New test.
8679
8680 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
8681
8682         Adapted from tests from Franz Sirl:
8683         * gcc.c-torture/execute/va-arg-7.c: New test.
8684         * gcc.c-torture/execute/va-arg-8.c: New test.
8685
8686 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
8687
8688         * gcc.c-torture/compile/990801-2.c: New test.
8689
8690         * gcc.c-torture/compile/990801-1.c: New test.
8691
8692 1999-07-27  Michael Meissner  <meissner@cygnus.com>
8693
8694         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
8695         fp-cmp-1.c, converting double to float.
8696
8697         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
8698         fp-cmp-1.c, converting double to long double.
8699
8700         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
8701         from fr1 to unknown_register, since fr1 is a legitimate register
8702         on some machines.
8703
8704 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
8705
8706         * README: More listname related changes.
8707
8708 1999-07-08  Catherine Moore  <clm@cygnus.com>
8709
8710         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
8711
8712 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
8713
8714         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
8715
8716 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
8717
8718         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
8719
8720 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
8721
8722         * gcc.dg/990703-1.c: New test.
8723
8724 1999-06-29  Nick Clifton  <nickc@cygnus.com>
8725
8726         * lib/file-format.exp: New file: Move definition of proc
8727         gcc_target_object_format to here from
8728         gcc.dg/special/ecos.exp.
8729
8730         * lib/c-torture.exp: Include lib file-format.exp.
8731         * lib/gcc-dg.exp: Include lib file-format.exp.
8732
8733         * gcc.dg/special/ecos.exp: Remove definition of proc
8734         gcc_target_object_format.
8735
8736 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
8737
8738         * gcc.c-torture/execute/990628-1.c: New test.
8739
8740 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
8741
8742         * gcc.c-torture/compile/990625-2.c: New test.
8743
8744         * gcc.c-torture/compile/990625-1.c: New test.
8745
8746 1999-06-23  Nick Clifton  <nickc@cygnus.com>
8747
8748         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
8749         attributes compile.
8750         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
8751         ports that use the COFF/PE file format.
8752
8753 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
8754
8755         * gcc.c-torture/compile/990617-1.c: New test.
8756
8757 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
8758
8759         * g++.old-deja/g++.other/decl4.C: New test.
8760
8761 1999-06-14  Nathan Sidwell  <nathan@acm.org>
8762
8763         * g++.old-deja/g++.other/bitfld3.C: New test.
8764
8765 1999-06-08  Nathan Sidwell  <nathan@acm.org>
8766
8767         * g++.old-deja/g++.eh/catch1.C: New test.
8768
8769 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
8770
8771         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
8772
8773         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
8774         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
8775
8776 1999-06-05  Craig Burley  <craig@jcb-sc.com>
8777
8778         * g77.f-torture/compile/19990502-0.f: Replace with new,
8779         shorter, test that still fails after recent changes.
8780
8781 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8782
8783         * gcc.c-torture/execute/990604-1.c: New test.
8784
8785 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
8786
8787         * gcc.c-torture/execute/990531-1.c: New test.
8788
8789 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8790
8791         * gcc.c-torture/compile/990527-1.c: New test.
8792
8793 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
8794
8795         * gcc.c-torture/execute/990527-1.c: New test.
8796
8797 1999-05-25  Nick Clifton  <nickc@cygnus.com>
8798
8799         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
8800         bitfields as signed.
8801
8802 1999-05-25  Craig Burley  <craig@jcb-sc.com>
8803
8804         * g77.f-torture/compile/19990525-0.f: New test.
8805
8806 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
8807
8808         * gcc.c-torture/execute/990525-2.c: New test.
8809
8810         * gcc.c-torture/execute/990525-1.c: New test.
8811
8812 1999-05-24  Nathan Sidwell  <nathan@acm.org>
8813
8814         * g++.old-deja/g++.other/anon3.C: New test.
8815         * g++.old-deja/g++.other/anon4.C: New test.
8816         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
8817         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
8818         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
8819         Merrill).
8820
8821 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
8822
8823         * gcc.c-torture/execute/990524-1.c: New test.
8824
8825         * gcc.dg/990524-1.c: New test.
8826
8827 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8828
8829         * gcc.c-torture/compile/990523-1.c: New test.
8830
8831 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
8832
8833         * gcc.c-torture/compile/990519-1.c: New test.
8834
8835 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8836
8837         * gcc.c-torture/compile/990517-1.c: New test.
8838
8839         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
8840         (e4, f4): New tests.
8841         (main): Call them.
8842
8843 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8844
8845         * gcc.dg/noreturn-1.c: New test.
8846
8847 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
8848
8849         * gcc.c-torture/execute/990513-1.c: New test.
8850
8851 1999-05-10  Richard Henderson  <rth@cygnus.com>
8852
8853         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
8854
8855 1999-05-10  Craig Burley  <craig@jcb-sc.com>
8856
8857         * g77.f-torture/execute/erfc.f: Use small single-precision
8858         values, to avoid problems on Alphas when not -mieee.
8859
8860 1999-05-08  Craig Burley  <craig@jcb-sc.com>
8861
8862         * gcc.dg/990506-0.c: New test.
8863
8864 1999-05-08  Richard Henderson  <rth@cygnus.com>
8865
8866         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
8867         the constant to test.  Don't XFAIL 64-bit targets.
8868
8869         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
8870         * g++.old-deja/g++.law/profile1.C: Likewise.
8871
8872         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
8873         operator new instances.
8874         * g++.old-deja/g++.other/delete5.C: Likewise.
8875
8876 1999-05-03  Craig Burley  <craig@jcb-sc.com>
8877
8878         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
8879         intrinsic.
8880
8881 1999-05-03  Craig Burley  <craig@jcb-sc.com>
8882
8883         * g77.f-torture/execute/u77-test.f: Reverse order of two
8884         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
8885
8886 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8887
8888         * gcc.dg/compare1.c: New test.
8889
8890 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8891
8892         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
8893         New tests.
8894
8895 1999-05-02  Craig Burley  <craig@jcb-sc.com>
8896
8897         * g77.f-torture/compile/19990502-1.f: New test.
8898
8899 1999-05-02  Craig Burley  <craig@jcb-sc.com>
8900
8901         * g77.f-torture/compile/19990502-0.f: New test.
8902
8903 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
8904
8905         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
8906         intrinsic.
8907
8908 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
8909
8910         * g77.f-torture/execute/u77-test.f (main): List libU77
8911         intrinsics not currently tested.
8912         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
8913         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
8914         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
8915         Trim blanks off the ends of some printed strings.
8916
8917 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
8918
8919         * g77.f-torture/execute/u77-test.f (main): Just warn about
8920         FSTAT gid disagreement, as it's expected on some systems.
8921
8922 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
8923
8924         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
8925         use a new function, which allows for some slop.
8926         Clean up some commentary.
8927         (issum): The new function.
8928         (sgladd): Deleted subroutine.
8929
8930 1999-05-01  Craig Burley  <craig@jcb-sc.com>
8931
8932         * g77.f-torture/execute/u77-test.f: Modify to be more like
8933         libf2c/libU77 version, bringing patches to that version here.
8934         Add suitable commentary.
8935
8936 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
8937
8938         * gcc.dg/990424-1.c: New test.
8939
8940 1999-04-24  Craig Burley  <craig@jcb-sc.com>
8941
8942         * g77.f-torture/execute/u77-test.f (main): Bug involving
8943         LSTAT has been fixed, so turn back on full checking.
8944
8945 1999-04-20  Craig Burley  <craig@jcb-sc.com>
8946
8947         * g77.f-torture/compile/19990419-0.f: New test.
8948         * g77.f-torture/execute/19990419-1.f: New test.
8949
8950 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
8951
8952         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
8953         to avoid the need for a prototype to supress a warning.
8954
8955 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
8956
8957         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
8958
8959 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
8960
8961         * gcc.c-torture/execute/990404-1.c: New test.
8962
8963 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
8964
8965         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
8966         * gcc.dg/cpp-if3.c: Don't use -pedantic.
8967         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
8968         missing initializer warnings.
8969
8970 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
8971
8972         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
8973         matching strings.
8974
8975 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
8976
8977         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
8978
8979 1999-03-26  Craig Burley  <craig@jcb-sc.com>
8980
8981         * g77.f-torture/execute/19990325-0.f: New test.
8982         * g77.f-torture/execute/19990325-1.f: New test.
8983
8984 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
8985
8986         * gcc.c-torture/execute/990324-1.c: New test.
8987
8988 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
8989
8990         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
8991         test with 4.
8992
8993 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
8994
8995         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
8996
8997 1999-03-13  Craig Burley  <craig@jcb-sc.com>
8998
8999         * g77.f-torture/execute/19990313-2.f: New test.
9000         * g77.f-torture/execute/19990313-3.f: New test.
9001
9002 1999-03-13  Craig Burley  <craig@jcb-sc.com>
9003
9004         * g77.f-torture/execute/19990313-0.f: New test.
9005         * g77.f-torture/execute/19990313-1.f: New test.
9006
9007 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
9008
9009         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
9010         printf to sprintf.
9011         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
9012         (main): Add check for u15.  Conditionalize u31 check depending on
9013         whether ints are <32 bits or >=32 bits.
9014
9015 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9016
9017         * g77.f-torture/execute/19981119-0.f: Improve testiness.
9018
9019 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9020
9021         * g77.f-torture/compile/19990305-0.f: New test.
9022         * g77.f-torture/execute/19981119-0.f: New test.
9023
9024 1999-03-08  Craig Burley  <craig@jcb-sc.com>
9025
9026         * g77.f-torture/execute/970625-2.f: call ABORT if final
9027         result is not correct, instead of just printing it.
9028         Add this checking via newly introduced obfuscation, to
9029         trip up buggy front ends.
9030
9031 1999-03-07  Craig Burley  <craig@jcb-sc.com>
9032
9033         * g77.f-torture/compile/960317-1.f: Moved from being
9034         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
9035
9036 1999-03-06  Craig Burley  <craig@jcb-sc.com>
9037
9038         * g77.f-torture/execute/960317-1.f: New (old) test.
9039         * g77.f-torture/execute/970625-2.f: Ditto.
9040
9041 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
9042
9043         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
9044         message on line 1 or line 2; cccp and cpplib do this differently.
9045
9046 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
9047
9048         * g++.old-deja/g++.law/weak1.C: New test.
9049
9050 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9051
9052         * gcc.c-torture/execute/990119-1.c: Renamed to...
9053         * gcc.dg/990119-1.c: this, so it will only be tested once
9054         (it's a preprocessor test, it doesn't need to be run at
9055         multiple optimization levels).
9056
9057 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
9058
9059         * lib/g++.exp: Don't add incdir=$base_dir/../include to
9060           ALWAYS_CXXFLAGS.
9061
9062 1999-02-24  Craig Burley  <craig@jcb-sc.com>
9063
9064         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
9065         * g77.f-torture/compile/19981216-0.f: ...as it is expected
9066         to not be compilable by current g77.
9067
9068 1999-02-24  Nick Clifton  <nickc@cygnus.com>
9069
9070         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
9071
9072 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
9073
9074         * gcc.c-torture/execute/990222-1.c: New test.
9075
9076 1999-02-19  Craig Burley  <craig@jcb-sc.com>
9077
9078         * g77.f-torture/compile/19990218-0.f: New test.
9079         * g77.f-torture/noncompile/19990218-1.f: New test.
9080
9081 1999-02-18  Craig Burley  <craig@jcb-sc.com>
9082
9083         * g77.f-torture/compile/19981216-0.f: New test.
9084
9085 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
9086
9087         * gcc.dg/990214-1.c: New test.
9088
9089 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
9090
9091         * gcc.dg/990213-2.c: New test.
9092
9093         * gcc.dg/990213-1.c: New test.
9094
9095 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
9096
9097         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
9098         ints.
9099
9100 1999-02-11  Nick Clifton  <nickc@cygnus.com>
9101
9102         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
9103         specified by target.
9104
9105         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
9106
9107 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
9108
9109         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
9110
9111 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
9112
9113         * gcc.dg/special/ecos.exp: New test driver for new tests with
9114         special requirements.
9115
9116         * gcc.dg/special/alias-1.c: New test.
9117         * gcc.dg/special/gcsec-1.c: New test.
9118         * gcc.dg/special/weak-1.c: New test.
9119         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
9120         * gcc.dg/special/weak-2.c: New test.
9121         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
9122         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
9123         * gcc.dg/special/wkali-1.c: New test.
9124         * gcc.dg/special/wkali-2.c: New test.
9125         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
9126         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
9127
9128 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
9129
9130           * lib/c-torture.exp (c-torture-compile): Pull out code for
9131           analyzing gcc error messages.
9132           (c-torture-execute): Likewise.  Fix some (harmless) false
9133           positives.
9134           * lib/gcc.exp (gcc_check_compile): New function.
9135
9136 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
9137
9138         * gcc.c-torture/execute/990208-1.c: New test.
9139
9140 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
9141
9142         * g++.dg/special/ecos.exp: New driver for new tests with special
9143         requirements
9144
9145         * g++.dg/special/conpr-1.C: New test
9146         * g++.dg/special/conpr-2.C: New test
9147         * g++.dg/special/conpr-2a.C: New test
9148         * g++.dg/special/conpr-3.C: New test
9149         * g++.dg/special/conpr-3a.C: New test
9150         * g++.dg/special/conpr-3b.C: New test
9151
9152         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
9153         allow g++ to use the dg driver
9154
9155         * README: Add comment about g++.dg directory
9156
9157 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
9158
9159         * README: Update email addresses.
9160
9161 1999-02-03  Nick Clifton  <nickc@cygnus.com>
9162
9163         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
9164         arguments in order to force structure S onto the stack even on
9165         the alpha.
9166         (test): Pass 10 leading arguments to function foo as well as the
9167         structure S.
9168
9169         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
9170         failure for all targets.
9171
9172         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
9173         abort to terminate program execution.
9174
9175 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
9176
9177         * gcc.c-torture/execute/990130-1.c: New test.
9178
9179 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
9180
9181         * gcc.dg/990130-1.c: New test.
9182
9183 1999-01-28  Michael Meissner  <meissner@cygnus.com>
9184
9185         * gcc.c-torture/execute/990128-1.c: New test.
9186
9187 1999-01-27  Michael Meissner  <meissner@cygnus.com>
9188
9189         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
9190
9191 1999-01-27  Felix Lee  <flee@cygnus.com>
9192
9193         * lib/c-torture.exp (c-torture-compile): pull out code for
9194         analyzing gcc error messages.
9195         (c-torture-execute): ditto, and fix some (harmless) false
9196         positives.
9197         * lib/gcc.exp (gcc_check_compile): new function.
9198
9199 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
9200
9201         * gcc.dg/990117-1.c: New test.
9202
9203         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
9204
9205         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
9206
9207 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
9208
9209         * g77.f-torture/compile/990115-1.f: New test.
9210
9211 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
9212
9213         * gcc.c-torture/compile/990107-1.c: New test
9214
9215 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
9216
9217         * gcc.c-torture/execute/990106-2.c: New test.
9218
9219         * gcc.c-torture/execute/990106-1.c: New test.
9220
9221 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
9222
9223         * gcc.c-torture/compile/981223-1.c: New test.
9224
9225 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
9226
9227         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
9228         (opt3): Rename from opt4 and disable.
9229
9230 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
9231
9232         * g++.old-deja/g++.pt/ptrmem5.C: New test.
9233
9234 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
9235
9236         * g++.old-deja/g++.other/conv5.C: New test.
9237
9238 1998-12-14  Nick Clifton  <nickc@cygnus.com>
9239
9240         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
9241
9242 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
9243
9244         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
9245
9246 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
9247
9248         * gcc.c-torture/compile/981211-1.c: New test.
9249
9250 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
9251
9252         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
9253
9254         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
9255
9256 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9257
9258         * gcc.special/930510-1.c: Make C9X safe.
9259         * gcc.misc-tests/gcov-1.c Similarly.
9260         * gcc.misc-tests/gcov-2.c Similarly.
9261
9262 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9263
9264         * gcc.dg/ultrasp1.c: New test.
9265
9266 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
9267
9268         * gcc.c-torture/execute/981206.c: New test.
9269
9270 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9271
9272         * g++.old-deja/g++.ns/template7.C: New test.
9273
9274         * g++.old-deja/g++.other/expr1.C: New test.
9275
9276         * g++.old-deja/g++.eh/tmpl3.C: New test.
9277
9278         * g++.old-deja/g++.eh/tmpl2.C: New test.
9279
9280 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
9281
9282         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
9283         * g++.old-deja/g++.other/using6.C: Removed.
9284         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
9285
9286         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
9287
9288 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
9289
9290         * g++.old-deja/g++.pt/overload8.C: New test.
9291
9292         * g++.old-deja/g++.pt/overload7.C: New test.
9293
9294         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
9295
9296         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
9297         and relinking messages.
9298         * lib/g++.exp (g++_target_compile): Remove .rpo file when
9299         compiling with -frepo.
9300
9301 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
9302
9303         * g++.old-deja/g++.pt/lookup6.C: New test.
9304
9305 1998-11-30  Nick Clifton  <nickc@cygnus.com>
9306
9307         * gcc.c-torture/execute/981130-1.c: New test.
9308         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
9309
9310 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
9311
9312         * g++.old-deja/g++.pt/explicit76.C: New test.
9313
9314         * g++.old-deja/g++.pt/friend38.C: New test.
9315
9316         * g++.old-deja/g++.ns/crash2.C: New test.
9317
9318         * g++.old-deja/g++.pt/defarg8.C: New test.
9319
9320         * g++.old-deja/g++.pt/instantiate6.C: New test.
9321
9322         * g++.old-deja/g++.pt/static6.C: New test.
9323
9324         * g++.old-deja/g++.pt/decl2.C: New test.
9325
9326 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
9327
9328         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
9329         problem is actually related with name lookup, but so what? :-)
9330
9331         * g++.old-deja/g++.pt/friend37.C: New test.
9332
9333 1998-11-25  Dave Love  <d.love@dl.ac.uk>
9334
9335         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
9336         element, which fails on some systems.
9337
9338         * g77.f-torture/execute/labug1.f: New test.
9339
9340 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
9341
9342         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
9343         is defined.
9344
9345 1998-11-18  Dave Love  <d.love@dl.ac.uk>
9346
9347         * g77.f-torture/compile/981117-1.f: New test.
9348
9349 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
9350
9351         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
9352         properly discarded.
9353
9354 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
9355
9356         * gcc.c-torture/execute/memcheck: New directory of tests for
9357         -fcheck-memory-usage.
9358
9359 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9360
9361         * README: New file, general information about the testsuite and
9362         new description of the various C++ test subdirectories.
9363         * README.g++: Eliminate obsolete information, update and move most
9364         relevant stuff to README.
9365
9366 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
9367
9368         * gcc.c-torture/compile/981107-1.c: New test.
9369
9370 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
9371
9372         * execute/memcpy-bi.c: New testcase.
9373
9374 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
9375
9376         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
9377         base classes.
9378
9379         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
9380         template is selected.
9381
9382         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
9383         classes, it should be accepted for all types.
9384
9385         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
9386
9387         * g++.old-deja/g++.pt/spec24.C: Ensure that template
9388         specializations start with template headers.
9389
9390 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
9391
9392         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
9393
9394         * g++.old-deja/g++.other/init9.C: Test cross initialization of
9395         non-POD types.
9396
9397 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
9398
9399         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
9400
9401 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9402
9403         * compile/981022-1.c, compile/981022-1.x: New test and driver.
9404
9405 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
9406
9407         * 981019-1.c: New test.
9408
9409 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
9410
9411         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
9412         find objc headers.
9413
9414 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
9415
9416         * compile/981001-4.c: Remove use of GCC extension that triggers a
9417         compiler bug.
9418
9419 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
9420
9421         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
9422
9423 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
9424
9425         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
9426         instantiation of template produces incorrect code for delete
9427         expression.
9428
9429         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
9430         constructors' name is not unique.
9431         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
9432         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
9433
9434         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
9435         automatic array of const is ill-formed.
9436
9437         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
9438         of template parameter?
9439
9440         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
9441         const.
9442
9443         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
9444         pointer-to-member expression.
9445
9446         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
9447         declaration causes ICE.
9448
9449 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
9450
9451         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
9452         reserved in the global namespace.
9453
9454         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
9455         generate needed virtual table.
9456
9457         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
9458
9459 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
9460
9461         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
9462         template-dependent type
9463
9464 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
9465
9466         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
9467         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
9468         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
9469
9470         * g++.old-deja/g++.other/using5.C: New test; using decl from base
9471         class should be usable as argument of member function.
9472         * g++.old-deja/g++.other/using6.C: New test; using decl from base
9473         class should be usable as return type of member function.
9474         * g++.old-deja/g++.other/using7.C: New test; using decl from base
9475         class should be usable as type of data member.
9476
9477         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
9478
9479 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
9480
9481         * gcc.c-torture/special/920521-1.c: Fix bogus test.
9482
9483 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
9484
9485         * gcc.dg/dll-?.c Add thumb to target list.
9486         Fix assembler scan patterns to match current assembler output.
9487
9488 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
9489
9490         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
9491         matching of template brackets.
9492
9493         * g++.old-deja/g++.other/using4.C: New test.  Test using
9494         declarations of methods from base classes.
9495
9496         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
9497         within functions should introduce names into the innermost
9498         enclosing namespace.
9499
9500         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
9501         of static locals if first initialization throws.
9502
9503 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
9504
9505         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
9506
9507 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
9508
9509         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
9510         lose track of the possible targets of tablejump insns.
9511         * special/special.exp: Run it.
9512
9513 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
9514
9515         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
9516         must be declared before its specializations can be named in friend
9517         declarations.
9518
9519 1998-10-05  Dave Love  <d.love@dl.ac.uk>
9520
9521         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
9522
9523         * g77.f-torture/execute/io1.f: New test.
9524
9525 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
9526
9527         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
9528         with pointer to template function, for which no argument deduction
9529         is possible.
9530
9531         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
9532         specialization of template function as argument to template
9533         function.
9534
9535         * g++.old-deja/g++.other/access2.C: New test; Inner class
9536         shouldn't have privileged access to Outer's names.
9537
9538 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
9539
9540         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
9541         friend template declared within template class conflicts with
9542         nested class of the same name.
9543
9544         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
9545         is ignored.
9546
9547         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
9548         object with direct initializer as function declaration.
9549
9550         * g++.old-deja/g++.other/decl2.C: New test; duplicate
9551         initializers.
9552
9553         * g++.old-deja/g++.other/null2.C: New test; conditional operator
9554         involving const pointer and NULL produces incorrect result.
9555
9556         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
9557         type name without `typename' should be rejected with -pedantic.
9558
9559 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
9560
9561         * g++.old-deja/g++.other/addrof1.C: New test.
9562
9563 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
9564
9565         * gcc.c-torture/compile/981001-1.c: New test.
9566         * gcc.c-torture/execute/981001-1.c: New test.
9567
9568 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
9569
9570         * gcc.c-torture/compile/981001-2.c: New test.
9571         * gcc.c-torture/compile/981001-3.c: New test.
9572         * gcc.c-torture/compile/981001-4.c: New test.
9573
9574 1998-10-01  Robert Lipe  <robertl@dgii.com>
9575
9576         * lib/objc.exp (objc_target_compile): Add -L during compiles for
9577         multilibbed hosts.   Idea grafted from g77.exp.
9578
9579 1998-09-30  Dave Love  <d.love@dl.ac.uk>
9580
9581         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
9582         avoid losing on systems which need -lsocket.
9583
9584 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
9585
9586         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
9587         * g++.old-deja/g++.other/nested2.C: Ditto.
9588         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
9589         failure.
9590
9591 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
9592
9593         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
9594         preferred over template operator!= for enum bitfields.
9595
9596 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
9597
9598         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
9599         that happen to have the same base name, but in different scopes,
9600         are incorrectly rejected.
9601
9602 1998-09-16  Richard Henderson  <rth@cygnus.com>
9603
9604         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
9605         on the native word size instead of an integer literal.
9606
9607 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
9608
9609         * g++.old-deja/g++.other/static2.C: Invocation of static data
9610         member of type pointer-to-function denoted as non-static member.
9611
9612         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
9613         checks involving function types and aliases.
9614
9615 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
9616
9617         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
9618         redefined to the same non-trivial type.
9619
9620         * g++.old-deja/g++.pt/explicit73.C: Test for proper
9621         namespace-qualification of template specializations declared in
9622         other namespaces.
9623
9624         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
9625         to declare a subset of the specializations of a template function
9626         as friends of specializations of a template class.
9627
9628         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
9629         member templates that do not fully specialize the enclosing
9630         template class are rejected.
9631
9632 1998-09-11  Dave Love  <d.love@dl.ac.uk>
9633
9634         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
9635
9636 1998-09-08  Dave Love  <d.love@dl.ac.uk>
9637
9638         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
9639         altered from libf2c/libU77 version.
9640
9641 1998-09-06  Dave Love  <d.love@dl.ac.uk>
9642
9643         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
9644
9645 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
9646
9647         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
9648         (un)signed char are different types for template specialization
9649         purposes.
9650
9651 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
9652
9653         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
9654         * objc: ObjC testsuite.
9655
9656 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
9657
9658         * gcc.c-torture/execute/941014-1.x:  New file.
9659
9660 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
9661
9662         * lib/c-torture.exp: Add support for
9663         torture_eval_before_compile and torture_eval_before_execute
9664         variables.
9665
9666 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
9667
9668         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
9669         this test triggers valid.
9670
9671 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
9672
9673         * gcc.dg/980827-1.c: New test.
9674
9675 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9676
9677         * gcc.c-torture/execute/loop-4b.c: New test.
9678
9679 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
9680
9681         * lib/c-torture.exp: Add support for
9682         torture_eval_before_compile and torture_eval_before_execute
9683         variables.
9684
9685 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
9686
9687         * gcc.c-torture/compile/980825-1.c: New test.
9688
9689 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
9690
9691         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
9692         count number tests in opt_t0 not good_t0.
9693
9694 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
9695
9696         * gcc.c-torture/compile/930326-1.x: Fix typo.
9697
9698 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
9699
9700         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
9701         causes an ICE.
9702
9703 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
9704
9705         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
9706         STACK_SIZE is defined.
9707         * gcc.c-torture/unsorted/stuct.c: Similarly.
9708
9709         * gcc.c-torture/compile/980821-1.c: New test.
9710
9711 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
9712
9713         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
9714
9715 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
9716
9717         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
9718         code.
9719
9720 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
9721
9722         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
9723         error'.
9724
9725 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
9726
9727         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
9728
9729 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
9730
9731         * gcc.c-torture/compile/980816-1.c: New test.
9732
9733         * gcc.dg/980816-1.c: New test.
9734
9735 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
9736
9737         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
9738         compiler for ieee tests.
9739
9740 1998-08-01  Dave Love  <d.love@dl.ac.uk>
9741
9742         * g77.f-torture/compile/980729-0.f: New test.
9743
9744 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
9745
9746         * gcc.c-torture/special/eeprof-1.c: New test, for
9747         -finstrument-functions.
9748         * gcc.c-torture/special/special.exp: Run it.
9749
9750 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
9751
9752         * gcc.c-torture/compile/980729-1.c: New test.
9753
9754 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
9755
9756         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
9757         __thumb__ is defined, and test for ARM style doubles if so.
9758
9759 1998-07-26  Dave Love  <d.love@dl.ac.uk>
9760
9761         * g77.f-torture/noncompile/980615-0.f: New test.
9762
9763 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
9764
9765         * gcc.dg/980312-1.c: Do link instead of compile.
9766         * gcc.dg/980313-1.c: Likewise.
9767
9768 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
9769
9770         * gcc.c-torture/compile/980726-1.c: New test.
9771
9772 1998-07-25  Dave Love  <d.love@dl.ac.uk>
9773
9774         * g77.f-torture/execute/io0.f: New test.
9775
9776 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
9777
9778         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
9779         an int.
9780
9781 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
9782
9783         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
9784         m32r bugs.
9785
9786 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
9787
9788         * gcc.dg/980626-1.c: Expect failures for all toolchains until
9789         c-decl.c:grokdeclarator can handle mode attributes.
9790
9791 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
9792
9793         * gcc.c-torture/execute/980716-1.c: New test.
9794
9795 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
9796
9797         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
9798         the mn10200.
9799         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
9800         the mn10200.
9801         * gcc.c-torture/execute/va-arg-3.x: Similarly.
9802         * gcc.c-torture/compile/930326-1.x: Similarly.
9803
9804 1998-07-13  Dave Love  <d.love@dl.ac.uk>
9805
9806         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
9807         New test from Craig.
9808
9809 1998-07-12  Dave Love  <d.love@dl.ac.uk>
9810
9811         * g77.f-torture/noncompile/980616-0.f: New test.
9812
9813         * g77.f-torture/execute/970816-3.f:  New test from Craig.
9814
9815 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
9816
9817         *  g++.other/singleton.C: Return error value instead of taking
9818         SIGSEGV.
9819
9820 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
9821
9822         *  g++.other/singleton.C: New test.   Warning is under dispute.
9823         Runtime crash is not.
9824
9825 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
9826
9827         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
9828         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
9829         using6.C, using7.C}:  New namespace tests.
9830
9831 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
9832
9833         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
9834         specialization with typedef'ed names used as array indexes.
9835
9836 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
9837
9838         * gcc.c-torture/execute/980709-1.c: New test.
9839
9840         * gcc.dg/980709-1.c: New test.
9841
9842 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
9843
9844         * gcc.c-torture/execute/bcp-1.c: New test.
9845
9846 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
9847
9848         * gcc.c-torture/execute/980707-1.c: New test.
9849
9850 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
9851
9852         * gcc.c-torture/compile/980706-1.c: New test.
9853
9854 1998-07-01  Dave Love  <d.love@dl.ac.uk>
9855
9856         * g77.f-torture/execute/980701-0.f,
9857         g77.f-torture/execute/980701-1.f: New test from Craig.
9858
9859 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
9860
9861         * gcc.c-torture/compile/980701-1.c: New test.
9862
9863         * gcc.c-torture/execute/980701-1.c: New test.
9864
9865 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
9866 rlsruhe.de>
9867
9868         * g++.old-deja/g++.robertl/eb132.C: New test.
9869         * g++.old-deja/g++.robertl/eb133.C: Likewise.
9870
9871 1998-06-29  Dave Love  <d.love@dl.ac.uk>
9872
9873         * g77.f-torture/execute/980628-7.f,
9874         g77.f-torture/execute/980628-8.f,
9875         g77.f-torture/execute/980628-9.f,
9876         g77.f-torture/execute/980628-10.f: New tests from Craig.
9877
9878         * g77.f-torture/execute/980628-3.f: Remove mail headers.
9879
9880 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
9881
9882         * g77.f-torture/execute/980628-4.f: New test from Craig.
9883         * g77.f-torture/execute/980628-5.f: Likewise.
9884         * g77.f-torture/execute/980628-2.f: Likewise.
9885         * g77.f-torture/execute/980628-0.f: Likewise.
9886         * g77.f-torture/execute/980628-1.f: Likewise.
9887         * g77.f-torture/execute/980628-3.f: Likewise.
9888         * g77.f-torture/execute/980628-6.f: Likewise.
9889
9890 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
9891
9892         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
9893         directory when nothing has been installed yet.
9894
9895 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
9896
9897         * gcc.c-torture/special/special.exp: Handle newer versions of
9898         dejagnu.
9899
9900 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
9901
9902         * gcc.dg/980626-1.c: New test.
9903
9904 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
9905
9906         * gcc.misc-tests/m-un-2.c: New test.
9907         * g++.old-deja/g++.other/warn01.c: Likewise.
9908
9909 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
9910
9911         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
9912         compatibility with assmblers with a different comment character.
9913         Eliminate use of GAS-specific extensions.
9914
9915 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
9916
9917         * gcc.c-torture/execute/ieee/980619-1.c: New test.
9918
9919 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
9920
9921         *lib/g77.exp: Replace search for libf2c.a with search for newly
9922         renamed libg2c.a
9923
9924 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
9925
9926         * gcc.c-torture/execute/980617-1.c: New test.
9927
9928 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
9929
9930         * gcc.c-torture/execute/980612-1.c: New test.
9931
9932 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
9933
9934         * gcc.dg/980523-1.c: Only test on ppc-linux.
9935         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
9936
9937         * gcc.c-torture/execute/980608-1.c: New test.
9938
9939 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9940
9941         * gcc.c-torture/execute/980605-1.c: New test.
9942
9943 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
9944
9945         * gcc.c-torture/execute/980604-1.c: New test.
9946
9947 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
9948
9949         * gcc.c-torture/execute/980602-1.c: New test.
9950         * gcc.c-torture/execute/980602-2.c: Likewise.
9951
9952 1998-06-02  Dave Love  <d.love@dl.ac.uk>
9953
9954         * 970125-0.f: Fix per JCB.  Add commentary.
9955
9956 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
9957
9958         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
9959         IEEE -0 support.
9960
9961 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
9962
9963         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
9964         earlier.
9965
9966 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
9967
9968         * gcc.c-torture/execute/980526-3.c: New test.
9969
9970 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
9971
9972         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
9973         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
9974         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
9975         m88k-motorola-sysv3 to XFAIL.
9976
9977 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9978
9979         * gcc.dg/980526-1.c: New test.
9980         * gcc.c-torture/execute/980526-2.c: New test.
9981
9982 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
9983
9984         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
9985
9986         * gcc.c-torture/execute/980526-1.c: New test.
9987
9988 1998-05-26  Dave Love  <d.love@dl.ac.uk>
9989
9990         * g77.f-torture/execute/alpha2.f: Add runtime test.
9991
9992 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
9993
9994         * g++.old-deja/old-deja.exp: Strip leading directories.
9995
9996         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
9997         error for the line.  Don't run multiple tests for the same line.
9998
9999 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
10000
10001         * gcc.dg/980523-1.c: New test.
10002
10003 1998-05-23  Dave Love  <d.love@dl.ac.uk>
10004
10005         * g77.f-torture/compile/970915-0.f: New test.
10006
10007 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
10008
10009         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
10010
10011 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
10012
10013         * gcc.dg/980520-1.c: New test.
10014
10015 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
10016
10017         * gcc.dg/980502-1.c: Fix return type.
10018
10019 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
10020
10021         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
10022         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
10023         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
10024         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
10025         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
10026
10027 1998-05-20  Dave Love  <d.love@dl.ac.uk>
10028
10029         * g77.f-torture/execute/980520-1.f: New test.
10030
10031 1998-05-15  Dave Love  <d.love@dl.ac.uk>
10032
10033         * lib/mike-g77.exp: New file.
10034
10035         * g77.f-torture/noncompile/noncompile.exp,
10036         g77.f-torture/noncompile/check0.f: New files.
10037
10038 1998-05-14  Dave Love  <d.love@dl.ac.uk>
10039
10040         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
10041         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
10042         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
10043         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
10044         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
10045         abort where appropriate.
10046
10047 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
10048
10049         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
10050         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
10051
10052 1998-04-29  Dave Love  <d.love@dl.ac.uk>
10053
10054         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
10055
10056 1998-04-27  Dave Love  <d.love@dl.ac.uk>
10057
10058         * g77.f-torture/compile/980427-0.f: New test.
10059
10060 1998-04-24  Dave Love  <d.love@dl.ac.uk>
10061
10062         * g77.f-torture/compile/980424-0.f: New test.
10063
10064 1998-04-19  Dave Love  <d.love@dl.ac.uk>
10065
10066         * g77.f-torture/compile/980419-2.f (main): New test.
10067         * g77.f-torture/compile/970125-0.f: New test.
10068         * g77.f-torture/compile/980419-1.f: New test.
10069
10070 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
10071
10072         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
10073         of loop-4.c.
10074
10075 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
10076
10077         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
10078
10079 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
10080
10081         * gcc.c-torture/compile/980329-1.c: New test.
10082
10083 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
10084
10085         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
10086         * gcc.dg/980312-1.c: Fix typo in -march command.
10087
10088 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
10089
10090         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
10091
10092 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
10093
10094         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
10095         Dave Love agree the Fortran source is bogus.
10096
10097 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
10098
10099         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
10100         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
10101         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
10102         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
10103         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
10104
10105 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
10106
10107         * g++.old-deja/g++.other/friend1.C: New test.
10108
10109 1998-02-18  Dave Love  <d.love@dl.ac.uk>
10110
10111         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
10112         possibly uninitialized) variables and declare dnrm2.
10113
10114 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
10115
10116         From Bruno Haible <haible@ilog.fr>:
10117         * gcc.c-torture/execute/980223.c: New test.
10118
10119 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
10120
10121         * gcc.dg/ifelse-1.c: New test.
10122
10123 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
10124
10125         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
10126
10127           * lib/old-dejagnu.exp (old-dejagnu): Added the
10128           "execution test - XFAIL *-*-*" handling in the spirit of
10129           "excess errors test -". Changed the "execution test fails"
10130           handling to be like "excess errors test fails".
10131           * Update various tests accordingly.
10132
10133 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
10134
10135         * gcc.c-torture/execute/980205.c: New test.
10136
10137 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
10138
10139         * lib/c-torture.exp: Look for .x files instead of .cexp files.
10140         * lib/f-torture.exp: Similarly.
10141         * gcc.c-torture: Rename all .cexp files to .x files.
10142
10143 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10144
10145         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
10146         (940510-1.c): Removed duplicate.
10147         (971104-1.c): New test.
10148
10149 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
10150
10151           * lib/f-torture.exp: Improve error and loop detection.
10152
10153 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
10154
10155         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
10156         use that to size the filler array.
10157
10158 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
10159
10160         * lib/c-torture.exp(c-torture-execute): Fix typo.
10161
10162         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
10163         testcase as the executable name. Keep the executable around if
10164         the test fails.
10165
10166 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
10167
10168         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
10169         changes.  Only test one -g option, and move it to the end of the
10170         list of options to test.
10171
10172 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
10173
10174         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
10175         variable GCC_TORTURE_OPTIONS to supply default switches separated
10176         by colons.  If no environment variable, run tests with -O0 -g, -O1
10177         -g, and -O2 -g as well.
10178
10179 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
10180
10181         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
10182         explanatory comments. Fix indentation.
10183
10184 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
10185
10186         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
10187
10188 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
10189
10190         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
10191         * g++.old-deja/g++.mike/p7325.C: Likewise.
10192         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
10193
10194 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
10195
10196         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
10197         * g++.old-deja/g++.brendan/crash30.C: Likewise.
10198         * g++.old-deja/g++.brendan/crash39.C: Likewise.
10199         * g++.old-deja/g++.law/operators4.C: Likewise.
10200
10201 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
10202
10203         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
10204         * g++.old-deja/g++.mike/p784.C: Ditto.
10205         * g++.old-deja/g++.mike/p785.C: Ditto.
10206
10207 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
10208
10209           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
10210
10211 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
10212
10213         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
10214         target feature; pass this to c-torture-execute as needed.
10215
10216 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
10217
10218         * lib/c-torture.exp(c-torture-execute): If the previous and the
10219         current executables being tested are identical, we don't need to
10220         run the executable again. Try to make the executable names
10221         unique. Add an optional argument for passing additional compiler
10222         flags.
10223
10224 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
10225
10226         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
10227
10228 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
10229
10230         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
10231
10232 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
10233
10234         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
10235         32bit or larger longs.
10236
10237         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
10238         have either a 32bit long or 32bit int.
10239
10240 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10241
10242         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
10243         Make double precision tests dependent on sizeof (double).
10244
10245 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
10246
10247         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
10248         too.
10249
10250 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10251
10252         * gcc.c-torture/compile/961203-1.cexp: New script.
10253
10254 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
10255
10256         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
10257         up the includes ourselves.
10258
10259 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
10260
10261         * lib/plumhall.exp: Remove random include, and add a few
10262         verbose messages for debugging.
10263
10264 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
10265
10266         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
10267         of trying to do it ourselves.
10268
10269 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
10270
10271         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
10272
10273 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
10274
10275         * gcc.prms/5403.c: Made regexp a bit less strict.
10276
10277 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
10278
10279         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
10280         is returned from remote_load instead.
10281         * lib/plumhall.exp: Ditto.
10282         * lib/mike-g++.exp: Ditto.
10283         * lib/old-dejagnu.exp: Ditto.
10284         * lib/c-torture.exp: Ditto.
10285
10286 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
10287
10288         * lib/g++.exp: Use build_wrapper procedure.
10289         * lib/gcc.exp: Ditto.
10290
10291 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
10292
10293         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
10294         an old-style decl for malloc.  Fixes tests to work when
10295         sizeof (int) != sizeof (size_t).
10296
10297 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
10298
10299         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
10300
10301         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
10302         use stdargs.h interface.
10303
10304 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
10305
10306         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
10307         NO_VARARGS when compiling.
10308
10309 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
10310
10311         * lib/plumhall.exp(ph_includes): New procedure.
10312         (ph_make): Use it.
10313         (ph_compiler): Ditto.
10314
10315         * lib/g++.exp: Rename test-glue.c to testglue.c.
10316         * lib/gcc.exp: Ditto.
10317
10318 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
10319
10320         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
10321         to completion when it's called.
10322
10323 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
10324
10325         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
10326         is defined, don't do test.
10327
10328 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
10329
10330         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
10331         for object files.
10332         (ph_summary): Mark skipped testcases as untested, not unresolved.
10333
10334         * lib/plumhall.exp (ph_make): If unresolved because of bad
10335         errorCode, record errorCode in log file.
10336         (*): Replace send_log/verbose with verbose -log.
10337
10338 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
10339
10340         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
10341         double conversion if double isn't at least 8 bytes.
10342
10343         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
10344         int to work with targets where int is 16 bits.
10345
10346         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
10347         8 bytes, just exit, since 4 byte doubles don't have enough bits of
10348         precision for the test to complete.
10349
10350 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
10351
10352         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
10353         if d10v is not compiled with the -mdouble64 flag.
10354         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
10355
10356         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
10357         d10v is not compiled with the -mint32 flag.
10358
10359 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
10360
10361         * lib/plumhall.exp: Use incr_count.
10362
10363 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
10364
10365         * gcc.c-torture: Update to c-torture-1.45.
10366
10367 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
10368
10369         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
10370         the name of the expect testcase file).
10371
10372         * lib/g++.exp(g++_init): Ditto.
10373
10374 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
10375
10376         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
10377         the host.
10378
10379         * lib/gcc.exp(gcc_exit): New procedure.
10380
10381 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
10382
10383         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
10384         specs where appropriate.
10385
10386         * g++.old-deja/g++.arm/*: Added additional ERROR checks
10387         because of new "candidates are" messages, and removed a few
10388
10389         * Converted all non-old-style g++ testcases to old-style, and
10390         moved into g++.old-deja.
10391
10392 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
10393
10394         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
10395         options.
10396
10397         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
10398         succeeded.
10399
10400         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
10401
10402 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
10403
10404         * lib/gcc.exp (gcc_target_compile): Add support for defining
10405         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
10406         the machine doesn't have those features.
10407
10408 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
10409
10410         * g++.law/operators4.exp: Don't use LIBS.
10411
10412 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
10413
10414         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
10415
10416         * lib/mike-g++.exp: Don't set the compiler to be tested here.
10417         * lib/g++.exp: Set it here instead. Also, allow use of the
10418         --tool_exec and --tool_opt options. Change CXX to
10419         GXX_UNDER_TEST.
10420
10421         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
10422
10423         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
10424
10425 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
10426
10427         * lib/old-dejagnu.exp: Use prune_warnings instead of
10428         prune_system_crud.
10429         * lib/mike-g++.exp: Ditto.
10430         * lib/gcc.exp: Ditto.
10431         * lib/g++.exp: Ditto.
10432
10433         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
10434
10435 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
10436
10437           * 941014-2.c: Include stdlib.h
10438           * 960327-1.c: Include stdio.h
10439           * dbra.c, index-1.c: Don't assume ints are 32bits.
10440
10441 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
10442
10443         * lib/gcc.exp: Add gcc,stack_size target feature.
10444
10445         * lib/g++.exp(g++_target_compile): Add the include and link
10446         paths here, not in two other places. And, it's $options, not
10447         options.
10448
10449         * lib/mike-g++.exp(postbase): Remove the code that determines
10450         the correct include and link paths.
10451         * g++.old-deja/old-deja.exp: Ditto.
10452
10453 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
10454
10455         * lib/g++.exp(g++_init): target_compile no longer returns the
10456         filename of the result.
10457
10458 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
10459
10460         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
10461         call to glob.
10462
10463         * gcc.c-torture/special/special.exp: Change call to
10464         gcc_target_compile to include the object file.
10465
10466 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
10467
10468         * gcc.c-torture/special/special.exp: Correct misspelling in last
10469         change.
10470
10471 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
10472
10473         * lib/plumhall.exp(ph_summary): Log the entire output of the
10474         executable. Return -1 if there were any failures, 0 otherwise.
10475         (ph_execute): Return -1 if there were any failures, 0 otherwise.
10476         (ph_make): Clean up objects and executables that were built
10477         if the tests succeeded.
10478
10479 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
10480
10481         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
10482         libraries and includes in the build tree as appropriate.
10483
10484 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
10485
10486         * lib/c-torture.exp: Instead of looking for the global variable
10487         NO_LONG_LONG, check to see if that's a feature of the target.
10488
10489 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
10490
10491         * config/default.exp: Minimize. Delete the remainer of the files in
10492         config; this functionality is now in devo/dejagnu/config.
10493
10494         g++.*/*: Pass any additional flags used to compile to postbase;
10495         delete CXXFLAGS.
10496
10497         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
10498         is now done by runtest.exp. Use gcc_target_compile instead of
10499         compile.
10500
10501         lib/c-torture.exp: Use gcc_target_compile instead of compile.
10502         Remove references to CFLAGS. Use remote_file instead of
10503         calling rm -f.
10504         (c-torture): Take a list of arguments to use to compile this
10505         testcase.
10506
10507         lib/g++.exp: Simplify. Use target_compile instead of compile.
10508         lib/gcc-dg.exp: Ditto.
10509         lib/gcc.exp: Ditto.
10510         lib/mike-{gcc,g++}.exp: Ditto.
10511         lib/old-dejagnu.exp: Ditto.
10512         lib/plumhall.exp: Ditto.
10513
10514 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
10515
10516         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
10517         (ph_linker): Likewise.
10518
10519 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
10520
10521           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
10522         MAP_ANON / MAP_ANONYMOUS if defined;
10523         else try to map from /dev/zero .
10524
10525 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
10526
10527         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
10528         isn't defined, then define it to MAP_ANONYMOUS.
10529
10530 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
10531
10532         * gcc.c-torture: Update to c-torture-1.42 release.
10533
10534 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
10535
10536         * gcc.c-torture: Update to c-torture-1.41 release.
10537
10538 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
10539
10540         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
10541         c-torture release.
10542
10543 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10544
10545         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
10546         and LDFLAGS.  Fix second case to append the target_info ldflags
10547         onto LDFLAGS, not CFLAGS.
10548         * lib/g++.exp (g++_init): Add target_info stuff.
10549         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
10550         of libgloss and newlib flags for !native.
10551
10552         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
10553         (GDB): Fix relative path to go up another dir for finding gdb.
10554
10555 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10556
10557         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
10558         versions in the target_info array, if they don't exist.
10559
10560 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10561
10562         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
10563
10564 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
10565
10566         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
10567         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
10568
10569 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
10570
10571         * lib/old-dejagnu.exp: Don't remove the output file before we've
10572         actually tested it. Don't append pwd to the path of the executable
10573         we're testing.
10574
10575 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
10576
10577         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
10578
10579 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
10580
10581         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
10582         temporary directory for compiler files, and set it to a default
10583         value of /tmp. Set $output as the name of the output file from
10584         compiling the testcase. Add a -o option to $cflags_var so the
10585         compiler writes the final output file as $output. Set $executable
10586         to $output.
10587
10588         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
10589         directory for compiler files, and set it to /tmp if it doesn't
10590         already have a value. Set $output_file to the name of the output
10591         file from compiling the testcase. Add a -o option to CXXFLAGS so
10592         the compiler writes the final output file as $output. Use $output
10593         as the executable to be tested.
10594
10595 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10596
10597         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
10598
10599 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
10600
10601         * gcc.c-torture/execute/pending-1.c: New test.  Still
10602         pending in Tege's queue.
10603
10604 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
10605
10606         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
10607         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
10608         if there were failures.  Call unresolved if there were unresolved
10609         testcases.  Call gcc_fail if program did not run to completion.
10610         (ph_make): Pass additional argument name to ph_execute.
10611         (ph_execute): Add new argument.  Pass additional arguments to
10612         ph_summary.  Call gcc_fail is there is no execution output.
10613
10614 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
10615
10616         * lib/plumhall.exp (proc_summary): Output relavent summary
10617         lines into the log so specific failures in plumhall can be
10618         investigated.
10619
10620 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
10621
10622         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
10623         (c-torture-execute): Don't try to execute tests which use
10624         "long long" types if $NO_LONG_LONG is nonzero.
10625
10626 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
10627
10628         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
10629         not c-torture.
10630
10631         * gcc.ieee: Move from here.
10632         * gcc.c-torture/execute/ieee: To here.
10633
10634 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
10635
10636         * gcc.c-torture: Update to c-torture-1.41 release.
10637
10638 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
10639
10640         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
10641         not "$output".
10642
10643 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
10644
10645         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
10646         -c present.
10647
10648 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
10649
10650         * config/proelf.exp: Handle connecting to a simulator.
10651
10652 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
10653
10654         * config/proelf.exp: New file.  Enough framework that we can
10655         run c-torture tests on the proelf targets (or any other target
10656         that gdb can connect to for that matter).
10657
10658 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
10659
10660         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
10661         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
10662
10663         * lib/plumhall.exp (ph_execute): Always call ph_summary if
10664         exec_output exists.
10665
10666 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
10667
10668         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
10669         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
10670
10671         * config/*.exp: Update FSF address.  Change result of ${tool}_load
10672         to pass/fail/unresolved/unsupported/untested.  Caller must now
10673         call unresolved/unsupported/untested.
10674         * lib/*.exp: Update FSF address.  Update to handle new results of
10675         ${tool}_load.
10676         * lib/chill.exp (verbose): Delete.
10677
10678 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
10679
10680         * lib/gcc.exp (default_gcc_start): Change order of args to
10681         $LDFLAGS $CFLAGS $LIBS.
10682         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
10683         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
10684         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
10685         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
10686         * gcc.misc-tests/dg-test.exp: Likewise.
10687         * gcc.misc-tests/msgs.exp: Likewise.
10688         * gcc.prms/prms.exp: Likewise.
10689         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
10690         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
10691
10692         * lib/dg.exp: Deleted, moved to dejagnu/lib.
10693
10694 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10695
10696         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
10697
10698         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
10699         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
10700
10701         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
10702         necessary.
10703
10704 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
10705
10706         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
10707         global for loop; add use of $mathlib.
10708         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
10709         settings here; set mathlib for anything but VxWorks.
10710
10711 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
10712
10713         * gcc.c-torture: Update to c-torture-1.40 release.
10714
10715 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
10716
10717         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
10718         dg.exp.
10719
10720 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
10721
10722         * lib/c-torture.exp (c-torture-execute): Declare "output" as
10723         global.
10724
10725 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
10726
10727         * lib/g++.exp (LIBS): Define if not already.
10728         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
10729         (gcc-dg-prune): Call prune_gcc_output.
10730         * lib/gcc.exp (prune_gcc_output): New proc.
10731         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
10732         prune_gcc_output.
10733
10734 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
10735
10736         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
10737         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
10738
10739 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
10740
10741         * gcc.c-torture: Update to c-torture-1.39 release.
10742
10743 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
10744
10745         * lib/c-torture.exp (c-torture-execute): Don't return if one option
10746         fails, try others as well.
10747
10748 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10749
10750         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
10751         If compilation fails, mark execute tests as `untested'.
10752         If test is marked as unsupported, don't mark compilation and
10753         execute tests as failed.
10754
10755 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10756
10757         * lib/g++.exp (g++_init): Don't link in libg++, and look to
10758         libstdc++ for whether or not we want to be doing shared
10759         libraries.  Delete link_curses since we don't need it anymore.
10760         * lib/mike-g++.exp (postbase): Don't link in libg++.
10761         * g++.old-deja/old-deja.exp: Likewise.
10762
10763 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10764
10765         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
10766
10767 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10768
10769         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
10770         For that, add `-Wl,-a,shared_archive'.
10771         * g++.old-deja/old-deja.exp: Likewise.
10772
10773 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
10774
10775         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
10776
10777 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
10778
10779         * lib/mike-g++.exp (postbase): Pay attention to the status of
10780         g++_load.
10781
10782 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10783
10784           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
10785
10786 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
10787
10788         * lib/gcc.exp (default_gcc_start): No longer need to log program
10789         being executed or its output, execute_anywhere does that now.
10790         * lib/g++.exp (default_g++_version): Call execute_anywhere.
10791         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
10792
10793 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10794
10795         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
10796         the same as those in lib/g++.exp.
10797
10798 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
10799
10800         * gcc.c-torture: Update to c-torture-1.38 release.
10801         * gcc.ieee: Related changes.
10802
10803 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10804
10805         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
10806         "exec". Minor reformatting changes.
10807
10808         * config/rom68k.exp (${tool}_load): Make it work in a canadian
10809         cross. This means all "exec" calls now work on a remote host as
10810         well.
10811         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
10812         cross. Filter out the extra "\r\n" stuff that expect puts in.
10813         (c-torture-execute): Filter out the bogus warnings like
10814         c-torture-compile does. Add support for canadian cross.
10815         * lib/gcc.exp (default_gcc_version, default_gcc_start)
10816         Use execute_anywhere rather than calling exec directly. Now it
10817         works for canadian cross testing.
10818
10819 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
10820
10821         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
10822         results into a variable, and check that rather than using file exists.
10823
10824 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10825
10826         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
10827         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
10828
10829 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10830
10831         * g++.old-deja/old-deja.exp: Create and pass runshlib and
10832         lib_curses if there's a shared libg++ in the build tree.
10833
10834 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
10835
10836         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
10837         if not supported target.
10838
10839 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10840
10841         * lib/g++.exp (g++_init): Move empty setting of runshlib and
10842         link_curses up to always happen, not just for native builds.
10843
10844 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
10845
10846         * gcc.c-torture: Update to c-torture-1.36 release.
10847         * gcc.failure: Related changes.
10848
10849 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
10850
10851         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
10852
10853 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10854
10855         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
10856         * lib/mike-g++.exp (postbase): Not in here.  Still reference
10857         runshlib, link_curses, and mathlib for link and run.
10858
10859         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
10860         pass the runtime shared library options for Solaris, OSF/1, and
10861         Irix5, and link with -lcurses to avoid unresolved references.
10862
10863 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10864
10865         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
10866         only run once.
10867
10868 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
10869
10870         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
10871
10872 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
10873
10874         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
10875         do not have a framework for the "compat" tests yet.
10876
10877 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10878
10879         * lib/mike-g++.exp (postbase): New local variable `mathlib',
10880         set to null if we're testing vxworks5.1.  Use that instead of
10881         `-lm' in the setting of LIBS for link and run.
10882
10883 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10884
10885         * config/rom68k.exp (${tool}_load): Major changes to make it
10886         work.  Verified that it does in fact return the stuff in
10887         exec_output properly.  Catch any Emul or any TRAP other than 0.
10888
10889 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10890
10891         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
10892         LDFLAGS properly for targets that need stuff from libgloss.
10893         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
10894         only run once.
10895         (gpp_initialized): New variable.
10896
10897 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10898
10899         * config/rom68k.exp: Load libgloss.exp.
10900         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
10901         so we can produce a fully linked binary.
10902         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
10903         so we can produce a fully linked binary.
10904
10905 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
10906
10907         * lib/plumhall.exp (ph_section): Watch for expected failures.
10908         Add missing `else'.
10909
10910         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
10911         run the testcase.
10912         (c-torture): Likewise.
10913
10914 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
10915
10916         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
10917
10918         * lib/mike-g++.exp (mike_cleanup): New proc.
10919         (prebase): New globals compiler_result, not_compiler_result,
10920         target_regexp.
10921         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
10922         allow leading "-" in pattern.  Watch for unsupported tests.
10923         If $compiler_result is set, pattern match assembler code,
10924         and ditto for $not_compiler_result.
10925         * lib/mike-gcc.exp: Likewise.
10926
10927         * lib/plumhall.exp (ph_execute): Only call ph_summary if
10928         execution "succeeded".
10929
10930 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
10931
10932         * config/win32.exp: New file.
10933         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
10934
10935 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
10936
10937         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
10938         unsupported.
10939         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
10940         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
10941         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
10942
10943         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
10944         "... without exceptions was ...".  That is now handled by
10945         prune_system_crud.
10946         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
10947
10948 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
10949
10950         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
10951         sieve.c,sort2.c}: New files.
10952         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
10953         sieve.exp,sort2.exp}: Drivers for them.
10954
10955         * lib/mike-gcc.exp (program_output): New user settable variable.
10956         (postbase): Call prune_system_crud.  Also prune extraneous compiler
10957         messages.
10958         * lib/mike-g++.exp (program_output): New user settable variable.
10959
10960         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
10961
10962         * config/sh.exp: Deleted (use sim.exp instead).
10963
10964 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10965
10966         * config/vx.exp: Declare CHECKTASK as global.
10967         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
10968         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
10969         * lib/old-dejagnu.exp: Load [pwd]/$executable.
10970
10971 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10972
10973         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
10974         target. Like vx.exp, only includes `vx29k.exp' instead of
10975         `vxworks.exp'.
10976
10977 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
10978
10979         * config/sim.exp: Increase time limit from 120 seconds to 240.
10980
10981 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10982
10983         * gcc.c-torture/execute/950628-1.c: New test.
10984
10985 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
10986
10987         * gcc.c-torture: Update with changes/additions from
10988         c-torture-1.34.
10989
10990 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
10991
10992         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
10993
10994 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
10995
10996         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
10997
10998 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
10999
11000         * gcc.c-torture/compile/950512-1.c: New test.
11001         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
11002         * gcc.dg/struct-ret-1.c: Likewise.
11003
11004 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
11005
11006         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
11007           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
11008
11009 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
11010
11011         * gcc.c-torture/special/920411-1.c: Deleted.
11012         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
11013
11014 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
11015
11016         * config/sim.exp (${tool}_load): Hack in call to bash to get a
11017         cpu limit.
11018
11019 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11020
11021         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
11022
11023 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11024
11025         From kenner;
11026         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
11027         is the proper length.
11028         * va-arg-3.c: Likewise.
11029
11030 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
11031
11032         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
11033         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
11034
11035         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
11036         * lib/g++.exp (default_g++_start): Delete old cruft.
11037
11038 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
11039
11040         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
11041         (2 * (1 << 18)) to (2 * (1 << 17)).
11042
11043         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
11044
11045 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11046
11047         * config/rom68k.exp: Renamed from config/idp.exp
11048
11049 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11050
11051         * c-torture/compile/921109-2.c
11052
11053 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
11054
11055         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
11056         excess errors.
11057
11058 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
11059
11060         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
11061         output.
11062         * lib/g++.exp (default_g++_start): Likewise.
11063
11064 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11065
11066         * gcc.c-torture/compile/950329-1.c: New test.
11067
11068 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11069
11070           * config/bug.exp (${tool}_load): Updated to use new remote_open
11071           and remote_close procs.
11072         * config/idp.exp: New file.
11073
11074 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
11075
11076         * gcc.c-torture/execute/950322-1.c: New test.
11077
11078 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
11079
11080         * config/vx.exp (${tool}_load): Clean up testing of return code from
11081         vxworks_ld and vxworks_spawn.
11082
11083 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11084
11085         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
11086
11087 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
11088
11089         * lib/old-deja.exp: Add `excess errors test - ' error, now one
11090         can mark excess errors on a machine by machine basis.  Note, the
11091         default is to not expect any excess errors, even when excess
11092         errors test - is given, so you will want to put an XFAIL ... on
11093         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
11094         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
11095         those 4 machines, but no others.
11096
11097 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11098
11099         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
11100         * lib/c-torture.exp: to here.
11101
11102 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
11103
11104         * gcc.c-torture/execute/950221-1.c: New test.
11105         * gcc.c-torture/execute/struct-ret-1.c: New test.
11106         * gcc.c-torture/compile/950221-1.c: New test.
11107
11108         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
11109
11110 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11111
11112         * gcc.c-torture/execute/arith-1.c (main): Return 0.
11113         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
11114
11115 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
11116
11117         * g++.gb: New directory of tests, derived from my signature and
11118         class scoping tests.
11119
11120         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
11121         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
11122         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
11123         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
11124         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
11125         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
11126         * g++.gb/sig25.C: Likewise.
11127
11128         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
11129         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
11130         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
11131         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
11132         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
11133         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
11134         * g++.gb/sig25.exp: Likewise.
11135
11136         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
11137         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
11138         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
11139         * g++.gb/scope13.C: Likewise, this test still fails.
11140
11141         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
11142         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
11143         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
11144         * g++.gb/scope13.exp: Ditto.
11145
11146         * g++.gb/README: New file, explains what these tests are about.
11147
11148 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
11149
11150         * lib/dg.exp (dg-do): Support `preprocess'.
11151         (dg-test): Likewise.
11152
11153 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11154
11155         * config/udi.exp: change "continue -expect" to "exp_continue".
11156
11157 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
11158
11159         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
11160         Delete redundant tests.
11161
11162         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
11163         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
11164         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
11165         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
11166         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
11167         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
11168         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
11169         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
11170
11171         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
11172         storing label pointers.
11173         * gcc.c-torture/execute/921019-1.c: Likewise.
11174         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
11175         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
11176         parameter fp.
11177         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
11178         constants.
11179
11180         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
11181         Delete obsolete tests.
11182
11183         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
11184         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
11185         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
11186         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
11187         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
11188         * gcc.c-torture/compile/950124-1.c: New test.
11189
11190         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
11191
11192 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11193
11194         * lib/mike-g++.exp: Add -lm to LIBS.
11195
11196 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11197
11198         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
11199
11200 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11201
11202         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
11203
11204 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
11205
11206         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
11207
11208 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
11209
11210         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
11211         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
11212         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
11213         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
11214         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
11215         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
11216         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
11217         * g++.law/{operators31.C, operators32.C,
11218         * g++.law/{operators33.C, operators34.C}: Likewise.
11219         * g++.law/{pic1.C, refs2.C}: Likewise.
11220         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
11221         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
11222         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
11223         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
11224
11225         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
11226         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
11227         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
11228         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
11229         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
11230         * g++.law/{enum9.exp, friend5.exp}: Likewise.
11231         * g++.law/{nest3.exp, nest4.exp}: Likewise.
11232         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
11233         * g++.law/{operators30.exp, operators31.exp}: Likewise.
11234         * g++.law/{operators32.exp, operators33.exp}: Likewise.
11235         * g++.law/{operators34.exp}: Likewise.
11236         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
11237         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
11238         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
11239         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
11240         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
11241
11242         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
11243         No longer expected to fail.
11244         * g++.law/missed-error3.C: Tweak for recent bool changes.
11245
11246 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
11247
11248         * config/emb-unix: Deleted.
11249         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
11250         remote execution.  Do final link on remote host if REMOTE_LINK is set.
11251
11252 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
11253
11254         * lib/dg.exp (dg-test): Fix typo in last patch.
11255
11256 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
11257
11258         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
11259         (handles multiple occurrences).
11260
11261 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
11262
11263         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
11264         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
11265         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
11266         printed).
11267         * lib/c-torture.exp (c-torture-compile): Likewise.
11268         (c-torture): Prepend full path if missing.
11269         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
11270         (gcc_fail): Likewise.
11271         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
11272
11273 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11274
11275         * lib/netware.exp: Only attach to NetWare i386 systems.
11276
11277 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
11278
11279         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
11280         messages.  Add test name to "output pattern match" pass/fail message.
11281
11282 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
11283
11284         * gcc.dg: New testsuite.
11285         * gcc.dg/dg.exp: New file.
11286
11287         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
11288         test-switch.c}: Deleted.
11289
11290         * gcc.misc-tests/msgs.exp: New testcase driver.
11291
11292 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
11293
11294         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
11295         Watch for illegal return values from ${tool}_load.
11296         * config/unix.exp (${tool}_load): Fix pass/fail detection for
11297         cross targets.  Coerce return value >0 to 1.
11298
11299 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
11300
11301         * config/unix.exp (${tool}_load): Call program rsh, not proc.
11302
11303         * config/emb-unix.exp: New file.
11304
11305         * config/sim.exp: Error if variable $SIM not defined.
11306         (${tool}_load): Mark test as "untested" if simulator missing.
11307
11308         * config/unix.exp: Load remote.exp to get rcp_download.
11309         * lib/c-torture.exp: Use different option lists for testcases with
11310         and without loops.
11311         * gcc.c-torture/execute/execute.exp: Likewise.
11312
11313 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
11314
11315         * config/*.exp: Clarify return code from ${tool}_load.
11316         Call `unresolved' or `untested' instead of `warning' or `perror'
11317         (sometimes you still want to call both though).
11318         Add comment that `shell_id' is local to each file.
11319         * config/udi.exp (timeout): Set to 30.
11320         Don't print warning if connection fails, $connectmode has already
11321         printed an error.
11322         (${tool}_load): Move verbose messages to level 2.
11323         Rework pattern for "Process started" message.
11324         Pass `shell_id' to ${connectmode}_download.
11325         Retry twice upon timeout.  Make resetting of target more robust.
11326         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
11327         Pass `shell_id' to exit_$connectmode.
11328         Only call exit_$connectmode if connected.
11329         * config/unix.exp (${tool}_load): Check return codes better.
11330         * config/vrtx.exp (${tool}_load): Likewise.
11331         * config/vx.exp (${tool}_load): Likewise.
11332         Delete unneeded global's.
11333         * lib/dg.exp (dg-test): Update to reflect clarified return codes
11334         from ${tool}_load.
11335         (dg-stat): Delete.
11336         (dg-init): Delete recording of pass/fail counts.
11337         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
11338         (old-dejagnu-init): Likewise.
11339         (old-dejagnu-stat): Delete contents, empty proc now.
11340         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
11341         (c-torture): Delete references to lcnt, lpass, lfail.
11342         Get option list from TORTURE_OPTIONS.
11343         Delete -funroll[-all]-loops if no loops.
11344         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
11345         (g++_stat): Delete contents (empty proc now).
11346         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
11347         (gcc_finish): Likewise.
11348         (gcc_stat): Deleted.
11349         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
11350         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
11351         * gcc.c-torture/execute/execute.exp: Likewise.
11352         Split tests into two parts: compile, execute.
11353         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
11354         no loops.  Update to reflect clarified return codes from ${tool}_load.
11355
11356 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
11357
11358         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
11359         to grep for.
11360         (old-dejagnu): Likewise (where necessary).
11361
11362 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
11363
11364         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
11365
11366         * lib/dg.exp (dg-process-target): Fix processing of selector.
11367         Add comment regarding use of `error'.
11368
11369         * lib/gcc.exp (prune_system_crud): Define if missing.
11370         * lib/g++.exp (prune_system_crud): Likewise.
11371
11372         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
11373         Call prune_system_crud.
11374         * lib/dg.exp (dg-runtest): New proc.
11375         Use perror instead of send_user for tcl errors in testcase.
11376         Don't return any value, it's never used.
11377         Don't clobber previous definition of `unknown'.
11378         Print tcl errors in `dg-final'.
11379
11380 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
11381
11382         * lib/dg.exp (dg-process-target): Improve syntax error messages.
11383         (dg-test): Don't print errorInfo, it contains stack backtrace.
11384
11385 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
11386
11387         * lib/g++.exp (runtest_file_p): Define if missing.
11388
11389 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
11390
11391         * lib/mike-g++.exp: Comment out loading of g++.exp.
11392         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
11393         (default_g++_version): Always print something.
11394         (default_g++_start): Comment out call to `which'.
11395         (g++_start, g++_load): Deleted (must be defined in config file).
11396         * lib/gcc.exp: Test for existence of $CC at start.
11397         Delete check for tmpdir (done in gcc_init).
11398         (default_gcc_version): Always print something.
11399         (default_gcc_start): Comment out call to `which'.
11400         * config/*.exp: Major cleanup - make cross targets work at least a
11401         little better for g++ (by not being "--tool gcc" specific).
11402         Rename gcc_xxx to ${tool}_xxx.
11403         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
11404         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
11405
11406 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
11407
11408         * lib/c-torture.exp (c-torture-compile): Rework compiler
11409         message processing.
11410
11411         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
11412         c-torture.
11413
11414 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11415
11416         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
11417
11418         * lib/dg.exp (dg-process-target): Support { target native }.
11419
11420 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11421
11422         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
11423         looked for "... program xxx got fatal signal".
11424         Correct regsub munging of `comp_output'.
11425         Ignore compiler messages "path prefix not used" and "linker input
11426         file unused".
11427
11428 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
11429
11430         * lib/gcc.exp (runtest_file_p): Define if missing.
11431         * gcc.prms/template.c: Example to work from.
11432
11433 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
11434
11435         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
11436         * lib/dg.exp (dg-test): Call unsupported testcases as such.
11437
11438         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
11439         * gcc.prms/1883.c: Moved from compile/940714-1.c.
11440         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
11441         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
11442
11443         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
11444         (dg-process-target): No longer a varargs proc.
11445         Return S/N for target, P/F for xfail.  All callers changed.
11446         (user option procs): More argument checking.
11447         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
11448         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
11449         (dg-test): Skip test if not running on selected target in `dg-do'.
11450         Update handling of `dg-do-what', `dg-output-text'.
11451         Separate execution pass/fail from output pattern match pass/fail.
11452         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
11453
11454 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11455
11456         * gcc.c-torture/special/special.exp: Don't expect failure for mips
11457         target for 920510-1.c.
11458
11459 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
11460
11461         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
11462         Clean up comment regarding use of passcnt, etc.
11463         (gcc_stat): Don't update `testcnt' here.
11464         (gcc_finish): Do it here.
11465         Might as well reset `but_id' here too.
11466         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
11467         to determine if the file should be tested.
11468         * gcc.c-torture/compile/compile.exp: Likewise.
11469         * gcc.c-torture/execute/execute.exp: Likewise.
11470         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
11471         * gcc.misc-tests/dg-test.exp: Likewise.
11472         * gcc.prms/prms.exp: Likewise.
11473         * gcc.wendy/wendy.exp: Likewise.
11474         * g++.old-deja.exp: Likewise.
11475         Move "Testing file" message to verbose level 1.
11476
11477 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
11478
11479         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
11480
11481 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
11482
11483         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
11484         (default_gcc_start): Accept optional second list element
11485         of compiler flags.  Print compiler output at verbosity level 2.
11486         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
11487         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
11488         Save current values of framework globals passcnt, failcnt, xpasscnt,
11489         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
11490         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
11491         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
11492         xfailcnt to compute stats.  Update framework global `testcnt' from
11493         pass/fail counts.
11494         (gcc_finish): New proc.  Clean up test environment.
11495         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
11496         (gcc_epass, gcc_efail): Delete.
11497         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
11498         argument of line number.
11499         (dg-init): If the tool has an init routine, call it.
11500         (dg-test): Remove args `cflags_var' and `libs_var'.
11501         Pass all compiler options to ${tool}_start.
11502         Handle missing line number.
11503         (dg-finish): New function.
11504         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
11505         particular files.  Call gcc_finish at end.  Move "skipping test"
11506         message to verbosity level 3.
11507         * gcc.c-torture/compile/compile.exp: Likewise.
11508         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
11509         * gcc.c-torture/execute/execute.exp: Likewise.
11510         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
11511         Print testcase being tried at verbosity level 1.
11512         * gcc.c-torture/special/special.exp: Unset xfail.
11513         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
11514         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
11515         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
11516         * gcc.failure/failure.exp: Likewise.
11517         * gcc.ieee/ieee.exp: Likewise.
11518         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
11519         Update call to dg-test.  Call dg-finish at end.
11520         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
11521         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
11522         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
11523         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
11524         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
11525         * gcc.wendy/wendy.exp: Add copyright.
11526         Delete setting of tmpdir (done by gcc_init).
11527         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
11528         Pass compiler flags to gcc_start.  Call gcc_finish at end.
11529         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
11530         gcc_[ce]pass/fail.
11531
11532 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
11533
11534         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
11535         confusion.
11536         (g++_load): Likewise.
11537
11538         * config/*.exp (gcc_load): Some were varargs fns and some were not.
11539         Rename argument to `prog' to remove the confusion.
11540         Varargs fns behave differently too!
11541         (g++_load): Likewise.
11542
11543         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
11544
11545         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
11546         what it is.  Delete (always) printing of status value for !native.
11547         Simplify verbose code, and include status and exec_output.
11548         (g++_load): Use gcc_load.
11549
11550 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11551
11552         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
11553         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
11554         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
11555         940714-3.c as these testcases don't exist anymore.  Make
11556         va-arg-1.c expected to pass.
11557
11558 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
11559
11560         * gcc.misc-tests/misc.exp: Only run specific testcases.
11561         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
11562         * gcc.misc-tests/dg-[1-9].c: New files.
11563
11564         * lib/dg.exp: New testsuite driver.
11565         * gcc.prms/prms.exp: Use it.
11566
11567         * README.gcc: New file.
11568
11569         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
11570         Document and reset `lxpass' and `lxfail'.
11571         Simplify "initialized" message.
11572         (gcc_stat): Clean up comments a little.
11573
11574 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
11575
11576         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
11577
11578 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
11579
11580         * lib/old-dejagnu.exp (process-option): New proc.
11581         (old-dejagnu-init, old-dejagnu-stat): Likewise.
11582         (old-dejagnu): Simplify.
11583         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
11584
11585 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
11586
11587         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
11588         exists and is not an empty string.
11589
11590         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
11591         $xfail rather than calling setup_xfail.  Clear $xfail when test is
11592         finished.
11593         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
11594         automatically.
11595
11596         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
11597         longer expected to fail.
11598
11599         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
11600         "f" function call.
11601
11602         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
11603
11604         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
11605         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
11606         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
11607         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
11608         c-torture-1.29.
11609
11610         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
11611         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
11612
11613         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
11614
11615         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
11616         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
11617
11618         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
11619         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
11620         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
11621
11622 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11623
11624         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
11625         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
11626         940714-1.c, 940714-2.c, 940714-3.c},
11627         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
11628         gcc.misc-tests/{mg.c,mg.exp}:
11629         New tests.
11630         * gcc.noncompile/noncompile.exp: Change accordingly.
11631
11632 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
11633
11634         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
11635         Undo previous clobberage.
11636
11637 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
11638
11639         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
11640         * gcc.special/{930510-1.c, special.exp}:
11641         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
11642         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
11643         struct-varargs-1.c}: New tests from c-torture-1.26.
11644
11645 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11646
11647         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
11648           argument to switch.
11649
11650 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
11651
11652         * Revert the previous changes.  Please see Rob's directory
11653           (/lisa/test/rob/progressive/gcc/testsuite) for testing
11654           fixes.
11655
11656 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
11657
11658         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
11659             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
11660             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
11661             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
11662             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
11663             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
11664             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
11665             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
11666             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
11667             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
11668             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
11669             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
11670             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
11671             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
11672             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
11673             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
11674             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
11675             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
11676             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
11677             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
11678             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
11679             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
11680             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
11681             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
11682             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
11683             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
11684             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
11685
11686 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
11687
11688         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
11689             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
11690           with perror calls.
11691
11692 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
11693
11694         * config/unix.exp (g++_load): Fix syntax.
11695
11696 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11697
11698         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
11699         * gcc.noncompile/921017-1.c: Deleted obsolete test.
11700         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
11701         Don't expect va-arg-1.c to fail.  Correct expected output for
11702         920928-1.c.
11703         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
11704         * gcc.wendy/hbm4.c: Correct typo.
11705         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
11706
11707 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
11708
11709         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
11710         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
11711         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
11712         * lib/c-torture.exp (c-torture-compile): Ditto.
11713
11714         Reduce volume of output (remove all the -I's and such).
11715         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
11716         Call gcc_cpass, gcc_cfail.
11717         (c-torture): Pass testing option to c-torture-compile.
11718
11719 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
11720
11721         Bring patches over from progressive.
11722         * config/default.exp: Exit remote shell cleanly.
11723         (g++_exit, g++_start): Add default versions.
11724         * config/sim.exp (gcc_load): Use perror, not error.
11725
11726 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
11727
11728         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
11729         set in site.exp.
11730
11731 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
11732
11733         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
11734         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
11735         (wendy_try): New proc to run testcase.
11736         (main loop): Call 'em.
11737         * gcc.wendy/*.c: Clean up pass to correct expected output.
11738
11739         * lib/gcc.exp: Minor cleanup work.
11740         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
11741
11742 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
11743
11744         * config/sim.exp (gcc_load): Document return codes better.
11745         Don't pass -v to simulator.
11746
11747 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11748
11749           * gcc.special/920717-x.c: Fix typo.
11750           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
11751           get at sources.
11752
11753         * lib/mike-gcc.exp: Fix typo.
11754
11755 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
11756
11757         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
11758         binary to use, transform the name.
11759         * config/*.exp: rename everything. Nuke any g++ specific files,
11760         it's now a special case of gcc that requires no special support.
11761         Add a default.exp for unsupported targets.
11762
11763 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
11764
11765         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
11766         lib/old-dejagnu.exp: Fix a few patterns to work with the new
11767         version of Tcl.
11768
11769 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
11770
11771         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
11772         than a warning.
11773
11774 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
11775
11776         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
11777
11778 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11779
11780         * gcc.execute/execute.exp: Combine opt_list and foption_list into
11781         option_list.  Compile every file with only 4/6 option choices
11782         (same as C torture) instead of with 12/18 different option
11783         choices.
11784         * lib/c-torture.exp: Likewise.
11785
11786         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
11787         not already set.
11788
11789 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
11790
11791         * lib/old-deja.exp: Add `excess errors test fails' error, now one
11792         can put an XFAIL *-*-* on excess errors.
11793
11794 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
11795
11796         * g++.law: Add more tests derived from g++-bugs snapshots.
11797
11798         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
11799         equivalent to g++.law/init9.
11800
11801         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
11802         compiled it, and the a.out file after we've run it.
11803
11804 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11805
11806         * lib/mike-g++.exp (postbase): Delete the .o file after we've
11807         compiled it, and the a.out file after we've run it.
11808
11809 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11810
11811         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
11812
11813 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11814
11815         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
11816         version number.
11817
11818 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11819
11820         * g++.law: New directory of g++ tests derived from the g++-bugs
11821         snapshots.
11822
11823 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11824
11825         * gcc.compile: initbug1.c initbug1.exp testcase added
11826
11827 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11828
11829         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
11830         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
11831           fixes submitted by Jeff Law (law@cs.utah.edu)
11832         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
11833           Jeff Law (law@cs.utah.edu)
11834
11835
11836 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
11837
11838         * config/unix-g++.exp: Follow the gcc way of doing things.
11839         * g++.old-deja/old-deja.exp: Minor updates.
11840         * lib/g++.exp: New file, follow the gcc way of doing things.
11841         * lib/old-dejagnu.exp: Minor updates.
11842         * lib/mike-g++.exp: Always unset errorInfo.
11843
11844 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
11845
11846         * lib/gcc.exp: Fix some errors with the below change, CC and
11847         CFLAGS should be global when setting, not local.
11848
11849 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11850
11851         * lib/gcc.exp: Transform tool name.
11852
11853 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11854
11855         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
11856
11857 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11858
11859         * lib/gcc.exp: change gcc_done to gcc_stat
11860
11861 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11862
11863         * Upgraded gcc testsuite to c-torture version 1.25
11864
11865 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11866
11867         * lib/gcc.exp: added reporting code. Changed verbose compile message.
11868         * lib/c-torture: added hooks for new reporting code.
11869
11870 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11871
11872         * config/sh-gcc.exp: check if sh-sim exists in the path
11873
11874 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11875
11876         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
11877         * gcc.compile/compile.exp: Initial changes for new logic.
11878         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
11879         * gcc.failure/failure.exp: Initial changes for new logic.
11880         * gcc.ieee/ieee.exp: Initial changes for new logic.
11881         * gcc.misc-tests/misc.exp: Initial changes for new logic.
11882         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
11883         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
11884         * lib/c-torture.exp: Initial changes for new logic.
11885         * lib/gcc.exp: Initial changes for new logic.
11886
11887 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
11888
11889         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
11890         depend upon failure or success.  Fully qualify names in failure
11891         and success messages.  Always remove a.out before starting
11892         compile, just in case.  Pay more attention to error text output by
11893         the compiler.  Handle testcases with no known past errors just
11894         like all others, so that things are uniform.  Other miscellaneous
11895         improvements.
11896
11897 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11898
11899         * gcc.cpp: new directory for cpp tests
11900
11901 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11902
11903         * lib/chill.exp: Code reformatted, removed unused code.
11904         * config/unix-chill.exp: Code reformatted, removed unused code.
11905         * chill.execute/execute.exp: Code reformatted, removed unused code.
11906         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
11907
11908 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
11909
11910         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
11911         routines not written.
11912
11913 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11914
11915         * config/bug-gcc.exp: Use new procs from bug.exp.
11916
11917 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11918
11919         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
11920         via ftp, rather than depending on NFS.
11921         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
11922         case.
11923
11924 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11925
11926         * config/bug-gcc.exp: Use new download proc.
11927
11928 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
11929
11930         * chill.execute/execute.exp: cleanups, handles errors better
11931         * chill.compile/compile.exp: rewrite, based on execute.exp
11932         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
11933         * lib/chill.exp: major changes to diff proc and compile and link
11934           procs. added chill_fail and chill_pass wrappers to pass and
11935           fail. added more comments, and handle error codes better.
11936           Added a hack to capture stderr from exec, so noncompile tests
11937           can work.
11938
11939 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11940
11941         * chill.execute/execute.exp: rewrite of testsuite driver
11942         * lib/chill.exp: rewrite of testsuite driver
11943         * config/unix-chill.exp: rewrite of testsuite driver
11944
11945 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
11946
11947     In chill.execute:
11948         * iexpr.ch: Standardize uppercase.
11949         * tuples.dat: Standardize uppercase.
11950         * vary.ch: standardize.  Correct varying string assignments.
11951         * vary.dat: Add new output lines.
11952
11953 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
11954
11955     In chill.execute:
11956         * chprintf.ch: Standardize use of uppercase.
11957         * tuples.ch: Standardize and turn arr2 into a DCL,
11958           rather than a SYN.
11959         * pinits.ch: Standardize.
11960
11961 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11962
11963         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
11964         * Makefil: Renamed to Makefile.in.
11965         * configure.in: New.
11966
11967 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
11968
11969     In chill.execute:
11970         * .cvsignore: Add result/output files.
11971         * Makefile: Fix up variables at start.  Use MFLAGS
11972           everywhere.  Correct bool_loc, built_ins entries.
11973           Add entry for vary1.ch.
11974         * bitarray.ch: Standardize upper-case usage.
11975         * bitexpr.ch: Standardize, add output of b1.
11976         * params.ch: Use arrayt in along PROC parameters, to
11977           avoid novelty problems.
11978         * sets.ch: Tiny cleanup.
11979         * vary1.ch: Re-indent.
11980
11981 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
11982
11983           * Add PR-related files to Makefiles, .cvsignore files, etc.
11984
11985 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
11986
11987         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
11988           with compiler objects. New names are test-flow.c and test-loop.c
11989
11990 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
11991
11992         * Upgraded c-torture tests from 1.19 to 1.20
11993
11994         * new files:
11995         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
11996         * gcc.compile: 930623-1.c 930623-2.c
11997         * gcc.noncompile: 930622-1.c 930622-2.c
11998         * gcc.failure: 920411-1.c 920627-2.c
11999         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
12000
12001 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12002
12003         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
12004           More changes to get testsuite working properly. Needs more work.
12005           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
12006
12007 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
12008
12009         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
12010           More changes to get testsuite working properly. Needs more work.
12011
12012 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
12013
12014         * chill.compile/compile.exp: Added for Dejagnu support
12015         * chill.execute/execute.exp: Added for Dejagnu support
12016         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
12017
12018 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
12019
12020     This should complete moving the CHILL test files.
12021         * chill.noncompile(.cvsignore printf.grt
12022             in-printf.grt chprintf.grt chprintf.ch):
12023             Added test-support files.
12024           (Makefile): Modified further.
12025         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
12026             signal.ch): Added test files.
12027           * chill.execute (.cvsignore printf.grt printr.c
12028             in-printf.grt rts.c chprintf.grt rts.h): Added
12029           test-support files.
12030             (Makefile): More corrections.
12031
12032 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
12033
12034         * chill.compile, chill.execute, chill.nocompile: Add CHILL
12035           test cases, ready for DejaGnu.
12036
12037 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12038
12039         * Upgraded c-torture tests from 1.18 to 1.19
12040
12041         * gcc.compile: added test(s):
12042           930607-1.c
12043         * gcc.execute: added test(s):
12044           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
12045
12046         * added new subdirectory for misc tests: gcc.misc-tests
12047         * gcc.misc-test(s): added tests:
12048           inst-check.c test-consts.c test-ior.c test-switch.c
12049
12050 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
12051
12052         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
12053
12054 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
12055
12056         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
12057
12058 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12059
12060         * Upgraded c-torture tests from 1.17 to 1.18
12061
12062 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12063
12064         * Upgraded c-torture tests from 1.12 to 1.17
12065
12066 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
12067
12068         * lib/old-dejagnu.exp:
12069           Fixed handling of XFAIL target triplets to correctly
12070           recognize wildcard characters.  Removed code that
12071           appended a unique id tag to the end of the file name
12072           printed out by the result of the testcases within a
12073           given test file.
12074
12075 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
12076
12077         * lib/old-dejagnu.exp:
12078           Reworked expected failure handling to trigger off of XFAIL
12079           keyword in keyphrase embeded in testcase source code. The
12080           XFAIL keyword must be at the end of the keyphrase line. It
12081           may optionally be followed by one or more target triplets.
12082           It has just occured that the handling of wildcards in the
12083           target triplet may not be correct.
12084
12085 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
12086
12087         * g++.old-deja/tests:
12088           Moved all subdirectories up one level into g++.old-deja .
12089
12090         * lib/old-dejagnu.exp:
12091           Fixed problem with CXXFLAGS not being properly reset, and being
12092           corrupted with extraneous "-c" compiler option.  This was
12093           causing binaries to not be generated for test that needed them.
12094           Modified strings passed to "pass" and "fail" so that individual
12095           tests from the same test file would be distinguished by an
12096           identifier appended to the test file name in the summary logs;
12097           this corrected a problem with erroneous diff logs.  Added code
12098           to search testcases for expected fail and unexpected pass keywords.
12099
12100 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12101
12102         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
12103
12104 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
12105
12106         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
12107           Removed extraneous text from end of "Special g++ Options"
12108           keyphrase.
12109
12110         * lib/old-dejagnu.exp: Added pattern matching to look for new
12111           keywords, embedded in testcases comments, which will trigger
12112           calls to xpass and xfail.
12113
12114 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
12115
12116         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
12117           comments embedded in the testcases, especially the one looking for
12118           special compiler options, as well as the pattern matching for the
12119           compiler output again.
12120
12121 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
12122
12123         * lib/old-dejagnu.exp: Do a proper check of the return value for
12124           execute tests. Fixed several problems with the pattern matching
12125           of the compiler output which gave erroneous test results.
12126           Changed several of the test result messages to be more descriptive.
12127         * config/unix-g++.exp: Proc g++_load now actually works and
12128           executes the tests passed to it and returns a usable return
12129           value.
12130
12131 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12132
12133           * lib/gcc.exp: Exits gracefully if $CC is bogus.
12134
12135 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
12136
12137         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
12138           Modified both files to properly execute the old style
12139           dejagnu tests. The previous versions of these files were
12140           experimental and did not function anything near correctly.
12141
12142 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
12143
12144         * Removed all Makefile.in and configure.in files. No configuration
12145         needed now.
12146
12147 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
12148
12149         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
12150
12151 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12152
12153         * gcc.compile/configure.in, gcc.unsorted/configure.in,
12154         gcc.special/configure.in, gcc.noncompile/configure.in,
12155         gcc.execute/configure.in, gcc.code_quality/configure.in,
12156         g++.other/configure.in, g++.old-deja/configure.in,
12157         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
12158         in srcname setting.
12159
12160 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
12161
12162         * lib/udi.exp:  Fixed mondfe and mondfe_download.
12163         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
12164         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
12165
12166 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
12167
12168         * config/udi-gdb.exp: Check $shell_id after connecting to target.
12169         (gdb_exit): Don't remove *_soc files.
12170
12171 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12172
12173         * lib/c-torture.exp: Don't look for main; instead always use -w
12174         -c.  This is how the c-torture tests work.  Remove the object
12175         file if the compilation succeeds.
12176         * gcc.execute/execute.exp: Remove executable if test passes.
12177         * gcc.noncompile/noncompile.exp: Every test is an expected
12178         failure.
12179         * gcc.special/special.exp: Added tests from c-torture 1.11,
12180         corrected use of existing test.
12181         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
12182         gcc.execute/920625-1.c: Updated to c-torture 1.11.
12183         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
12184         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
12185         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
12186         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
12187         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
12188         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
12189         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
12190         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
12191         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
12192         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
12193         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
12194         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
12195         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
12196         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
12197         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
12198         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
12199         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
12200         c-torture 1.11.
12201         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
12202         correspond to c-torture 1.11.
12203
12204         * New file.