OSDN Git Service

* call.c (convert_like_real): Create a temporary for non-lvalue.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
2
3         * g++.old-deja/g++.other/init16.C: Update the test so that it does
4         not need <string> and also tests the initialization at runtime.
5
6 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7
8         * gcc.c-torture/execute/longlong.c: New test.
9
10 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
11
12         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13
14 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
15
16         * gcc.c-torture/execute/920302-1.c (execute):
17         Change argument type to short.
18
19 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
20
21         * g++.old-deja/g++.pt/deduct6.C: New test.
22
23 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
24
25         * g++.old-deja/g++.pt/deduct5.C: New test.
26
27 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
28
29         * gcc.c-torture/execute/20010209-1.c: New test.
30
31 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
32
33         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
34
35 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
36
37         * g++.dg/vtgc1.C: Update for new ABI.
38
39         * consistency.vlad: New directory, 1665 files.
40
41 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
42
43         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
44         return type.
45         * gcc.dg/cpp/digraphs.c: Declare puts.
46
47 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
48
49         * g++.old-deja/g++.other/warn5.C: New test.
50
51 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
52
53         * g++.old-deja/g++.pt/spec40.C: New test.
54
55 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
56
57         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
58         case.
59         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
60
61 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
62
63         * gcc.c-torture/compile/20010209-1.c: New test.
64
65 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
66
67         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
68         excess errors message but not if it crashes.
69         * g++.old-deja/g++.other/crash27.C: Likewise.
70         * g++.old-deja/g++.other/crash28.C: Likewise.
71         * g++.old-deja/g++.other/crash30.C: Likewise.
72         * g++.old-deja/g++.other/crash32.C: Likewise.
73         * g++.old-deja/g++.other/crash35.C: Likewise.
74         * g++.old-deja/g++.pt/inherit2.C: Likewise.
75
76 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
77
78         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
79         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
80         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
81         g77.f-torture/execute/execute.exp,
82         g77.f-torture/noncompile/noncompile.exp,
83         gcc.c-torture/execute/execute.exp,
84         gcc.c-torture/execute/memcheck/memcheck.exp,
85         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
86         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
87         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
88         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
89         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
90         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
91         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
92         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
93         Remove bug reporting instructions with ancient email addresses.
94
95 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
96
97         * gcc.dg/20010202-1.c: New test.
98         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
99
100 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
101
102         * g++.dg/stdbool-if.C: New test.
103
104 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
105
106         * objc/execute/fdecl.m: Added main().
107
108 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
109
110         * gcc.c-torture/execute/20010206-1.c: New test.
111
112 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
113
114         * gcc.dg/cpp/avoidpaste1.c: Update.
115
116 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
117
118         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
119         Pero <nicola@brainstorm.co.uk>.
120         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
121
122 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
123
124         * g++.old-deja/g++.pt/spec39.C: New test.
125
126 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
127
128         * gcc.c-torture/compile/20010202-1.c: New test.
129
130 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
131
132         * g++.old-deja/g++.abi/primary2.C: New test.
133         * g++.old-deja/g++.abi/primary3.C: New test.
134         * g++.old-deja/g++.abi/primary4.C: New test.
135         * g++.old-deja/g++.abi/primary5.C: New test.
136         * g++.old-deja/g++.abi/vtable3.h: New test.
137         * g++.old-deja/g++.abi/vtable3a.C: New test.
138         * g++.old-deja/g++.abi/vtable3b.C: New test.
139         * g++.old-deja/g++.abi/vtable3c.C: New test.
140         * g++.old-deja/g++.abi/vtable3d.C: New test.
141         * g++.old-deja/g++.abi/vtable3e.C: New test.
142         * g++.old-deja/g++.abi/vtable3f.C: New test.
143         * g++.old-deja/g++.abi/vtable3g.C: New test.
144         * g++.old-deja/g++.abi/vtable3h.C: New test.
145         * g++.old-deja/g++.abi/vtable3i.C: New test.
146         * g++.old-deja/g++.abi/vtable3j.C: New test.
147         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
148
149 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
150
151         * g++.old-deja/g++.other/anon6.C: New test.
152         * g++.old-deja/g++.other/anon7.C: New test.
153
154 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
155
156         * gcc.dg/cpp/avoidpaste2.c: New tests.
157
158 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
159
160         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
161
162 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
163
164         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
165         DECIMAL_DIG cases for Irix."
166
167 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
168
169         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
170
171 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
172
173         * gcc.dg/c99-tag-1.c: New test.
174
175 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
176
177         * gcc.dg/cpp/tr-warn1.c: Add tests.
178
179 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
180
181         * gcc.dg/cpp/avoidpaste1.c: Update.
182         * gcc.dg/cpp/paste4.c: Update.
183
184 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
185
186         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
187         cases for Irix.
188
189 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
190
191         * g++.old-deja/g++.other/inline19.C: New test.
192
193 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
194
195         * gcc.dg/Wlarger-than.c: New test.
196
197 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
198
199         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
200
201 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
202
203         * gcc.c-torture/execute/20010129-1.c: New test.
204         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
205
206 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
207
208         * gcc.dg/cpp/avoidpaste1.c: Test case.
209
210 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
211
212         * g++.old-deja/g++.other/inline18.C: New test.
213
214 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
215
216         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
217         and __builtin_putchar.
218
219 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
220
221         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
222         tests.
223
224 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
225
226         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
227         floating point number rounding mode to round to the nearest
228         representable mode.
229
230 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
231
232         * g++.old-deja/g++.other/mangle2.C: New test.
233
234 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
235
236         * gcc.c-torture/compile/20010124-1.c: New test.
237
238 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
239
240         * g++.old-deja/g++.pt/spec38.C: New test.
241
242 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
243
244         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
245         "Build don't run".
246
247 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
248
249         * gcc.c-torture/execute/20010123-1.c: New test.
250
251 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
252
253         * g++.old-deja/g++.pt/spec37.C: New test.
254
255 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
256
257         * g++.old-deja/g++.pt/overload14.C: New test.
258
259 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
260
261         * gcc.c-torture/execute/20010122-1.c: New test, exercise
262         __builtin_return_address.
263
264 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
265
266         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
267         * g++.old-deja/g++.pt/spec35.C: New test.
268         * g++.old-deja/g++.pt/spec36.C: New test.
269
270 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
271
272         * gcc.c-torture/compile/20010118-1.c: New test.
273
274 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
275
276         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
277
278 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
279
280         * gcc.c-torture/execute/20010119-1.c: New test.
281
282 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
283
284         * g++.old-deja/g++.other/vbase5.C: New test.
285
286 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
287
288         * gcc.c-torture/execute/20010118-1.c: New test.
289
290 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
291
292         * g++.old-deja/g++.pt/deduct3.C: New test.
293
294 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
295
296         * g++.old-deja/g++.pt/spec34.C: New test.
297
298 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
299
300         * g77.f-torture/compile/20000601-2.f: New test.
301
302 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
303
304         * g++.old-deja/g++.other/init17.C: New test.
305
306 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
307
308         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
309
310 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
311
312         * g++.old-deja/g++.pt/unify8.C: New test.
313
314 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
315
316         * g++.old-deja/g++.abi/vbase1.C: New test.
317
318 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
319
320         * g++.old-deja/g++.pt/crash65.C: New test.
321
322 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
323
324         * gcc.dg/cpp/assembl2.S: New test case.
325
326 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
327
328         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
329         are supported.
330
331 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
332
333         * g++.old-deja/g++.other/builtins1.C: New test.
334         * g++.old-deja/g++.other/builtins2.C: Likewise.
335         * g++.old-deja/g++.other/builtins3.C: Likewise.
336         * g++.old-deja/g++.other/builtins4.C: Likewise.
337
338 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
339
340         * gcc.c-torture/compile/20010117-1.c: New test.
341         * gcc.c-torture/compile/20010117-2.c: New test.
342
343 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
344
345         * g77.f-torture/execute/20010116.[fx]: New test,
346         XFAIL on i?86-*-*.
347         * g77.f-torture/compile/20010115.f: Indicate it's
348         a test for PR fortran/1636.
349
350 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
351
352         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
353
354 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
355
356         * g77.f-torture/compile/20010115.f: New test.
357
358 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
359
360         * g++.old-deja/g++.pt/nontype5.C: New test.
361
362 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
363
364         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we 
365         have an equivalent working one below it.
366           
367 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
368
369         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
370         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
371
372 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
373
374         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
375         message containing "init_priority".
376         (conpr-2.C): Likewise.
377         (conpr-3.C): Likewise.
378         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
379
380 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
381
382         * gcc.c-torture/execute/20010114-2.c: New test.
383
384 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
385
386         * gcc.c-torture/compile/20010114-1.c: New test.
387         * gcc.c-torture/compile/20010114-1.x: Xfail.
388         * gcc.c-torture/compile/20010114-2.c: New test.
389         * gcc.c-torture/execute/20010114-1.c: New test.
390         * gcc.dg/trunc-1.c: New test.
391         * gcc.dg/uninit-B.c: New test.
392
393 2001-01-13  Nick Clifton  <nickc@redhat.com>
394
395         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
396         target.
397
398 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
399
400         * gcc.c-torture/compile/20010113-1.c: New test.
401
402 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
403
404         * gcc.c-torture/compile/20001212-1.c: New test.
405
406 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
407
408         * gcc.dg/cpp/widestr1.c: Update.
409         * gcc.dg/cpp/prag-imp.c: Remove.
410
411 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
412
413         * gcc.c-torture/execute/20000801-3.x: Remove.
414         * gcc.dg/c90-init-1.c: New test.
415         * gcc.dg/c99-init-1.c: New test.
416         * gcc.dg/c99-init-2.c: New test.
417         * gcc.dg/gnu99-init-1.c: New test.
418
419 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
420
421         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
422         testing that no relevant ones were found.
423
424 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
425
426         * g++.old-deja/g++.pt/cast2.C: New test.
427
428 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
429
430         * g++.old-deja/g++.pt/friend47.C: New test.
431
432 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
433
434         * g++.old-deja/g++.pt/instantiate13.C: New test.
435
436 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
437
438         * g++.old-deja/g++.other/defarg7.C: New test.
439         * g++.old-deja/g++.other/defarg8.C: New test.
440
441 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
442
443         * g++.old-deja/g++.pt/crash64.C: New test.
444
445 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
446
447         * g++.old-deja/g++.pt/crash63.C: New test.
448
449 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
450
451         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
452
453 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
454
455         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
456         
457 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
458
459         * g++.old-deja/g++.pt/error3.C: New test.
460
461 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
462
463         * g++.old-deja/g++.other/crash39.C: New test.
464
465 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
466
467         * g++.old-deja/g++.other/vbase4.C: New test.
468
469 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
470
471         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
472         * gcc.dg/special/20000419-2.c: New file. Identical to above.
473         * gcc.dg/special/special.exp: New test driver which will check
474         for alias support for the above test.
475
476 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
477
478         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
479         problems on small machines.
480         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
481         parameterize. 
482         
483 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
484
485         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
486         mips.
487         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
488
489 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
490
491         * g++.old_deja/g++.pt/using8.C: New test.
492
493 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
494
495         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
496
497 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
498
499         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
500         where a failure is expected.
501         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
502
503 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
504
505         * g++.old_deja/g++.pt/instantiate12.C: New test.
506
507 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
508
509         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
510         start of structs.
511         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
512         * g++.old-deja/g++.brendan/crash17.C: Likewise.
513         * g++.old-deja/g++.brendan/crash29.C: Likewise.
514         * g++.old-deja/g++.brendan/crash48.C: Likewise.
515         * g++.old-deja/g++.brendan/ns1.C: Likewise.
516         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
517         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
518         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
519         * g++.old-deja/g++.eh/spec6.C: Likewise.
520         * g++.old-deja/g++.jason/crash3.C: Likewise.
521         * g++.old-deja/g++.law/ctors11.C: Likewise.
522         * g++.old-deja/g++.law/ctors17.C: Likewise.
523         * g++.old-deja/g++.law/ctors5.C: Likewise.
524         * g++.old-deja/g++.law/ctors9.C: Likewise.
525         * g++.old-deja/g++.mike/ambig1.C: Likewise.
526         * g++.old-deja/g++.mike/net22.C: Likewise.
527         * g++.old-deja/g++.mike/p3538a.C: Likewise.
528         * g++.old-deja/g++.mike/p3538b.C: Likewise.
529         * g++.old-deja/g++.mike/virt3.C: Likewise.
530         * g++.old-deja/g++.niklas/t128.C: Likewise.
531         * g++.old-deja/g++.other/anon4.C: Likewise.
532         * g++.old-deja/g++.other/using1.C: Likewise.
533         * g++.old-deja/g++.other/warn3.C: Likewise.
534         * g++.old-deja/g++.pt/t37.C: Likewise.
535         * g++.old-deja/g++.robertl/eb69.C: Likewise.
536         * g++.old-deja/g++.robertl/eb71.C: Likewise.
537
538 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
539
540         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
541
542 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
543
544         * gcc.c-torture/execute/stdio-opt-3.c: New test.
545
546 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
547
548         * gcc.c-torture/compile/20010107-1.c: New test.
549
550 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
551
552         * gcc.c-torture/execute/builtin-noret-1.c: New test.
553
554 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
555
556         * gcc.dg/format/format.h: New file.
557         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
558         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
559         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
560         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
561         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
562         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
563         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
564         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
565         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
566         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
567         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
568         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
569         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
570         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
571         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
572         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
573         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
574         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
575         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
576         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
577         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
578         instead of declaring standard types, macros and functions in each
579         test.
580
581 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
582
583         * gcc.c-torture/execute/20010106-1.c: New test.
584
585 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
586
587         * gcc.dg/format/format.exp: New file.
588         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
589         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
590         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
591         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
592         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
593         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
594         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
595         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
596         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
597         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
598         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
599         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
600         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
601         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
602         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
603         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
604         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
605         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
606         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
607         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
608         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
609         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
610         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
611         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
612         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
613         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
614         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
615         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
616         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
617         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
618         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
619         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
620         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
621         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
622         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
623         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
624         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
625         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
626         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
627         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
628         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
629         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
630
631 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
632
633         * gcc.c-torture/execute/991228-1.c: Take word endianness into
634         account.
635
636 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
637
638         * gcc.c-torture/execute/builtin-complex-1.c: New test.
639
640 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
641
642         * g++.old-deja/g++.pt/crash62.C: New test.
643
644 2001-01-04  Richard Henderson  <rth@redhat.com>
645
646         * gcc.dg/20000926-1.c: Update expected warnings.
647         * gcc.dg/array-2.c: Likewise.
648         * gcc.dg/array-4.c: Also validate flexible array members.
649         * gcc.dg/c99-flex-array-1.c: New.
650
651 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
652
653         * gcc.c-torture/compile/20001222-1.x: Remove.
654
655 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
656
657         * gcc.c-torture/execute/built-in-setjmp.c: New.
658
659 2001-01-03  Richard Henderson  <rth@redhat.com>
660
661         * gcc.dg/940510-1.c: Update expected error wording.
662         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
663
664 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
665
666         * lib/target-supports.exp (check_alias_available): Modified to
667         indicate aliases not supported if only weak aliases are supported. 
668
669 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
670
671         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
672         Turn on cmpstrsi checks for __pj__ and __i370__.
673
674 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
675
676         * g++.old-deja/g++.other/virtual11.C: New test.
677
678 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
679
680         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
681
682 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
683
684         * gcc.c-torture/compile/20010102-1.c: New test.
685
686 2001-01-02  Andreas Jaeger  <aj@suse.de>
687
688         * gcc.dg/noreturn-3.c: New test.
689
690         * gcc.dg/noreturn-4.c: New test.
691
692 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
693
694         * gcc.c-torture/execute/stdio-opt-1.c: Also test
695         __builtin_fputc and __builtin_fwrite.
696
697 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
698
699         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
700         signed char, not default char.
701
702 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
703
704         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
705
706 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
707
708         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
709
710 2000-12-29  Richard Henderson  <rth@redhat.com>
711
712         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
713         (__cyg_profile_func_exit): Define.
714
715 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
716
717         * g++.dg/vtgc1.C: New test.
718
719 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
720
721         * gcc.dg/noncompile/20001228-1.c: New test.
722
723         * gcc.dg/20001228-1.c: New test.
724
725         * gcc.c-torture/execute/20001228-1.c: New test.
726
727 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
728
729         * gcc.dg/format-strfmon-1.c: New test.
730
731 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
732
733         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
734         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
735         * gcc.c-torture/execute/string-opt-1.c: Likewise.
736         * gcc.c-torture/execute/string-opt-2.c: Likewise.
737         * gcc.c-torture/execute/string-opt-3.c: Likewise.
738         * gcc.c-torture/execute/string-opt-4.c: Likewise.
739         * gcc.c-torture/execute/string-opt-6.c: Likewise.
740         * gcc.c-torture/execute/string-opt-7.c: Likewise.
741         * gcc.c-torture/execute/string-opt-8.c: Likewise.
742         * gcc.c-torture/execute/string-opt-9.c: Likewise.
743         * gcc.c-torture/execute/string-opt-10.c: Likewise.
744         * gcc.c-torture/execute/string-opt-11.c: Likewise.
745         * gcc.c-torture/execute/string-opt-12.c: Likewise.
746
747         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
748         * gcc.c-torture/execute/string-opt-4.c: Test index.
749
750 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
751
752         * gcc.c-torture/compile/20001226-1.c: New test.
753
754 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
755
756         * gcc.c-torture/compile/20001222-1.c: New test.
757         * gcc.c-torture/compile/20001222-1.x: Xfail.
758
759 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
760
761         * gcc.c-torture/execute/comp-goto-2.c: New test.
762
763 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
764
765         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
766         Use long types if __INT_MAX__ is 32767.
767         (main): Use cast to (sint32 *) when poking 88 into a_page.
768
769         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
770
771 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
772
773         * gcc.c-torture/compile/20001221-1.c: New test.
774         * gcc.c-torture/execute/20001221-1.c: New test.
775
776 2000-12-20  Richard Henderson  <rth@redhat.com>
777
778         * g++.old-deja/g++.pt/crash36.C: Update error lines.
779         * g++.old-deja/g++.robertl/eb109.C: Likewise.
780
781 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
782
783         * gcc.dg/compare3.c: New test.
784
785 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
786
787         * gcc.dg/format-warnll-1.c: New test.
788
789 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
790
791         * gcc.dg/cpp/cmdlne-P.c: New test.
792
793 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
794
795         * gcc.c-torture/execute/builtin-abs-1.c,
796         gcc.c-torture/execute/builtin-abs-2.c: New tests.
797
798 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
799
800         * gcc.dg/cpp/multiline.c: New test.
801
802 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
803
804         * g++.old-deja/g++.other/syshdr1.C: Update.
805         * gcc.dg/cpp/lineflags.c: Remove temporarily.
806
807 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
808
809         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
810
811 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
812
813         * g++.old-deja/g++.pt/ttp65.C: New test.
814
815 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
816
817         * g++.old-deja/g++.pt/ttp64.C: New test.
818
819 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
820
821         * g++.old-deja/g++.pt/spec33.C: New test.
822
823 2000-12-14  Catherine Moore  <clm@redhat.com>
824
825         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
826         * gcc.c-torture/execute/920612-2.c: Likewise.
827         * gcc.c-torture/execute/920428-2.c: Likewise.
828         * gcc-c-torture/execute/va-arg-11.c: Call exit.
829         * gcc.c-torture/execute/va-arg-21.c: Likewise.
830
831 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
832
833         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
834         * gcc.dg/pack-test-2.c: Likewise.
835
836 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
837
838         Tests by Zack Weinberg <zackw@stanford.edu>.
839
840         * gcc.dg/cpp/defined.c: Update.
841         * gcc.dg/cpp/defined_trad.c: New tests.
842
843 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
844
845         * gcc.dg/cpp/trad-direct.c: Update.
846
847 2000-12-11  Neil Booth  <neilb@earthling.net>
848
849         * gcc.dg/cpp/defined_trad.c
850
851 2000-12-11  Neil Booth  <neilb@earthling.net>
852
853         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
854
855 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
856
857         * gcc.dg/format-miss-2.c: New test.
858
859 2000-12-09  Neil Booth  <neilb@earthling.net>
860
861         * gcc.dg/cpp/lineflags.c: New tests.
862         * gcc.dg/cpp/poison.c: Update.
863         * gcc.dg/cpp/redef2.c: Update.
864         * gcc.dg/cpp/skipping.c: New test.
865
866 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
867
868         * g++.old-deja/g++.other/eh3.C: New testcase.
869
870 2000-12-07  Neil Booth  <neilb@earthling.net>
871
872         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
873         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
874         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
875         wtr-union-init-2.c, wtr-union-init-3.c: Update.
876         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
877         Update.
878
879 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
880
881         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
882         __SIZE_TYPE__ instead of int for type of integers cast to
883         pointers.
884
885 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
886
887         * g++.old-deja/g++.other/cleanup4.C: New test.
888
889 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
890
891         * format-sec-1.c: New test.
892
893 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
894
895         * gcc.dg/format-nonlit-3.c: New test.
896
897 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
898
899         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
900         through a null pointer.
901
902 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
903
904         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
905         * g++.old-deja/g++.pt/partial4.C: New test.
906
907 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
908
909         * gcc.c-torture/execute/ieee/hugeval.x: New.
910
911 2000-12-06  Neil Booth  <neilb@earthling.net>
912
913         * gcc.dg/cpp/backslash2.c: New tests.
914
915 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
916
917         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
918         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
919
920 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
921
922         * gcc.c-torture/execute/20001203-2.c: New testcase.
923
924 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
925
926         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
927         * g++.old-deja/g++.other/virtual10.C: New test.
928
929 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
930
931         * g++.old-deja/g++.mike/pmf5.C: Remove test.
932
933 2000-12-05  Richard Henderson  <rth@redhat.com>
934
935         * gcc.c-torture/compile/20001205-1.c: New.
936
937 2000-12-04  Neil Booth  <neilb@earthling.net>
938
939         * g++.old-deja/g++.other/virtual9.C: New test.
940         * g++.old-deja/g++.pt/crash61.C: New test.
941         * gcc.c-torture/execute/loop-9.c: New test.
942
943 2000-12-04  Neil Booth  <neilb@earthling.net>
944
945         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
946         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
947         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
948         * gcc.dg/cpp/extratokens.c: ...here.
949
950 2000-12-04  Neil Booth  <neilb@earthling.net>
951
952         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
953         New tests.
954
955 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
956
957         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
958         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
959
960 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
961
962         * gcc.c-torture/execute/20001203-1.c: New test.
963
964 2000-12-03  Neil Booth  <neilb@earthling.net>
965
966         * gcc.dg/cpp/macro6.c: New test cases.
967
968 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
969
970         * gcc.c-torture/execute/string-opt-9.c: New test.
971         * gcc.c-torture/execute/string-opt-10.c: Likewise.
972         * gcc.c-torture/execute/string-opt-11.c: Likewise.
973         * gcc.c-torture/execute/string-opt-12.c: Likewise.
974
975         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
976         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
977
978 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
979
980         * gcc.dg/cpp/if-6.c: New testcase.
981
982         * gcc.dg/20001201-1.c: New testcase.
983
984 2000-12-02  Neil Booth  <neilb@earthling.net>
985
986         * g++.old-deja/g++.other/externC4.C,
987         g++.old-deja/g++.other/friend10.C: New tests.
988
989 2000-12-02  Neil Booth  <neilb@earthling.net>
990
991         * g++.old-deja/g++.other/instan2.C
992         * g++.old-deja/g++.other/instan3.C: New test.
993
994 2000-12-02  Neil Booth  <neilb@earthling.net>
995
996         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
997         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
998         gnuc99.c,gnuc99-pedantic.c: New tests.
999
1000 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1001
1002         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
1003         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
1004
1005 2000-12-01  Neil Booth  <neilb@earthling.net>
1006
1007         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
1008         * gcc.dg/cpp/poison.c: Update.
1009         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
1010
1011 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
1012
1013         * g77.f-torture/execute/20001201.f: New test.
1014
1015 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1016
1017         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
1018
1019 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
1020
1021         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
1022
1023 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
1024
1025         * g++.old-deja/g++.other/cast6.C: New test.
1026
1027 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
1028
1029         * gcc.c-torture/execute/20001130-2.c: New testcase.
1030
1031 2000-11-30  Richard Henderson  <rth@redhat.com>
1032
1033         * gcc.c-torture/execute/20001130-1.c: New test.
1034
1035 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
1036
1037         * g++.old-deja/g++.other/op3.C: New test.
1038
1039 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
1040
1041         * g++.old-deja/g++.other/op2.C: New test.
1042
1043 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
1044
1045         * g++.old-deja/g++.other/crash38.C: New test.
1046
1047 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
1048
1049         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
1050
1051 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
1052
1053         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
1054         tests.
1055         * gcc.c-torture/execute/string-opt-6.c: New test.
1056
1057         * gcc.dg/20001117-1.c: Add main.
1058
1059 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
1060
1061         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
1062         Move from here ...
1063         * gcc.dg/940510-1.c: ... to here.
1064
1065         * gcc.dg/20000926-1.c: GNU C now allows initializations of
1066         zero-size arrays in toplevel structures.
1067
1068 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1069
1070         * gcc.c-torture/execute/loop-8.c: New test.
1071
1072 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1073
1074         * g++.old-deja/g++.other/base1.C: New test.
1075
1076 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1077
1078         * g++.old-deja/g++.other/parse2.C: New test.
1079
1080 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1081
1082         * g++.old-deja/g++.pt/incomplete1.C: New test.
1083
1084 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
1085
1086         * g++.old-deja/g++.other/friend9.C: New test.
1087
1088 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1089
1090         * gcc.dg/20001127-1.c: New test.
1091
1092 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
1093
1094         * g++.old-deja/g++.pt/friend46.C: New test.
1095
1096 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
1097
1098         * g++.old-deja/g++.other/ptrmem8.C: New test.
1099
1100 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1101
1102         * gcc.c-torture/execute/string-opt-7.c: New test.
1103         * gcc.c-torture/execute/string-opt-8.c: Likewise.
1104
1105 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
1106
1107         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
1108         instead of 'mkcheck 2'.
1109
1110 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1111
1112         * gcc.c-torture/execute/memcheck/driver.c,
1113         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
1114         C9X references to refer to C99.
1115
1116 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
1117
1118         * gcc.dg/ultrasp3.c: New test.
1119
1120 2000-11-25  Neil Booth  <neilb@earthling.net>
1121
1122         * gcc.dg/cpp/include2.c: Update test to be locale independent.
1123
1124 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
1125
1126         * gcc.c-torture/compile/20001123-2.c: New.
1127
1128 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1129
1130         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
1131
1132 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
1133
1134         * gcc.dg/sequence-point-1.c: Add some new tests.
1135         * gcc.c-torture/execute/20001124-1.c: New test.
1136
1137 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
1138
1139         * g++.old-deja/g++.other/vaarg4.C: New test.
1140         * gcc.c-torture/compile/20001123-1.c: New test.
1141
1142 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
1143
1144         * g++.other/crash24.C: Adjust and remove XFAIL.
1145         * g++.other/crash37.C: New test.
1146
1147 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
1148
1149         * g++.old-deja/g++.pt/instantiate9.C: New test.
1150
1151 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
1152
1153         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
1154         new ABI, too.
1155
1156         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
1157         * g++.old-deja/g++.robertl/eb55.C: Likewise.
1158
1159 2000-11-22  Neil Booth  <neilb@earthling.net>
1160
1161         * gcc.dg/cpp/Wtrigraphs.c: New test.
1162
1163 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
1164
1165         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
1166
1167 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
1168
1169         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
1170
1171 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
1172
1173         * lib/gcc-dg.exp: load_lib scanasm.exp.
1174         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
1175         * lib/g++-dg.exp: load_lib scanasm.exp.
1176         * lib/scanasm.exp: New.
1177         (scan-assembler, scan-assembler-not): Add optional arguments to
1178         test name, or if not present, the pattern name.
1179         (scan-assembler-dem, scan-assembler-dem-not): New.
1180
1181         * g++.dg/dg.exp: New.
1182
1183 2000-11-21  Neil Booth  <neilb@earthling.net>
1184
1185         * gcc.dg/cpp/integrated1.c: Remove.
1186
1187 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
1188
1189         * gcc.c-torture/execute/20001121-1.c: New test.
1190
1191 2000-11-21  Richard Henderson  <rth@redhat.com>
1192
1193         * gcc.c-torture/compile/20001121-1.c: New test.
1194
1195 2000-11-20  Neil Booth  <neilb@earthling.net>
1196
1197         * gcc.dg/cpp/integrated1.c: New test.
1198
1199 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
1200
1201         * g++.old-deja/g++.other/inline17.C: New test.
1202
1203 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
1204
1205         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
1206         local variable to be zero: I made the variable global. Now
1207         uses abort() and exit() instead of relying on main's return value.
1208
1209 2000-11-20  Neil Booth  <neilb@earthling.net>
1210
1211         * gcc.dg/cpp/paste2.c: Update test.
1212         * objc/execute/paste.m: New test.
1213
1214 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1215
1216         * gcc.dg/c99-condexpr-1.c: New test.
1217
1218 2000-11-20  Neil Booth  <neilb@earthling.net>
1219
1220         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
1221
1222 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
1223
1224         * g++.old-deja/g++.pt/export1.C: New test.
1225
1226 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
1227
1228         * gcc.dg/20001117-1.c: New test.
1229
1230 2000-11-18  Richard Henderson  <rth@redhat.com>
1231
1232         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
1233
1234 2000-11-18  Richard Henderson  <rth@redhat.com>
1235
1236         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
1237         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
1238         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
1239
1240 2000-11-18  Richard Henderson  <rth@redhat.com>
1241
1242         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
1243         (main): New.  Exit cleanly.
1244
1245 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1246
1247         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
1248         gcc.dg/c99-fordecl-2.c: New tests.
1249
1250 2000-11-18  Richard Henderson  <rth@redhat.com>
1251
1252         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
1253         * gcc.c-torture/execute/zerolen-2.c: New.
1254
1255 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1256
1257         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
1258         memory.
1259
1260 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
1261
1262         * g++.old-deja/g++.pt/instantiate8.C: New test.
1263
1264 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
1265
1266         * g++.old-deja/g++.other/incomplete.C: Add more tests.
1267         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
1268
1269 2000-11-16  Nick Clifton  <nickc@redhat.com>
1270
1271         * gcc.c-torture/execute/nestfunc-2.c: New test.
1272         * gcc.c-torture/execute/nestfunc-3.c: New test.
1273
1274 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
1275
1276         * gcc.c-torture/compile/20001116-1.c: New test.
1277
1278 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1279
1280         * gcc.c-torture/execute/20001115-1.c: New test.
1281
1282 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
1283
1284         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
1285         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
1286         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
1287         * g++.old-deja/g++.abi/vmihint.C: Likewise.
1288
1289 2000-11-15  Neil Booth  <neilb@earthling.net>
1290
1291         gcc.dg/cpp/_Pragma1.c: Update.
1292         gcc.dg/cpp/_Pragma2.c: New test.
1293
1294 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
1295
1296         * g++.old-deja/g++.other/anon5.C: New test.
1297
1298 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1299
1300         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
1301         tests.
1302
1303 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
1304
1305         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
1306         output.
1307
1308 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1309
1310         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
1311         labels at end of compound statements.
1312
1313 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
1314
1315         * gcc.c-torture/execute/loop-7.c: New test.
1316
1317 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1318
1319         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
1320
1321 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1322
1323         * gcc.dg/c99-bool-1.c: New test.
1324
1325 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1326
1327         * gcc.dg/c99-scope-1.c: Remove xfail.
1328         * gcc.dg/c99-scope-2.c: New test.
1329
1330 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1331
1332         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
1333         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
1334
1335 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
1336
1337         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
1338         error messages.
1339
1340         * g++.mike/p700.C: Don't typedef wchar_t.
1341         * g++.mike/p784.C: Likewise.
1342         * g++.mike/eb101.C: Don't use __wchar_t.
1343
1344 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
1345
1346         * g77.f-torture/execute/20001111.[fx]: Test premature exit
1347         from DO loop.
1348
1349 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
1350
1351         * gcc.c-torture/execute/20001111-1.c: New test.
1352
1353 2000-11-10  Nick Clifton  <nickc@redhat.com>
1354
1355         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
1356         long multuiple and accumulate.
1357
1358 2000-11-09  Richard Henderson  <rth@redhat.com>
1359
1360         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
1361         via size_t instead of int.
1362
1363         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
1364         * gcc.c-torture/execute/string-opt-2.c: Likewise.
1365         * gcc.c-torture/execute/string-opt-3.c: Likewise.
1366         * gcc.c-torture/execute/string-opt-4.c: Likewise.
1367
1368 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
1369
1370         * gcc.c-torture/compile/20001109-1.c: New test.
1371         * gcc.c-torture/compile/20001109-2.c: New test.
1372
1373 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
1374
1375         * g++.old-deja/g++.pt/operator1.C: New test.
1376         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
1377
1378 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
1379
1380         * gcc.dg/20001108-1.c: New test.
1381
1382 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
1383
1384         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
1385         with both arguments constant strings.
1386         * gcc.c-torture/execute/string-opt-3.c: New test.
1387         * gcc.c-torture/execute/string-opt-4.c: New test.
1388         * gcc.c-torture/execute/string-opt-5.c: New test.
1389
1390 2000-11-08  Nick Clifton  <nickc@redhat.com>
1391
1392         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
1393         mulsidi3adddi patterns.
1394
1395 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
1396
1397         * g++.old-deja/g++.other/crash36.C: New test.
1398
1399 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
1400
1401         * g++.old-deja/g++.other/init16.C: New test.
1402
1403 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
1404
1405         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
1406
1407 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
1408
1409         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
1410         * gcc.c-torture/execute/va-arg-16.x: Likewise.
1411         * gcc.c-torture/execute/va-arg-17.x: Likewise.
1412
1413 2000-11-07  DJ Delorie  <dj@redhat.com>
1414
1415         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
1416
1417 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1418
1419         * gcc.c-torture/execute/string-opt-1.c: New test.
1420
1421 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
1422
1423         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
1424         mips-sgi-irix6.* because the MIPS ABI passes floating-point
1425         parameters in registers, and there is no way for a varargs
1426         function to know in which order the integer and floating-point
1427         parameters should be interleaved when they are placed on the
1428         stack.
1429         * gcc.c-torture/execute/va-arg-16.x: Likewise.
1430         * gcc.c-torture/execute/va-arg-17.x: Likewise.
1431
1432 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1433
1434         * gcc.c-torture/execute/string-opt-2.c: New test.
1435
1436 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
1437
1438         * g++.old-deja/g++.pt/crash60.C: New test.
1439
1440 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
1441
1442         * g++.old-deja/g++.other/crash24.C: New test.
1443         * g++.old-deja/g++.other/crash25.C: New test.
1444         * g++.old-deja/g++.other/crash26.C: New test.
1445         * g++.old-deja/g++.other/crash27.C: New test.
1446         * g++.old-deja/g++.other/crash28.C: New test.
1447         * g++.old-deja/g++.other/crash29.C: New test.
1448         * g++.old-deja/g++.other/crash30.C: New test.
1449         * g++.old-deja/g++.other/crash31.C: New test.
1450         * g++.old-deja/g++.other/crash32.C: New test.
1451         * g++.old-deja/g++.other/crash33.C: New test.
1452         * g++.old-deja/g++.other/crash34.C: New test.
1453         * g++.old-deja/g++.other/crash35.C: New test.
1454
1455 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
1456
1457         * gcc.c-torture/execute/20001031-1.c: New test.
1458
1459 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
1460
1461         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
1462         namespace.
1463
1464         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
1465         standards-conformant.
1466
1467         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
1468
1469         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
1470         * g++.old-deja/g++.mike/p755a.C: Likewise.
1471         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
1472         library makes no calls to `operator new' during initialization.
1473
1474 2000-11-04  Neil Booth  <neilb@earthling.net>
1475
1476         * gcc.dg/cpp/include2.c: New tests.
1477
1478 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
1479
1480         * lib/g++.exp (g++_set_ld_library_path): New function.
1481         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
1482
1483 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
1484
1485         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
1486         warnings.
1487
1488 2000-11-01  Richard Henderson  <rth@redhat.com>
1489
1490         * g++.old-deja/g++.ext/namedret1.C: New.
1491         * g++.old-deja/g++.ext/namedret2.C: New.
1492         * g++.old-deja/g++.ext/namedret3.C: New.
1493
1494 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
1495
1496         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
1497         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
1498
1499 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1500
1501         * gcc.c-torture/execute/va-arg-21.c: New test.
1502
1503 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
1504
1505         * gcc.dg/c99-complex-2.c: New test.
1506
1507 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1508
1509         * gcc.c-torture/execute/stdio-opt-1.c: New test.
1510
1511 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
1512
1513         * g++.old-deja/g++.other/inline16.C: New test.
1514
1515 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
1516
1517         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
1518         __PRETTY_FUNCTION__
1519
1520 2000-10-29  Neil Booth  <neilb@earthling.net>
1521
1522         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
1523         New tests.
1524         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
1525         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
1526         optimisation.
1527
1528 2000-10-29  Neil Booth  <neilb@earthling.net>
1529
1530         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
1531         * mi1.c, mi1c.h: Add null directives to multiple-include test.
1532         * mi5.c: Test multiple includes work with -C.
1533         * trigraphs.c: Test ^= version.
1534
1535 2000-10-28  Neil Booth  <neilb@earthling.net>
1536
1537         New tests and test updates for new macro expander.
1538
1539         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
1540         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
1541         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
1542         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
1543         new diagnostic messages.
1544
1545         * gcc.dg/cpp/macro3.c: New tests.
1546
1547 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
1548
1549         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
1550         on the same line.
1551
1552 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
1553
1554         * g++.old-deja/g++.other/eh2.C: New test.
1555
1556 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
1557
1558         * gcc.c-torture/execute/20001027-1.c: New test.
1559
1560 2000-10-26  Richard Henderson  <rth@redhat.com>
1561
1562         * gcc.c-torture/execute/20001026-1.c: New.
1563
1564 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
1565
1566         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
1567         * g++.old-deja/g++.law/builtin1.C: Likewise.
1568         * g++.old-deja/g++.law/ctors10.C: Likewise.
1569         * g++.old-deja/g++.law/virtual3.C: Likewise.
1570         * g++.old-deja/g++.mike/p658.C: Likewise.
1571         * g++.old-deja/g++.other/sibcall1.C: Likewise.
1572         * g++.old-deja/g++.other/vaarg2.C: Likewise.
1573         * g++.old-deja/g++.robertl/eb124.C: Likewise.
1574         * g++.old-deja/g++.robertl/eb44.C: Likewise.
1575         * g++.old-deja/g++.robertl/eb77.C: Likewise.
1576
1577 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
1578
1579         * gcc.c-torture/compile/20001024-1.c: New test.
1580
1581 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
1582
1583         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
1584         to tell us whether or not we are using V3.
1585
1586 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
1587
1588         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
1589         operands.
1590
1591 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1592
1593         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
1594
1595 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
1596
1597         * gcc.c-torture/execute/20001024-1.c: New test.
1598
1599 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
1600
1601         * g++.old-deja/g++.other/sibcall1.C: New test.
1602
1603 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
1604
1605         * gcc.dg/noncompile/init-3.c: New test.
1606
1607 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1608
1609         * gcc.dg/format-array-1.c: New test.
1610
1611 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1612
1613         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
1614         writing through null pointers; remove comment about testing
1615         unterminated strings.
1616
1617 2000-10-17  Matthew Hiller  <hiller@redhat.com>
1618
1619         * gcc.c-torture/execute/20001017-2.c: New test.
1620
1621 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1622
1623         * gcc.c-torture/compile/20001018-1.c: New test.
1624         * gcc.c-torture/compile/20001018-1.x: Xfail.
1625
1626 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1627
1628         * gcc.c-torture/execute/20001017-1.c: New test.
1629
1630 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1631
1632         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
1633         for multiple use of arguments with scanf formats; add tests for
1634         multiple use of arguments.
1635
1636 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
1637
1638         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
1639
1640 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1641
1642         * gcc.dg/format-miss-1.c: New test.
1643
1644 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
1645
1646         * gcc.c-torture/execute/20001013-1.c: New test.
1647
1648 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
1649
1650         * gcc.dg/format-branch-1.c: New test.
1651
1652 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
1653
1654         * README, lib/file-format.exp: Remove EGCS references.
1655
1656 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
1657
1658         * gcc.dg/20001013-1.c: New test.
1659
1660 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1661
1662         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
1663         for intmax_t in the compiler using __typeof__ and the type rules
1664         for conditional expressions.
1665
1666 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
1667
1668         * gcc.dg/20001012-1.c: New test.
1669         * gcc.dg/20001012-2.c: New test.
1670
1671 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1672
1673         * gcc.dg/format-attr-1.c: New test.
1674
1675 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1676
1677         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
1678         __LONG_LONG_MAX__ instead of LLONG_MAX.
1679
1680 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
1681
1682         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
1683         scanf flags.
1684         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
1685         flags.
1686
1687 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1688
1689         * gcc.dg/sequence-pt-1.c: New test.
1690
1691 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
1692
1693         * gcc.c-torture/execute/20001011-1.c: New testcase.
1694         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
1695
1696 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
1697
1698         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
1699         does not error on it.
1700
1701 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
1702
1703         * gcc.dg/20001009-1.c: New test.
1704
1705 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
1706
1707         * gcc.c-torture/compile/20001009-1.c: Move from here ....
1708         * gcc.c-torture/execute/20001009-2.c: ... to here.
1709
1710 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
1711
1712         * gcc.c-torture/compile/20001009-1.c: New testcase.
1713         * gcc.c-torture/execute/20001009-1.c: New testcase.
1714         Testcases provided by Jan Hubicka <jh@suse.cz>.
1715
1716 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1717
1718         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
1719         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
1720         uintmax_t using <limits.h> to emulate the compiler's internal
1721         logic.  No longer XFAIL %j tests.
1722
1723 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1724
1725         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
1726         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
1727         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
1728         regexps and details of expected handling of some bad formats.
1729         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
1730         suppression.
1731
1732 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1733
1734         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
1735         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
1736         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
1737         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
1738         in list archives.
1739
1740 2000-10-06  Richard Henderson  <rth@cygnus.com>
1741
1742         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
1743         * g++.old-deja/g++.brendan/crash52.C: Likewise.
1744         * g++.old-deja/g++.jason/report.C: Likewise.
1745         * g++.old-deja/g++.law/friend5.C: Likewise.
1746         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
1747         of the expected warnings.
1748
1749 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
1750
1751         * g++.old-deja/g++.pt/enum14.C: New test.
1752
1753 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
1754
1755         * g++.old-deja/g++.pt/crash59.C: New test.
1756
1757 2000-10-04  Will Cohen  <wcohen@redhat.com>
1758
1759         * gcc.dg/20000926-1.c: New test.
1760
1761 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
1762
1763         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
1764         function name for current C++ compiler.
1765         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
1766
1767 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
1768
1769         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
1770         __PRETTY_FUNCTION__.
1771         * g++.old-deja/g++.ext/pretty2.C: Likewise.
1772
1773 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1774
1775         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
1776
1777 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
1778
1779         * gcc.c-torture/compile/20000923-1.c: New test.
1780
1781 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1782
1783         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
1784         * g++.old-deja/g++.pt/ttp62.C: Same.
1785         * g++.old-deja/g++.other/inline14.C: Same.
1786
1787 2000-09-24  Richard Henderson  <rth@cygnus.com>
1788
1789         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
1790
1791 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1792
1793         * gcc.dg/c90-printf-1.c: Add test for wide string format.
1794
1795 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
1796
1797         * gcc.c-torture/compile/20000922-1.c: New file.
1798
1799 2000-09-21  Nick Clifton  <nickc@redhat.com>
1800
1801         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
1802         a signed long modulo operation.
1803         (mod6): New funciton - perform an unsigned long modulo operation.
1804         (main): Add tests for modulos of very large numbers by very small
1805         dividends.
1806
1807 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1808
1809         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
1810
1811 2000-09-19  Richard Henderson  <rth@cygnus.com>
1812
1813         * gcc.dg/compare2.c (case 10): XFAIL.
1814
1815 2000-09-18  Richard Henderson  <rth@cygnus.com>
1816
1817         * gcc.c-torture/execute/20000906-1.c: Move ...
1818         * gcc.dg/20000906-1.c: ... here.  Only run on targets
1819         that support __builtin_trap.
1820
1821 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
1822
1823         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
1824
1825 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1826
1827         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
1828         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
1829         more $ format tests.
1830
1831 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1832
1833         * gcc.dg/format-errmk-1.c: New test.
1834
1835 2000-09-17  Greg McGary  <greg@mcgary.org>
1836
1837         * gcc.c-torture/execute/20000917-1.x: Remove.
1838
1839 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1840
1841         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
1842
1843 2000-09-17  Greg McGary  <greg@mcgary.org>
1844
1845         * gcc.c-torture/execute/20000917-1.c: New test.
1846         * gcc.c-torture/execute/20000917-1.x: XFAIL.
1847
1848 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
1849
1850         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
1851         in nested macro bug.
1852
1853 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
1854
1855         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
1856
1857 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
1858
1859         * gcc.c-torture/execute/20000914-1.c: New test.
1860
1861 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
1862
1863         * g++.other/inline13.C: New test.
1864
1865 2000-09-12  Andreas Jaeger  <aj@suse.de>
1866
1867         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
1868         constant by Ulrich Drepper <drepper@redhat.com>.
1869
1870 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
1871
1872         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
1873
1874 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1875
1876         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
1877
1878 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
1879
1880         * gcc.dg/cpp/backslash.c: New test.
1881
1882 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
1883
1884         * gcc.c-torture/execute/20000910-1.c: New test.
1885         * gcc.c-torture/execute/20000910-2.c: Likewise.
1886
1887 2000-09-11  Robert Lipe  <robertl@sco.com>
1888
1889         * gcc.dg/pragma-align.c: New test.
1890
1891 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
1892
1893         * g++.old-deja/g++.pt/explicit82.C: New test.
1894         * g++.old-deja/g++.pt/explicit83.C: New test.
1895
1896 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
1897
1898         * gcc.dg/asm-names.c: New test.
1899
1900 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1901
1902         * gcc.dg/cpp/tr-warn6.c: New test
1903
1904 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1905
1906         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
1907         be accepted.
1908
1909 2000-09-07  Catherine Moore  <clm@redhat.com>
1910
1911         * gcc.c-torture/execute/unroll-1.c: New test.
1912
1913 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
1914
1915         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
1916         ERROR markers.
1917         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
1918         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
1919         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
1920         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
1921         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
1922         Preprocess only.
1923         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
1924         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
1925
1926 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
1927
1928         * g++.old-deja/g++.pt/deduct2.C: New test.
1929
1930 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
1931
1932         * g++.old-deja/g++.pt/parms2.C: New test.
1933
1934 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
1935
1936         * g++.old-deja/g++.pt/crash58.C: New test.
1937
1938 2000-09-06  Greg McGary  <greg@mcgary.org>
1939
1940         * gcc.c-torture/execute/20000906-1.c: New test.
1941         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
1942
1943 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1944
1945         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
1946
1947 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
1948
1949         * g++.old-deja/g++.pt/crash57.C: New test.
1950
1951 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
1952
1953         * g++.old-deja/g++.pt/crash56.C: New test.
1954
1955 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
1956
1957         * g++.old-deja/g++.pt/koenig1.C: New test.
1958
1959 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
1960
1961         * gcc.dg/20000904-1.c: New test.
1962
1963 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
1964
1965         * gcc.dg/cpp/paste8.c: New test.
1966
1967 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
1968
1969         * gcc.c-torture/compile/20000827-1.c: New test.
1970
1971 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1972
1973         * gcc.dg/format-diag-1.c: New test.
1974
1975 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1976
1977         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
1978         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
1979         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
1980         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
1981         gcc.dg/formatz-1.c: Adjust warning regular expressions.
1982
1983 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
1984
1985         * g++.old-deja/g++.other/nested4.C: New test.
1986
1987 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
1988
1989         * g++.old-deja/g++.ns/scoped1.C: New test.
1990
1991 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
1992
1993         * lib/g++.exp: Support testing already-installed GCC.
1994
1995 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1996
1997         * wtr-label-1.c, wtr-suffix-1.c: New tests.
1998
1999 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2000
2001         * gcc.dg/return-type-2.c: New test.
2002
2003 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
2004
2005         * gcc.c-torture/compile/20000825-1.c: New test.
2006
2007 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
2008
2009         * gcc.dg/dwarf2-2.c: New test.
2010
2011 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
2012
2013         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
2014         dg-warning regexps.
2015
2016 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2017
2018         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
2019         gcc.dg/format-ext-5.c: New tests.
2020
2021 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
2022
2023         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
2024
2025 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
2026
2027         * gcc.dg/noncompile/930622-2.c: Adjust error message.
2028
2029 2000-08-24  Richard Henderson  <rth@cygnus.com>
2030
2031         * gcc.dg/ia64-sync-1.c: New test.
2032         * gcc.dg/ia64-sync-2.c: New test.
2033         * gcc.dg/ia64-asm-1.c: New test.
2034
2035 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2036
2037         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
2038         * gcc.dg/format-ext-2.c: New test.
2039
2040 2000-08-23  Jason Merrill  <jason@redhat.com>
2041
2042         * lib/old-dejagnu.exp: Also ignore "In member function" and
2043         "At global scope".
2044
2045 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2046
2047         * gcc.dg/noncompile/label-lineno-1.c: New test.
2048
2049 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2050
2051         * gcc.dg/c99-array-nonobj-1.c: New test.
2052
2053 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2054
2055         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
2056         tests.
2057         * gcc.dg/format-ext-1.c: New test.
2058
2059 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2060
2061         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
2062         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
2063         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
2064         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
2065         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
2066
2067 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2068
2069         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
2070         gcc.dg/c99-strftime-2.c: New tests.
2071
2072 2000-08-22  Richard Henderson  <rth@cygnus.com>
2073
2074         * gcc.c-torture/execute/20000822-1.c: New test.
2075
2076 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
2077
2078         * gcc.c-torture/execute/20000819-1.x: Remove.
2079
2080 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2081
2082         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
2083         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
2084         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
2085         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
2086         gcc.dg/format-xopen-1.c: New tests.
2087
2088 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2089
2090         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
2091
2092 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
2093
2094         * g++.old-deja/g++.other/loop2.C: New test.
2095
2096         * gcc.c-torture/compile/20000606-1.c: New test.
2097         * gcc.c-torture/compile/20000728-1.c: New test.
2098         * gcc.c-torture/execute/20000801-1.c: New test.
2099         * gcc.c-torture/execute/20000801-2.c: New test.
2100         * gcc.c-torture/execute/20000819-1.c: New test.
2101         * gcc.c-torture/execute/20000819-1.x: XFAIL.
2102         * gcc.dg/20000629-1.c: New test.
2103         * gcc.dg/20000724-1.c: New test.
2104         * gcc.dg/20000807-1.c: New test.
2105
2106 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
2107
2108         * gcc.dg/cpp/pragma-1.c: New test.
2109         * gcc.dg/cpp/pragma-2.c: New test.
2110
2111 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
2112
2113         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
2114         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
2115
2116 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2117
2118         * gcc.c-torture/compile/20000818-1.c: New test.
2119
2120 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
2121
2122         * gcc.c-torture/execute/20000818-1.c: New test.
2123
2124 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2125
2126         * gcc.dg/format-va-1.c: New test.
2127
2128 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2129
2130         * g++.old-deja/g++.other/typedef8.C: New test.
2131
2132 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2133
2134         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
2135         * g++.old-deja/g++.mike/net36.C: Mark candidate.
2136         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
2137         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
2138         * g++.old-deja/g++.other/ptrmem7.C: New test.
2139         * g++.old-deja/g++.pt/ptrmem10.C: New test.
2140
2141 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2142
2143         * g++.old-deja/g++.pt/typename27.C: New test.
2144
2145 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
2146
2147         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
2148         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
2149         * g++.old-deja/g++.pt/friend45.C: New test.
2150         * g++.old-deja/g++.other/friend8.C: New test.
2151
2152 2000-08-15  Richard Henderson  <rth@cygnus.com>
2153
2154         * gcc.c-torture/execute/20000815-1.c: New test.
2155
2156 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2157
2158         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
2159         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
2160         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
2161
2162 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
2163
2164         * g++.old-deja/g++.other/refinit2.C: New test.
2165
2166 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
2167
2168         * lib/c-torture.exp (c-torture): Make
2169         compiler_conditional_xfail_data global.
2170         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
2171         compiler_conditional_xfail_data machinery.
2172         (f-torture-execute): Likewise.
2173         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
2174         and only when unrolling loops.
2175
2176         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
2177
2178 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
2179
2180         * g++.old-deja/g++.pt/explicit81.C: New test.
2181
2182 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
2183
2184         * g++.old-deja/g++.pt/typename26.C: New test.
2185
2186 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
2187
2188         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
2189         warning.
2190
2191 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
2192
2193         * g++.old-deja/g++.other/array3.C: New test.
2194
2195 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2196
2197         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
2198         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
2199         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
2200         New tests.
2201
2202 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
2203
2204         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
2205         * g++.old-deja/g++.abi/vmihint.C: Likewise.
2206
2207 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
2208
2209         * gcc.c-torture/execute/20000808-1.c: New test.
2210
2211 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2212
2213         * gcc.dg/c90-const-expr-1.c: New test.
2214
2215 2000-08-08  Richard Henderson  <rth@cygnus.com>
2216
2217         * gcc.dg/noncompile/920923-1.c: Declare calloc.
2218
2219 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2220
2221         * gcc.dg/noncompile/const-ll-1.c: New test.
2222
2223 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2224
2225         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
2226
2227 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
2228
2229         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
2230         that running programs linked against the shared version of libobjc
2231         run correctly.
2232
2233 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2234
2235         * gcc.dg/c99-printf-1.c: New test.
2236
2237 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2238
2239         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
2240
2241 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
2242
2243         * gcc.c-torture/execute/20000731-1.x: Delete.
2244
2245 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
2246
2247         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
2248         and torture_without_loops as is done by c-torture.exp.
2249         (search_for): Copy from c-torture.exp.
2250         (gcc-dg-runtest): New function, drives a directory of tests
2251         iterating over the TORTURE_OPTIONS.
2252         (scan-assembler, scan-assembler-not): Move here from
2253         individual directory drivers.
2254
2255         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
2256         defined by lib/gcc-dg.exp.
2257         * gcc.dg/cpp/cpp.exp: Likewise.
2258         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
2259         gcc-dg-runtest, so we cycle over optimization options.
2260
2261         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
2262         * gcc.dg/compare2.c: No longer expected to fail.
2263
2264 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
2265
2266         * gcc.c-torture/execute/20000804-1.c: New test.
2267
2268 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2269
2270         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
2271
2272 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
2273
2274         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
2275
2276 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
2277
2278         * gcc.c-torture/compile/20000803-1.c: New test.
2279
2280 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2281
2282         * gcc.c-torture/execute/20000801-3.c,
2283         gcc.c-torture/execute/20000801-4.c: New tests.
2284         * gcc.c-torture/execute/20000801-3.x,
2285         gcc.c-torture/execute/20000801-4.x: Xfail.
2286
2287 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
2288
2289         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
2290         libobjc/.libs to allow for libtool.
2291
2292 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
2293
2294         * gcc.c-torture/compile/20000802-1.c: New test.
2295
2296 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
2297
2298         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
2299
2300 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
2301
2302         * gcc-c-torture/execute/20000731-2.c: New test.
2303
2304         * gcc.c-torture/execute/20000731-1.c: New test.
2305         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
2306
2307 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
2308
2309         * testsuite/gcc.dg/cpp/paste7.c: New test.
2310         * gcc.dg/cpp/20000725-1.c: New test.
2311
2312 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
2313
2314         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
2315         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
2316         declaration warning for __builtin_dwarf_reg_size.
2317
2318         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
2319
2320 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2321
2322         * gcc.dg/noncompile/voidparam-1.c: New test.
2323
2324 2000-07-30  Richard Henderson  <rth@cygnus.com>
2325
2326         * gcc.dg/c90-digraph-1.c: Don't xfail.
2327         * gcc.dg/compare2.c (case 10): Xfail.
2328         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
2329
2330 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
2331
2332         * gcc.dg/c99-main-1.c: New test.
2333
2334 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2335
2336         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
2337
2338 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
2339
2340         * gcc.c-tortuer/execute/20000726-1.c: New test.
2341
2342 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
2343
2344         * gcc.c-torture/execute/enum-2.c: New test.
2345
2346 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2347
2348         * gcc.dg/cpp/tr-warn3.c: New test.
2349
2350 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2351
2352         * g++.old-deja/g++.ext/implicit1.C: Remove.
2353         * g++.old-deja/g++.jason/c2.C: Remove
2354         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
2355         * g++.old-deja/g++.pt/crash16.C: Likewise.
2356         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
2357
2358 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2359
2360         * g++.old-deja/g++.other/for2.C: New test.
2361
2362 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
2363
2364         * gcc.dg/20000720-1.c: New test.
2365
2366 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
2367
2368         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
2369
2370 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
2371
2372         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
2373         * gcc.c-torture/execute/20000722-1.c: New.
2374         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
2375
2376 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
2377
2378         * gcc.dg/cpp/20000720-1.S: New test.
2379
2380 2000-07-21  Michael Meissner  <meissner@redhat.com>
2381
2382         * gcc.c-torture/execute/ieee/hugeval.c: New test.
2383
2384 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
2385
2386         * g++.old-deja/g++.brendan/crash16.C,
2387         g++.old-deja/g++.brendan/parse3.C,
2388         g++.old-deja/g++.brendan/redecl1.C,
2389         g++.old-deja/g++.ns/template13.C,
2390         g++.old-deja/g++.other/decl4.C,
2391         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
2392
2393 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
2394
2395         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
2396         and "Internal error".
2397
2398         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
2399         regexps.
2400         * gcc.dg/cpp/paste6.c: New test.
2401
2402 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
2403
2404         * gcc.dg/cpp/tr-direct.c: New test.
2405
2406         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
2407         gcc.dg/cpp/undef1.c: Tweak error regexps.
2408
2409 2000-07-18  Eric Christopher <echristo@redhat.com>
2410
2411         * gcc.c-torture/compile/20000718-1.c: New test.
2412
2413 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
2414
2415         * cpplex.c (_cpp_push_token): If the token being pushed back
2416         is the previous token in this context, just subtract one from
2417         context->posn.
2418         * cppmacro.c (save_expansion): Clear aux field when storing a
2419         placemarker.
2420
2421 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
2422
2423         * gcc.dg/noncompile/redecl-1.c: New test.
2424
2425 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
2426
2427         * gcc.c-torture/execute/20000717-5.c: New test.
2428         * gcc.c-torture/execute/20000717-1.x: Removed.
2429
2430 2000-07-17  Richard Henderson  <rth@cygnus.com>
2431
2432         * gcc.c-torture/execute/20000717-4.c: New test.
2433
2434 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
2435
2436         * gcc.dg/cpp/syshdr.c: New test.
2437         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
2438
2439 2000-07-17  Neil Booth  <neilb@earthling.net>
2440
2441         * gcc.dg/cpp/cmdlne-dM.c: New test.
2442         * gcc.dg/cpp/cmdlne-dD.c: New test.
2443
2444 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
2445
2446         * gcc.c-torture/execute/20000717-3.c: New test.
2447
2448         * gcc.c-torture/compile/20000717-1.c: New test.
2449
2450 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
2451
2452         * gcc.c-torture/execute/20000717-2.c: New test.
2453
2454 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2455
2456         * gcc.dg/formatz-1.c: New test.
2457
2458         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
2459         * gcc.dg/c99-digraph-1.c: New tests.
2460
2461         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
2462         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
2463
2464         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
2465         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
2466         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
2467         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
2468         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
2469         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
2470         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
2471
2472 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
2473
2474         * gcc.c-torture/execute/20000717-1.c: New test.
2475         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
2476
2477 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
2478
2479         * gcc.c-torture/execute/20000715-2.c: New test.
2480         * gcc.dg/20000715-1.c: New test.
2481
2482 2000-07-15  Michael Meissner  <meissner@redhat.com>
2483
2484         * gcc.c-torture/execute/20000715-1.c: New test.
2485
2486 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
2487
2488         * gcc.c-torture/execute/20000707-1.c: New test.
2489
2490 2000-07-13  Neil Booth  <NeilB@earthling.net>
2491
2492         * testsuite/gcc.dg/cpp/digraph1.c,
2493         testsuite/gcc.dg/cpp/digraph2.c,
2494         testsuite/gcc.dg/cpp/digraphs.c: New tests.
2495
2496 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
2497
2498         * g77.f-torture/compile/20000630-2.f:  New test.
2499         * g77.f-torture/compile/20000630-2.x
2500
2501 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
2502
2503         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
2504
2505 2000-07-11  Neil Booth  <NeilB@earthling.net>
2506
2507         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
2508
2509 2000-07-11  Neil Booth  <NeilB@earthling.net>
2510
2511         * gcc.dg/cpp/cmdlne-C.c: New.
2512
2513 2000-07-09  Neil Booth  <NeilB@earthling.net>
2514
2515         * gcc.dg/cpp/directiv.c: New tests.
2516         * gcc.dg/cpp/undef1.c: Update.
2517
2518 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
2519
2520         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
2521
2522 2000-07-09  Neil Booth  <NeilB@earthling.net>
2523
2524         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
2525
2526 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
2527
2528         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
2529         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
2530
2531 2000-07-08  Neil Booth  <NeilB@earthling.net>
2532
2533         * gcc.dg/cpp/macsyntx.c: New tests.
2534
2535 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
2536
2537         * gcc.dg/20000707-1.c: New test.
2538
2539 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
2540
2541         * gcc.c-torture/execute/20000706-1.c: New test.
2542         * gcc.c-torture/execute/20000706-2.c: New test.
2543         * gcc.c-torture/execute/20000706-3.c: New test.
2544         * gcc.c-torture/execute/20000706-4.c: New test.
2545         * gcc.c-torture/execute/20000706-5.c: New test.
2546
2547 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
2548
2549         * g++.old-deja/g++.pt/instantiate7.C: New test.
2550
2551 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
2552
2553         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
2554         * g++.old-deja/g++.mike/thunk3.C: Likewise.
2555         * g++.old-deja/g++.other/rtti3.C: Likewise.
2556         * g++.old-deja/g++.other/rttid3.C: Likewise.
2557
2558 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
2559
2560         *  g77.f-torture/compile/20000630-1.x: Fix typo
2561
2562 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
2563
2564         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
2565         assembly output.
2566
2567 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
2568
2569         * gcc.dg/cpp/ident.c: New test.
2570
2571 2000-07-05  Neil Booth  <NeilB@earthling.net>
2572
2573         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
2574           gcc.dg/cpp/lexstrng.c: New tests.
2575
2576 2000-07-04  Neil Booth  <NeilB@earthling.net>
2577
2578         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
2579         * gcc.dg/cpp/strify2.c: Same.
2580
2581 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
2582
2583         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
2584         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
2585         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
2586         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
2587
2588         * testsuite/gcc.dg/cpp/macro1.c,
2589         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
2590         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
2591         testsuite/gcc.dg/cpp/strify1.c,
2592         testsuite/gcc.dg/cpp/strify2.c: New tests.
2593
2594 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
2595
2596         * gcc.c-torture/execute/20000703-1.c: New test.
2597
2598 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
2599
2600         * g++.old-deja/g++.pt (lookup10.C): New test.
2601
2602 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
2603
2604         * g++.old-deja/g++.pt (typename25.C): New test.
2605
2606 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
2607
2608         * gcc.c-torture/compile/20000701-1.c: New test.
2609
2610 2000-06-30  Nick Clifton  <nickc@cygnus.com>
2611
2612         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
2613         to test case.
2614
2615 2000-06-30  Catherine Moore  <clm@cygnus.com>
2616
2617         * gcc.c-torture/execute/align-1.c: New test.
2618
2619 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
2620
2621         * g++.old-deja/g++.pt/expr8.C: New test.
2622         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
2623
2624 2000-06-29  Nick Clifton  <nickc@cygnus.com>
2625
2626         * gcc.c-torture/compile/20000629-1.c: New test.
2627
2628 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
2629
2630
2631         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
2632         gcc.dg/noncompile directory, depending on whether they're
2633         preprocessor tests or not.  Annotate all the tests for the dg
2634         framework.
2635
2636         * gcc.c-torture/noncompile/noncompile.exp: Delete.
2637         * gcc.dg/noncompile/noncompile.exp: New.
2638
2639         * Moved files:
2640         Old name                                New name
2641         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
2642         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
2643         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
2644         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
2645         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
2646         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
2647         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
2648         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
2649         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
2650         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
2651         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
2652         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
2653         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
2654         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
2655         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
2656         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
2657         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
2658         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
2659         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
2660         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
2661         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
2662         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
2663         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
2664         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
2665
2666         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
2667         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
2668         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
2669         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
2670         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
2671         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
2672
2673 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
2674
2675         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
2676         declare one variable.  On the fourth, error.
2677         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
2678         declared by 20000628-1a.h.
2679
2680 2000-06-29  Richard Henderson  <rth@redhat.com>
2681
2682         * gcc.c-torture/execute/930529-1.x: New file.
2683         * gcc.dg/920413-1.c: Adjust expected warning text.
2684         * gcc.dg/980217-1.c: Declare abort.
2685         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
2686
2687 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
2688
2689         * g77.f-torture/compile/20000629-1.f: New test.
2690         * g77.f-torture/compile/20000629-1.x: Expected to fail.
2691
2692 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
2693
2694         Rearrange lots of files, removing entirely the
2695         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
2696         directories.
2697
2698         * Deleted files:
2699         gcc.c-torture/code_quality/code_quality.exp
2700         gcc.c-torture/special/special.exp
2701         gcc.failure/failure.exp
2702         gcc.failure/940409-1.x
2703         gcc.c-torture/compile/961203-1.x
2704
2705         * New files:
2706         gcc.misc-tests/linkage.exp
2707         gcc.c-torture/execute/920730-1t.c
2708         gcc.c-torture/execute/920730-1t.x
2709         gcc.c-torture/compile/920520-1.x
2710         gcc.c-torture/compile/920521-1.x
2711         gcc.c-torture/compile/981006-1.x
2712         gcc.c-torture/execute/eeprof-1.x
2713
2714         * Moved files (possibly with modifications to fit a new harness):
2715         Old name                                New name
2716         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
2717         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
2718         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
2719         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
2720         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
2721         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
2722         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
2723         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
2724         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
2725         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
2726         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
2727         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
2728         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
2729         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
2730
2731 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
2732
2733         * c-torture/compile/961203-1.x: Delete.
2734
2735         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
2736         not exit. Include stdio.h.
2737         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
2738         * gcc.misc-tests/dg-12.c: Likewise.
2739         * gcc.misc-tests/dg-5.c: Likewise.
2740         * gcc.misc-tests/dg-6.c: Likewise.
2741         * gcc.misc-tests/dg-7.c: Prototype abort.
2742         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
2743         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
2744         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
2745         not exit.
2746         * gcc.misc-tests/sieve.c: Use return from main, not exit.
2747         * gcc.misc-tests/sort2.c: Use return from main, not exit.
2748
2749 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
2750
2751         * gcc.dg/cpp/20000628-1.c: New test.
2752         * gcc.dg/cpp/20000628-1.h: New header for above test.
2753         * gcc.dg/cpp/20000628-1a.h: Likewise.
2754
2755 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
2756
2757         * gcc.dg/cpp: New directory.
2758         * gcc.dg/cpp/cpp.exp: New driver.
2759         * gcc.dg/cpp/20000627-1.c: New test.
2760         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
2761         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
2762         and rewrite as a compilation test.
2763
2764         * gcc.dg: Move many files into the cpp subdirectory, possibly
2765         renaming or editing them as well.
2766         Old name                New name
2767         990119-1.c              cpp/19990119-1.c
2768         990228-1.c              cpp/19990228-1.c
2769         990407-1.c              cpp/19990407-1.c
2770         990409-1.c              cpp/19990409-1.c
2771         990413-1.c              cpp/19990413-1.c
2772         990703-1.c              cpp/19990703-1.c
2773         20000127-1.c            cpp/20000127-1.c
2774         20000129-1.c            cpp/20000129-1.c
2775         20000207-1.c            cpp/20000207-1.c
2776         20000207-2.c            cpp/20000207-2.c
2777         20000209-1.c            cpp/20000209-1.c
2778         20000209-2.c            cpp/20000209-2.c
2779         20000301-1.c            cpp/20000301-1.c
2780         20000419-1.c            cpp/20000419-1.c
2781         20000510-1.S            cpp/20000510-1.S
2782         20000519-1.c            cpp/20000519-1.c
2783         20000529-1.c            cpp/20000529-1.c
2784         20000625-1.c            cpp/20000625-1.c
2785         20000625-2.c            cpp/20000625-2.c
2786         cpp-as1.c               cpp/assert1.c
2787         cpp-as2.c               cpp/assert2.c
2788         cxx-comments-1.c        cpp/cxxcom1.c
2789         cxx-comments-2.c        cpp/cxxcom2.c
2790         endif-label.c           cpp/endif.c
2791         cpp-hash1.c             cpp/hash1.c
2792         cpp-hash2.c             cpp/hash2.c
2793         cpp-if1.c               cpp/if-1.c
2794         cpp-if2.c               cpp/if-2.c
2795         cpp-if3.c               cpp/if-3.c
2796         cpp-if4.c               cpp/if-4.c
2797         cpp-if5.c               cpp/if-5.c
2798         cpp-cond.c              cpp/if-cexp.c
2799         cpp-missingop.c         cpp/if-mop.c
2800         cpp-missingparen.c      cpp/if-mpar.c
2801         cpp-opprec.c            cpp/if-oppr.c
2802         cpp-ifparen.c           cpp/if-paren.c
2803         cpp-shortcircuit.c      cpp/if-sc.c
2804         cpp-shift.c             cpp/if-shift.c
2805         cpp-unary.c             cpp/if-unary.c
2806         cpp-li1.c               cpp/line1.c
2807         cpp-li2.c               cpp/line2.c
2808         lineno.c                cpp/line3.c
2809         lineno-2.c              cpp/line4.c
2810         cpp-mi.c                cpp/mi1.c
2811         cpp-mic.h               cpp/mi1c.h
2812         cpp-micc.h              cpp/mi1cc.h
2813         cpp-mind.h              cpp/mi1nd.h
2814         cpp-mindp.h             cpp/mi1ndp.h
2815         cpp-mix.h               cpp/mi1x.h
2816         cpp-mi2.c               cpp/mi2.c
2817         cpp-mi2a.h              cpp/mi2a.h
2818         cpp-mi2b.h              cpp/mi2b.h
2819         cpp-mi2c.h              cpp/mi2c.h
2820         cpp-mi3.c               cpp/mi3.c
2821         cpp-mi3.def             cpp/mi3.def
2822         poison-1.c              cpp/poison.c
2823         pr-impl.c               cpp/prag-imp.c
2824         cpp-redef-2.c           cpp/redef1.c
2825         cpp-redef.c             cpp/redef2.c
2826         strpaste.c              cpp/strp1.c
2827         strpaste-2.c            cpp/strp2.c
2828         cpp-tradpaste.c         cpp/tr-paste.c
2829         cpp-tradstringify.c     cpp/tr-str.c
2830         cpp-tradwarn1.c         cpp/tr-warn1.c
2831         cpp-tradwarn2.c         cpp/tr-warn2.c
2832         trigraphs.c             cpp/trigraphs.c
2833         cpp-unc1.c              cpp/unc1.c
2834         cpp-unc2.c              cpp/unc2.c
2835         cpp-unc3.c              cpp/unc3.c
2836         cpp-unc.c               cpp/unc4.c
2837         undef.c                 cpp/undef1.c
2838         undef-2.c               cpp/undef2.c
2839         cpp-wi1.c               cpp/widestr1.c
2840
2841 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
2842
2843         * lib/g++.exp (g++_include_flags): Tweak.
2844
2845 2000-06-27  H.J. Lu  <hjl@gnu.org>
2846             Loren J. Rittle  <ljrittle@acm.org>
2847
2848         * lib/g++.exp (g++_include_flags): Override libgloss.exp
2849         version with one that knows about the new gcc tree structure.
2850         (g++_link_flags): Same.
2851
2852 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
2853
2854         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
2855         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
2856         case we are cross-compiling.
2857
2858         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
2859         g++.old-deja/g++.niklas/Makefile.in,
2860         g++.old-deja/g++.niklas/configure.in,
2861         g++.old-deja/g++.other/Makefile.in,
2862         g++.old-deja/g++.other/configure.in,
2863         gcc.c-torture/code_quality/Makefile.in,
2864         gcc.c-torture/code_quality/configure.in,
2865         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
2866         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
2867         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
2868         gcc.c-torture/execute/ieee/Makefile.in,
2869         gcc.c-torture/execute/ieee/configure.in,
2870         gcc.c-torture/noncompile/Makefile.in,
2871         gcc.c-torture/noncompile/configure.in,
2872         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
2873         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
2874         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
2875
2876 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
2877
2878         * g++.old-deja/g++.other/ambig3.C: New test.
2879
2880 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
2881
2882         * g++.old-deja/g++.pt/syntax1.C: New test.
2883         * g++.old-deja/g++.pt/syntax2.C: New test.
2884         * g++.old-deja/g++.other/syntax3.C: New test.
2885         * g++.old-deja/g++.other/syntax4.C: New test.
2886
2887 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
2888
2889         * gcc.dg/20000623-1.c: Prototype exit and abort.
2890
2891 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
2892
2893         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
2894         New tests.
2895         * gcc.dg/cpp-mi3.def: New file.
2896
2897         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
2898         inside assertions.
2899         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
2900         lexer's error messages.
2901         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
2902         divine anything from the linemarkers.
2903         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
2904         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
2905
2906 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
2907
2908         * gcc.dg/20000623-1.c: New test.
2909
2910 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
2911
2912         * gcc.c-torture/execute/20000622-1.c: New test.
2913
2914 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
2915
2916         * g++.old-deja/g++.other/init15.C: New test.
2917
2918 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
2919
2920         * g++.old-deja/g++.pt/vaarg2.C: New test.
2921         * g++.old-deja/g++.pt/vaarg3.C: New test.
2922
2923 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
2924
2925         * g++.old-deja/g++.other/dyncast6.C: New test.
2926
2927 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
2928
2929         * gcc.c-torture/execute/loop-6.c: New test.
2930
2931 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
2932
2933         * gcc.dg/20000614-1.c: New test.
2934         * gcc.dg/20000614-2.c: New test.
2935
2936 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
2937
2938         * g++.old-deja/g++.other/inline12.C: New test.
2939
2940 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
2941
2942         * g++.old-deja/g++.other/eh1.C: New test.
2943
2944 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
2945
2946         * g++.old-deja/g++.other/type.C: New test.
2947
2948 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
2949
2950         * g++.old-deja/g++.other/initstring.C: New test.
2951
2952 2000-06-12  Jason Merrill  <jason@redhat.com>
2953
2954         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
2955
2956 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
2957
2958         * gcc.c-torture/compile/20000609-1.c: New test.
2959
2960 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
2961
2962         * gcc.dg/20000609-1.c: New test.
2963
2964 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
2965
2966         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
2967         * gcc.c-torture/noncompile/poison-1.c: Move...
2968         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
2969         * gcc.dg/cpp-li1.c: Add a token after the #line.
2970
2971 2000-06-05  Richard Henderson  <rth@cygnus.com>
2972
2973         * gcc.c-torture/execute/20000605-2.c: New test.
2974         * gcc.c-torture/execute/20000605-3.c: New test.
2975
2976 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
2977
2978         * g77.f-torture/execute/20000503-1.x: New file.
2979
2980 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
2981
2982         * g++.old-deja/g++.eh/badalloc1.C: New test.
2983
2984 2000-06-05  Richard Henderson  <rth@cygnus.com>
2985
2986         * gcc.c-torture/execute/20000605-1.c: New test.
2987
2988 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
2989             Nathan Sidwell <nathan@codesourcery.com>
2990
2991         * gcc.c-torture/compile/20000605-1.c: New test.
2992
2993 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
2994
2995         * g77.f-torture/compile/20000601-1.f:  New test.
2996
2997 2000-06-03  Richard Henderson  <rth@cygnus.com>
2998
2999         * gcc.c-torture/execute/20000603-1.c: New.
3000
3001 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
3002
3003         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
3004         * gcc.dg/noreturn-2.c (noreturn): Likewise.
3005
3006 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
3007
3008         * gcc.dg/compare2.c (case 12): XFAIL.
3009         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
3010         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
3011
3012         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
3013
3014 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
3015
3016         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
3017         guard macro is already defined when the header is first
3018         included.
3019         * gcc.dg/cpp-mix.h: New file.
3020         * gcc.dg/endif-label.c: Update patterns to match compiler.
3021
3022         * g++.brendan/complex1.C: Declare abort.
3023         * g++.law/refs4.C: Remove XFAIL.
3024         * g++.oliva/expr2.C: Declare abort and exit.
3025
3026 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
3027
3028         * gcc.c-torture/execute/20000528-1.c: New test.
3029
3030         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
3031         * g++.old-deja/g++.law/temps4.C: Likewise.
3032
3033         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
3034         stdlib.h.  Call abort() on failure.
3035         * g++.old-deja/g++.law/refs4.C: Likewise.
3036         * g++.old-deja/g++.law/temps4.C: Likewise.
3037         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
3038         * gcc.c-torture/execute/20000112-1.c: Include string.h.
3039
3040 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
3041
3042         Relative to g++.dg/special:
3043         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
3044
3045         Relative to g++.old-deja:
3046         * g++.brendan/complex1.C, g++.jason/optimize2.C,
3047         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
3048         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
3049         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
3050         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
3051         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
3052         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
3053
3054         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
3055         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
3056         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
3057         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
3058         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
3059         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
3060         and/or string.h.
3061
3062         * g++.other/goto1.C: Update expectations for error messages.
3063
3064 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
3065
3066         * gcc.c-torture/compile/20000523-1.c: New test.
3067
3068 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
3069
3070         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
3071
3072 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
3073
3074         * g++.old-deja/g++.eh/catch11.C: New test.
3075         * g++.old-deja/g++.eh/catch12.C: New test.
3076
3077 2000-05-24  Nick Clifton  <nickc@cygnus.com>
3078
3079         * gcc.c-torture/execute/20000523-1.c: New test.
3080
3081 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
3082
3083         * c-torture/execute/bcp-1.c: Replace abort in arg of
3084         __builtin_constant_p with a generic external function.
3085
3086         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
3087         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
3088         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
3089         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
3090         Prototype abort and/or exit.
3091
3092         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
3093         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
3094         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
3095         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
3096
3097 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
3098
3099         * gcc.dg/dwarf2-1.c: New test.
3100
3101 2000-05-20  Richard Henderson  <rth@cygnus.com>
3102
3103         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
3104
3105 2000-05-20  Andreas Jaeger  <aj@suse.de>
3106
3107         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
3108         testcase.
3109
3110 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
3111
3112         * gcc.c-torture/execute/20000519-2.c: New test.
3113
3114 2000-05-19  Andreas Jaeger  <aj@suse.de>
3115
3116         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
3117         which fails with SSA.
3118
3119         * lib/c-torture.exp: Also test with -O3 -fssa.
3120
3121 2000-05-18  Michael Meissner  <meissner@redhat.com>
3122
3123         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
3124         * gcc.c-torture/execute/920415-1.c: Ditto.
3125         * gcc.c-torture/execute/920501-1.c: Ditto.
3126         * gcc.c-torture/execute/conversion.c: Ditto.
3127         * gcc.c-torture/execute/cvt-1.c: Ditto.
3128
3129 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
3130
3131         * gcc.c-torture/compile/20000518-1.c: New test.
3132
3133 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
3134
3135         * g77.f-torture/compile/200005018.f:  New test.
3136
3137 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
3138
3139         * gcc.c-torture/compile/20000517-1.c: New test.
3140
3141 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3142
3143         * gcc.c-torture/execute/20000516-1.c: New test.
3144
3145 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
3146
3147         * g++.old-deja/g++.other/eh.C: New test.
3148
3149 2000-05-12  Richard Henderson  <rth@cygnus.com>
3150
3151         * gcc.c-torture/execute/990208-1.c (main): Don't pass
3152         constants through to doit's conditional.
3153
3154 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
3155
3156         * gcc.c-torture/compile/20000511-1.c: New test.
3157         * g77.f-torture/compile/20000511-1.f: New test.
3158         * g77.f-torture/compile/20000511-2.f: New test.
3159
3160 2000-05-11  Michael Meissner  <meissner@redhat.com>
3161
3162         * gcc.c-torture/execute/20000511-1.c: New test.
3163
3164 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
3165
3166         * gcc.dg/dg.exp: Scan .S files as well as .c files.
3167         * gcc.dg/20000510-1.S: New.
3168
3169 2000-05-08  Catherine Moore  <clm@cygnus.com>
3170
3171         * gcc.dg/unused-3.c: New.
3172
3173 2000-05-06  Richard Henderson  <rth@cygnus.com>
3174
3175           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
3176           * g++.old-deja/g++.mike/warn1.C: Likewise.
3177           * g++.old-deja/g++.pt/local1.C: Likewise.
3178           * g++.old-deja/g++.pt/local7.C: Likewise.
3179           * g++.old-deja/g++.pt/spec16.C: Likewise.
3180
3181 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
3182
3183         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
3184
3185 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
3186
3187           * g77.f-torture/execute/20000503-1.f:  New test.
3188
3189 2000-05-04  Andreas Jaeger  <aj@suse.de>
3190
3191         * gcc.dg/noreturn-2.c: New test.
3192
3193 2000-05-04  Neil Booth  <NeilB@earthling.net>
3194
3195         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
3196         preprocessor.
3197
3198 2000-05-04  Richard Henderson  <rth@cygnus.com>
3199
3200         * gcc.c-torture/execute/20000503-1.c: Fix typo.
3201
3202 2000-05-04  Richard Henderson  <rth@cygnus.com>
3203
3204         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
3205         OpenSSL by Jason R Thorpe.
3206
3207 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
3208
3209         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
3210
3211 2000-05-03  Robert Lipe <robertlipe@usa.net>
3212
3213         * gcc.dg/20000503-1.c: New test.
3214
3215 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
3216
3217         * gcc.c-torture/compile/20000502-1.c: New test.
3218         * g++.old-deja/g++.other/align.C: New test.
3219         * gcc.dg/cpp-tradstringify.c: New test.
3220
3221 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3222
3223         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
3224         and hard registers.
3225
3226 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
3227
3228         * gcc.c-torture/execute/loop-5.c: New test.
3229
3230 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
3231
3232         * gcc.c-torture/execute/va-arg-20.c: New test.
3233
3234 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
3235
3236         * gcc.c-torture/execute/20000422-1.c: New test.
3237
3238 2000-04-20  Greg McGary  <gkm@gnu.org>
3239
3240         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
3241         when optimizing, but without sibling-call optimizations (-O1).
3242
3243 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
3244
3245           * gcc.c-torture/compile/20000420-1.c: New test.
3246
3247 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
3248
3249         * g++.abi/ptrflags.C: New test.
3250         * g++.eh/catchptr1.C: Test incomplete pointer chains.
3251
3252 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
3253
3254         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
3255
3256 2000-04-19  Greg McGary  <gkm@gnu.org>
3257
3258         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
3259         sibling-call optimizations.
3260
3261 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
3262
3263         * gcc.dg/20000419-1.c: New test.
3264
3265 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
3266
3267         * gcc.c-torture/execute/20000412-6.c: New test.
3268
3269 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
3270
3271         * gcc.c-torture/execute/20000412-5.c: New test.
3272         * g77.f-torture/compile/20000412-1.f: New test.
3273         * gcc.c-torture/execute/20000412-4.c: New test.
3274         * gcc.c-torture/compile/20000412-2.c: New test.
3275         * gcc.c-torture/execute/20000412-3.c: New test.
3276         * gcc.c-torture/compile/20000412-1.c: New test.
3277         * gcc.c-torture/execute/20000412-2.c: New test.
3278
3279 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
3280
3281         * objc/execute/bf-20.m: New test.
3282
3283 2000-04-10  Richard Henderson  <rth@cygnus.com>
3284
3285         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
3286
3287         * gcc.c-torture/execute/20000412-1.c: New test.
3288
3289 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
3290
3291         * g++.old-deja/g++.eh/catchptr1.C: New test.
3292
3293 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
3294
3295         * g++.old-deja/g++.abi/cxa_vec.C: New test.
3296
3297 2000-04-08  Neil Booth  <NeilB@earthling.net>
3298
3299         * gcc.dg/cpp-nullchar.c: Remove test as
3300         embedded nulls cause problems.
3301
3302 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3303
3304         * gcc.dg/compare2.c: New test.
3305
3306 2000-04-08  Neil Booth  <NeilB@earthling.net>
3307
3308         * gcc.dg/cpp-nullchar.c: New test.
3309
3310 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
3311
3312         * gcc.dg/cpp-mi2.c: New test.
3313         * gcc.dg/cpp-mi2[abc].h: New files.
3314
3315 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
3316
3317         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
3318         member name.
3319
3320 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
3321
3322         * g++.old-deja/g++.abi/vmihint.C: New test.
3323
3324 2000-04-06  Neil Booth  <NeilB@earthling.net>
3325
3326         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
3327         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
3328         copyright.
3329
3330 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
3331
3332         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
3333         avoid stack-frame overwrite.
3334
3335 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
3336
3337         * gcc.c-torture/compile/20000405-2.c: New test.
3338         * gcc.c-torture/compile/20000405-3.c: New test.
3339
3340 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3341
3342         * gcc.c-torture/compile/20000405-1.c: New test.
3343
3344 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
3345
3346         * gcc.dg/cast-qual-1.c: Revert last change.
3347
3348 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3349
3350         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
3351
3352 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
3353
3354         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
3355         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
3356
3357 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
3358
3359         * gcc.c-torture/compile/20000403-2.c: New test.
3360         * gcc.c-torture/compile/20000403-1.c: New test.
3361
3362 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
3363
3364         * gcc.c-torture/execute/20000403-1.c: New test.
3365
3366 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
3367
3368         * gcc.c-torture/execute/20000402-1.c: New test.
3369
3370 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
3371
3372         * gcc.c-torture/execute/va-arg-15.c: New test.
3373         * gcc.c-torture/execute/va-arg-16.c: New test.
3374         * gcc.c-torture/execute/va-arg-17.c: New test.
3375         * gcc.c-torture/execute/va-arg-18.c: New test.
3376         * gcc.c-torture/execute/va-arg-19.c: New test.
3377
3378 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
3379
3380         * gcc.c-torture/compile/981211-1.c: Move to...
3381         * gcc.dg/cpp-as1.c: ...here.
3382         * gcc.dg/cpp-as2.c: New file.
3383
3384         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
3385         compiler.
3386
3387 2000-04-02  Neil Booth  <NeilB@earthling.net>
3388
3389         * gcc.dg/cpp-cond.c  New tests.
3390         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
3391         accidental success less likely.
3392         * gcc.dg/cpp-missingop.c  New tests.
3393         * gcc.dg/cpp-missingparen.c  New tests.
3394         * gcc.dg/cpp-shift.c  New tests.
3395         * gcc.dg/cpp-shortcircuit.c  New tests.
3396         * gcc.dg/cpp-unary.c  New tests.
3397
3398 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
3399
3400         * gcc.c-torture/compile/20000329-1.c: New test.
3401
3402 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
3403
3404         * gcc.c-torture/compile/20000326-1.c: New test.
3405         * gcc.c-torture/compile/20000326-2.c: New test.
3406
3407 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
3408
3409         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
3410         the first parameter is a function argument.
3411
3412 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
3413
3414         * g++.old-deja/g++.ext/array4.C: New test.
3415
3416 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
3417
3418         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
3419
3420 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3421
3422         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
3423
3424 2000-03-19  Richard Henderson  <rth@cygnus.com>
3425
3426         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
3427
3428 2000-03-19  Richard Henderson  <rth@cygnus.com>
3429
3430         * gcc.c-torture/compile/20000319-1.c: New test.
3431
3432 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
3433
3434         * gcc.c-torture/execute/20000314-3.c: New test.
3435         * gcc.c-torture/execute/20000314-2.c: New test.
3436         * gcc.c-torture/execute/20000314-1.c: New test.
3437         * gcc.c-torture/compile/20000314-2.c: New test.
3438         * gcc.c-torture/compile/20000314-1.c: New test.
3439
3440 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
3441
3442         * g++.old-deja/g++.warn/inline.C: New test.
3443
3444 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
3445
3446         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
3447         standards-compliant result rather than specific constants.
3448         Put test-values in array.
3449
3450 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
3451
3452         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
3453         (g++_target_compile): Put test-specific options last.
3454
3455 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
3456
3457         * g++.old-deja/g++.eh/vbase4.C: New test.
3458
3459 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
3460
3461         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
3462
3463 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
3464
3465         * g++.old-deja/g++.brendan/misc12.C: Removed.
3466         * g++.old-deja/g++.pt/memtemp77.C: Constify.
3467         * g++.old-deja/g++.ext/pretty4.C: New test.
3468
3469 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
3470
3471         * g++.old-deja/g++.other/string2.C: New test.
3472
3473 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
3474
3475         * g++.old-deja/g++.warn/impint2.C: New test.
3476
3477 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
3478
3479         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
3480         is 1, not zero.
3481
3482 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
3483
3484         * g++.old-deja/g++.warn/impint.C: New test.
3485         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
3486         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
3487         * g++.old-deja/g++.pt/explicit12.C: Likewise.
3488         * g++.old-deja/g++.pt/explicit13.C: Likewise.
3489         * g++.old-deja/g++.pt/explicit17.C: Likewise.
3490         * g++.old-deja/g++.pt/explicit18.C: Likewise.
3491         * g++.old-deja/g++.pt/explicit19.C: Likewise.
3492         * g++.old-deja/g++.pt/explicit23.C: Likewise.
3493         * g++.old-deja/g++.pt/explicit31.C: Likewise.
3494         * g++.old-deja/g++.pt/explicit35.C: Likewise.
3495         * g++.old-deja/g++.pt/explicit6.C: Likewise.
3496         * g++.old-deja/g++.pt/memclass7.C: Likewise.
3497
3498 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
3499
3500         * gcc.dg/cpp-redef.c: New test.
3501
3502 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
3503
3504         * g++.old-deja/g++.pt/unify7.C: New test.
3505
3506 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3507
3508         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
3509         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
3510
3511 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
3512
3513         * gcc.c-torture/compile/20000224-1.c: New test.
3514
3515 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3516
3517         * gcc.c-torture/compile/cpp-2.c: New test.
3518         * gcc.c-torture/compile/cpp-1.c: New test.
3519
3520 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
3521
3522         * gcc.c-torture/execute/20000225-1.c: New test.
3523
3524 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3525
3526         * gcc.dg/cpp-li2.c: New test.
3527
3528         * gcc.dg/cpp-wi1.c: New test.
3529
3530         * gcc.dg/cpp-li1.c: New test.
3531
3532 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
3533
3534         * g++.old-deja/g++.other/sizeof5.C: New test.
3535
3536 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3537
3538         * gcc.c-torture/execute/va-arg-13.c: New test.
3539
3540 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
3541
3542         * gcc.c-torture/execute/va-arg-12.c: New test.
3543
3544 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
3545
3546         * gcc.c-torture/execute/20000223-1.c: New test.
3547
3548 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
3549
3550         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
3551
3552 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
3553
3554         * g++.old-deja/g++.abi/ptrmem.C: New test.
3555
3556 2000-02-19  Richard Henderson  <rth@cygnus.com>
3557
3558         * gcc.c-torture/compile/init-3.c: New.
3559
3560 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
3561
3562         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
3563         ALWAYS_CXXFLAGS.
3564
3565 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
3566
3567         * gcc.c-torture/compile/20000211-3.c: New test.
3568
3569 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
3570
3571         * gcc.c-torture/compile/20000211-2.c: New test.
3572
3573 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
3574
3575         * gcc.c-torture/compile/20000211-1.c: New test.
3576
3577 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
3578
3579         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
3580           on native targets
3581
3582 2000-02-08  Nathan Sidwell  <nathan@acm.org>
3583
3584         * g++.old-deja/g++.other/cast5.C: New test.
3585
3586 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
3587
3588         * gcc.c-torture/execute/20000205-1.c: New.
3589
3590 2000-02-03  Nathan Sidwell  <nathan@acm.org>
3591
3592         * g++.old-deja/g++.jason/cast3.C: Return void.
3593         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
3594
3595 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3596
3597         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
3598
3599         * gcc.dg/loop-1.c: New test.
3600
3601 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
3602
3603         * gcc.c-torture/compile/20000127-1.c: New test.
3604         * gcc.c-torture/execute/991228-1.c: New test.
3605
3606 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3607
3608         * gcc.dg/unused-2.c: New test.
3609
3610         * gcc.dg/conv-1.c: New test.
3611
3612 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
3613
3614         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
3615         compiler.
3616         (tool_option_proc): Fix typo.
3617
3618 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
3619
3620         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
3621         of the ld on the host, not on the build machine.
3622         Also, don't crash if '--help' is not a supported option.
3623
3624 2000-01-24  Richard Henderson  <rth@cygnus.com>
3625
3626         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
3627
3628 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
3629
3630         * gcc.c-torture/execute/20000120-2.c: New test.
3631         * gcc.c-torture/execute/20000120-1.c: New test.
3632
3633 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
3634
3635         * gcc.c-torture/execute/20000113-1.c: New test.
3636
3637 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
3638
3639         * gcc.c-torture/execute/20000112-1.c: New test.
3640
3641 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3642
3643         * gcc.dg/20000111-1.c: New test.
3644
3645 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
3646
3647         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
3648         with 16 bit integers.
3649
3650 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3651
3652         * gcc.dg/20000108-1.c: New test.
3653
3654 2000-01-05  Nathan Sidwell  <nathan@acm.org>
3655
3656         * g++.old-deja/g++.ns/koenig8.C: New test.
3657
3658 2000-01-05  Nathan Sidwell  <nathan@acm.org>
3659
3660         * g++.old-deja/g++.other/cast4.C: New test.
3661
3662 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
3663
3664         * gcc.c-torture/compile/20000105-2.c: New test.
3665         * gcc.c-torture/compile/20000105-1.c: New test.
3666
3667 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3668
3669         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
3670         references to printf & atoi to conform to ANSI standard.
3671         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
3672         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
3673         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
3674         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
3675         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
3676         * g++.old-deja/g++.brendan/complex1.C: Likewise.
3677         * g++.old-deja/g++.brendan/copy1.C: Likewise.
3678         * g++.old-deja/g++.brendan/copy2.C: Likewise.
3679         * g++.old-deja/g++.brendan/copy3.C: Likewise.
3680         * g++.old-deja/g++.brendan/copy4.C: Likewise.
3681         * g++.old-deja/g++.brendan/copy5.C: Likewise.
3682         * g++.old-deja/g++.brendan/copy6.C: Likewise.
3683         * g++.old-deja/g++.brendan/copy7.C: Likewise.
3684         * g++.old-deja/g++.brendan/copy8.C: Likewise.
3685         * g++.old-deja/g++.brendan/crash11.C: Likewise.
3686         * g++.old-deja/g++.brendan/crash14.C: Likewise.
3687         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
3688         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
3689         * g++.old-deja/g++.brendan/delete2.C: Likewise.
3690         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
3691         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
3692         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
3693         * g++.old-deja/g++.brendan/eh1.C: Likewise.
3694         * g++.old-deja/g++.brendan/groff1.C: Likewise.
3695         * g++.old-deja/g++.brendan/init3.C: Likewise.
3696         * g++.old-deja/g++.brendan/misc12.C: Likewise.
3697         * g++.old-deja/g++.brendan/misc7.C: Likewise.
3698         * g++.old-deja/g++.brendan/new2.C: Likewise.
3699         * g++.old-deja/g++.brendan/operators4.C: Likewise.
3700         * g++.old-deja/g++.brendan/operators5.C: Likewise.
3701         * g++.old-deja/g++.brendan/overload2.C: Likewise.
3702         * g++.old-deja/g++.brendan/overload7.C: Likewise.
3703         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
3704         * g++.old-deja/g++.brendan/reference1.C: Likewise.
3705         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
3706         * g++.old-deja/g++.brendan/template24.C: Likewise.
3707         * g++.old-deja/g++.brendan/template3.C: Likewise.
3708         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
3709         * g++.old-deja/g++.jason/inline3.C: Likewise.
3710         * g++.old-deja/g++.jason/opeq.C: Likewise.
3711         * g++.old-deja/g++.law/arg5.C: Likewise.
3712         * g++.old-deja/g++.law/arm7.C: Likewise.
3713         * g++.old-deja/g++.law/ctors11.C: Likewise.
3714         * g++.old-deja/g++.law/cvt8.C: Likewise.
3715         * g++.old-deja/g++.law/init9.C: Likewise.
3716         * g++.old-deja/g++.law/refs4.C: Likewise.
3717         * g++.old-deja/g++.law/template2.C: Likewise.
3718         * g++.old-deja/g++.law/visibility24.C: Likewise.
3719         * g++.old-deja/g++.law/vtable3.C: Likewise.
3720         * g++.old-deja/g++.mike/asm2.C: Likewise.
3721         * g++.old-deja/g++.mike/eh1.C: Likewise.
3722         * g++.old-deja/g++.mike/misc1.C: Likewise.
3723         * g++.old-deja/g++.mike/misc13.C: Likewise.
3724         * g++.old-deja/g++.mike/misc14.C: Likewise.
3725         * g++.old-deja/g++.mike/ns12.C: Likewise.
3726         * g++.old-deja/g++.mike/p1248.C: Likewise.
3727         * g++.old-deja/g++.mike/p3708.C: Likewise.
3728         * g++.old-deja/g++.mike/p3708a.C: Likewise.
3729         * g++.old-deja/g++.mike/p3708b.C: Likewise.
3730         * g++.old-deja/g++.mike/p646.C: Likewise.
3731         * g++.old-deja/g++.mike/p700.C: Likewise.
3732         * g++.old-deja/g++.mike/p783.C: Likewise.
3733         * g++.old-deja/g++.mike/p783a.C: Likewise.
3734         * g++.old-deja/g++.mike/p783b.C: Likewise.
3735         * g++.old-deja/g++.mike/p786.C: Likewise.
3736         * g++.old-deja/g++.mike/p789.C: Likewise.
3737         * g++.old-deja/g++.mike/p789a.C: Likewise.
3738         * g++.old-deja/g++.mike/p807a.C: Likewise.
3739         * g++.old-deja/g++.other/delete3.C: Likewise.
3740         * g++.old-deja/g++.other/dyncast1.C: Likewise.
3741         * g++.old-deja/g++.other/dyncast2.C: Likewise.
3742         * g++.old-deja/g++.other/dyncast3.C: Likewise.
3743         * g++.old-deja/g++.other/empty1.C: Likewise.
3744         * g++.old-deja/g++.other/temporary1.C: Likewise.
3745         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
3746         * g++.old-deja/g++.pt/t16.C: Likewise.
3747         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
3748
3749 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
3750
3751         * gcc.dg/991230-1.c: New test.
3752
3753 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
3754
3755         * gcc.c-torture/compile/991229-3.c: New test.
3756         * gcc.c-torture/compile/991229-2.c: New test.
3757         * gcc.c-torture/compile/991229-1.c: New test.
3758
3759 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
3760
3761         * gcc.c-torture/compile/labels-2.c: New test.
3762
3763 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
3764
3765         * gcc.c-torture/execute/991227-1.c: New test.
3766
3767 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3768
3769         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
3770
3771 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
3772
3773         * gcc.c-torture/execute/991221-1.c: New test.
3774
3775 1999-12-20  Nathan Sidwell  <nathan@acm.org>
3776
3777         * g++.old-deja/g++.other/cast3.C: New test.
3778
3779 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
3780
3781         * gcc.c-torture/execute/991216-4.c: New test.
3782
3783 1999-12-16  Michael Meissner  <meissner@cygnus.com>
3784
3785         * gcc.c-torture/execute/991216-1.c: New test.
3786         * gcc.c-torture/execute/991216-2.c: New test.
3787         * gcc.c-torture/execute/991216-3.c: New test.
3788
3789 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
3790
3791         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
3792         Actually make the test fail by using "-O2" for compilation.
3793
3794 1999-12-15  Nathan Sidwell  <nathan@acm.org>
3795
3796         * g++.old-deja/g++.warn/cast-align1.C: New test.
3797
3798 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
3799
3800         * gcc.c-torture/compile/991214-1.c: New test.
3801         * gcc.c-torture/compile/991214-2.c: New test.
3802
3803 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
3804
3805         * gcc.dg/991214-1.c: New test.
3806
3807 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
3808
3809         * gcc.c-torture/compile/991213-3.c: New test.
3810         * gcc.c-torture/compile/991213-2.c: New test.
3811         * gcc.c-torture/compile/991213-1.c: New test.
3812
3813 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
3814
3815         * gcc.dg/991209-1.c: New test.
3816
3817 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
3818
3819         * gcc.c-torture/compile/991208-1.c: New test.
3820
3821 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3822
3823         * gcc.dg/ultrasp2.c: New test.
3824
3825 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
3826
3827         * g++.old-deja/g++.abi/align.C (main): Fix typo.
3828
3829 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
3830
3831         * gcc.c-torture/compile/991202-1.c: New test.
3832         * gcc.c-torture/execute/991202-1.c: New test.
3833         * gcc.c-torture/execute/991202-2.c: New test.
3834         * gcc.c-torture/execute/991202-3.c: New test.
3835
3836 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
3837
3838         * g++.old-deja/g++.abi/align.C: New test.
3839         * g++.old-deja/g++.abi/aggregates.C: Likewise.
3840         * g++.old-deja/g++.abi/bitfields.C: Likewise.
3841
3842 1999-12-01  Richard Henderson  <rth@cygnus.com>
3843
3844         * gcc.c-torture/execute/991201-1.c: New.
3845
3846 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
3847
3848         * gcc.dg/991129-1.c: New test.
3849
3850 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
3851
3852         * gcc.c-torture/compile/991127-1.c: New test.
3853
3854 1999-11-22  Nathan Sidwell  <nathan@acm.org>
3855
3856         * g++.old-deja/g++.other/warn4.C: New test.
3857
3858 1999-11-22  Nathan Sidwell  <nathan@acm.org>
3859
3860         * g++.old-deja/g++.eh/cleanup2.C: New test.
3861         * g++.old-deja/g++.ext/pretty2.C: New test.
3862         * g++.old-deja/g++.ext/pretty3.C: New test.
3863         * g++.old-deja/g++.other/debug6.C: New test.
3864
3865 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
3866
3867         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
3868         compiler_output to look for one error message instead of two.
3869
3870 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
3871
3872         * gcc.c-torture/execute/991118-1.c: Also test case
3873         where the word boundary does not split a byte evenly.
3874
3875 1999-11-19  Nathan Sidwell  <nathan@acm.org>
3876
3877         * g++.old-deja/g++.ext/restrict1.C: New test.
3878
3879 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3880
3881         * gcc.c-torture/execute/991118-1.c: New test.
3882
3883 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
3884
3885         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
3886         working directory pathnames.
3887
3888 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
3889
3890         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
3891         host is equipped with driver.h and driver.o so it can actually
3892         compile and run the tests.
3893
3894 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
3895
3896         * gcc.c-torture/compile/991008-1.c: New test.
3897
3898 1999-11-08  Nick Clifton  <nickc@cygnus.com>
3899
3900         * lib/gcc-dg.exp: Include target-supports.exp
3901
3902 1999-11-05  Nick Clifton  <nickc@cygnus.com>
3903
3904         * lib/target-supports.exp: New file: Provide procs to test for
3905         features supported by the target.
3906         (check_weak_available): Moved here from ecos.exp.
3907         (check_alias_available): New proc: Determine of the target
3908         toolchain supports the alias attribute.
3909
3910         * gcc.dg/special/ecos.exp: Move check_weak_available to
3911         target-supports.exp.
3912         (alias-1.c): Only perform the test if the target supports
3913         aliases.
3914         (wkali-1.c): Only perform the test if the target supports
3915         aliases.
3916
3917         * gcc.dg/990506-0.c: Expect error messages from cross
3918         targets as well as native targets.
3919
3920 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3921
3922         * gcc.dg/ultrasp1.c: Removed xfail.
3923         * gcc.dg/struct-ret-2.c: Likewise.
3924         * gcc.dg/array-1.c: Likewise.
3925
3926 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3927
3928         * gcc.dg/struct-ret-2.c: New test.
3929
3930         * gcc.dg/array-1.c: New test.
3931
3932 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
3933
3934         * gcc.c-torture/execute/991030-1.c: New test.
3935
3936 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
3937
3938         * gcc.c-torture/compile/991026-2.c: New test.
3939
3940 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
3941
3942         * gcc.c-torture/compile/991026-1.c: New test.
3943
3944 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
3945
3946         * gcc.c-torture/execute/991023-1.c: New test.
3947
3948 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
3949
3950         * gcc.c-torture/execute/991019-1.c: New test.
3951
3952 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
3953
3954         * gcc.c-torture/execute/991016-1.c: New test.
3955
3956 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
3957
3958         * gcc.c-torture/execute/991014-1.c: New test.
3959
3960 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
3961
3962         * g++.old-deja/g++.other/union2.C: New test.
3963
3964 1999-10-13  Nathan Sidwell  <nathan@acm.org>
3965
3966         * g++.old-deja/g++.other/vaarg2.C: New test.
3967         * g++.old-deja/g++.other/vaarg3.C: New test.
3968
3969 1999-10-12  Craig Burley  <craig@jcb-sc.com>
3970
3971         * g77.f-torture/noncompile/19990905-1.f: Moved from being
3972         in compile/.
3973
3974 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
3975
3976         * gcc.c-torture/execute/va-arg-11.c: New test.
3977
3978 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
3979
3980         * lib/file-format.exp (gcc_target_object_format): Don't
3981         crash if objdump is unavailable.
3982
3983 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
3984
3985         * gcc.misc-tests/mg.exp: delete extraneous redirection.
3986
3987 1999-09-28  Nick Clifton  <nickc@cygnus.com>
3988
3989         * gcc.c-torture/compile/990928-1.c: New test.
3990
3991 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
3992
3993         * g++.old-deja/g++.other/decl6.C: New test.
3994
3995 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3996
3997         * gcc.c-torture/execute/va-arg-10.c: New test.
3998
3999 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
4000
4001         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
4002         __PRETTY_FUNCTION__.
4003
4004 1999-09-23  Nick Clifton  <nickc@cygnus.com>
4005
4006         * gcc.c-torture/execute/990923-1.c: New test.
4007
4008 1999-09-21  Nick Clifton  <nickc@cygnus.com>
4009
4010         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
4011         for which -fpic is inappropriate.
4012
4013 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
4014
4015         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
4016
4017 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
4018
4019         * g++.old-deja/g++.other/dyncast1.C: New test.
4020         * g++.old-deja/g++.other/dyncast2.C: New test.
4021         * g++.old-deja/g++.other/dyncast3.C: New test.
4022         * g++.old-deja/g++.other/dyncast4.C: New test.
4023         * g++.old-deja/g++.other/dyncast5.C: New test.
4024         * g++.old-deja/g++.eh/catch3.C: New test.
4025         * g++.old-deja/g++.eh/catch3p.C: New test.
4026         * g++.old-deja/g++.eh/catch4.C: New test.
4027         * g++.old-deja/g++.eh/catch4p.C: New test.
4028         * g++.old-deja/g++.eh/catch5.C: New test.
4029         * g++.old-deja/g++.eh/catch5p.C: New test.
4030         * g++.old-deja/g++.eh/catch6.C: New test.
4031         * g++.old-deja/g++.eh/catch6p.C: New test.
4032         * g++.old-deja/g++.eh/catch7.C: New test.
4033         * g++.old-deja/g++.eh/catch7p.C: New test.
4034         * g++.old-deja/g++.eh/catch8.C: New test.
4035         * g++.old-deja/g++.eh/catch8p.C: New test.
4036         * g++.old-deja/g++.eh/catch9.C: New test.
4037         * g++.old-deja/g++.eh/catch9p.C: New test.
4038
4039 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
4040
4041         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
4042         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
4043
4044 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
4045
4046         * gcc.c-torture/compile/990913-1.c: New test.
4047
4048 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
4049
4050         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
4051         * g++.old-deja/g++.jason/rfg5.C: Likewise.
4052
4053 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
4054
4055         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
4056
4057 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
4058
4059         * g++.old-deja/g++.other/lookup11.C: New test.
4060         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
4061         what is permitted and what we want.
4062         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
4063         overload use.
4064         * g++.old-deja/g++.jason/rfg5.C: Likewise
4065
4066 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
4067
4068         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
4069         * gcc.c-torture/noncompile/poison-1.c: New file.
4070
4071 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
4072
4073         * g++.old-deja/g++.other/sizeof3.C: New test.
4074         * g++.old-deja/g++.other/sizeof4.C: New test.
4075         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
4076         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
4077
4078 1999-09-07  Richard Henderson  <rth@cygnus.com>
4079
4080         * gcc.dg/va-arg-1.c: New.
4081
4082 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4083
4084         * gcc.c-torture/execute/va-arg-9.c: New test.
4085
4086 1999-09-05  Craig Burley  <craig@jcb-sc.com>
4087
4088         * g77.f-torture/compile/980519-2.f: New test.
4089         * g77.f-torture/compile/19990905-0.f: New test.
4090         * g77.f-torture/compile/19990905-1.f: New test.
4091         * g77.f-torture/compile/19990905-2.f: New test.
4092
4093         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
4094
4095 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
4096
4097         * gcc.c-torture/execute/990827-1.c: Fix typo.
4098
4099 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
4100
4101         * g++.old-deja/g++.other/deref1.C: New test.
4102
4103 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
4104
4105         * g++.old-deja/g++.other/ambig2.C: New test.
4106         * g++.old-deja/g++.other/cond5.C: New test.
4107         * g++.old-deja/g++.other/lookup16.C: New test.
4108
4109 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
4110
4111         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
4112         assemblers too.
4113
4114 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
4115
4116         * lib/c-torture.exp: Avoid the "compare executables" optimization
4117         when testing native.
4118
4119 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
4120
4121         * gcc.c-torture/execute/990829-1.c: New test.
4122         * gcc.c-torture/compile/990829-1.c: New test.
4123
4124 1999-08-27  Paul Burchard  <burchard@pobox.com>
4125
4126         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
4127         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
4128         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
4129         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
4130         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
4131         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
4132         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
4133         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
4134         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
4135         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
4136         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
4137
4138 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
4139
4140         * gcc.c-torture/execute/990827-1.c: New test.
4141
4142 1999-08-26  Craig Burley  <craig@jcb-sc.com>
4143
4144         * g77.f-torture/noncompile/19990826-4.f: New test.
4145
4146         * g77.f-torture/compile/19990826-3.f: New test.
4147
4148         * g77.f-torture/execute/19990826-2.f: New test.
4149
4150         * g77.f-torture/compile/19990826-1.f: New test.
4151
4152         * gcc.c-torture/execute/990826-0.c: New test.
4153         * g77.c-torture/execute/19990826-0.f: New test.
4154
4155         * g77.f-torture/noncompile/970626-2.f: New test.
4156
4157 1999-08-25  Paul Burchard  <burchard@pobox.com>
4158
4159         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
4160         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
4161         lss-011.C: New tests.
4162
4163 1999-08-25  Nathan Sidwell  <nathan@acm.org>
4164
4165         * g++.old-deja/g++.other/decl5.C: New test.
4166
4167 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4168
4169         * noncompile/noncompile.exp: Load_lib c-torture.exp.
4170         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
4171         call `postbase' for each one.  All callers of `postbase' changed
4172         to call this instead.
4173
4174 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
4175
4176         * gcc.c-torture/execute/990811-1.c: New test.
4177
4178 1999-08-09  Nick Clifton  <nickc@cygnus.com>
4179
4180         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
4181         just native ones.
4182
4183         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
4184         just native ones.
4185
4186 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
4187
4188         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
4189
4190 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
4191
4192         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
4193
4194 1999-08-04  Nathan Sidwell  <nathan@acm.org>
4195
4196         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
4197
4198 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
4199
4200         * gcc.c-torture/execute/990804-1.c: New test.
4201
4202 1999-08-03  Nathan Sidwell  <nathan@acm.org>
4203
4204         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
4205         * g++.old-deja/g++.brendan/crash64.C: Likewise
4206         * g++.old-deja/g++.brendan/overload8.C: Likewise
4207
4208 1999-08-03  Nathan Sidwell  <nathan@acm.org>
4209
4210         * g++.old-deja/g++.other/struct1.C: New test.
4211
4212 1999-08-03  Nathan Sidwell  <nathan@acm.org>
4213
4214         * g++.old-deja/g++.other/enum2.C: New test.
4215
4216 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
4217
4218         Adapted from tests from Franz Sirl:
4219         * gcc.c-torture/execute/va-arg-7.c: New test.
4220         * gcc.c-torture/execute/va-arg-8.c: New test.
4221
4222 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
4223
4224         * gcc.c-torture/compile/990801-2.c: New test.
4225
4226         * gcc.c-torture/compile/990801-1.c: New test.
4227
4228 1999-07-27  Michael Meissner  <meissner@cygnus.com>
4229
4230         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
4231         fp-cmp-1.c, converting double to float.
4232
4233         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
4234         fp-cmp-1.c, converting double to long double.
4235
4236         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
4237         from fr1 to unknown_register, since fr1 is a legitimate register
4238         on some machines.
4239
4240 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
4241
4242         * README: More listname related changes.
4243
4244 1999-07-08  Catherine Moore  <clm@cygnus.com>
4245
4246         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
4247
4248 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
4249
4250         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
4251
4252 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
4253
4254         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
4255
4256 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
4257
4258         * gcc.dg/990703-1.c: New test.
4259
4260 1999-06-29  Nick Clifton  <nickc@cygnus.com>
4261
4262         * lib/file-format.exp: New file: Move definition of proc
4263         gcc_target_object_format to here from
4264         gcc.dg/special/ecos.exp.
4265
4266         * lib/c-torture.exp: Include lib file-format.exp.
4267         * lib/gcc-dg.exp: Include lib file-format.exp.
4268
4269         * gcc.dg/special/ecos.exp: Remove definition of proc
4270         gcc_target_object_format.
4271
4272 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
4273
4274         * gcc.c-torture/execute/990628-1.c: New test.
4275
4276 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
4277
4278         * gcc.c-torture/compile/990625-2.c: New test.
4279
4280         * gcc.c-torture/compile/990625-1.c: New test.
4281
4282 1999-06-23  Nick Clifton  <nickc@cygnus.com>
4283
4284         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
4285         attributes compile.
4286         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
4287         ports that use the COFF/PE file format.
4288
4289 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
4290
4291         * gcc.c-torture/compile/990617-1.c: New test.
4292
4293 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
4294
4295         * g++.old-deja/g++.other/decl4.C: New test.
4296
4297 1999-06-14  Nathan Sidwell  <nathan@acm.org>
4298
4299         * g++.old-deja/g++.other/bitfld3.C: New test.
4300
4301 1999-06-08  Nathan Sidwell  <nathan@acm.org>
4302
4303         * g++.old-deja/g++.eh/catch1.C: New test.
4304
4305 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
4306
4307         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
4308
4309         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
4310         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
4311
4312 1999-06-05  Craig Burley  <craig@jcb-sc.com>
4313
4314         * g77.f-torture/compile/19990502-0.f: Replace with new,
4315         shorter, test that still fails after recent changes.
4316
4317 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
4318
4319         * gcc.c-torture/execute/990604-1.c: New test.
4320
4321 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
4322
4323         * gcc.c-torture/execute/990531-1.c: New test.
4324
4325 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4326
4327         * gcc.c-torture/compile/990527-1.c: New test.
4328
4329 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
4330
4331         * gcc.c-torture/execute/990527-1.c: New test.
4332
4333 1999-05-25  Nick Clifton  <nickc@cygnus.com>
4334
4335         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
4336         bitfields as signed.
4337
4338 1999-05-25  Craig Burley  <craig@jcb-sc.com>
4339
4340         * g77.f-torture/compile/19990525-0.f: New test.
4341
4342 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
4343
4344         * gcc.c-torture/execute/990525-2.c: New test.
4345
4346         * gcc.c-torture/execute/990525-1.c: New test.
4347
4348 1999-05-24  Nathan Sidwell  <nathan@acm.org>
4349
4350         * g++.old-deja/g++.other/anon3.C: New test.
4351         * g++.old-deja/g++.other/anon4.C: New test.
4352         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
4353         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
4354         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
4355         Merrill).
4356
4357 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
4358
4359         * gcc.c-torture/execute/990524-1.c: New test.
4360
4361         * gcc.dg/990524-1.c: New test.
4362
4363 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4364
4365         * gcc.c-torture/compile/990523-1.c: New test.
4366
4367 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
4368
4369         * gcc.c-torture/compile/990519-1.c: New test.
4370
4371 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
4372
4373         * gcc.c-torture/compile/990517-1.c: New test.
4374
4375         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
4376         (e4, f4): New tests.
4377         (main): Call them.
4378
4379 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4380
4381         * gcc.dg/noreturn-1.c: New test.
4382
4383 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
4384
4385         * gcc.c-torture/execute/990513-1.c: New test.
4386
4387 1999-05-10  Richard Henderson  <rth@cygnus.com>
4388
4389         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
4390
4391 1999-05-10  Craig Burley  <craig@jcb-sc.com>
4392
4393         * g77.f-torture/execute/erfc.f: Use small single-precision
4394         values, to avoid problems on Alphas when not -mieee.
4395
4396 1999-05-08  Craig Burley  <craig@jcb-sc.com>
4397
4398         * gcc.dg/990506-0.c: New test.
4399
4400 1999-05-08  Richard Henderson  <rth@cygnus.com>
4401
4402         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
4403         the constant to test.  Don't XFAIL 64-bit targets.
4404
4405         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
4406         * g++.old-deja/g++.law/profile1.C: Likewise.
4407
4408         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
4409         operator new instances.
4410         * g++.old-deja/g++.other/delete5.C: Likewise.
4411
4412 1999-05-03  Craig Burley  <craig@jcb-sc.com>
4413
4414         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
4415         intrinsic.
4416
4417 1999-05-03  Craig Burley  <craig@jcb-sc.com>
4418
4419         * g77.f-torture/execute/u77-test.f: Reverse order of two
4420         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
4421
4422 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4423
4424         * gcc.dg/compare1.c: New test.
4425
4426 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4427
4428         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
4429         New tests.
4430
4431 1999-05-02  Craig Burley  <craig@jcb-sc.com>
4432
4433         * g77.f-torture/compile/19990502-1.f: New test.
4434
4435 1999-05-02  Craig Burley  <craig@jcb-sc.com>
4436
4437         * g77.f-torture/compile/19990502-0.f: New test.
4438
4439 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
4440
4441         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
4442         intrinsic.
4443
4444 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
4445
4446         * g77.f-torture/execute/u77-test.f (main): List libU77
4447         intrinsics not currently tested.
4448         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
4449         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
4450         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
4451         Trim blanks off the ends of some printed strings.
4452
4453 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
4454
4455         * g77.f-torture/execute/u77-test.f (main): Just warn about
4456         FSTAT gid disagreement, as it's expected on some systems.
4457
4458 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
4459
4460         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
4461         use a new function, which allows for some slop.
4462         Clean up some commentary.
4463         (issum): The new function.
4464         (sgladd): Deleted subroutine.
4465
4466 1999-05-01  Craig Burley  <craig@jcb-sc.com>
4467
4468         * g77.f-torture/execute/u77-test.f: Modify to be more like
4469         libf2c/libU77 version, bringing patches to that version here.
4470         Add suitable commentary.
4471
4472 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
4473
4474         * gcc.dg/990424-1.c: New test.
4475
4476 1999-04-24  Craig Burley  <craig@jcb-sc.com>
4477
4478         * g77.f-torture/execute/u77-test.f (main): Bug involving
4479         LSTAT has been fixed, so turn back on full checking.
4480
4481 1999-04-20  Craig Burley  <craig@jcb-sc.com>
4482
4483         * g77.f-torture/compile/19990419-0.f: New test.
4484         * g77.f-torture/execute/19990419-1.f: New test.
4485
4486 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
4487
4488         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
4489         to avoid the need for a prototype to supress a warning.
4490
4491 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
4492
4493         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
4494
4495 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
4496
4497         * gcc.c-torture/execute/990404-1.c: New test.
4498
4499 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
4500
4501         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
4502         * gcc.dg/cpp-if3.c: Don't use -pedantic.
4503         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
4504         missing initializer warnings.
4505
4506 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
4507
4508         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
4509         matching strings.
4510
4511 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
4512
4513         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
4514
4515 1999-03-26  Craig Burley  <craig@jcb-sc.com>
4516
4517         * g77.f-torture/execute/19990325-0.f: New test.
4518         * g77.f-torture/execute/19990325-1.f: New test.
4519
4520 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
4521
4522         * gcc.c-torture/execute/990324-1.c: New test.
4523
4524 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
4525
4526         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
4527         test with 4.
4528
4529 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
4530
4531         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
4532
4533 1999-03-13  Craig Burley  <craig@jcb-sc.com>
4534
4535         * g77.f-torture/execute/19990313-2.f: New test.
4536         * g77.f-torture/execute/19990313-3.f: New test.
4537
4538 1999-03-13  Craig Burley  <craig@jcb-sc.com>
4539
4540         * g77.f-torture/execute/19990313-0.f: New test.
4541         * g77.f-torture/execute/19990313-1.f: New test.
4542
4543 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
4544
4545         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
4546         printf to sprintf.
4547         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
4548         (main): Add check for u15.  Conditionalize u31 check depending on
4549         whether ints are <32 bits or >=32 bits.
4550
4551 1999-03-08  Craig Burley  <craig@jcb-sc.com>
4552
4553         * g77.f-torture/execute/19981119-0.f: Improve testiness.
4554
4555 1999-03-08  Craig Burley  <craig@jcb-sc.com>
4556
4557         * g77.f-torture/compile/19990305-0.f: New test.
4558         * g77.f-torture/execute/19981119-0.f: New test.
4559
4560 1999-03-08  Craig Burley  <craig@jcb-sc.com>
4561
4562         * g77.f-torture/execute/970625-2.f: call ABORT if final
4563         result is not correct, instead of just printing it.
4564         Add this checking via newly introduced obfuscation, to
4565         trip up buggy front ends.
4566
4567 1999-03-07  Craig Burley  <craig@jcb-sc.com>
4568
4569         * g77.f-torture/compile/960317-1.f: Moved from being
4570         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
4571
4572 1999-03-06  Craig Burley  <craig@jcb-sc.com>
4573
4574         * g77.f-torture/execute/960317-1.f: New (old) test.
4575         * g77.f-torture/execute/970625-2.f: Ditto.
4576
4577 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
4578
4579         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
4580         message on line 1 or line 2; cccp and cpplib do this differently.
4581
4582 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
4583
4584         * g++.old-deja/g++.law/weak1.C: New test.
4585
4586 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
4587
4588         * gcc.c-torture/execute/990119-1.c: Renamed to...
4589         * gcc.dg/990119-1.c: this, so it will only be tested once
4590         (it's a preprocessor test, it doesn't need to be run at
4591         multiple optimization levels).
4592
4593 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
4594
4595         * lib/g++.exp: Don't add incdir=$base_dir/../include to
4596           ALWAYS_CXXFLAGS.
4597
4598 1999-02-24  Craig Burley  <craig@jcb-sc.com>
4599
4600         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
4601         * g77.f-torture/compile/19981216-0.f: ...as it is expected
4602         to not be compilable by current g77.
4603
4604 1999-02-24  Nick Clifton  <nickc@cygnus.com>
4605
4606         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
4607
4608 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
4609
4610         * gcc.c-torture/execute/990222-1.c: New test.
4611
4612 1999-02-19  Craig Burley  <craig@jcb-sc.com>
4613
4614         * g77.f-torture/compile/19990218-0.f: New test.
4615         * g77.f-torture/noncompile/19990218-1.f: New test.
4616
4617 1999-02-18  Craig Burley  <craig@jcb-sc.com>
4618
4619         * g77.f-torture/compile/19981216-0.f: New test.
4620
4621 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
4622
4623         * gcc.dg/990214-1.c: New test.
4624
4625 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
4626
4627         * gcc.dg/990213-2.c: New test.
4628
4629         * gcc.dg/990213-1.c: New test.
4630
4631 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
4632
4633         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
4634         ints.
4635
4636 1999-02-11  Nick Clifton  <nickc@cygnus.com>
4637
4638         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
4639         specified by target.
4640
4641         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
4642
4643 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
4644
4645         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
4646
4647 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
4648
4649         * gcc.dg/special/ecos.exp: New test driver for new tests with
4650         special requirements.
4651
4652         * gcc.dg/special/alias-1.c: New test.
4653         * gcc.dg/special/gcsec-1.c: New test.
4654         * gcc.dg/special/weak-1.c: New test.
4655         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
4656         * gcc.dg/special/weak-2.c: New test.
4657         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
4658         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
4659         * gcc.dg/special/wkali-1.c: New test.
4660         * gcc.dg/special/wkali-2.c: New test.
4661         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
4662         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
4663
4664 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
4665
4666           * lib/c-torture.exp (c-torture-compile): Pull out code for
4667           analyzing gcc error messages.
4668           (c-torture-execute): Likewise.  Fix some (harmless) false
4669           positives.
4670           * lib/gcc.exp (gcc_check_compile): New function.
4671
4672 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
4673
4674         * gcc.c-torture/execute/990208-1.c: New test.
4675
4676 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
4677
4678         * g++.dg/special/ecos.exp: New driver for new tests with special
4679         requirements
4680
4681         * g++.dg/special/conpr-1.C: New test
4682         * g++.dg/special/conpr-2.C: New test
4683         * g++.dg/special/conpr-2a.C: New test
4684         * g++.dg/special/conpr-3.C: New test
4685         * g++.dg/special/conpr-3a.C: New test
4686         * g++.dg/special/conpr-3b.C: New test
4687
4688         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
4689         allow g++ to use the dg driver
4690
4691         * README: Add comment about g++.dg directory
4692
4693 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
4694
4695         * README: Update email addresses.
4696
4697 1999-02-03  Nick Clifton  <nickc@cygnus.com>
4698
4699         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
4700         arguments in order to force structure S onto the stack even on
4701         the alpha.
4702         (test): Pass 10 leading arguments to function foo as well as the
4703         structure S.
4704
4705         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
4706         failure for all targets.
4707
4708         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
4709         abort to terminate program execution.
4710
4711 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
4712
4713         * gcc.c-torture/execute/990130-1.c: New test.
4714
4715 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
4716
4717         * gcc.dg/990130-1.c: New test.
4718
4719 1999-01-28  Michael Meissner  <meissner@cygnus.com>
4720
4721         * gcc.c-torture/execute/990128-1.c: New test.
4722
4723 1999-01-27  Michael Meissner  <meissner@cygnus.com>
4724
4725         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
4726
4727 1999-01-27  Felix Lee  <flee@cygnus.com>
4728
4729         * lib/c-torture.exp (c-torture-compile): pull out code for
4730         analyzing gcc error messages.
4731         (c-torture-execute): ditto, and fix some (harmless) false
4732         positives.
4733         * lib/gcc.exp (gcc_check_compile): new function.
4734
4735 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
4736
4737         * gcc.dg/990117-1.c: New test.
4738
4739         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
4740
4741         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
4742
4743 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
4744
4745         * g77.f-torture/compile/990115-1.f: New test.
4746
4747 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
4748
4749         * gcc.c-torture/compile/990107-1.c: New test
4750
4751 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
4752
4753         * gcc.c-torture/execute/990106-2.c: New test.
4754
4755         * gcc.c-torture/execute/990106-1.c: New test.
4756
4757 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
4758
4759         * gcc.c-torture/compile/981223-1.c: New test.
4760
4761 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
4762
4763         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
4764         (opt3): Rename from opt4 and disable.
4765
4766 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
4767
4768         * g++.old-deja/g++.pt/ptrmem5.C: New test.
4769
4770 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
4771
4772         * g++.old-deja/g++.other/conv5.C: New test.
4773
4774 1998-12-14  Nick Clifton  <nickc@cygnus.com>
4775
4776         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
4777
4778 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
4779
4780         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
4781
4782 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
4783
4784         * gcc.c-torture/compile/981211-1.c: New test.
4785
4786 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
4787
4788         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
4789
4790         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
4791
4792 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4793
4794         * gcc.special/930510-1.c: Make C9X safe.
4795         * gcc.misc-tests/gcov-1.c Similarly.
4796         * gcc.misc-tests/gcov-2.c Similarly.
4797
4798 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
4799
4800         * gcc.dg/ultrasp1.c: New test.
4801
4802 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
4803
4804         * gcc.c-torture/execute/981206.c: New test.
4805
4806 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
4807
4808         * g++.old-deja/g++.ns/template7.C: New test.
4809
4810         * g++.old-deja/g++.other/expr1.C: New test.
4811
4812         * g++.old-deja/g++.eh/tmpl3.C: New test.
4813
4814         * g++.old-deja/g++.eh/tmpl2.C: New test.
4815
4816 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
4817
4818         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
4819         * g++.old-deja/g++.other/using6.C: Removed.
4820         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
4821
4822         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
4823
4824 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
4825
4826         * g++.old-deja/g++.pt/overload8.C: New test.
4827
4828         * g++.old-deja/g++.pt/overload7.C: New test.
4829
4830         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
4831
4832         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
4833         and relinking messages.
4834         * lib/g++.exp (g++_target_compile): Remove .rpo file when
4835         compiling with -frepo.
4836
4837 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
4838
4839         * g++.old-deja/g++.pt/lookup6.C: New test.
4840
4841 1998-11-30  Nick Clifton  <nickc@cygnus.com>
4842
4843         * gcc.c-torture/execute/981130-1.c: New test.
4844         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
4845
4846 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4847
4848         * g++.old-deja/g++.pt/explicit76.C: New test.
4849
4850         * g++.old-deja/g++.pt/friend38.C: New test.
4851
4852         * g++.old-deja/g++.ns/crash2.C: New test.
4853
4854         * g++.old-deja/g++.pt/defarg8.C: New test.
4855
4856         * g++.old-deja/g++.pt/instantiate6.C: New test.
4857
4858         * g++.old-deja/g++.pt/static6.C: New test.
4859
4860         * g++.old-deja/g++.pt/decl2.C: New test.
4861
4862 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
4863
4864         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
4865         problem is actually related with name lookup, but so what? :-)
4866
4867         * g++.old-deja/g++.pt/friend37.C: New test.
4868
4869 1998-11-25  Dave Love  <d.love@dl.ac.uk>
4870
4871         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
4872         element, which fails on some systems.
4873
4874         * g77.f-torture/execute/labug1.f: New test.
4875
4876 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
4877
4878         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
4879         is defined.
4880
4881 1998-11-18  Dave Love  <d.love@dl.ac.uk>
4882
4883         * g77.f-torture/compile/981117-1.f: New test.
4884
4885 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
4886
4887         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
4888         properly discarded.
4889
4890 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
4891
4892         * gcc.c-torture/execute/memcheck: New directory of tests for
4893         -fcheck-memory-usage.
4894
4895 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4896
4897         * README: New file, general information about the testsuite and
4898         new description of the various C++ test subdirectories.
4899         * README.g++: Eliminate obsolete information, update and move most
4900         relevant stuff to README.
4901
4902 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
4903
4904         * gcc.c-torture/compile/981107-1.c: New test.
4905
4906 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
4907
4908         * execute/memcpy-bi.c: New testcase.
4909
4910 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
4911
4912         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
4913         base classes.
4914
4915         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
4916         template is selected.
4917
4918         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
4919         classes, it should be accepted for all types.
4920
4921         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
4922
4923         * g++.old-deja/g++.pt/spec24.C: Ensure that template
4924         specializations start with template headers.
4925
4926 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
4927
4928         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
4929
4930         * g++.old-deja/g++.other/init9.C: Test cross initialization of
4931         non-POD types.
4932
4933 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
4934
4935         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
4936
4937 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4938
4939         * compile/981022-1.c, compile/981022-1.x: New test and driver.
4940
4941 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
4942
4943         * 981019-1.c: New test.
4944
4945 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
4946
4947         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
4948         find objc headers.
4949
4950 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
4951
4952         * compile/981001-4.c: Remove use of GCC extension that triggers a
4953         compiler bug.
4954
4955 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
4956
4957         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
4958
4959 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
4960
4961         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
4962         instantiation of template produces incorrect code for delete
4963         expression.
4964
4965         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
4966         constructors' name is not unique.
4967         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
4968         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
4969
4970         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
4971         automatic array of const is ill-formed.
4972
4973         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
4974         of template parameter?
4975
4976         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
4977         const.
4978
4979         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
4980         pointer-to-member expression.
4981
4982         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
4983         declaration causes ICE.
4984
4985 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
4986
4987         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
4988         reserved in the global namespace.
4989
4990         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
4991         generate needed virtual table.
4992
4993         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
4994
4995 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
4996
4997         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
4998         template-dependent type
4999
5000 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
5001
5002         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
5003         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
5004         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
5005
5006         * g++.old-deja/g++.other/using5.C: New test; using decl from base
5007         class should be usable as argument of member function.
5008         * g++.old-deja/g++.other/using6.C: New test; using decl from base
5009         class should be usable as return type of member function.
5010         * g++.old-deja/g++.other/using7.C: New test; using decl from base
5011         class should be usable as type of data member.
5012
5013         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
5014
5015 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
5016
5017         * gcc.c-torture/special/920521-1.c: Fix bogus test.
5018
5019 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
5020
5021         * gcc.dg/dll-?.c Add thumb to target list.
5022         Fix assembler scan patterns to match current assembler output.
5023
5024 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
5025
5026         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
5027         matching of template brackets.
5028
5029         * g++.old-deja/g++.other/using4.C: New test.  Test using
5030         declarations of methods from base classes.
5031
5032         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
5033         within functions should introduce names into the innermost
5034         enclosing namespace.
5035
5036         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
5037         of static locals if first initialization throws.
5038
5039 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
5040
5041         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
5042
5043 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
5044
5045         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
5046         lose track of the possible targets of tablejump insns.
5047         * special/special.exp: Run it.
5048
5049 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
5050
5051         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
5052         must be declared before its specializations can be named in friend
5053         declarations.
5054
5055 1998-10-05  Dave Love  <d.love@dl.ac.uk>
5056
5057         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
5058
5059         * g77.f-torture/execute/io1.f: New test.
5060
5061 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
5062
5063         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
5064         with pointer to template function, for which no argument deduction
5065         is possible.
5066
5067         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
5068         specialization of template function as argument to template
5069         function.
5070
5071         * g++.old-deja/g++.other/access2.C: New test; Inner class
5072         shouldn't have privileged access to Outer's names.
5073
5074 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
5075
5076         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
5077         friend template declared within template class conflicts with
5078         nested class of the same name.
5079
5080         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
5081         is ignored.
5082
5083         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
5084         object with direct initializer as function declaration.
5085
5086         * g++.old-deja/g++.other/decl2.C: New test; duplicate
5087         initializers.
5088
5089         * g++.old-deja/g++.other/null2.C: New test; conditional operator
5090         involving const pointer and NULL produces incorrect result.
5091
5092         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
5093         type name without `typename' should be rejected with -pedantic.
5094
5095 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
5096
5097         * g++.old-deja/g++.other/addrof1.C: New test.
5098
5099 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
5100
5101         * gcc.c-torture/compile/981001-1.c: New test.
5102         * gcc.c-torture/execute/981001-1.c: New test.
5103
5104 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
5105
5106         * gcc.c-torture/compile/981001-2.c: New test.
5107         * gcc.c-torture/compile/981001-3.c: New test.
5108         * gcc.c-torture/compile/981001-4.c: New test.
5109
5110 1998-10-01  Robert Lipe  <robertl@dgii.com>
5111
5112         * lib/objc.exp (objc_target_compile): Add -L during compiles for
5113         multilibbed hosts.   Idea grafted from g77.exp.
5114
5115 1998-09-30  Dave Love  <d.love@dl.ac.uk>
5116
5117         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
5118         avoid losing on systems which need -lsocket.
5119
5120 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
5121
5122         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
5123         * g++.old-deja/g++.other/nested2.C: Ditto.
5124         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
5125         failure.
5126
5127 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
5128
5129         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
5130         preferred over template operator!= for enum bitfields.
5131
5132 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
5133
5134         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
5135         that happen to have the same base name, but in different scopes,
5136         are incorrectly rejected.
5137
5138 1998-09-16  Richard Henderson  <rth@cygnus.com>
5139
5140         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
5141         on the native word size instead of an integer literal.
5142
5143 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
5144
5145         * g++.old-deja/g++.other/static2.C: Invocation of static data
5146         member of type pointer-to-function denoted as non-static member.
5147
5148         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
5149         checks involving function types and aliases.
5150
5151 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
5152
5153         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
5154         redefined to the same non-trivial type.
5155
5156         * g++.old-deja/g++.pt/explicit73.C: Test for proper
5157         namespace-qualification of template specializations declared in
5158         other namespaces.
5159
5160         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
5161         to declare a subset of the specializations of a template function
5162         as friends of specializations of a template class.
5163
5164         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
5165         member templates that do not fully specialize the enclosing
5166         template class are rejected.
5167
5168 1998-09-11  Dave Love  <d.love@dl.ac.uk>
5169
5170         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
5171
5172 1998-09-08  Dave Love  <d.love@dl.ac.uk>
5173
5174         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
5175         altered from libf2c/libU77 version.
5176
5177 1998-09-06  Dave Love  <d.love@dl.ac.uk>
5178
5179         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
5180
5181 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
5182
5183         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
5184         (un)signed char are different types for template specialization
5185         purposes.
5186
5187 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
5188
5189         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
5190         * objc: ObjC testsuite.
5191
5192 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
5193
5194         * gcc.c-torture/execute/941014-1.x:  New file.
5195
5196 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
5197
5198         * lib/c-torture.exp: Add support for
5199         torture_eval_before_compile and torture_eval_before_execute
5200         variables.
5201
5202 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
5203
5204         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
5205         this test triggers valid.
5206
5207 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
5208
5209         * gcc.dg/980827-1.c: New test.
5210
5211 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
5212
5213         * gcc.c-torture/execute/loop-4b.c: New test.
5214
5215 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
5216
5217         * lib/c-torture.exp: Add support for
5218         torture_eval_before_compile and torture_eval_before_execute
5219         variables.
5220
5221 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
5222
5223         * gcc.c-torture/compile/980825-1.c: New test.
5224
5225 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
5226
5227         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
5228         count number tests in opt_t0 not good_t0.
5229
5230 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
5231
5232         * gcc.c-torture/compile/930326-1.x: Fix typo.
5233
5234 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
5235
5236         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
5237         causes an ICE.
5238
5239 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
5240
5241         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
5242         STACK_SIZE is defined.
5243         * gcc.c-torture/unsorted/stuct.c: Similarly.
5244
5245         * gcc.c-torture/compile/980821-1.c: New test.
5246
5247 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
5248
5249         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
5250
5251 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
5252
5253         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
5254         code.
5255
5256 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
5257
5258         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
5259         error'.
5260
5261 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
5262
5263         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
5264
5265 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
5266
5267         * gcc.c-torture/compile/980816-1.c: New test.
5268
5269         * gcc.dg/980816-1.c: New test.
5270
5271 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
5272
5273         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
5274         compiler for ieee tests.
5275
5276 1998-08-01  Dave Love  <d.love@dl.ac.uk>
5277
5278         * g77.f-torture/compile/980729-0.f: New test.
5279
5280 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
5281
5282         * gcc.c-torture/special/eeprof-1.c: New test, for
5283         -finstrument-functions.
5284         * gcc.c-torture/special/special.exp: Run it.
5285
5286 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
5287
5288         * gcc.c-torture/compile/980729-1.c: New test.
5289
5290 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
5291
5292         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
5293         __thumb__ is defined, and test for ARM style doubles if so.
5294
5295 1998-07-26  Dave Love  <d.love@dl.ac.uk>
5296
5297         * g77.f-torture/noncompile/980615-0.f: New test.
5298
5299 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
5300
5301         * gcc.dg/980312-1.c: Do link instead of compile.
5302         * gcc.dg/980313-1.c: Likewise.
5303
5304 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
5305
5306         * gcc.c-torture/compile/980726-1.c: New test.
5307
5308 1998-07-25  Dave Love  <d.love@dl.ac.uk>
5309
5310         * g77.f-torture/execute/io0.f: New test.
5311
5312 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
5313
5314         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
5315         an int.
5316
5317 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
5318
5319         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
5320         m32r bugs.
5321
5322 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
5323
5324         * gcc.dg/980626-1.c: Expect failures for all toolchains until
5325         c-decl.c:grokdeclarator can handle mode attributes.
5326
5327 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
5328
5329         * gcc.c-torture/execute/980716-1.c: New test.
5330
5331 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
5332
5333         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
5334         the mn10200.
5335         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
5336         the mn10200.
5337         * gcc.c-torture/execute/va-arg-3.x: Similarly.
5338         * gcc.c-torture/compile/930326-1.x: Similarly.
5339
5340 1998-07-13  Dave Love  <d.love@dl.ac.uk>
5341
5342         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
5343         New test from Craig.
5344
5345 1998-07-12  Dave Love  <d.love@dl.ac.uk>
5346
5347         * g77.f-torture/noncompile/980616-0.f: New test.
5348
5349         * g77.f-torture/execute/970816-3.f:  New test from Craig.
5350
5351 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
5352
5353         *  g++.other/singleton.C: Return error value instead of taking
5354         SIGSEGV.
5355
5356 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
5357
5358         *  g++.other/singleton.C: New test.   Warning is under dispute.
5359         Runtime crash is not.
5360
5361 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
5362
5363         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
5364         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
5365         using6.C, using7.C}:  New namespace tests.
5366
5367 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
5368
5369         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
5370         specialization with typedef'ed names used as array indexes.
5371
5372 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
5373
5374         * gcc.c-torture/execute/980709-1.c: New test.
5375
5376         * gcc.dg/980709-1.c: New test.
5377
5378 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
5379
5380         * gcc.c-torture/execute/bcp-1.c: New test.
5381
5382 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
5383
5384         * gcc.c-torture/execute/980707-1.c: New test.
5385
5386 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
5387
5388         * gcc.c-torture/compile/980706-1.c: New test.
5389
5390 1998-07-01  Dave Love  <d.love@dl.ac.uk>
5391
5392         * g77.f-torture/execute/980701-0.f,
5393         g77.f-torture/execute/980701-1.f: New test from Craig.
5394
5395 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
5396
5397         * gcc.c-torture/compile/980701-1.c: New test.
5398
5399         * gcc.c-torture/execute/980701-1.c: New test.
5400
5401 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
5402 rlsruhe.de>
5403
5404         * g++.old-deja/g++.robertl/eb132.C: New test.
5405         * g++.old-deja/g++.robertl/eb133.C: Likewise.
5406
5407 1998-06-29  Dave Love  <d.love@dl.ac.uk>
5408
5409         * g77.f-torture/execute/980628-7.f,
5410         g77.f-torture/execute/980628-8.f,
5411         g77.f-torture/execute/980628-9.f,
5412         g77.f-torture/execute/980628-10.f: New tests from Craig.
5413
5414         * g77.f-torture/execute/980628-3.f: Remove mail headers.
5415
5416 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
5417
5418         * g77.f-torture/execute/980628-4.f: New test from Craig.
5419         * g77.f-torture/execute/980628-5.f: Likewise.
5420         * g77.f-torture/execute/980628-2.f: Likewise.
5421         * g77.f-torture/execute/980628-0.f: Likewise.
5422         * g77.f-torture/execute/980628-1.f: Likewise.
5423         * g77.f-torture/execute/980628-3.f: Likewise.
5424         * g77.f-torture/execute/980628-6.f: Likewise.
5425
5426 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
5427
5428         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
5429         directory when nothing has been installed yet.
5430
5431 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
5432
5433         * gcc.c-torture/special/special.exp: Handle newer versions of
5434         dejagnu.
5435
5436 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
5437
5438         * gcc.dg/980626-1.c: New test.
5439
5440 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
5441
5442         * gcc.misc-tests/m-un-2.c: New test.
5443         * g++.old-deja/g++.other/warn01.c: Likewise.
5444
5445 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
5446
5447         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
5448         compatibility with assmblers with a different comment character.
5449         Eliminate use of GAS-specific extensions.
5450
5451 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
5452
5453         * gcc.c-torture/execute/ieee/980619-1.c: New test.
5454
5455 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
5456
5457         *lib/g77.exp: Replace search for libf2c.a with search for newly
5458         renamed libg2c.a
5459
5460 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
5461
5462         * gcc.c-torture/execute/980617-1.c: New test.
5463
5464 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
5465
5466         * gcc.c-torture/execute/980612-1.c: New test.
5467
5468 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
5469
5470         * gcc.dg/980523-1.c: Only test on ppc-linux.
5471         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
5472
5473         * gcc.c-torture/execute/980608-1.c: New test.
5474
5475 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
5476
5477         * gcc.c-torture/execute/980605-1.c: New test.
5478
5479 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
5480
5481         * gcc.c-torture/execute/980604-1.c: New test.
5482
5483 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
5484
5485         * gcc.c-torture/execute/980602-1.c: New test.
5486         * gcc.c-torture/execute/980602-2.c: Likewise.
5487
5488 1998-06-02  Dave Love  <d.love@dl.ac.uk>
5489
5490         * 970125-0.f: Fix per JCB.  Add commentary.
5491
5492 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
5493
5494         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
5495         IEEE -0 support.
5496
5497 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
5498
5499         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
5500         earlier.
5501
5502 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
5503
5504         * gcc.c-torture/execute/980526-3.c: New test.
5505
5506 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
5507
5508         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
5509         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
5510         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
5511         m88k-motorola-sysv3 to XFAIL.
5512
5513 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5514
5515         * gcc.dg/980526-1.c: New test.
5516         * gcc.c-torture/execute/980526-2.c: New test.
5517
5518 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
5519
5520         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
5521
5522         * gcc.c-torture/execute/980526-1.c: New test.
5523
5524 1998-05-26  Dave Love  <d.love@dl.ac.uk>
5525
5526         * g77.f-torture/execute/alpha2.f: Add runtime test.
5527
5528 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
5529
5530         * g++.old-deja/old-deja.exp: Strip leading directories.
5531
5532         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
5533         error for the line.  Don't run multiple tests for the same line.
5534
5535 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
5536
5537         * gcc.dg/980523-1.c: New test.
5538
5539 1998-05-23  Dave Love  <d.love@dl.ac.uk>
5540
5541         * g77.f-torture/compile/970915-0.f: New test.
5542
5543 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
5544
5545         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
5546
5547 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
5548
5549         * gcc.dg/980520-1.c: New test.
5550
5551 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
5552
5553         * gcc.dg/980502-1.c: Fix return type.
5554
5555 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
5556
5557         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
5558         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
5559         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
5560         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
5561         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
5562
5563 1998-05-20  Dave Love  <d.love@dl.ac.uk>
5564
5565         * g77.f-torture/execute/980520-1.f: New test.
5566
5567 1998-05-15  Dave Love  <d.love@dl.ac.uk>
5568
5569         * lib/mike-g77.exp: New file.
5570
5571         * g77.f-torture/noncompile/noncompile.exp,
5572         g77.f-torture/noncompile/check0.f: New files.
5573
5574 1998-05-14  Dave Love  <d.love@dl.ac.uk>
5575
5576         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
5577         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
5578         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
5579         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
5580         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
5581         abort where appropriate.
5582
5583 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
5584
5585         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
5586         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
5587
5588 1998-04-29  Dave Love  <d.love@dl.ac.uk>
5589
5590         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
5591
5592 1998-04-27  Dave Love  <d.love@dl.ac.uk>
5593
5594         * g77.f-torture/compile/980427-0.f: New test.
5595
5596 1998-04-24  Dave Love  <d.love@dl.ac.uk>
5597
5598         * g77.f-torture/compile/980424-0.f: New test.
5599
5600 1998-04-19  Dave Love  <d.love@dl.ac.uk>
5601
5602         * g77.f-torture/compile/980419-2.f (main): New test.
5603         * g77.f-torture/compile/970125-0.f: New test.
5604         * g77.f-torture/compile/980419-1.f: New test.
5605
5606 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
5607
5608         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
5609         of loop-4.c.
5610
5611 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
5612
5613         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
5614
5615 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
5616
5617         * gcc.c-torture/compile/980329-1.c: New test.
5618
5619 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
5620
5621         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
5622         * gcc.dg/980312-1.c: Fix typo in -march command.
5623
5624 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
5625
5626         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
5627
5628 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
5629
5630         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
5631         Dave Love agree the Fortran source is bogus.
5632
5633 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
5634
5635         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
5636         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
5637         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
5638         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
5639         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
5640
5641 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
5642
5643         * g++.old-deja/g++.other/friend1.C: New test.
5644
5645 1998-02-18  Dave Love  <d.love@dl.ac.uk>
5646
5647         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
5648         possibly uninitialized) variables and declare dnrm2.
5649
5650 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
5651
5652         From Bruno Haible <haible@ilog.fr>:
5653         * gcc.c-torture/execute/980223.c: New test.
5654
5655 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
5656
5657         * gcc.dg/ifelse-1.c: New test.
5658
5659 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
5660
5661         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
5662
5663           * lib/old-dejagnu.exp (old-dejagnu): Added the
5664           "execution test - XFAIL *-*-*" handling in the spirit of
5665           "excess errors test -". Changed the "execution test fails"
5666           handling to be like "excess errors test fails".
5667           * Update various tests accordingly.
5668
5669 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
5670
5671         * gcc.c-torture/execute/980205.c: New test.
5672
5673 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
5674
5675         * lib/c-torture.exp: Look for .x files instead of .cexp files.
5676         * lib/f-torture.exp: Similarly.
5677         * gcc.c-torture: Rename all .cexp files to .x files.
5678
5679 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
5680
5681         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
5682         (940510-1.c): Removed duplicate.
5683         (971104-1.c): New test.
5684
5685 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
5686
5687           * lib/f-torture.exp: Improve error and loop detection.
5688
5689 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
5690
5691         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
5692         use that to size the filler array.
5693
5694 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
5695
5696         * lib/c-torture.exp(c-torture-execute): Fix typo.
5697
5698         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
5699         testcase as the executable name. Keep the executable around if
5700         the test fails.
5701
5702 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
5703
5704         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
5705         changes.  Only test one -g option, and move it to the end of the
5706         list of options to test.
5707
5708 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
5709
5710         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
5711         variable GCC_TORTURE_OPTIONS to supply default switches separated
5712         by colons.  If no environment variable, run tests with -O0 -g, -O1
5713         -g, and -O2 -g as well.
5714
5715 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
5716
5717         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
5718         explanatory comments. Fix indentation.
5719
5720 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
5721
5722         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
5723
5724 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
5725
5726         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
5727         * g++.old-deja/g++.mike/p7325.C: Likewise.
5728         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
5729
5730 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
5731
5732         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
5733         * g++.old-deja/g++.brendan/crash30.C: Likewise.
5734         * g++.old-deja/g++.brendan/crash39.C: Likewise.
5735         * g++.old-deja/g++.law/operators4.C: Likewise.
5736
5737 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
5738
5739         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
5740         * g++.old-deja/g++.mike/p784.C: Ditto.
5741         * g++.old-deja/g++.mike/p785.C: Ditto.
5742
5743 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
5744
5745           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
5746
5747 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
5748
5749         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
5750         target feature; pass this to c-torture-execute as needed.
5751
5752 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
5753
5754         * lib/c-torture.exp(c-torture-execute): If the previous and the
5755         current executables being tested are identical, we don't need to
5756         run the executable again. Try to make the executable names
5757         unique. Add an optional argument for passing additional compiler
5758         flags.
5759
5760 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
5761
5762         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
5763
5764 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
5765
5766         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
5767
5768 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
5769
5770         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
5771         32bit or larger longs.
5772
5773         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
5774         have either a 32bit long or 32bit int.
5775
5776 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
5777
5778         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
5779         Make double precision tests dependent on sizeof (double).
5780
5781 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
5782
5783         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
5784         too.
5785
5786 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
5787
5788         * gcc.c-torture/compile/961203-1.cexp: New script.
5789
5790 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
5791
5792         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
5793         up the includes ourselves.
5794
5795 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
5796
5797         * lib/plumhall.exp: Remove random include, and add a few
5798         verbose messages for debugging.
5799
5800 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
5801
5802         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
5803         of trying to do it ourselves.
5804
5805 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
5806
5807         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
5808
5809 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
5810
5811         * gcc.prms/5403.c: Made regexp a bit less strict.
5812
5813 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
5814
5815         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
5816         is returned from remote_load instead.
5817         * lib/plumhall.exp: Ditto.
5818         * lib/mike-g++.exp: Ditto.
5819         * lib/old-dejagnu.exp: Ditto.
5820         * lib/c-torture.exp: Ditto.
5821
5822 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
5823
5824         * lib/g++.exp: Use build_wrapper procedure.
5825         * lib/gcc.exp: Ditto.
5826
5827 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
5828
5829         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
5830         an old-style decl for malloc.  Fixes tests to work when
5831         sizeof (int) != sizeof (size_t).
5832
5833 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
5834
5835         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
5836
5837         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
5838         use stdargs.h interface.
5839
5840 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
5841
5842         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
5843         NO_VARARGS when compiling.
5844
5845 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
5846
5847         * lib/plumhall.exp(ph_includes): New procedure.
5848         (ph_make): Use it.
5849         (ph_compiler): Ditto.
5850
5851         * lib/g++.exp: Rename test-glue.c to testglue.c.
5852         * lib/gcc.exp: Ditto.
5853
5854 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
5855
5856         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
5857         to completion when it's called.
5858
5859 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
5860
5861         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
5862         is defined, don't do test.
5863
5864 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
5865
5866         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
5867         for object files.
5868         (ph_summary): Mark skipped testcases as untested, not unresolved.
5869
5870         * lib/plumhall.exp (ph_make): If unresolved because of bad
5871         errorCode, record errorCode in log file.
5872         (*): Replace send_log/verbose with verbose -log.
5873
5874 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
5875
5876         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
5877         double conversion if double isn't at least 8 bytes.
5878
5879         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
5880         int to work with targets where int is 16 bits.
5881
5882         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
5883         8 bytes, just exit, since 4 byte doubles don't have enough bits of
5884         precision for the test to complete.
5885
5886 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
5887
5888         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
5889         if d10v is not compiled with the -mdouble64 flag.
5890         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
5891
5892         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
5893         d10v is not compiled with the -mint32 flag.
5894
5895 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
5896
5897         * lib/plumhall.exp: Use incr_count.
5898
5899 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
5900
5901         * gcc.c-torture: Update to c-torture-1.45.
5902
5903 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
5904
5905         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
5906         the name of the expect testcase file).
5907
5908         * lib/g++.exp(g++_init): Ditto.
5909
5910 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
5911
5912         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
5913         the host.
5914
5915         * lib/gcc.exp(gcc_exit): New procedure.
5916
5917 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
5918
5919         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
5920         specs where appropriate.
5921
5922         * g++.old-deja/g++.arm/*: Added additional ERROR checks
5923         because of new "candidates are" messages, and removed a few
5924
5925         * Converted all non-old-style g++ testcases to old-style, and
5926         moved into g++.old-deja.
5927
5928 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
5929
5930         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
5931         options.
5932
5933         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
5934         succeeded.
5935
5936         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
5937
5938 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
5939
5940         * lib/gcc.exp (gcc_target_compile): Add support for defining
5941         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
5942         the machine doesn't have those features.
5943
5944 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
5945
5946         * g++.law/operators4.exp: Don't use LIBS.
5947
5948 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
5949
5950         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
5951
5952         * lib/mike-g++.exp: Don't set the compiler to be tested here.
5953         * lib/g++.exp: Set it here instead. Also, allow use of the
5954         --tool_exec and --tool_opt options. Change CXX to
5955         GXX_UNDER_TEST.
5956
5957         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
5958
5959         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
5960
5961 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
5962
5963         * lib/old-dejagnu.exp: Use prune_warnings instead of
5964         prune_system_crud.
5965         * lib/mike-g++.exp: Ditto.
5966         * lib/gcc.exp: Ditto.
5967         * lib/g++.exp: Ditto.
5968
5969         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
5970
5971 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
5972
5973           * 941014-2.c: Include stdlib.h
5974           * 960327-1.c: Include stdio.h
5975           * dbra.c, index-1.c: Don't assume ints are 32bits.
5976
5977 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
5978
5979         * lib/gcc.exp: Add gcc,stack_size target feature.
5980
5981         * lib/g++.exp(g++_target_compile): Add the include and link
5982         paths here, not in two other places. And, it's $options, not
5983         options.
5984
5985         * lib/mike-g++.exp(postbase): Remove the code that determines
5986         the correct include and link paths.
5987         * g++.old-deja/old-deja.exp: Ditto.
5988
5989 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
5990
5991         * lib/g++.exp(g++_init): target_compile no longer returns the
5992         filename of the result.
5993
5994 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
5995
5996         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
5997         call to glob.
5998
5999         * gcc.c-torture/special/special.exp: Change call to
6000         gcc_target_compile to include the object file.
6001
6002 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
6003
6004         * gcc.c-torture/special/special.exp: Correct misspelling in last
6005         change.
6006
6007 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
6008
6009         * lib/plumhall.exp(ph_summary): Log the entire output of the
6010         executable. Return -1 if there were any failures, 0 otherwise.
6011         (ph_execute): Return -1 if there were any failures, 0 otherwise.
6012         (ph_make): Clean up objects and executables that were built
6013         if the tests succeeded.
6014
6015 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
6016
6017         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
6018         libraries and includes in the build tree as appropriate.
6019
6020 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
6021
6022         * lib/c-torture.exp: Instead of looking for the global variable
6023         NO_LONG_LONG, check to see if that's a feature of the target.
6024
6025 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
6026
6027         * config/default.exp: Minimize. Delete the remainer of the files in
6028         config; this functionality is now in devo/dejagnu/config.
6029
6030         g++.*/*: Pass any additional flags used to compile to postbase;
6031         delete CXXFLAGS.
6032
6033         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
6034         is now done by runtest.exp. Use gcc_target_compile instead of
6035         compile.
6036
6037         lib/c-torture.exp: Use gcc_target_compile instead of compile.
6038         Remove references to CFLAGS. Use remote_file instead of
6039         calling rm -f.
6040         (c-torture): Take a list of arguments to use to compile this
6041         testcase.
6042
6043         lib/g++.exp: Simplify. Use target_compile instead of compile.
6044         lib/gcc-dg.exp: Ditto.
6045         lib/gcc.exp: Ditto.
6046         lib/mike-{gcc,g++}.exp: Ditto.
6047         lib/old-dejagnu.exp: Ditto.
6048         lib/plumhall.exp: Ditto.
6049
6050 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
6051
6052         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
6053         (ph_linker): Likewise.
6054
6055 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
6056
6057           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
6058         MAP_ANON / MAP_ANONYMOUS if defined;
6059         else try to map from /dev/zero .
6060
6061 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
6062
6063         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
6064         isn't defined, then define it to MAP_ANONYMOUS.
6065
6066 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
6067
6068         * gcc.c-torture: Update to c-torture-1.42 release.
6069
6070 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
6071
6072         * gcc.c-torture: Update to c-torture-1.41 release.
6073
6074 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
6075
6076         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
6077         c-torture release.
6078
6079 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6080
6081         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
6082         and LDFLAGS.  Fix second case to append the target_info ldflags
6083         onto LDFLAGS, not CFLAGS.
6084         * lib/g++.exp (g++_init): Add target_info stuff.
6085         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
6086         of libgloss and newlib flags for !native.
6087
6088         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
6089         (GDB): Fix relative path to go up another dir for finding gdb.
6090
6091 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
6092
6093         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
6094         versions in the target_info array, if they don't exist.
6095
6096 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6097
6098         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
6099
6100 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
6101
6102         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
6103         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
6104
6105 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
6106
6107         * lib/old-dejagnu.exp: Don't remove the output file before we've
6108         actually tested it. Don't append pwd to the path of the executable
6109         we're testing.
6110
6111 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
6112
6113         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
6114
6115 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
6116
6117         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
6118         temporary directory for compiler files, and set it to a default
6119         value of /tmp. Set $output as the name of the output file from
6120         compiling the testcase. Add a -o option to $cflags_var so the
6121         compiler writes the final output file as $output. Set $executable
6122         to $output.
6123
6124         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
6125         directory for compiler files, and set it to /tmp if it doesn't
6126         already have a value. Set $output_file to the name of the output
6127         file from compiling the testcase. Add a -o option to CXXFLAGS so
6128         the compiler writes the final output file as $output. Use $output
6129         as the executable to be tested.
6130
6131 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6132
6133         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
6134
6135 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
6136
6137         * gcc.c-torture/execute/pending-1.c: New test.  Still
6138         pending in Tege's queue.
6139
6140 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
6141
6142         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
6143         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
6144         if there were failures.  Call unresolved if there were unresolved
6145         testcases.  Call gcc_fail if program did not run to completion.
6146         (ph_make): Pass additional argument name to ph_execute.
6147         (ph_execute): Add new argument.  Pass additional arguments to
6148         ph_summary.  Call gcc_fail is there is no execution output.
6149
6150 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
6151
6152         * lib/plumhall.exp (proc_summary): Output relavent summary
6153         lines into the log so specific failures in plumhall can be
6154         investigated.
6155
6156 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
6157
6158         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
6159         (c-torture-execute): Don't try to execute tests which use
6160         "long long" types if $NO_LONG_LONG is nonzero.
6161
6162 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
6163
6164         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
6165         not c-torture.
6166
6167         * gcc.ieee: Move from here.
6168         * gcc.c-torture/execute/ieee: To here.
6169
6170 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
6171
6172         * gcc.c-torture: Update to c-torture-1.41 release.
6173
6174 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
6175
6176         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
6177         not "$output".
6178
6179 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
6180
6181         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
6182         -c present.
6183
6184 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
6185
6186         * config/proelf.exp: Handle connecting to a simulator.
6187
6188 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
6189
6190         * config/proelf.exp: New file.  Enough framework that we can
6191         run c-torture tests on the proelf targets (or any other target
6192         that gdb can connect to for that matter).
6193
6194 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
6195
6196         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
6197         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
6198
6199         * lib/plumhall.exp (ph_execute): Always call ph_summary if
6200         exec_output exists.
6201
6202 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
6203
6204         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
6205         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
6206
6207         * config/*.exp: Update FSF address.  Change result of ${tool}_load
6208         to pass/fail/unresolved/unsupported/untested.  Caller must now
6209         call unresolved/unsupported/untested.
6210         * lib/*.exp: Update FSF address.  Update to handle new results of
6211         ${tool}_load.
6212         * lib/chill.exp (verbose): Delete.
6213
6214 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
6215
6216         * lib/gcc.exp (default_gcc_start): Change order of args to
6217         $LDFLAGS $CFLAGS $LIBS.
6218         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
6219         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
6220         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
6221         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
6222         * gcc.misc-tests/dg-test.exp: Likewise.
6223         * gcc.misc-tests/msgs.exp: Likewise.
6224         * gcc.prms/prms.exp: Likewise.
6225         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
6226         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
6227
6228         * lib/dg.exp: Deleted, moved to dejagnu/lib.
6229
6230 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6231
6232         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
6233
6234         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
6235         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
6236
6237         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
6238         necessary.
6239
6240 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
6241
6242         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
6243         global for loop; add use of $mathlib.
6244         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
6245         settings here; set mathlib for anything but VxWorks.
6246
6247 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
6248
6249         * gcc.c-torture: Update to c-torture-1.40 release.
6250
6251 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
6252
6253         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
6254         dg.exp.
6255
6256 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
6257
6258         * lib/c-torture.exp (c-torture-execute): Declare "output" as
6259         global.
6260
6261 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
6262
6263         * lib/g++.exp (LIBS): Define if not already.
6264         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
6265         (gcc-dg-prune): Call prune_gcc_output.
6266         * lib/gcc.exp (prune_gcc_output): New proc.
6267         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
6268         prune_gcc_output.
6269
6270 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
6271
6272         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
6273         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
6274
6275 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
6276
6277         * gcc.c-torture: Update to c-torture-1.39 release.
6278
6279 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
6280
6281         * lib/c-torture.exp (c-torture-execute): Don't return if one option
6282         fails, try others as well.
6283
6284 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
6285
6286         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
6287         If compilation fails, mark execute tests as `untested'.
6288         If test is marked as unsupported, don't mark compilation and
6289         execute tests as failed.
6290
6291 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6292
6293         * lib/g++.exp (g++_init): Don't link in libg++, and look to
6294         libstdc++ for whether or not we want to be doing shared
6295         libraries.  Delete link_curses since we don't need it anymore.
6296         * lib/mike-g++.exp (postbase): Don't link in libg++.
6297         * g++.old-deja/old-deja.exp: Likewise.
6298
6299 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6300
6301         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
6302
6303 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6304
6305         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
6306         For that, add `-Wl,-a,shared_archive'.
6307         * g++.old-deja/old-deja.exp: Likewise.
6308
6309 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
6310
6311         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
6312
6313 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
6314
6315         * lib/mike-g++.exp (postbase): Pay attention to the status of
6316         g++_load.
6317
6318 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6319
6320           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
6321
6322 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
6323
6324         * lib/gcc.exp (default_gcc_start): No longer need to log program
6325         being executed or its output, execute_anywhere does that now.
6326         * lib/g++.exp (default_g++_version): Call execute_anywhere.
6327         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
6328
6329 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6330
6331         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
6332         the same as those in lib/g++.exp.
6333
6334 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
6335
6336         * gcc.c-torture: Update to c-torture-1.38 release.
6337         * gcc.ieee: Related changes.
6338
6339 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
6340
6341         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
6342         "exec". Minor reformatting changes.
6343
6344         * config/rom68k.exp (${tool}_load): Make it work in a canadian
6345         cross. This means all "exec" calls now work on a remote host as
6346         well.
6347         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
6348         cross. Filter out the extra "\r\n" stuff that expect puts in.
6349         (c-torture-execute): Filter out the bogus warnings like
6350         c-torture-compile does. Add support for canadian cross.
6351         * lib/gcc.exp (default_gcc_version, default_gcc_start)
6352         Use execute_anywhere rather than calling exec directly. Now it
6353         works for canadian cross testing.
6354
6355 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
6356
6357         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
6358         results into a variable, and check that rather than using file exists.
6359
6360 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6361
6362         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
6363         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
6364
6365 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6366
6367         * g++.old-deja/old-deja.exp: Create and pass runshlib and
6368         lib_curses if there's a shared libg++ in the build tree.
6369
6370 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
6371
6372         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
6373         if not supported target.
6374
6375 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6376
6377         * lib/g++.exp (g++_init): Move empty setting of runshlib and
6378         link_curses up to always happen, not just for native builds.
6379
6380 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
6381
6382         * gcc.c-torture: Update to c-torture-1.36 release.
6383         * gcc.failure: Related changes.
6384
6385 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
6386
6387         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
6388
6389 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6390
6391         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
6392         * lib/mike-g++.exp (postbase): Not in here.  Still reference
6393         runshlib, link_curses, and mathlib for link and run.
6394
6395         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
6396         pass the runtime shared library options for Solaris, OSF/1, and
6397         Irix5, and link with -lcurses to avoid unresolved references.
6398
6399 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6400
6401         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
6402         only run once.
6403
6404 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
6405
6406         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
6407
6408 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
6409
6410         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
6411         do not have a framework for the "compat" tests yet.
6412
6413 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6414
6415         * lib/mike-g++.exp (postbase): New local variable `mathlib',
6416         set to null if we're testing vxworks5.1.  Use that instead of
6417         `-lm' in the setting of LIBS for link and run.
6418
6419 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6420
6421         * config/rom68k.exp (${tool}_load): Major changes to make it
6422         work.  Verified that it does in fact return the stuff in
6423         exec_output properly.  Catch any Emul or any TRAP other than 0.
6424
6425 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6426
6427         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
6428         LDFLAGS properly for targets that need stuff from libgloss.
6429         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
6430         only run once.
6431         (gpp_initialized): New variable.
6432
6433 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
6434
6435         * config/rom68k.exp: Load libgloss.exp.
6436         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
6437         so we can produce a fully linked binary.
6438         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
6439         so we can produce a fully linked binary.
6440
6441 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
6442
6443         * lib/plumhall.exp (ph_section): Watch for expected failures.
6444         Add missing `else'.
6445
6446         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
6447         run the testcase.
6448         (c-torture): Likewise.
6449
6450 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
6451
6452         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
6453
6454         * lib/mike-g++.exp (mike_cleanup): New proc.
6455         (prebase): New globals compiler_result, not_compiler_result,
6456         target_regexp.
6457         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
6458         allow leading "-" in pattern.  Watch for unsupported tests.
6459         If $compiler_result is set, pattern match assembler code,
6460         and ditto for $not_compiler_result.
6461         * lib/mike-gcc.exp: Likewise.
6462
6463         * lib/plumhall.exp (ph_execute): Only call ph_summary if
6464         execution "succeeded".
6465
6466 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
6467
6468         * config/win32.exp: New file.
6469         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
6470
6471 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
6472
6473         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
6474         unsupported.
6475         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
6476         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
6477         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
6478
6479         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
6480         "... without exceptions was ...".  That is now handled by
6481         prune_system_crud.
6482         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
6483
6484 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
6485
6486         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
6487         sieve.c,sort2.c}: New files.
6488         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
6489         sieve.exp,sort2.exp}: Drivers for them.
6490
6491         * lib/mike-gcc.exp (program_output): New user settable variable.
6492         (postbase): Call prune_system_crud.  Also prune extraneous compiler
6493         messages.
6494         * lib/mike-g++.exp (program_output): New user settable variable.
6495
6496         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
6497
6498         * config/sh.exp: Deleted (use sim.exp instead).
6499
6500 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6501
6502         * config/vx.exp: Declare CHECKTASK as global.
6503         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
6504         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
6505         * lib/old-dejagnu.exp: Load [pwd]/$executable.
6506
6507 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
6508
6509         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
6510         target. Like vx.exp, only includes `vx29k.exp' instead of
6511         `vxworks.exp'.
6512
6513 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
6514
6515         * config/sim.exp: Increase time limit from 120 seconds to 240.
6516
6517 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
6518
6519         * gcc.c-torture/execute/950628-1.c: New test.
6520
6521 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
6522
6523         * gcc.c-torture: Update with changes/additions from
6524         c-torture-1.34.
6525
6526 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
6527
6528         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
6529
6530 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
6531
6532         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
6533
6534 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
6535
6536         * gcc.c-torture/compile/950512-1.c: New test.
6537         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
6538         * gcc.dg/struct-ret-1.c: Likewise.
6539
6540 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
6541
6542         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
6543           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
6544
6545 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
6546
6547         * gcc.c-torture/special/920411-1.c: Deleted.
6548         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
6549
6550 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
6551
6552         * config/sim.exp (${tool}_load): Hack in call to bash to get a
6553         cpu limit.
6554
6555 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
6556
6557         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
6558
6559 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
6560
6561         From kenner;
6562         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
6563         is the proper length.
6564         * va-arg-3.c: Likewise.
6565
6566 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
6567
6568         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
6569         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
6570
6571         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
6572         * lib/g++.exp (default_g++_start): Delete old cruft.
6573
6574 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
6575
6576         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
6577         (2 * (1 << 18)) to (2 * (1 << 17)).
6578
6579         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
6580
6581 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
6582
6583         * config/rom68k.exp: Renamed from config/idp.exp
6584
6585 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
6586
6587         * c-torture/compile/921109-2.c
6588
6589 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
6590
6591         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
6592         excess errors.
6593
6594 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
6595
6596         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
6597         output.
6598         * lib/g++.exp (default_g++_start): Likewise.
6599
6600 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
6601
6602         * gcc.c-torture/compile/950329-1.c: New test.
6603
6604 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
6605
6606           * config/bug.exp (${tool}_load): Updated to use new remote_open
6607           and remote_close procs.
6608         * config/idp.exp: New file.
6609
6610 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
6611
6612         * gcc.c-torture/execute/950322-1.c: New test.
6613
6614 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
6615
6616         * config/vx.exp (${tool}_load): Clean up testing of return code from
6617         vxworks_ld and vxworks_spawn.
6618
6619 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
6620
6621         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
6622
6623 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
6624
6625         * lib/old-deja.exp: Add `excess errors test - ' error, now one
6626         can mark excess errors on a machine by machine basis.  Note, the
6627         default is to not expect any excess errors, even when excess
6628         errors test - is given, so you will want to put an XFAIL ... on
6629         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
6630         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
6631         those 4 machines, but no others.
6632
6633 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
6634
6635         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
6636         * lib/c-torture.exp: to here.
6637
6638 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
6639
6640         * gcc.c-torture/execute/950221-1.c: New test.
6641         * gcc.c-torture/execute/struct-ret-1.c: New test.
6642         * gcc.c-torture/compile/950221-1.c: New test.
6643
6644         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
6645
6646 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
6647
6648         * gcc.c-torture/execute/arith-1.c (main): Return 0.
6649         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
6650
6651 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
6652
6653         * g++.gb: New directory of tests, derived from my signature and
6654         class scoping tests.
6655
6656         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
6657         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
6658         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
6659         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
6660         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
6661         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
6662         * g++.gb/sig25.C: Likewise.
6663
6664         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
6665         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
6666         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
6667         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
6668         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
6669         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
6670         * g++.gb/sig25.exp: Likewise.
6671
6672         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
6673         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
6674         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
6675         * g++.gb/scope13.C: Likewise, this test still fails.
6676
6677         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
6678         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
6679         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
6680         * g++.gb/scope13.exp: Ditto.
6681
6682         * g++.gb/README: New file, explains what these tests are about.
6683
6684 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
6685
6686         * lib/dg.exp (dg-do): Support `preprocess'.
6687         (dg-test): Likewise.
6688
6689 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
6690
6691         * config/udi.exp: change "continue -expect" to "exp_continue".
6692
6693 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
6694
6695         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
6696         Delete redundant tests.
6697
6698         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
6699         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
6700         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
6701         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
6702         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
6703         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
6704         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
6705         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
6706
6707         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
6708         storing label pointers.
6709         * gcc.c-torture/execute/921019-1.c: Likewise.
6710         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
6711         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
6712         parameter fp.
6713         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
6714         constants.
6715
6716         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
6717         Delete obsolete tests.
6718
6719         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
6720         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
6721         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
6722         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
6723         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
6724         * gcc.c-torture/compile/950124-1.c: New test.
6725
6726         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
6727
6728 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
6729
6730         * lib/mike-g++.exp: Add -lm to LIBS.
6731
6732 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
6733
6734         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
6735
6736 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
6737
6738         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
6739
6740 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
6741
6742         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
6743
6744 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
6745
6746         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
6747         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
6748         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
6749         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
6750         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
6751         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
6752         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
6753         * g++.law/{operators31.C, operators32.C,
6754         * g++.law/{operators33.C, operators34.C}: Likewise.
6755         * g++.law/{pic1.C, refs2.C}: Likewise.
6756         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
6757         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
6758         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
6759         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
6760
6761         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
6762         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
6763         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
6764         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
6765         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
6766         * g++.law/{enum9.exp, friend5.exp}: Likewise.
6767         * g++.law/{nest3.exp, nest4.exp}: Likewise.
6768         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
6769         * g++.law/{operators30.exp, operators31.exp}: Likewise.
6770         * g++.law/{operators32.exp, operators33.exp}: Likewise.
6771         * g++.law/{operators34.exp}: Likewise.
6772         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
6773         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
6774         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
6775         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
6776         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
6777
6778         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
6779         No longer expected to fail.
6780         * g++.law/missed-error3.C: Tweak for recent bool changes.
6781
6782 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
6783
6784         * config/emb-unix: Deleted.
6785         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
6786         remote execution.  Do final link on remote host if REMOTE_LINK is set.
6787
6788 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
6789
6790         * lib/dg.exp (dg-test): Fix typo in last patch.
6791
6792 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
6793
6794         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
6795         (handles multiple occurrences).
6796
6797 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
6798
6799         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
6800         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
6801         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
6802         printed).
6803         * lib/c-torture.exp (c-torture-compile): Likewise.
6804         (c-torture): Prepend full path if missing.
6805         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
6806         (gcc_fail): Likewise.
6807         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
6808
6809 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
6810
6811         * lib/netware.exp: Only attach to NetWare i386 systems.
6812
6813 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
6814
6815         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
6816         messages.  Add test name to "output pattern match" pass/fail message.
6817
6818 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
6819
6820         * gcc.dg: New testsuite.
6821         * gcc.dg/dg.exp: New file.
6822
6823         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
6824         test-switch.c}: Deleted.
6825
6826         * gcc.misc-tests/msgs.exp: New testcase driver.
6827
6828 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
6829
6830         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
6831         Watch for illegal return values from ${tool}_load.
6832         * config/unix.exp (${tool}_load): Fix pass/fail detection for
6833         cross targets.  Coerce return value >0 to 1.
6834
6835 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
6836
6837         * config/unix.exp (${tool}_load): Call program rsh, not proc.
6838
6839         * config/emb-unix.exp: New file.
6840
6841         * config/sim.exp: Error if variable $SIM not defined.
6842         (${tool}_load): Mark test as "untested" if simulator missing.
6843
6844         * config/unix.exp: Load remote.exp to get rcp_download.
6845         * lib/c-torture.exp: Use different option lists for testcases with
6846         and without loops.
6847         * gcc.c-torture/execute/execute.exp: Likewise.
6848
6849 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
6850
6851         * config/*.exp: Clarify return code from ${tool}_load.
6852         Call `unresolved' or `untested' instead of `warning' or `perror'
6853         (sometimes you still want to call both though).
6854         Add comment that `shell_id' is local to each file.
6855         * config/udi.exp (timeout): Set to 30.
6856         Don't print warning if connection fails, $connectmode has already
6857         printed an error.
6858         (${tool}_load): Move verbose messages to level 2.
6859         Rework pattern for "Process started" message.
6860         Pass `shell_id' to ${connectmode}_download.
6861         Retry twice upon timeout.  Make resetting of target more robust.
6862         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
6863         Pass `shell_id' to exit_$connectmode.
6864         Only call exit_$connectmode if connected.
6865         * config/unix.exp (${tool}_load): Check return codes better.
6866         * config/vrtx.exp (${tool}_load): Likewise.
6867         * config/vx.exp (${tool}_load): Likewise.
6868         Delete unneeded global's.
6869         * lib/dg.exp (dg-test): Update to reflect clarified return codes
6870         from ${tool}_load.
6871         (dg-stat): Delete.
6872         (dg-init): Delete recording of pass/fail counts.
6873         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
6874         (old-dejagnu-init): Likewise.
6875         (old-dejagnu-stat): Delete contents, empty proc now.
6876         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
6877         (c-torture): Delete references to lcnt, lpass, lfail.
6878         Get option list from TORTURE_OPTIONS.
6879         Delete -funroll[-all]-loops if no loops.
6880         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
6881         (g++_stat): Delete contents (empty proc now).
6882         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
6883         (gcc_finish): Likewise.
6884         (gcc_stat): Deleted.
6885         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
6886         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
6887         * gcc.c-torture/execute/execute.exp: Likewise.
6888         Split tests into two parts: compile, execute.
6889         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
6890         no loops.  Update to reflect clarified return codes from ${tool}_load.
6891
6892 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
6893
6894         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
6895         to grep for.
6896         (old-dejagnu): Likewise (where necessary).
6897
6898 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
6899
6900         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
6901
6902         * lib/dg.exp (dg-process-target): Fix processing of selector.
6903         Add comment regarding use of `error'.
6904
6905         * lib/gcc.exp (prune_system_crud): Define if missing.
6906         * lib/g++.exp (prune_system_crud): Likewise.
6907
6908         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
6909         Call prune_system_crud.
6910         * lib/dg.exp (dg-runtest): New proc.
6911         Use perror instead of send_user for tcl errors in testcase.
6912         Don't return any value, it's never used.
6913         Don't clobber previous definition of `unknown'.
6914         Print tcl errors in `dg-final'.
6915
6916 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
6917
6918         * lib/dg.exp (dg-process-target): Improve syntax error messages.
6919         (dg-test): Don't print errorInfo, it contains stack backtrace.
6920
6921 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
6922
6923         * lib/g++.exp (runtest_file_p): Define if missing.
6924
6925 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
6926
6927         * lib/mike-g++.exp: Comment out loading of g++.exp.
6928         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
6929         (default_g++_version): Always print something.
6930         (default_g++_start): Comment out call to `which'.
6931         (g++_start, g++_load): Deleted (must be defined in config file).
6932         * lib/gcc.exp: Test for existence of $CC at start.
6933         Delete check for tmpdir (done in gcc_init).
6934         (default_gcc_version): Always print something.
6935         (default_gcc_start): Comment out call to `which'.
6936         * config/*.exp: Major cleanup - make cross targets work at least a
6937         little better for g++ (by not being "--tool gcc" specific).
6938         Rename gcc_xxx to ${tool}_xxx.
6939         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
6940         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
6941
6942 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
6943
6944         * lib/c-torture.exp (c-torture-compile): Rework compiler
6945         message processing.
6946
6947         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
6948         c-torture.
6949
6950 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
6951
6952         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
6953
6954         * lib/dg.exp (dg-process-target): Support { target native }.
6955
6956 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
6957
6958         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
6959         looked for "... program xxx got fatal signal".
6960         Correct regsub munging of `comp_output'.
6961         Ignore compiler messages "path prefix not used" and "linker input
6962         file unused".
6963
6964 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
6965
6966         * lib/gcc.exp (runtest_file_p): Define if missing.
6967         * gcc.prms/template.c: Example to work from.
6968
6969 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
6970
6971         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
6972         * lib/dg.exp (dg-test): Call unsupported testcases as such.
6973
6974         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
6975         * gcc.prms/1883.c: Moved from compile/940714-1.c.
6976         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
6977         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
6978
6979         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
6980         (dg-process-target): No longer a varargs proc.
6981         Return S/N for target, P/F for xfail.  All callers changed.
6982         (user option procs): More argument checking.
6983         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
6984         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
6985         (dg-test): Skip test if not running on selected target in `dg-do'.
6986         Update handling of `dg-do-what', `dg-output-text'.
6987         Separate execution pass/fail from output pattern match pass/fail.
6988         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
6989
6990 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
6991
6992         * gcc.c-torture/special/special.exp: Don't expect failure for mips
6993         target for 920510-1.c.
6994
6995 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
6996
6997         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
6998         Clean up comment regarding use of passcnt, etc.
6999         (gcc_stat): Don't update `testcnt' here.
7000         (gcc_finish): Do it here.
7001         Might as well reset `but_id' here too.
7002         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
7003         to determine if the file should be tested.
7004         * gcc.c-torture/compile/compile.exp: Likewise.
7005         * gcc.c-torture/execute/execute.exp: Likewise.
7006         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
7007         * gcc.misc-tests/dg-test.exp: Likewise.
7008         * gcc.prms/prms.exp: Likewise.
7009         * gcc.wendy/wendy.exp: Likewise.
7010         * g++.old-deja.exp: Likewise.
7011         Move "Testing file" message to verbose level 1.
7012
7013 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
7014
7015         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
7016
7017 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
7018
7019         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
7020         (default_gcc_start): Accept optional second list element
7021         of compiler flags.  Print compiler output at verbosity level 2.
7022         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
7023         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
7024         Save current values of framework globals passcnt, failcnt, xpasscnt,
7025         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
7026         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
7027         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
7028         xfailcnt to compute stats.  Update framework global `testcnt' from
7029         pass/fail counts.
7030         (gcc_finish): New proc.  Clean up test environment.
7031         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
7032         (gcc_epass, gcc_efail): Delete.
7033         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
7034         argument of line number.
7035         (dg-init): If the tool has an init routine, call it.
7036         (dg-test): Remove args `cflags_var' and `libs_var'.
7037         Pass all compiler options to ${tool}_start.
7038         Handle missing line number.
7039         (dg-finish): New function.
7040         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
7041         particular files.  Call gcc_finish at end.  Move "skipping test"
7042         message to verbosity level 3.
7043         * gcc.c-torture/compile/compile.exp: Likewise.
7044         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
7045         * gcc.c-torture/execute/execute.exp: Likewise.
7046         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
7047         Print testcase being tried at verbosity level 1.
7048         * gcc.c-torture/special/special.exp: Unset xfail.
7049         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
7050         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
7051         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
7052         * gcc.failure/failure.exp: Likewise.
7053         * gcc.ieee/ieee.exp: Likewise.
7054         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
7055         Update call to dg-test.  Call dg-finish at end.
7056         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
7057         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
7058         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
7059         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
7060         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
7061         * gcc.wendy/wendy.exp: Add copyright.
7062         Delete setting of tmpdir (done by gcc_init).
7063         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
7064         Pass compiler flags to gcc_start.  Call gcc_finish at end.
7065         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
7066         gcc_[ce]pass/fail.
7067
7068 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
7069
7070         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
7071         confusion.
7072         (g++_load): Likewise.
7073
7074         * config/*.exp (gcc_load): Some were varargs fns and some were not.
7075         Rename argument to `prog' to remove the confusion.
7076         Varargs fns behave differently too!
7077         (g++_load): Likewise.
7078
7079         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
7080
7081         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
7082         what it is.  Delete (always) printing of status value for !native.
7083         Simplify verbose code, and include status and exec_output.
7084         (g++_load): Use gcc_load.
7085
7086 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
7087
7088         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
7089         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
7090         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
7091         940714-3.c as these testcases don't exist anymore.  Make
7092         va-arg-1.c expected to pass.
7093
7094 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
7095
7096         * gcc.misc-tests/misc.exp: Only run specific testcases.
7097         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
7098         * gcc.misc-tests/dg-[1-9].c: New files.
7099
7100         * lib/dg.exp: New testsuite driver.
7101         * gcc.prms/prms.exp: Use it.
7102
7103         * README.gcc: New file.
7104
7105         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
7106         Document and reset `lxpass' and `lxfail'.
7107         Simplify "initialized" message.
7108         (gcc_stat): Clean up comments a little.
7109
7110 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
7111
7112         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
7113
7114 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
7115
7116         * lib/old-dejagnu.exp (process-option): New proc.
7117         (old-dejagnu-init, old-dejagnu-stat): Likewise.
7118         (old-dejagnu): Simplify.
7119         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
7120
7121 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
7122
7123         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
7124         exists and is not an empty string.
7125
7126         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
7127         $xfail rather than calling setup_xfail.  Clear $xfail when test is
7128         finished.
7129         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
7130         automatically.
7131
7132         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
7133         longer expected to fail.
7134
7135         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
7136         "f" function call.
7137
7138         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
7139
7140         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
7141         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
7142         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
7143         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
7144         c-torture-1.29.
7145
7146         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
7147         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
7148
7149         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
7150
7151         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
7152         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
7153
7154         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
7155         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
7156         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
7157
7158 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
7159
7160         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
7161         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
7162         940714-1.c, 940714-2.c, 940714-3.c},
7163         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
7164         gcc.misc-tests/{mg.c,mg.exp}:
7165         New tests.
7166         * gcc.noncompile/noncompile.exp: Change accordingly.
7167
7168 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
7169
7170         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
7171         Undo previous clobberage.
7172
7173 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
7174
7175         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
7176         * gcc.special/{930510-1.c, special.exp}:
7177         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
7178         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
7179         struct-varargs-1.c}: New tests from c-torture-1.26.
7180
7181 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
7182
7183         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
7184           argument to switch.
7185
7186 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
7187
7188         * Revert the previous changes.  Please see Rob's directory
7189           (/lisa/test/rob/progressive/gcc/testsuite) for testing
7190           fixes.
7191
7192 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
7193
7194         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
7195             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
7196             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
7197             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
7198             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
7199             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
7200             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
7201             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
7202             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
7203             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
7204             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
7205             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
7206             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
7207             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
7208             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
7209             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
7210             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
7211             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
7212             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
7213             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
7214             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
7215             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
7216             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
7217             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
7218             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
7219             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
7220             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
7221
7222 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
7223
7224         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
7225             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
7226           with perror calls.
7227
7228 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
7229
7230         * config/unix.exp (g++_load): Fix syntax.
7231
7232 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
7233
7234         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
7235         * gcc.noncompile/921017-1.c: Deleted obsolete test.
7236         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
7237         Don't expect va-arg-1.c to fail.  Correct expected output for
7238         920928-1.c.
7239         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
7240         * gcc.wendy/hbm4.c: Correct typo.
7241         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
7242
7243 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
7244
7245         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
7246         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
7247         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
7248         * lib/c-torture.exp (c-torture-compile): Ditto.
7249
7250         Reduce volume of output (remove all the -I's and such).
7251         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
7252         Call gcc_cpass, gcc_cfail.
7253         (c-torture): Pass testing option to c-torture-compile.
7254
7255 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
7256
7257         Bring patches over from progressive.
7258         * config/default.exp: Exit remote shell cleanly.
7259         (g++_exit, g++_start): Add default versions.
7260         * config/sim.exp (gcc_load): Use perror, not error.
7261
7262 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
7263
7264         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
7265         set in site.exp.
7266
7267 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
7268
7269         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
7270         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
7271         (wendy_try): New proc to run testcase.
7272         (main loop): Call 'em.
7273         * gcc.wendy/*.c: Clean up pass to correct expected output.
7274
7275         * lib/gcc.exp: Minor cleanup work.
7276         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
7277
7278 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
7279
7280         * config/sim.exp (gcc_load): Document return codes better.
7281         Don't pass -v to simulator.
7282
7283 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
7284
7285           * gcc.special/920717-x.c: Fix typo.
7286           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
7287           get at sources.
7288
7289         * lib/mike-gcc.exp: Fix typo.
7290
7291 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
7292
7293         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
7294         binary to use, transform the name.
7295         * config/*.exp: rename everything. Nuke any g++ specific files,
7296         it's now a special case of gcc that requires no special support.
7297         Add a default.exp for unsupported targets.
7298
7299 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
7300
7301         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
7302         lib/old-dejagnu.exp: Fix a few patterns to work with the new
7303         version of Tcl.
7304
7305 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
7306
7307         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
7308         than a warning.
7309
7310 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
7311
7312         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
7313
7314 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
7315
7316         * gcc.execute/execute.exp: Combine opt_list and foption_list into
7317         option_list.  Compile every file with only 4/6 option choices
7318         (same as C torture) instead of with 12/18 different option
7319         choices.
7320         * lib/c-torture.exp: Likewise.
7321
7322         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
7323         not already set.
7324
7325 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
7326
7327         * lib/old-deja.exp: Add `excess errors test fails' error, now one
7328         can put an XFAIL *-*-* on excess errors.
7329
7330 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
7331
7332         * g++.law: Add more tests derived from g++-bugs snapshots.
7333
7334         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
7335         equivalent to g++.law/init9.
7336
7337         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
7338         compiled it, and the a.out file after we've run it.
7339
7340 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
7341
7342         * lib/mike-g++.exp (postbase): Delete the .o file after we've
7343         compiled it, and the a.out file after we've run it.
7344
7345 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
7346
7347         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
7348
7349 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
7350
7351         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
7352         version number.
7353
7354 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
7355
7356         * g++.law: New directory of g++ tests derived from the g++-bugs
7357         snapshots.
7358
7359 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7360
7361         * gcc.compile: initbug1.c initbug1.exp testcase added
7362
7363 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7364
7365         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
7366         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
7367           fixes submitted by Jeff Law (law@cs.utah.edu)
7368         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
7369           Jeff Law (law@cs.utah.edu)
7370
7371
7372 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
7373
7374         * config/unix-g++.exp: Follow the gcc way of doing things.
7375         * g++.old-deja/old-deja.exp: Minor updates.
7376         * lib/g++.exp: New file, follow the gcc way of doing things.
7377         * lib/old-dejagnu.exp: Minor updates.
7378         * lib/mike-g++.exp: Always unset errorInfo.
7379
7380 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
7381
7382         * lib/gcc.exp: Fix some errors with the below change, CC and
7383         CFLAGS should be global when setting, not local.
7384
7385 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
7386
7387         * lib/gcc.exp: Transform tool name.
7388
7389 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7390
7391         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
7392
7393 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7394
7395         * lib/gcc.exp: change gcc_done to gcc_stat
7396
7397 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7398
7399         * Upgraded gcc testsuite to c-torture version 1.25
7400
7401 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7402
7403         * lib/gcc.exp: added reporting code. Changed verbose compile message.
7404         * lib/c-torture: added hooks for new reporting code.
7405
7406 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7407
7408         * config/sh-gcc.exp: check if sh-sim exists in the path
7409
7410 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7411
7412         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
7413         * gcc.compile/compile.exp: Initial changes for new logic.
7414         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
7415         * gcc.failure/failure.exp: Initial changes for new logic.
7416         * gcc.ieee/ieee.exp: Initial changes for new logic.
7417         * gcc.misc-tests/misc.exp: Initial changes for new logic.
7418         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
7419         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
7420         * lib/c-torture.exp: Initial changes for new logic.
7421         * lib/gcc.exp: Initial changes for new logic.
7422
7423 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
7424
7425         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
7426         depend upon failure or success.  Fully qualify names in failure
7427         and success messages.  Always remove a.out before starting
7428         compile, just in case.  Pay more attention to error text output by
7429         the compiler.  Handle testcases with no known past errors just
7430         like all others, so that things are uniform.  Other miscellaneous
7431         improvements.
7432
7433 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7434
7435         * gcc.cpp: new directory for cpp tests
7436
7437 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7438
7439         * lib/chill.exp: Code reformatted, removed unused code.
7440         * config/unix-chill.exp: Code reformatted, removed unused code.
7441         * chill.execute/execute.exp: Code reformatted, removed unused code.
7442         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
7443
7444 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
7445
7446         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
7447         routines not written.
7448
7449 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
7450
7451         * config/bug-gcc.exp: Use new procs from bug.exp.
7452
7453 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
7454
7455         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
7456         via ftp, rather than depending on NFS.
7457         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
7458         case.
7459
7460 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
7461
7462         * config/bug-gcc.exp: Use new download proc.
7463
7464 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
7465
7466         * chill.execute/execute.exp: cleanups, handles errors better
7467         * chill.compile/compile.exp: rewrite, based on execute.exp
7468         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
7469         * lib/chill.exp: major changes to diff proc and compile and link
7470           procs. added chill_fail and chill_pass wrappers to pass and
7471           fail. added more comments, and handle error codes better.
7472           Added a hack to capture stderr from exec, so noncompile tests
7473           can work.
7474
7475 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7476
7477         * chill.execute/execute.exp: rewrite of testsuite driver
7478         * lib/chill.exp: rewrite of testsuite driver
7479         * config/unix-chill.exp: rewrite of testsuite driver
7480
7481 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
7482
7483     In chill.execute:
7484         * iexpr.ch: Standardize uppercase.
7485         * tuples.dat: Standardize uppercase.
7486         * vary.ch: standardize.  Correct varying string assignments.
7487         * vary.dat: Add new output lines.
7488
7489 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
7490
7491     In chill.execute:
7492         * chprintf.ch: Standardize use of uppercase.
7493         * tuples.ch: Standardize and turn arr2 into a DCL,
7494           rather than a SYN.
7495         * pinits.ch: Standardize.
7496
7497 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
7498
7499         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
7500         * Makefil: Renamed to Makefile.in.
7501         * configure.in: New.
7502
7503 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
7504
7505     In chill.execute:
7506         * .cvsignore: Add result/output files.
7507         * Makefile: Fix up variables at start.  Use MFLAGS
7508           everywhere.  Correct bool_loc, built_ins entries.
7509           Add entry for vary1.ch.
7510         * bitarray.ch: Standardize upper-case usage.
7511         * bitexpr.ch: Standardize, add output of b1.
7512         * params.ch: Use arrayt in along PROC parameters, to
7513           avoid novelty problems.
7514         * sets.ch: Tiny cleanup.
7515         * vary1.ch: Re-indent.
7516
7517 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
7518
7519           * Add PR-related files to Makefiles, .cvsignore files, etc.
7520
7521 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
7522
7523         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
7524           with compiler objects. New names are test-flow.c and test-loop.c
7525
7526 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
7527
7528         * Upgraded c-torture tests from 1.19 to 1.20
7529
7530         * new files:
7531         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
7532         * gcc.compile: 930623-1.c 930623-2.c
7533         * gcc.noncompile: 930622-1.c 930622-2.c
7534         * gcc.failure: 920411-1.c 920627-2.c
7535         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
7536
7537 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
7538
7539         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
7540           More changes to get testsuite working properly. Needs more work.
7541           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
7542
7543 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
7544
7545         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
7546           More changes to get testsuite working properly. Needs more work.
7547
7548 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
7549
7550         * chill.compile/compile.exp: Added for Dejagnu support
7551         * chill.execute/execute.exp: Added for Dejagnu support
7552         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
7553
7554 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
7555
7556     This should complete moving the CHILL test files.
7557         * chill.noncompile(.cvsignore printf.grt
7558             in-printf.grt chprintf.grt chprintf.ch):
7559             Added test-support files.
7560           (Makefile): Modified further.
7561         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
7562             signal.ch): Added test files.
7563           * chill.execute (.cvsignore printf.grt printr.c
7564             in-printf.grt rts.c chprintf.grt rts.h): Added
7565           test-support files.
7566             (Makefile): More corrections.
7567
7568 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
7569
7570         * chill.compile, chill.execute, chill.nocompile: Add CHILL
7571           test cases, ready for DejaGnu.
7572
7573 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7574
7575         * Upgraded c-torture tests from 1.18 to 1.19
7576
7577         * gcc.compile: added test(s):
7578           930607-1.c
7579         * gcc.execute: added test(s):
7580           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
7581
7582         * added new subdirectory for misc tests: gcc.misc-tests
7583         * gcc.misc-test(s): added tests:
7584           inst-check.c test-consts.c test-ior.c test-switch.c
7585
7586 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
7587
7588         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
7589
7590 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
7591
7592         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
7593
7594 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7595
7596         * Upgraded c-torture tests from 1.17 to 1.18
7597
7598 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
7599
7600         * Upgraded c-torture tests from 1.12 to 1.17
7601
7602 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
7603
7604         * lib/old-dejagnu.exp:
7605           Fixed handling of XFAIL target triplets to correctly
7606           recognize wildcard characters.  Removed code that
7607           appended a unique id tag to the end of the file name
7608           printed out by the result of the testcases within a
7609           given test file.
7610
7611 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
7612
7613         * lib/old-dejagnu.exp:
7614           Reworked expected failure handling to trigger off of XFAIL
7615           keyword in keyphrase embeded in testcase source code. The
7616           XFAIL keyword must be at the end of the keyphrase line. It
7617           may optionally be followed by one or more target triplets.
7618           It has just occured that the handling of wildcards in the
7619           target triplet may not be correct.
7620
7621 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
7622
7623         * g++.old-deja/tests:
7624           Moved all subdirectories up one level into g++.old-deja .
7625
7626         * lib/old-dejagnu.exp:
7627           Fixed problem with CXXFLAGS not being properly reset, and being
7628           corrupted with extraneous "-c" compiler option.  This was
7629           causing binaries to not be generated for test that needed them.
7630           Modified strings passed to "pass" and "fail" so that individual
7631           tests from the same test file would be distinguished by an
7632           identifier appended to the test file name in the summary logs;
7633           this corrected a problem with erroneous diff logs.  Added code
7634           to search testcases for expected fail and unexpected pass keywords.
7635
7636 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
7637
7638         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
7639
7640 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
7641
7642         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
7643           Removed extraneous text from end of "Special g++ Options"
7644           keyphrase.
7645
7646         * lib/old-dejagnu.exp: Added pattern matching to look for new
7647           keywords, embedded in testcases comments, which will trigger
7648           calls to xpass and xfail.
7649
7650 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
7651
7652         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
7653           comments embedded in the testcases, especially the one looking for
7654           special compiler options, as well as the pattern matching for the
7655           compiler output again.
7656
7657 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
7658
7659         * lib/old-dejagnu.exp: Do a proper check of the return value for
7660           execute tests. Fixed several problems with the pattern matching
7661           of the compiler output which gave erroneous test results.
7662           Changed several of the test result messages to be more descriptive.
7663         * config/unix-g++.exp: Proc g++_load now actually works and
7664           executes the tests passed to it and returns a usable return
7665           value.
7666
7667 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
7668
7669           * lib/gcc.exp: Exits gracefully if $CC is bogus.
7670
7671 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
7672
7673         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
7674           Modified both files to properly execute the old style
7675           dejagnu tests. The previous versions of these files were
7676           experimental and did not function anything near correctly.
7677
7678 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
7679
7680         * Removed all Makefile.in and configure.in files. No configuration
7681         needed now.
7682
7683 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
7684
7685         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
7686
7687 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
7688
7689         * gcc.compile/configure.in, gcc.unsorted/configure.in,
7690         gcc.special/configure.in, gcc.noncompile/configure.in,
7691         gcc.execute/configure.in, gcc.code_quality/configure.in,
7692         g++.other/configure.in, g++.old-deja/configure.in,
7693         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
7694         in srcname setting.
7695
7696 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
7697
7698         * lib/udi.exp:  Fixed mondfe and mondfe_download.
7699         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
7700         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
7701
7702 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
7703
7704         * config/udi-gdb.exp: Check $shell_id after connecting to target.
7705         (gdb_exit): Don't remove *_soc files.
7706
7707 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
7708
7709         * lib/c-torture.exp: Don't look for main; instead always use -w
7710         -c.  This is how the c-torture tests work.  Remove the object
7711         file if the compilation succeeds.
7712         * gcc.execute/execute.exp: Remove executable if test passes.
7713         * gcc.noncompile/noncompile.exp: Every test is an expected
7714         failure.
7715         * gcc.special/special.exp: Added tests from c-torture 1.11,
7716         corrected use of existing test.
7717         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
7718         gcc.execute/920625-1.c: Updated to c-torture 1.11.
7719         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
7720         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
7721         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
7722         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
7723         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
7724         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
7725         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
7726         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
7727         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
7728         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
7729         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
7730         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
7731         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
7732         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
7733         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
7734         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
7735         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
7736         c-torture 1.11.
7737         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
7738         correspond to c-torture 1.11.
7739
7740         * New file.