OSDN Git Service

PR c++/14199
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
2
3         PR c++/13927
4         * g++.dg/other/error8.C: Remove XFAIL markers.
5
6         PR c++/14173
7         * g++.dg/ext/packed5.C: New test.
8
9         PR c++/14199
10         * g++.dg/warn/Wunused-5.C: New test.
11
12         PR c++/14186
13         * g++.dg/lookup/member1.C: New test.
14
15 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
16
17         * gcc.c-torture/compile/20040130-1.c: Enable only when
18         __INT_MAX__ >= 2147483647L.
19         * gcc.c-torture/compile/961203-1.c: Likewise.
20
21 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
22
23         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
24         * g++.dg/opt/template1.C: Robustify assembler regexp
25
26 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
27
28         * gcc.c-torture/execute/simd-4.x: Remove.
29         * gcc.c-torture/execute/va-arg-25.x: Likewise.
30         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
31         Guard with #ifndef SKIP_ATTRIBUTE.
32         * gcc.dg/compat/vector-1_y.c: Likewise.
33         * gcc.dg/compat/vector-2_x.c: Likewise.
34         * gcc.dg/compat/vector-2_y.c: Likewise.
35         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
36         * g++.dg/eh/simd-2.C: Likewise.
37
38 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
39
40         * gcc.c-torture/compile/complex-1.c: New.
41
42 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
43
44         PR target/14209
45         * gcc.c-torture/execute/20040218-1.c: New test.
46
47 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
48
49         PR c++/14181
50         * g++.dg/parse/new2.C: New test.
51
52 2004-02-18  Paul Brook  <paul@codesourcery.com>
53
54         * gcc.c-torture/compile/libcall-1.c: New test.
55
56 2004-02-18  Paul Brook  <paul@codesourcery.com>
57
58         PR debug/12934
59         * gcc.dg/debug/debug-7.c: New test.
60
61 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
62
63         * gcc.dg/20040217-1.c: New test.
64
65 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
66
67         * gcc.c-torture/execute/990208-1.x: Delete.
68
69 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
70
71         * gcc.c-torture/execute/20040208-2.x: New file.
72
73 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
74
75         PR c++/11326
76         * g++.dg/abi/structret1.C: New test.
77
78 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
79
80         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
81         (i386_cpuid): No need to test if cpuid is available on AMD64.
82         Fix assembly, so that it works onboth i386 and AMD64.
83         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
84         (vecInLong): Fix s[] member type to unsigned int.
85         (vecInWord): Remove type.
86         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
87         (a64, b64, c64, d64, e64): Remove.
88         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
89         Remove unused variable.  Remove initialization of removed variables.
90         Don't call mmx_tests nor sse_tests.
91         (reference_mmx, reference_sse): Remove.
92         (check): Add return stmt.
93         * gcc.dg/i386-sse-7.c: New test.
94         * gcc.dg/i386-mmx-4.c: New test.
95
96 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
97
98         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
99         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
100         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
101         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
102         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
103         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
104         g++.dg/tc1/dr94.C: Fix line terminator.
105
106 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
107
108         * gcc.c-torture/compile/20040216-1.c: New.
109
110 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
111
112         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
113         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
114         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
115         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
116         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
117         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
118
119 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
120
121         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
122
123 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
124
125         PR c++/13971
126         * g++.dg/expr/cond4.C: New test.
127
128         PR c++/14086
129         * g++.dg/lookup/crash2.C: New test.
130
131 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
132
133         * gcc.c-torture/compile/20040214-2.c: New test.
134
135 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
136
137         PR c++/14116
138         * g++.dg/ext/typeof8.C: New test.
139
140 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
141
142         * gcc.c-torture/compile/20040214-1.c: New test.
143
144 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
145
146         PR c++/13635
147         * g++.dg/template/spec11.C: New test.
148
149 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
150
151         PR c++/13927
152         * g++.dg/other/error8.C: New test.
153
154 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
155
156         PR c++/14122
157         * g++.dg/template/array4.C: New test.
158
159         PR c++/14108
160         * g++.dg/inherit/thunk2.C: New test.
161
162         PR c++/14083
163         * g++.dg/eh/cond2.C: New test.
164
165 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
166
167         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
168
169 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
170
171         * lib/scanasm.exp (dg-scan): Quote pattern before display.
172
173 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
174
175         * g++.dg/simd-2.C: xfail on ppc64-linux.
176
177 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
178
179         PR c/456
180         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
181         tests.
182
183 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
184
185         * gcc.dg/builtins-33.c: New test.
186
187 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
188
189         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
190
191 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
192
193         * g++.dg/simd-2.C: Set -maltivec for ppc64.
194
195 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
196
197         * gcc.dg/ppc64-abi-3.c: New test.
198
199 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
200
201         PR c/14092
202
203         * gcc.dg/pr14092-1.c: New testcase.
204
205 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
206
207         * gcc.dg/cpp/assert4.c: Fix typo last change.
208
209         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
210         * gcc.dg/cpp/assert4.c: Handle powerpc64.
211
212         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
213
214 2004-02-09  Roger Sayle  <roger@eyesopen.com>
215
216         * gcc.c-torture/compile/20040209-1.c: New test case.
217
218 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
219
220         * gcc.dg/c90-init-1.c: Adjust expected error messages.
221
222 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
223
224         * gcc.c-torture/execute/20040208-[12].c: New tests.
225
226 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
227
228         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
229
230 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
231
232         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
233
234 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
235
236         Bug 13856
237         * gcc.dg/visibility-8.c: New testcase.
238
239 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
240
241         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
242         arguments.
243         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
244
245 2004-02-07  Roger Sayle  <roger@eyesopen.com>
246
247         PR middle-end/13696
248         * g++.dg/opt/fold1.C: New test case.
249
250 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
251
252         PR c++/14033
253         * g++.dg/other/crash-2.C: New test.
254
255 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
256
257         PR c++/14028
258         * g++.dg/parse/angle-bracket2.C: New test.
259
260 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
261
262         PR middle-end/13750
263         Revert:
264         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
265         PR pch/13361
266         * testsuite/g++.dg/pch/wchar-1.C: New.
267         * testsuite/g++.dg/pch/wchar-1.Hs: New.
268
269 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
270
271         PR c++/14008
272         * g++.dg/parse/error15.C: New test.
273         * g++.dg/parse/crash11.C: Update dg-error mark.
274
275 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
276
277         PR c++/13932
278         * g++.dg/warn/conv2.C: New test.
279
280 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
281
282         PR c++/13086
283         * g++.dg/warn/incomplete1.C: Remove xfail.
284
285 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
286
287         * lib/file-format.exp (gcc_target_object_format): Use
288         ${tool}_target_compile, not gcc_target_compile.
289         * lib/target-supports.exp (check_alias_available): Likewise.
290         (check_gc_sections_available): Likewise.
291         * g++.dg/ext/attrib10.C: Use dg-require-alias.
292         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
293         dg-require-alias.
294
295 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
296
297         PR c++/13969
298         * g++.dg/template/static6.C: New test.
299
300 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
301
302         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
303
304 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
305
306         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
307         tests for systems where `char' is unsigned by default.
308
309 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
310
311         PR c++/13997
312         * g++.dg/template/partial3.C: New test.
313
314 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
315
316         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
317         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
318         Remove mentions of obsolete ports.
319
320 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
321
322         * gcc.dg/noncompile/20001228-1.c: Fix for new
323         error message.
324
325 2004-02-03  Roger Sayle  <roger@eyesopen.com>
326
327         PR target/9348
328         * gcc.c-torture/execute/multdi-1.c: New test case.
329
330 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
331
332         PR c++/13925
333         * g++.dg/template/lookup5.C: New test.
334
335 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
336
337         PR c++/13950
338         * g++.dg/template/lookup4.C: New test.
339
340         PR c++/13970
341         * g++.dg/parse/error14.C: New test.
342
343         PR c++/14002
344         * g++.dg/parse/template13.C: New test.
345
346 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
347
348         PR c++/13978
349         * g++.dg/template/koenig4.C: New test.
350
351         PR c++/13968
352         * g++.dg/template/crash17.C: New test.
353
354         PR c++/13975
355         * g++.dg/parse/error13.C: New test.
356         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
357
358 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
359
360         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
361
362 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
363
364         PR c/11658
365         PR c/13994
366         * gcc.dg/noncompile/20040203-1.c: New test.
367         * gcc.dg/noncompile/20040203-2.c: Likewise.
368         * gcc.dg/noncompile/20040203-3.c: Likewise.
369         * gcc.dg/20040203-1.c: Likewise.
370
371 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
372
373         PR c++/10858
374         * g++.dg/template/sizeof7.C: New test.
375
376 2004-02-02  Eric Christopher  <echristo@redhat.com>
377             Zack Weinberg  <zack@codesourcery.com>
378
379         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
380
381 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
382
383         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
384         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
385         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
386         * gcc.dg/cleanup-5.c: Run only on Linux targets.
387
388 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
389
390         PR c++/13113
391         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
392
393         PR c++/13854
394         * g++.dg/ext/attrib13.C: New test.
395
396         PR c++/13907
397         * g++.dg/conversion/op2.C: New test.
398
399 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
400
401         * gcc.dg/titype-1.c: Fix pasto.
402
403 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
404
405         * gcc.dg/titype-1.c: New test.
406
407 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
408
409         PR c++/13957
410         * g++.dg/template/non-type-template-argument-1.C,
411         g++.dg/template/qualified-id1.C: Update dg-error marks.
412         * g++.dg/template/nontype6.C: New test.
413
414 2004-02-01  Roger Sayle  <roger@eyesopen.com>
415
416         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
417         * gcc.dg/builtins-31.c: New testcase.
418         * gcc.dg/builtins-32.c: New testcase.
419
420 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
421
422         * objc.dg/call-super-2.m: Update line numbers
423         for the including of stddef.h.
424
425 2004-01-30  Michael Matz  <matz@suse.de>
426
427         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
428         g++.dg/ext/case-range3.C: New tests.
429
430 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
431
432         DR206
433         PR c++/13813
434         * g++.dg/template/member4.C: New test.
435
436 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
437
438         PR c++/13683
439         * g++.dg/template/sizeof6.C: New test.
440
441 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
442
443         * gcc.dg/fwritable-strings-1.c: New test.
444
445 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
446
447         * gcc.c-torture/compile/20040130-1.c: New test.
448
449 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
450
451         * objc.dg/call-super-2.m: Include stddef.h for size_t.
452
453 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
454
455         PR c++/13883
456         * g++.dg/template/ctor3.C: New test.
457
458 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
459
460         * g++.dg/tc1: New directory.
461         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
462         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
463         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
464         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
465         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
466
467 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
468
469         * g++.dg/parse/error11.C: New test.
470         * g++.dg/parse/error12.C: Likewise.
471
472 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
473
474         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
475         (scan_initial, main): Use aligned_sizeof instead of sizeof.
476
477 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
478
479         PR c++/13791
480         * g++.dg/ext/attrib12.C: New test.
481
482         PR c++/13736
483         * g++.dg/parse/cast2.C: New test.
484
485 2004-01-27  James E Wilson  <wilson@specifixinc.com>
486
487         * objc.dg/encode-2.m (main): New local string.  Set depending on
488         sizeof long.  Use in sscanf call.
489         * objc.dg/encode-3.m (main): New local string.  Set depending on
490         sizeof long.  Use in scan_initial call.
491
492 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
493
494         * objc.dg/call-super-2.m: Make LP64-safe.
495         * objc.dg/desig-init-1.m: Likewise.
496
497 2004-01-27  Devang Patel <dpatel@apple.com>
498
499         * g++.dg/debug/namespace1.C: New test.
500
501 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
502
503         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
504         xscale-*-*.
505
506         * gcc.dg/arm-mmx-1.c: New test.
507
508 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
509
510         * gcc.dg/20040127-1.c: New test.
511         * gcc.dg/20040127-2.c: New test.
512
513 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
514
515         * objc.dg/stret-1.m (glob): Renamed to globa.
516
517 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
518
519         PR c++/13663
520         * g++.dg/expr/for1.C: New test.
521
522 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
523
524         PR middle-end/13779
525         * gcc.dg/darwin-longlong.c: New test.
526
527 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
528
529         * gcc.dg/20040124-1.c: Moved test from here...
530         * gcc.c-torture/compile/20040124-1.c: ...to here.
531
532 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
533
534         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
535         the assembly output if -m64 is passed.
536
537 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
538
539         PR c++/13833
540         * g++.dg/template/cond3.C: New test.
541
542 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
543
544         PR c++/13810
545         * g++.dg/template/ttp7.C: New test.
546
547 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
548
549         PR c++/13797
550         * g++.dg/template/nontype4.C: New test.
551         * g++.dg/template/nontype5.C: Likewise.
552
553 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
554
555         * gcc.dg/torture/mips-clobber-at.c: New test.
556
557 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
558
559         * gcc.dg/20040124-1.c: New test.
560
561 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
562
563         * gcc.dg/20040123-1.c: New test.
564
565 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
566
567         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
568
569 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
570
571         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
572
573 2004-01-23  Andrew Pinski  <apinski@apple.com>
574
575         * gcc.dg/20030121-1.c: Move to ..
576         * gcc.dg/20040121-1.c: here.
577
578 2004-01-23  Roger Sayle  <roger@eyesopen.com>
579
580         * gcc.dg/builtins-29.c: New test case.
581
582 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
583
584         PR 18314
585         * gcc.dg/builtins-30.c: New testcase.
586
587 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
588
589         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
590         * lib/g77.exp: Likewise.
591         * lib/objc.exp: Likewise.
592         * lib/g++.exp: Likewise.
593
594 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
595
596         * gcc.dg/struct-by-value-2.c: New test.
597
598 2004-01-21  Andrew Pinski  <apinski@apple.com>
599
600         PR target/13785
601         * gcc.dg/20030121-1.c: New test.
602
603 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
604
605         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
606         clobber frame pointer register in asm statement.
607
608 2004-01-21  Falk Hueffner  <falk@debian.org>
609
610         * gcc.c-torture/compile/20040121-1.c: New test.
611
612 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
613
614         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
615
616 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
617
618         * gcc.dg/ppc64-abi-2.c: New test.
619
620 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
621
622         * lib/treelang.exp: Fill out this file.
623         * lib/treelang-dg.exp: New File.
624
625 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
626
627         * gcc.c-torture/compile/981022-1.c: Remove.
628         * gcc.dg/array-5.c: Remove XFAIL.
629         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
630         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
631         gcc.dg/cond-lvalue-1.c: Update.
632         * gcc.dg/cast-lvalue-2.c: New test.
633
634 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
635
636         PR c++/13592
637         * g++.dg/other/error1.C (class foo): Tweak error message.
638
639         PR c++/13592
640         * g++.dg/template/call2.C: New test.
641
642 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
643
644         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
645         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
646         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
647         scalar-return-1_x.c, scalar-return-2_y.c,
648         scalar-return-3_x.c, scalar-return-3_y.c,
649         scalar-return-4_x.c, scalar-return-4_y.c,
650         struct-align-1.h, struct-align-1_x.c,
651         struct-align-1_y.c, struct-align-2.h,
652         struct-align-2_x.c, struct-align-2_y.c,
653         struct-by-value-10_y.c, struct-by-value-11_x.c,
654         struct-by-value-11_y.c, struct-by-value-12_x.c,
655         struct-by-value-12_y.c, struct-by-value-13_x.c,
656         struct-by-value-13_y.c, struct-by-value-14_x.c,
657         struct-by-value-14_y.c, struct-by-value-15_x.c,
658         struct-by-value-15_y.c, struct-by-value-16_y.c,
659         struct-by-value-17_y.c, struct-by-value-18_y.c,
660         struct-by-value-19_y.c, struct-by-value-1_x.c,
661         struct-by-value-1_y.c, struct-by-value-20_y.c,
662         struct-by-value-2_x.c, struct-by-value-2_y.c,
663         struct-by-value-3_y.c, struct-by-value-4_x.c,
664         struct-by-value-4_y.c, struct-by-value-5_y.c,
665         struct-by-value-6_y.c, struct-by-value-7_y.c
666         struct-by-value-8_x.c, struct-by-value-8_y.c
667         struct-by-value-9_x.c, struct-by-value-9_y.c
668         struct-return-10_x.c, struct-return-10_y.c,
669         struct-return-19_x.c, struct-return-20_x.c
670         struct-return-2_x.c, struct-return-2_y.c
671         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
672         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
673
674 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
675
676         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
677         attribute on sparc*-sun-solaris2.*.
678
679 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
680
681         PR c++/13710
682         * g++.dg/ext/typeof7.C: New test.
683
684 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
685
686         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
687         * gcc.dg/const-elim-1.c: Same.
688
689 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
690
691         * objc.dg/stret-1.m: New.
692         * objc.dg/stret-2.m: New.
693
694 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
695
696         PR c++/11895
697         * g++.dg/ext/vector1.C: New test.
698
699 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
700
701         * gcc.dg/pch/import-1.c: New.
702         * gcc.dg/pch/import-1.hs: New.
703         * gcc.dg/pch/import-1a.h: New.
704         * gcc.dg/pch/import-1b.h: New.
705         * gcc.dg/pch/import-1c.h: New.
706
707 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
708
709         PR c++/13574
710         * g++.dg/ext/array1.C: New test.
711
712         PR c++/13178
713         * g++.dg/conversion/op1.C: New test.
714
715 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
716
717         PR 11864
718         From Kazumoto Kojima / Dan Kegel:
719         * gcc.dg/pr11864-1.c: New test.
720
721         PR 10392
722         From Marcus Comstedt / Dan Kegel:
723         * gcc.dg/pr10392-1.c: New test.
724
725 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
726
727         PR c++/13478
728         * g++.dg/init/ref10.C: New test.
729
730 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
731
732         PR c++/13407
733         * g++.dg/parse/typename6.C: New test.
734
735 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
736
737         PR pch/13361
738         * testsuite/g++.dg/pch/wchar-1.C: New.
739         * testsuite/g++.dg/pch/wchar-1.Hs: New.
740
741 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
742
743         PR c++/9259
744         * g++.dg/expr/sizeof2.C: New test.
745
746 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
747
748         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
749
750 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
751
752         PR c++/13659
753         * g++.dg/lookup/strong-using-3.C: New.
754         * g++.dg/lookup/using-10.C: New.
755
756 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
757
758         PR c++/13594
759         * g++.dg/lookup/strong-using-2.C: New.
760
761 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
762             Dan Kegel <dank@kegel.com>
763             J"orn Rennecke <joern.rennecke@superh.com>
764
765         PR target/9365
766         * gcc.dg/pr9365-1.c: New test.
767
768 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
769
770         PR c++/8856
771         * g++.dg/parse/casting-operator2.C: New test.
772         * g++.old-deja/g++.pt/explicit83.C: Remove.
773
774 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
775
776         * gcc.dg/label-compound-stmt-1.c: New test.
777         * gcc.c-torture/compile/950922-1.c,
778         gcc.c-torture/compile/20000211-3.c,
779         gcc.c-torture/compile/20000518-1.c,
780         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
781         compound statements.
782
783 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
784
785         * gcc.dg/ppc64-abi-1.c: New test.
786
787 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
788
789          * g++.dg/ext/attrib9.C: Add dg-warnings.
790
791 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
792
793         PR c++/12335
794         * g++.dg/parse/dtor3.C: New test.
795
796 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
797
798         PR c++/12709
799         * g++.dg/parse/try-catch-1.C: New test.
800
801 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
802
803         * ada/acats/run_all.sh: Add more verbose output in acats.log
804         when compiling tests.
805
806 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
807
808         PR 13656
809         * gcc.dg/typedef-redecl.c: New test case.
810         * gcc.dg/typedef-redecl.h: New support file.
811
812 2004-01-13  Jan Hubicka  <jh@suse.cz>
813
814         * gcc.dg/always_inline.c: New test.
815         * gcc.dg/debug/20031231-1.c: Fix.
816
817 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
818
819         PR c++/13474
820         * g++.dg/template/array3.C: New test.
821
822 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
823
824         * g++.dg/ext/lvalue1.C: No longer expected to fail.
825         * g++.dg/warn/Wunused-2.C: Likewise.
826
827 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
828
829         PR c++/13289
830         * g++.dg/template/instantiate6.C: New test.
831
832 2004-01-12  Roger Sayle  <roger@eyesopen.com>
833
834         PR middle-end/11397
835         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
836
837 2004-01-12  Jan Hubicka  <jh@suse.cz>
838
839         PR opt/12826
840         * gcc.dg/20040112-1.c: New.
841
842         * gcc.dg/dwarf-die[1-7].c: Move to...
843         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
844         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
845
846 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
847
848         PR c++/4100
849         * g++.dg/parse/friend4.C: New test.
850
851 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
852
853         PR c++/4100
854         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
855         definition is called a friend.
856
857 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
858
859         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
860
861 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
862
863         PR c++/3478
864         * g++.dg/parse/error10.C: New test.
865         * g++.dg/template/arg2.C: Accept "invalid type" error.
866
867 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
868
869         PR middle-end/13392
870         * g++.dg/opt/expect2.C: New test.
871
872 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
873
874         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
875         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
876         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
877         Update dg-error regexps.
878
879 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
880
881         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
882         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
883
884 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
885
886         * gcc.dg/pragma-re-1.c: Use right pointer type.
887
888 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
889
890         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
891
892 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
893
894         * gcc.dg/rs6000-ldouble-1.c: New.
895
896 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
897
898         DR 337
899         PR c++/9256
900         * g++.dg/other/abstract1.C: New test.
901
902 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
903
904         * g++.dg/lookup/strong-using-1.C: New.
905
906 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
907
908         PR c/11234
909         * gcc.dg/func-ptr-conv-1.c: New test.
910         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
911
912 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
913
914         PR target/13380.
915         * gcc.c-torture/compile/20040109-1.c: New.
916
917 2004-01-08  Stuart Hastings  <stuart@apple.com>
918
919         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
920         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
921         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
922
923 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
924
925         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
926
927 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
928
929         * ada/acats/run_acats: Treat 'gnatchop' the same way
930         as 'gnatmake'.  Export GCC_DRIVER.
931         * ada/acats/run_all.sh: Add target_gnatchop.  Use
932         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
933
934 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
935
936         PR c++/12573
937         * g++.dg/template/dependent-expr4.C: New test.
938
939 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
940
941         * gcc.dg/altivec-11.c: New test.
942
943 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
944
945         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
946
947 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
948
949         PR c/6024
950         * gcc.dg/enum-compat-1.c: New test.
951         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
952
953 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
954
955         PR c/12165
956         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
957         gcc.dg/c99-idem-qual-3.c: New tests.
958
959 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
960
961         * gcc.dg/winline-7.c: Don't cast void * to int.
962
963 2004-01-06  Jan Hubicka  <jh@suse.cz>
964
965         * gcc.dg/i386-sse-5.c: New test
966         * g++.dg/eh/simd-1.c: Add -w argument for i386.
967
968 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
969
970         PR c++/12815
971         * g++.dg/rtti/typeid4.C: New test.
972
973 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
974
975         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
976
977 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
978
979         PR c++/12132
980         * g++.dg/template/error11.C: New test.
981
982         PR c++/13451
983         * g++.dg/template/class2.C: New test.
984
985 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
986         Richard Sandiford <rsandifo@redhat.com>
987
988         PR c++/13387
989         * g++.dg/opt/alias3.C: New test.
990
991 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
992
993         PR c++/13157
994         * g++.dg/template/koenig3.C: New test.
995
996         PR c++/13529
997         * g++.dg/parse/offsetof3.C: New test.
998
999         * g++.dg/init/copy7.C: Add missing dg-error markers.
1000
1001         PR c++/12226
1002         * g++.dg/init/copy7.c: New test.
1003
1004         PR c++/13536
1005         * g++.dg/parse/cast1.C: New test.
1006
1007 2004-01-04  Jan Hubicka  <jh@suse.cz>
1008
1009         * gcc.dg/winline[1-7].c: New tests.
1010
1011 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1012
1013         PR c++/13520
1014         * g++.dg/template/qualttp22.C: New test.
1015
1016 2004-01-01  Jan Hubicka  <jh@suse.cz>
1017
1018         * gcc.dg/debug/20031231-1.c: New.
1019         * gcc.c-torture/compile/20040101-1.c: New.
1020         * gcc.dg/dwarf-die-[1-7].c: New.
1021
1022 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
1023
1024         PR optimization/13521
1025         * gcc.c-torture/compile/20031231-1.c: New test.
1026
1027 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1028
1029         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
1030
1031 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1032
1033         PR c++/10079
1034         * g++.dg/template/crash16.C: New test.
1035
1036 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
1037
1038         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
1039
1040 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1041
1042         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
1043         ports.
1044         * g++.old-deja/g++.jason/thunk3.C: Likewise.
1045         * g++.old-deja/g++.law/profile1.C: Likewise.
1046         * gcc.c-torture/compile/981006-1.c: Likewise.
1047         * gcc.c-torture/execute/loop-2e.x: Likewise.
1048         * gcc.c-torture/execute/loop-2f.x: Remove.
1049         * gcc.c-torture/execute/loop-2g.x: Likewise.
1050         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
1051         * gcc.dg/20020312-2.c: Remove traces of dead ports.
1052
1053 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
1054
1055         PR c++/13507
1056         * g++.dg/ext/attrib11.C: New test.
1057
1058         PR c++/13494
1059         * g++.dg/template/array2-1.C: New test.
1060         * g++.dg/template/array2-2.C: New test.
1061
1062 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
1063
1064         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
1065
1066 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1067
1068         PR c++/12774
1069         * g++.dg/template/array1-1.C: New test.
1070         * g++.dg/template/array1-2.C: New test.
1071
1072 2003-12-29  Roger Sayle  <roger@eyesopen.com>
1073
1074         PR fortran/12632
1075         * g77.dg/12632.f: New test case.
1076
1077 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1078
1079         PR c++/13289
1080         * g++.dg/parse/nontype1.C: New test.
1081
1082 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1083
1084         PR c++/12403
1085         * g++.dg/parse/explicit1.C: New test.
1086         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
1087
1088 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1089
1090         PR c++/13081
1091         * g++.dg/opt/inline6.C: New test.
1092
1093         PR c++/12613
1094         * g++.dg/parse/error9.C: New test.
1095
1096         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
1097
1098 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1099
1100         PR c++/13009
1101         * g++.dg/init/assign1.C: New test.
1102
1103 2003-12-28  Roger Sayle  <roger@eyesopen.com>
1104
1105         PR c++/13070
1106         * g++.dg/warn/format3.C: New test case.
1107
1108 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1109
1110         * gcc.c-torture/compile/20031227-1.c: New test.
1111
1112 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1113
1114         * g++.dg/bprob/bprob.exp: Load target-supports.exp
1115         * g77.dg/bprob/bprob.exp: Likewise.
1116         * gcc.misc-tests/bprob.exp: Likewise.
1117         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
1118         variants on systems where the library does not provide that
1119         functionality.
1120         * gcc.dg/builtins-20.c: Use builtins-config.h.
1121         * gcc.dg/builtins-config.h: New file.
1122
1123 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1124
1125         * lib/gcc-dg.exp (dg-require-profiling): New function.
1126         * lib/target-supports.exp (check_profiling_available): Likewise.
1127         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
1128         * g77.dg/bprob/bprob.exp: Likewise.
1129         * gcc.misc-tests/bprob.exp: Likewise.
1130         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
1131         * gcc.dg/20021014-1.c: Likewise.
1132         * gcc.dg/nest.c: Likewise.
1133
1134 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1135
1136         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
1137         compiling.
1138         * g++.dg/lookup/java2.C: Likewise.
1139         * gcc.dg/cpp/lexident.c: Likewise.
1140
1141 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
1142
1143         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
1144         given.
1145         * gcc.c-torture/compile/961203-1.c: Likewise.
1146         * gcc.c-torture/compile/980506-1.c: Likewise.
1147
1148 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
1149
1150         * lib/gcc-dg.exp (dg-prune-output): New annotation.
1151         (additional_prunes): New global.
1152         (gcc-dg-prune): Handle additional per-test pruning.
1153         (dg-test): Clear additional_prunes between tests.
1154
1155         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
1156         dg-prune-output to avoid spurious failures from assembler
1157         complaining about nonexistent WAW violations.
1158         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
1159         Use dg-prune-output to avoid spurious failures from assembler
1160         warning about Itanium B-step errata.
1161
1162 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1163
1164         * g++.dg/abi/macro0.C: New test.
1165         * g++.dg/abi/macro1.C: Likewise.
1166         * g++.dg/abi/macro2.C: Likewise.
1167
1168         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
1169         * g++.dg/abi/bitfield7.C: Likewise.
1170         * g++.dg/abi/dtor2.C: Likewise.
1171         * g++.dg/abi/mangle11.C: Likewise.
1172         * g++.dg/abi/mangle12.C: Likewise.
1173         * g++.dg/abi/mangle14.C: Likewise.
1174         * g++.dg/abi/mangle17.C: Likewise.
1175         * g++.dg/abi/vbase10.C: Likewise.
1176         * g++.dg/abi/vbase14.C: Likewise.
1177         * g++.dg/template/qualttp17.C: Likewise.
1178
1179 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
1180
1181         PR c/11995
1182         * gcc.dg/20031223-1.c: New test.
1183
1184 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1185
1186         * gcc.dg/noreturn-7.c: New test.
1187
1188 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1189
1190         * gcc.dg/null-pointer-1.c: New test.
1191
1192 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1193
1194         * g++.old-deja/g++.jason/template18.C: Remove.
1195         * g++.old-deja/g++.jason/template37.C: Likewise.
1196
1197         PR c++/12862
1198         * g++.dg/lookup/ns1.C: New test.
1199
1200         PR c++/12397
1201         * g++.dg/template/lookup3.C: New test.
1202
1203 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1204
1205         * g++.dg/template/recurse1.C: New test
1206
1207 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1208
1209         PR c++/12479
1210         * g++.dg/parse/semicolon1.C: New test.
1211         * g++.dg/parse/semicolon1.h: Likewise.
1212
1213 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
1214
1215         * gcc.dg/darwin-misaligned.c: New test.
1216
1217 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1218
1219         PR c/9163
1220         * gcc.dg/20031222-1.c: New test.
1221
1222 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
1223
1224         PR c++/13438
1225         * g++.dg/parse/error8.C: New test.
1226
1227         PR c++/11554
1228         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
1229
1230 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
1231
1232         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
1233         too small.
1234         * gcc.c-torture/compile/930217-1.c: Likewise.
1235         * gcc.c-torture/compile/930513-1.c: Likewise.
1236         * gcc.c-torture/execute/920908-2.c: Likewise.
1237         * gcc.c-torture/execute/921204-1.c: Likewise.
1238         * gcc.c-torture/execute/930621-1.c: Likewise.
1239         * gcc.c-torture/execute/930630-1.c: Likewise.
1240         * gcc.c-torture/execute/931031-1.c: Likewise.
1241         * gcc.c-torture/execute/980602-2.c: Likewise.
1242         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1243         * gcc.c-torture/execute/compndlit-1.c: Likewise.
1244         * gcc.c-torture/execute/extzvsi.c: Likewise.
1245         * gcc.c-torture/unsorted/ext.c: Likewise.
1246
1247 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
1248
1249         PR target/12749
1250         * gcc.c-torture/compile/20031220-2.c: New test case.
1251
1252 2003-12-20  Roger Sayle  <roger@eyesopen.com>
1253
1254         PR optimization/13031
1255         * gcc.c-torture/compile/20031220-1.c: New test case.
1256
1257 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1258
1259         * gcc.dg/cast-function-1.c: New test.
1260
1261 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1262
1263         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
1264         formats.
1265
1266 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
1267
1268         PR c++/12795
1269         * g++.dg/ext/attrib10.C: New test.
1270
1271 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1272
1273         * gcc.dg/cleanup-10.c: New test.
1274         * gcc.dg/cleanup-11.c: New test.
1275
1276 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1277
1278         PR c++/13239
1279         * g++.dg/opt/expect1.C: New test.
1280
1281 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
1282
1283         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
1284
1285 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
1286
1287         PR debug/12923
1288         * gcc.dg/20031218-1.c: New test.
1289
1290         PR debug/12389
1291         * gcc.dg/20031218-2.c: New test.
1292         * gcc.dg/20031218-3.c: New test.
1293
1294         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1295         of label name and allow for USER_LABEL_PREFIX == "_" names.
1296         * g++.dg/abi/mangle18-2.C: Likewise.
1297         * g++.dg/abi/mangle19-1.C: Likewise.
1298         * g++.dg/abi/mangle19-2.C: Likewise.
1299         * g++.dg/abi/mangle20-1.C: Likewise.
1300         * g++.dg/abi/mangle20-2.C: Likewise.
1301
1302 2003-12-18  Richard Henderson  <rth@redhat.com>
1303
1304         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1305
1306 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
1307             Dan Kegel <dank@kegel.com>
1308
1309         PR other/12009
1310         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
1311         testing a cross compiler, it causes spurious compile failures.
1312         * lib/g++.exp: Likewise.
1313
1314 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1315
1316         PR c++/13262
1317         * g++.dg/template/access13.C: New test.
1318
1319 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
1320
1321         * gcc.dg/20031216-1.c: New test.
1322
1323 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1324
1325         PR c++/9154
1326         * g++.dg/template/error10.C: New test.
1327
1328 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1329
1330         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
1331         * g++.dg/eh/simd-2.C: Likewise.
1332
1333 2003-12-17  James E Wilson  <wilson@specifixinc.com>
1334             Roger Sayle  <roger@eyesopen.com>
1335
1336         * gcc.c-torture/execute/ieee/mzero5.c: New.
1337
1338 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
1339
1340         PR c++/10603
1341         * g++.dg/parse/error6.C: New test.
1342
1343         PR c++/12827
1344         * g++.dg/parse/error7.C: New test.
1345
1346 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
1347
1348         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
1349         at -O with stabs debugging formats.
1350         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
1351         * gcc.dg/debug/debug-2.c: Likewise.
1352
1353 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1354
1355         PR c++/12696
1356         * g++.dg/init/error1.C: New test.
1357
1358         PR c++/12218
1359         * g++.dg/init/pm3.C: New test.
1360
1361 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1362
1363         PR c/3347
1364         * gcc.dg/bitfld-8.c: New test.
1365
1366 2003-12-16  James Lemke  <jim@wasabisystems.com>
1367
1368         * gcc.dg/arm-scd42-[123].c: New tests.
1369
1370 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1371
1372         PR c++/9043
1373         * g++.dg/abi/mangle20-1.C: New test.
1374         * g++.dg/abi/mangle20-2.C: New test.
1375
1376 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1377
1378         PR c++/13275
1379         * g++.dg/other/offsetof2.C: Remove XFAIL.
1380         * g++.dg/parse/offsetof1.C: New test.
1381         * g++.gd/parse/offsetof2.C: Likewise.
1382
1383 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1384
1385         * g++.dg/template/nontype3.C: New test.
1386         * g++.dg/template/static2.C: Tweaked the dg-error clause.
1387
1388 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1389
1390         * g++.dg/warn/noreturn-3.C: Also test instantiation.
1391
1392 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1393
1394         PR c++/13387
1395         * g++.dg/expr/assign1.C: New test.
1396
1397         PR c++/13242
1398         * g++.dg/abi/mangle19-1.C: New test.
1399         * g++.dg/abi/mangle19-2.C: New test.
1400
1401 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
1402
1403         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
1404
1405 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1406
1407         * gcc.c-torture/execute/20031216-1.c: New test.
1408
1409 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1410
1411         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
1412         an ICE regression.
1413
1414 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1415
1416         PR c++/10926
1417         * g++.dg/template/error9.C: New test.
1418
1419         PR c++/11116
1420         * g++.dg/template/error8.C: New test.
1421
1422 2003-12-15  Roger Sayle  <roger@eyesopen.com>
1423
1424         PR middle-end/13400
1425         * gcc.c-torture/execute/20031215-1.c: New test case.
1426
1427 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1428
1429         PR c++/13269
1430         * g++.dg/parse/error5.C: New test.
1431
1432         PR c++/12989
1433         * g++.dg/expr/sizeof1.C: New test.
1434
1435         PR c++/13310
1436         * g++.dg/template/crash15.C: New test.
1437
1438 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
1439
1440         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
1441         a non-POD type as the last named parameter of a varargs function.
1442
1443 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1444
1445         PR c++/13243
1446         PR c++/12573
1447         * g++.dg/template/crash14.C: New test.
1448         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
1449
1450 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
1451
1452         * g++.dg/other/java1.C: New test.
1453
1454         PR c++/13241
1455         * g++.dg/abi/mangle18-1.C: New test.
1456         * g++.dg/abi/mangle18-2.C: New test.
1457
1458 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1459
1460         PR optimization/10312
1461         * gcc.c-torture/execute/20031214-1.c: New.
1462
1463 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
1464
1465         PR c++/10779
1466         PR c++/12160
1467         * g++.dg/parse/error3.C: New test.
1468         * g++.dg/parse/error4.C: Likewise.
1469         * g++.dg/abi/mangle4.C: Tweak error messages.
1470         * g++.dg/lookup/using5.C: Likewise.
1471         * g++.dg/other/error2.C: Likewise.
1472         * g++.dg/parse/typename5.C: Likewise.
1473         * g++.dg/parse/undefined1.C: Likewise.
1474         * g++.dg/template/arg2.C: Likewise.
1475         * g++.dg/template/ttp3.C: Likewise.
1476         * g++.dg/template/type1.C: Likewise.
1477         * g++.old-deja/g++.other/crash32.C: Likewise.
1478         * g++.old-djea/g++.pt/defarg8.C: Likewise.
1479
1480 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1481
1482         PR c++/13106
1483         * g++.dg/warn/noreturn-3.C: New test.
1484
1485 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1486
1487         PR c++/13118
1488         * g++.dg/abi/covariant3.C: New.
1489
1490 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
1491
1492         * g++.dg/eh/ia64-1.C: New test.
1493
1494 2003-12-12  Roger Sayle  <roger@eyesopen.com>
1495
1496         PR optimization/13037
1497         * g77.f-torture/execute/13037.f: New test case.
1498
1499 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1500
1501         PR c++/12881
1502         * g++.dg/abi/covariant2.C: New.
1503
1504 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
1505
1506         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
1507
1508 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
1509
1510         * gcc.c-torture/execute/wchar_t-1.x: Delete.
1511
1512 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
1513
1514         PR other/10819
1515         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
1516         to fix Bug 10819.
1517         * lib/g++.exp (g++_version): Likewise.
1518         * lib/g77.exp (g77_version): Likewise.
1519         * lib/objc.exp (default_objc_version): Likewise.
1520
1521 2003-12-10  Richard Henderson  <rth@redhat.com>
1522
1523         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
1524
1525         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
1526
1527 2003-12-08  Matt Austern  <austern@apple.com>
1528
1529         PR c/13134
1530         * lib/gcc-dg.exp (dg-require-visibility): Define.
1531         * lib/target-supports (check_visibility_available): Define.
1532         * gcc.dg/visibility-1.c: New test.
1533         * gcc.dg/visibility-2.c: Likewise.
1534         * gcc.dg/visibility-3.c: Likewise.
1535         * gcc.dg/visibility-4.c: Likewise.
1536         * gcc.dg/visibility-5.c: Likewise.
1537         * gcc.dg/visibility-6.c: Likewise.
1538         * g++.dg/ext/visibility-1.C: Likewise.
1539         * g++.dg/ext/visibility-2.C: Likewise.
1540         * g++.dg/ext/visibility-3.C: Likewise.
1541         * g++.dg/ext/visibility-4.C: Likewise.
1542         * g++.dg/ext/visibility-5.C: Likewise.
1543         * g++.dg/ext/visibility-6.C: Likewise.
1544
1545 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1546
1547         * g++.dg/lookup/java1.C: New test.
1548         * g++.dg/lookup/java2.C: New test.
1549
1550 2003-12-07  Falk Hueffner  <falk@debian.org>
1551
1552         * g++.dg/opt/noreturn-1.C: New test.
1553
1554 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
1555
1556         * gcc.dg/overflow-1.c: New test.
1557
1558 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1559
1560         * g77.f-torture/compile/13060.f: New test.
1561
1562 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
1563
1564         PR c++/13323
1565         * g++.dg/inherit/operator2.C: New test.
1566
1567 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
1568
1569         PR c++/13305
1570         * g++.dg/ext/attrib9.C: New test.
1571
1572 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
1573
1574         PR c++/13314
1575         * g++.dg/template/error7.C: New test.
1576
1577 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
1578             J"orn Rennecke <joern.rennecke@superh.com>
1579
1580         PR target/13302
1581         * g++.dg/other/struct-va_list.C: New test.
1582
1583 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1584
1585         PR c++/13166
1586         * g++.dg/parse/defarg6.C: New test.
1587
1588 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
1589
1590         PR target/13256
1591         * gcc.c-torture/execute/20031201-1.c: New test.
1592
1593 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
1594
1595         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
1596
1597 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1598
1599         * gcc.dg/builtin-return-1.c: New test.
1600
1601 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
1602             J"orn Rennecke <joern.rennecke@superh.com>
1603
1604         PR optimization/13260
1605         * gcc.c-torture/execute/20031204-1.c: New test.
1606
1607 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
1608
1609         PR c++/9127
1610         * g++.dg/template/error6.C: New test.
1611
1612 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
1613
1614         * gcc.dg/20031202-1.c: New test.
1615
1616 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
1617
1618         PR c++/13179
1619         * g++.dg/template/eh1.C: New test.
1620
1621         PR c++/10771
1622         * g++.dg/template/error5.C: New test.
1623
1624 2003-12-02  David Ung  <davidu@mips.com>
1625
1626         * gcc.dg/compat/vector-check.h: Corrected type for var
1627         g_##TMODE
1628
1629 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1630
1631         PR c++/10126
1632         * g++.dg/template/ptrmem8.C: New test.
1633
1634 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1635
1636         PR c++/12573
1637         * g++.dg/template/dependent-expr3.C: New test.
1638
1639 2003-12-01  James Lemke  <jim@wasabisystems.com>
1640
1641         * gcc.dg/arm-g2.c: New test.
1642
1643 2003-12-01  Roger Sayle  <roger@eyesopen.com>
1644
1645         PR optimization/11634
1646         * gcc.dg/20031201-2.c: New test case.
1647
1648 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
1649
1650         PR 11433
1651         * objc.dg/proto-lossage-3.m: New test.
1652
1653 2003-12-01  Roger Sayle  <roger@eyesopen.com>
1654
1655         PR optimization/12628
1656         * gcc.dg/20031201-1.c: New test case.
1657
1658 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1659
1660         * gcc.dg/unaligned-1.c: New test.
1661
1662 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
1663
1664         PR c++/9849
1665         * g++.dg/template/error4.C: New test.
1666         * g++.dg/template/nested3.C: Adjust error markers.
1667
1668 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1669
1670         * gcc.dg/cpp/assert4.c: Check more #system assertions.
1671
1672 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1673
1674         PR c/10333
1675         * gcc.dg/bitfld-7.c: New test.
1676
1677 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
1678
1679         * gcc.dg/tls/asm-1.C: New test.
1680
1681 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1682
1683         * gcc.dg/cpp/assert4.c: Update.
1684
1685 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
1686
1687         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
1688         * gcc.dg/builtin-apply3.c: New test.
1689
1690 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1691
1692         * lib/compat.exp (compat-obj): New xfaildata parameter.
1693         Use it to set compiler_conditional_xfail_data before compiling.
1694         (compat-get-options): Handle dg-xfail-if.
1695         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
1696         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
1697         * gcc.dg/compat/vector-1_y.c: Likewise.
1698         * gcc.dg/compat/vector-2_x.c: Likewise.
1699         * gcc.dg/compat/vector-2_y.c: Likewise.
1700
1701 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1702
1703         * g++.dg/opt/reg-stack4.C: New test.
1704
1705 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1706
1707         * gcc.dg/builtin-apply2.c: New test.
1708
1709 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1710
1711         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
1712
1713 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1714
1715         PR c++/12924
1716         * g++.dg/template/template-id-2.C: New test.
1717
1718 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1719
1720         PR c++/5369
1721         * g++.dg/template/memfriend1.C: New test.
1722         * g++.dg/template/memfriend2.C: Likewise.
1723         * g++.dg/template/memfriend3.C: Likewise.
1724         * g++.dg/template/memfriend4.C: Likewise.
1725         * g++.dg/template/memfriend5.C: Likewise.
1726         * g++.dg/template/memfriend6.C: Likewise.
1727         * g++.dg/template/memfriend7.C: Likewise.
1728         * g++.dg/template/memfriend8.C: Likewise.
1729         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
1730
1731 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
1732
1733         PR c++/12515
1734         * g++.dg/ext/cond1.C: New test.
1735
1736 2003-11-20  Richard Henderson  <rth@redhat.com>
1737
1738         * gcc.dg/20020201-2.c: Remove.
1739         * gcc.dg/20020201-4.c: Remove.
1740         * gcc.dg/20020304-1.c: Remove.
1741
1742 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1743
1744         * gcc.dg/cpp/trad/xwin1.c: New test case.
1745
1746 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
1747
1748         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
1749         * lib/g77.exp: Likewise.
1750         * lib/objc.exp: Likewise.
1751         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
1752         for darwin.
1753
1754 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1755
1756         PR c++/12932
1757         * g++.dg/template/static5.C: New test.
1758
1759 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1760
1761         * gcc.dg/nested-func-1.c: New test.
1762
1763 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1764
1765         * gcc.dg/cpp/assert4.c: New test.
1766
1767 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
1768
1769         PR c++/2294
1770         * g++.dg/lookup/using9.c: New test.
1771
1772 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
1773
1774         PR c++/12762
1775         * g++.dg/template/error3.C: New test.
1776
1777 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
1778
1779         PR ada/13035
1780         * ada/acats/run_acats, run_all.sh: Fix syntax error.
1781         No longer use a wrapper for gcc, since this does not work under
1782         Windows.
1783
1784 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
1785
1786         PR c++/2094
1787         * g++.dg/template/ptrmem7.C: New test.
1788
1789 2003-11-13  Andrew Pinski <apinski@apple.com>
1790
1791         * gcc.c-torture/compile/20031113-1.c: New test.
1792
1793 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
1794             Kean Johnston <jkj@sco.com>
1795
1796         PR c/13029
1797         * gcc.dg/unused-4.c: Update.
1798
1799 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1800
1801         * g++.dg/opt/const3.C: New test.
1802
1803 2003-11-13  Jan Hubicka  <jh@suse.cz>
1804
1805         * gcc.c-torture/compile/20031112-1.c: New test.
1806
1807 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
1808
1809         * g++.dg/parse/crash10.C: Remove bogus error marker.
1810
1811 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1812
1813         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
1814         (host_gcc): Likewise.
1815         (ROOT): Honor $PWDCMD.
1816         (BASE): Likewise.
1817         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
1818
1819 2003-11-12  Catherine Moore  <clm@redhat.com>
1820
1821         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
1822
1823 2003-11-12  Andreas Jaeger  <aj@suse.de>
1824             Jakub Jelinek  <jakub@redhat.com>
1825             Andrew Pinski  <pinskia@physics.uc.edu>
1826             Richard Henderson  <rth@redhat.com>
1827
1828         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
1829         systems.
1830         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
1831
1832         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
1833         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1834
1835 2003-11-11  Andreas Jaeger  <aj@suse.de>
1836
1837         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
1838
1839         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
1840
1841 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
1842
1843         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
1844         Clean ups.
1845
1846 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
1847
1848         * gcc.dg/trampoline-1.c: New test.
1849
1850 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
1851
1852         * gcc.c-torture/compile/200031109-1.c: New test.
1853
1854 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1855
1856         PR c/3190
1857         PR c/8714
1858         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1859         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
1860         gcc.dg/format/no-y2k-1.c: Update.
1861
1862 2003-11-08  Roger Sayle  <roger@eyesopen.com>
1863
1864         PR optimization/10467
1865         * gcc.dg/20031108-1.c: New test case.
1866
1867 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
1868
1869         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
1870
1871 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1872
1873         * gcc.dg/compound-lvalue-1.c: New test.
1874         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
1875         some XFAILs.
1876
1877 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
1878
1879         * gcc.dg/altivec-varargs-1.c: New test.
1880
1881 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1882
1883         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
1884         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
1885         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
1886         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
1887         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
1888
1889 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1890
1891         * gcc.dg/cond-lvalue-1.c: New test.
1892
1893 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
1894
1895         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
1896
1897 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1898
1899         PR c++/11616
1900         * g++.dg/template/instantiate5.C: New test.
1901
1902 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1903
1904         PR c++/12726
1905         * g++.dg/ext/complit2.C: Replace test with self-contained version.
1906         * ChangeLog: Add missing first entry for above test.
1907
1908 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1909
1910         PR c++/9810
1911         * g++.dg/template/using8.C: New test.
1912         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
1913
1914 2003-11-02  Roger Sayle  <roger@eyesopen.com>
1915
1916         PR optimization/10817
1917         * gcc.c-torture/compile/20031102-1.c: New test case.
1918
1919 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
1920
1921         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
1922         2147483647.
1923
1924 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1925
1926         * gcc.dg/20031102-1.c: New test.
1927
1928 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1929
1930         * gcc.dg/complex-1.c: New test.
1931
1932 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1933
1934         PR c++/12796
1935         * g++.dg/template/crash13.C: Adjust expected error location.
1936         * g++.old-deja/g++.brendan/ns1.C: Likewise.
1937
1938 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1939
1940         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1941
1942 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
1943
1944         PR/10239
1945         * gcc.c-torture/compile/20031031-2.c: New test.
1946
1947 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
1948
1949         PR/11640
1950         * gcc.c-torture/compile/20031031-1.c: New test.
1951
1952 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1953
1954         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1955         * gcc.misc-tests/bprob.exp: Likewise.
1956         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
1957         the execution test on arm-elf configs.
1958         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
1959         configs that don't support scratch files.
1960         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
1961
1962 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
1963
1964         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
1965         done by dejagnu.
1966
1967 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
1968
1969         * ada/acats/run_all.sh: Redirect mv output to /dev/null
1970         Avoid non pure sh syntax. Add more logging.
1971
1972         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
1973         fail.
1974
1975 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1976
1977         PR libgcj/10610
1978         * gcc.dg/ppc-stackalign-1.c: New test.
1979
1980 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
1981
1982         * ada/acats/run_all.sh: Change output to be more compliant with
1983         dejagnu framework.
1984         Create acats.sum and acats.log files under testsuite/ada/acats
1985         Only run [a-z]* directories, to filter out e.g. CVS.
1986         Redirect build output to log file.
1987
1988 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
1989
1990         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
1991
1992 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
1993
1994         PR ada/5909:
1995         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
1996
1997 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
1998
1999         * gcc.c-torture/compile/20031023-1.c: New test.
2000         * gcc.c-torture/compile/20031023-2.c: New test.
2001         * gcc.c-torture/compile/20031023-3.c: New test.
2002         * gcc.c-torture/compile/20031023-4.c: New test.
2003
2004 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2005
2006         PR c++/10371
2007         * g++.dg/lookup/scoped8.C: New test.
2008
2009 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2010
2011         * g++.dg/opt/reg-stack3.C: New test.
2012
2013 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2014
2015         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
2016
2017 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2018
2019         PR c++/11076
2020         * g++.dg/template/crash13.C: New test.
2021
2022 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2023
2024         * gcc.dg/c99-restrict-2.c: New test.
2025
2026 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
2027
2028         PR c++/12698, c++/12699, c++/12700, c++/12566
2029         * g++.dg/inherit/covariant9.C: New test.
2030         * g++.dg/inherit/covariant10.C: New test.
2031         * g++.dg/inherit/covariant11.C: New test.
2032
2033 2003-10-23  Jason Merrill  <jason@redhat.com>
2034
2035         PR c++/12726
2036         * g++.dg/ext/complit2.C: New test.
2037
2038 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2039
2040         PR target/12654
2041         * gcc.c-torture/execute/20031020-1.c: New test.
2042
2043 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2044
2045         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
2046         following the jump_insn.
2047
2048 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2049
2050         * gcc.dg/cast-lvalue-1.c: New test.
2051
2052 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
2053
2054         PR c++/11962
2055         * g++.dg/template/cond2.C: New test.
2056
2057 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2058
2059         * gcc.dg/builtins-28.c: New test.
2060
2061 2003-10-20  Jan Hubicka  <jh@suse.cz>
2062
2063         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
2064         parameter.
2065         * testsuite/gcc.dg/inline-2.c: Likewise.
2066
2067 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2068
2069         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
2070         * gcc.dg/nest.c:  Likewise.
2071
2072 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2073
2074         PR c++/9781, c++/10583, c++/11862
2075         * g++.dg/parse/crash13.C: New test.
2076
2077 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2078
2079         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
2080
2081 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2082
2083         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
2084         Define HAVE_C99_RUNTIME except on Solaris.
2085         * gcc.dg/builtins-20.c: Likewise.
2086
2087 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2088
2089         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2090
2091 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2092
2093         PR c++/12495
2094         * g++.dg/template/crash21.C: New test.
2095
2096 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2097
2098         PR c++/2513
2099         * g++.dg/template/typename5.C: New test.
2100
2101 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2102
2103         PR c++/12369
2104         * g++.dg/template/friend25.C: New test.
2105
2106 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
2107
2108         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
2109         versions.
2110
2111 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
2112
2113         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
2114         == 2147483647.
2115
2116 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
2117
2118         * gcc.c-torture/execute/960416-1.x: Remove.
2119         * gcc.c-torture/execute/divconst-3.x: Likewise.
2120
2121 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
2122
2123         PR target/12598
2124         * gcc.dg/torture/cris-volatile-1.c: New test.
2125
2126 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2127
2128         PR optimization/9325
2129         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
2130         for overflowing floating point to integer conversion during RTL
2131         simplification.
2132
2133 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
2134
2135         * objc/execute/_cmd.m: Fix typo.
2136         * objc.dg/image-info.m, objc.dg/symtab-1.m:
2137         Relax 'scan-assembler' regexp.
2138         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
2139         objc.dg/try-catch-4.m: Run on non-Darwin targets.
2140         * objc.dg/zero-link-2.m: Remove blank line.
2141         * objc.dg/zero-link-3.m: New test case.
2142
2143 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
2144
2145         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
2146
2147         * gcc.dg/asm-names.c: Use scan-assembler-not rather
2148         than linker trickery.
2149
2150 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2151
2152         PR c++/12370
2153         * g++.dg/other/friend2.C: New test.
2154
2155 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2156
2157         * gcc.dg/20031012-1.c: New test.
2158
2159 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2160
2161         * gcc.dg/weak/weak-3.c: Fix for new warning.
2162
2163 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2164
2165         PR optimization/8750
2166         * gcc.c-torture/execute/20031012-1.c: New test case.
2167
2168 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2169
2170         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
2171         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
2172
2173 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2174
2175         PR optimization/12260
2176         * gcc.c-torture/compile/20031011-2.c: New test case.
2177
2178 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2179
2180         * gcc.c-torture/execute/20031011-1.c: New testcase.
2181
2182 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
2183
2184         * gcc.c-torture/compile/20031011-1.c: New test.
2185
2186 2003-10-11  Jan Hubicka  <jh@suse.cz>
2187
2188         * g++.dg/other/first-global.C: New test.
2189
2190 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2191
2192         * gcc.c-torture/execute/string-opt-18.c: New testcase.
2193
2194 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
2195
2196         * gcc.c-torture/compile/20031010-1.c: New test.
2197
2198 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
2199
2200         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
2201         * gcc.c-torture/execute/va-arg-25.c: ... here.
2202
2203 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
2204
2205         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
2206
2207 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
2208
2209         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
2210
2211 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
2212
2213         * g++.dg/parse/error2.C: New test.
2214
2215 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
2216
2217         PR c++/11097
2218         * g++.dg/other/error5.C: Modify the error message.
2219         * g++.dg/lookup/using8.C: New test.
2220
2221 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
2222
2223         * gcc.dg/darwin-abi-2.c: New file.
2224         * gcc.c-torture/execute/va-arg-24.c: New file.
2225
2226 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
2227
2228         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
2229         indentation.
2230
2231 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
2232
2233         PR c++/10147
2234         * g++.dg/other/error4.C: Update error messages.
2235         * g++.dg/template/ptrmem4.C: Likewise.
2236
2237         PR c++/12337
2238         * g++.dg/init/new9.C: New test.
2239
2240         PR c++/12334, c++/12236, c++/8656
2241         * g++.dg/ext/attrib8.C: New test.
2242
2243 2003-10-06  Devang Patel  <dpatel@apple.com>
2244
2245         * gcc.dg/debug/dwarf2-3.h: New test.
2246         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
2247
2248 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
2249
2250         * g++.dg/opt/cfg2.C: New test.
2251
2252 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2253
2254         * g++.dg/opt/float1.C: New test.
2255
2256 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2257
2258         * gcc.dg/c90-array-lval-6.c: New test.
2259         * gcc.dg/c99-array-lval-6.c: New test.
2260
2261 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
2262             Ziemowit Laski  <zlaski@apple.com>
2263
2264         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
2265         'Derived', so that it is never considered a class method; add
2266         new warning for '+port' method ambiguity.
2267         * objc.dg/method-12.m: Include <objc/objc.h> instead of
2268         <objc/objc-api.h> (needed on Mac OS X).
2269         * objc.dg/method-13.m: New test.
2270
2271 2003-10-03  Roger Sayle  <roger@eyesopen.com>
2272
2273         PR optimization/9325, PR java/6391
2274         * gcc.c-torture/execute/20031003-1.c: New test case.
2275
2276 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
2277
2278         PR optimization/12180
2279         * gcc.dg/20031002-1.c: New test.
2280
2281         PR c++/12486
2282         * g++.dg/inherit/error1.C: New test.
2283
2284 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
2285
2286         * lib/f-torture.exp (search_for): Rename to...
2287         (search_for_re): This.  Also, clean up comments and the
2288         "regexp" invocation.
2289
2290 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2291
2292         * gcc.c-torture/compile/20031002-1.c: New test.
2293
2294 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
2295
2296         * g++.dg/opt/cond1.C: New test.
2297
2298 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2299
2300         * gcc.dg/Wold-style-definition-2.c: New testcase.
2301         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2302
2303 2003-09-29  Richard Henderson  <rth@redhat.com>
2304
2305         * g++.dg/init/array10.C: Add dg-options.
2306
2307 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2308
2309         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2310
2311 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2312
2313         * g++.dg/template/friend19.C: Fix typo.
2314         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
2315
2316 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2317
2318         * gcc.c-torture/execute/20030928-1.c: New test.
2319         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
2320
2321 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2322
2323         * g++.dg/opt/unroll1.C: New test.
2324
2325 2003-09-26  Roger Sayle  <roger@eyesopen.com>
2326
2327         PR optimization/11741
2328         * gcc.dg/20030926-1.c: New test case.
2329
2330 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2331
2332         PR c++/5655
2333         * g++.dg/parse/access7.C: New test.
2334         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
2335
2336 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
2337
2338         MERGE OF objc-improvements-branch into MAINLINE:
2339         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
2340         if libobjc has not been built.
2341         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
2342         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
2343         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
2344         objc/execute/nested-3.m, objc/execute/np-2.m,
2345         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
2346         objc/execute/redefining_self.m, objc/execute/root_methods.m,
2347         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
2348         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
2349         objc.dg/special/unclaimed-category-1.h,
2350         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
2351         well as GNU runtime.
2352         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
2353         * execute/cascading-1.m, execute/function-message-1.m,
2354         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
2355         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
2356         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
2357         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
2358         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
2359         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
2360         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
2361         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
2362         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
2363         * objc.dg/bitfield-2.m: Run only on Darwin.
2364         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
2365         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
2366         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
2367         * objc.dg/const-str-1.m: Fix constant string layout.
2368
2369 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
2370
2371         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
2372
2373 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
2374
2375         * gcc.dg/darwin-abi-1.c: New file.
2376
2377 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
2378
2379         PR target/12281
2380         * gcc.c-torture/compile/20030921-1.c: New test.
2381
2382 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2383
2384         * g++.dg/opt/reg-stack2.C: New test.
2385
2386 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2387
2388         * g++.dg/eh/delayslot1.C: New test.
2389
2390 2003-09-20  Richard Henderson  <rth@redhat.com>
2391
2392         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
2393
2394 2003-09-20  Roger Sayle  <roger@eyesopen.com>
2395
2396         * gcc.c-torture/execute/20030920-1.c: New test case.
2397
2398 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2399
2400         * g++.dg/rtti/typeid3.C: Correct expected error message.
2401
2402 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2403
2404         PR c++/157
2405         * g++.dg/parse/crash12.C: New test.
2406
2407 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
2408
2409         * gcc.dg/compat/mixed-struct-check.h: New.
2410         * gcc.dg/compat/mixed-struct-defs.h: New.
2411         * gcc.dg/compat/mixed-struct-init.h: New.
2412         * gcc.dg/compat/struct-by-value-19_main.c: New.
2413         * gcc.dg/compat/struct-by-value-19_x.c: New.
2414         * gcc.dg/compat/struct-by-value-19_y.c: New.
2415         * gcc.dg/compat/struct-by-value-20_main.c: New.
2416         * gcc.dg/compat/struct-by-value-20_x.c: New.
2417         * gcc.dg/compat/struct-by-value-20_y.c: New.
2418         * gcc.dg/compat/struct-return-19_main.c: New.
2419         * gcc.dg/compat/struct-return-19_x.c: New.
2420         * gcc.dg/compat/struct-return-19_y.c: New.
2421         * gcc.dg/compat/struct-return-20_main.c: New.
2422         * gcc.dg/compat/struct-return-20_x.c: New.
2423         * gcc.dg/compat/struct-return-20_y.c: New.
2424
2425 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
2426         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
2427         so that it will not complain on LP64 targets.
2428
2429 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2430
2431         PR c++/495
2432         * g++.dg/template/friend24.C: New test.
2433
2434 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
2435
2436         PR c++/12332
2437         * g++.dg/template/memtmpl2.C: New test.
2438
2439 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
2440
2441         PR target/11184
2442         * gcc.dg/builtin-apply1.c: New test.
2443
2444 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
2445
2446         PR c++/9848
2447         * g++.dg/warn/Wunused-4.C: New test.
2448
2449 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2450
2451         PR c++/12316
2452         * g++.dg/other/gc2.C: New test.
2453
2454 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
2455
2456         PR c++/11991
2457         * g++.dg/rtti/typeid3.C: New test.
2458
2459         PR c++/12266
2460         * g++.dg/overload/template1.C: New test.
2461
2462 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
2463
2464         * g++.dg/opt/cfg3.C: New test.
2465
2466 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2467
2468         PR c++/7939
2469         * g++.dg/template/crash11.C: New test.
2470
2471 2003-09-16  Jason Merrill  <jason@redhat.com>
2472             Jakub Jelinek  <jakub@redhat.com>
2473
2474         * gcc.dg/attr-warn-unused-result.c: New test.
2475
2476 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2477
2478         PR c++/12184
2479         * g++.dg/expr/call2.C: New test.
2480
2481 2003-09-15  Andreas Jaeger  <aj@suse.de>
2482
2483         * gcc.dg/Wold-style-definition-1.c: New test.
2484
2485 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
2486
2487         PR c++/3907
2488         * g++.dg/parse/template12.C: New test.
2489
2490         * g++.dg/abi/bitfield11.C: New test.
2491         * g++.dg/abi/bitfield12.C: Likewise.
2492
2493 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
2494
2495         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
2496         non-expansion of functional macro name without arguments at EOL.
2497         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
2498
2499 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
2500
2501         * gcc.c-torture/execute/20030914-[12].c: New tests.
2502
2503 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
2504
2505         PR c++/11788
2506         * g++.dg/overload/addr1.C: New test.
2507
2508 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
2509
2510         * gcc.dg/20030909-1.c: New test.
2511
2512 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2513
2514         * gcc.dg/ultrasp10.c: New test.
2515
2516 2003-09-09  Devang Patel  <dpatel@apple.com>
2517
2518         * gcc.dg/darwin-ld-6.c: New test.
2519
2520 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2521
2522         * gcc.dg/torture/builtin-explog-1.c: New testcase.
2523
2524 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
2525
2526         * gcc.dg/ia64-types1.c: New test.
2527         * gcc.dg/ia64-types2.c: Likewise.
2528
2529 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2530
2531         * gcc.dg/builtins-1.c: Add more _Complex tests.
2532         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2533
2534         * gcc.dg/builtins-1.c: Test existing _Complex functions.
2535         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2536
2537 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
2538
2539         PR c++/11786
2540         * g++.dg/lookup/koenig2.C: New test.
2541
2542         PR c++/5296
2543         * g++.dg/rtti/typeid2.C: New test.
2544
2545 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
2546
2547         * gcc.c-torture/compile/20030904-1.c: New test.
2548
2549 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2550
2551         * g++.dg/opt/longbranch2.C: New test.
2552
2553 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
2554
2555         * g++.dg/template/crash10.C: Only compile it.
2556
2557 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
2558
2559         PR middle-end/11665
2560         * gcc.c-torture/compile/20030907-1.c: New test.
2561         * g++.dg/init/array11.C: New test.
2562
2563 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
2564
2565         PR c++/11852
2566         * g++.dg/init/struct1.C: New test.
2567
2568 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
2569
2570         PR c++/12181
2571         * g++.dg/expr/comma1.C: New test.
2572
2573 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
2574
2575         PR c++/11867
2576         * g++.dg/expr/static_cast5.C: New test.
2577
2578 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
2579
2580         PR c++/11507
2581         * g++.dg/lookup/scoped7.C: New test.
2582
2583         PR c++/9574
2584         * g++.dg/other/static1.C: New test.
2585
2586         PR c++/11490
2587         * g++.dg/warn/template-1.C: New test.
2588
2589         PR c++/11432
2590         * g++.dg/template/crash10.C: New test.
2591
2592         PR c++/2478
2593         * g++.dg/overload/VLA.C: New test.
2594
2595         PR c++/10804
2596         * g++.dg/template/call1.C: New test.
2597
2598 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2599
2600         PR c++/11794
2601         * g++.dg/parse/using3.C: New test.
2602
2603 2003-09-06  Roger Sayle  <roger@eyesopen.com>
2604
2605         PR c++/11409
2606         * g++.dg/overload/builtin3.C: New test case.
2607
2608 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
2609
2610         PR c/9862
2611         * gcc.dg/20030906-1.c: New test.
2612         * gcc.dg/20030906-2.c: Likewise.
2613
2614 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2615
2616         PR c++/12167
2617         * g++.dg/parse/defarg5.C: New test.
2618
2619         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
2620
2621 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
2622
2623         PR c++/12163
2624         * g++.dg/expr/static_cast4.C: New test.
2625
2626         PR c++/12146
2627         * g++.dg/template/crash9.C: New test.
2628
2629 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
2630
2631         * g++.old-deja/g++.ext/pretty2.C: Update for change
2632         in __FUNCTION__.
2633         * g++.old-deja/g++.ext/pretty3.C: Likewise.
2634
2635 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
2636
2637         PR c++/11922
2638         * g++/dg/template/qualified-id1.C: New test.
2639
2640         PR c++/12037
2641         * g++.dg/warn/noeffect4.C: New test.
2642
2643 2003-09-04  Matt Austern  <austern@apple.com>
2644
2645         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
2646         * g++.dg/ext/fnname2.C: Likewise.
2647         * g++.dg/ext/fnname3.C: Likewise.
2648
2649 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
2650
2651         * g++.dg/expr/lval1.C: New test.
2652         * g++.dg/ext/lvcast.C: Remove.
2653
2654 2003-09-03  Roger Sayle  <roger@eyesopen.com>
2655
2656         PR optimization/11700.
2657         * gcc.c-torture/compile/20030903-1.c: New test case.
2658
2659 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
2660
2661         PR c++/12053
2662         * g++.dg/abi/layout4.C: New test.
2663
2664 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
2665
2666         PR c++/11553
2667         * g++.dg/parse/friend3.C: New test.
2668
2669 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
2670
2671         PR c++/11847
2672         * g++.dg/template/class1.C: New test.
2673
2674         PR c++/11808
2675         * g++.dg/expr/call1.C: New test.
2676
2677 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
2678
2679         PR c++/12114
2680         * g++.dg/init/ref9.C: New test.
2681
2682         PR c++/11972
2683         * g++.dg/template/nested4.C: New test.
2684
2685 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
2686
2687         PR c++/12093
2688         * g++.dg/template/non-dependent4.C: New test.
2689
2690         PR c++/11928
2691         * g++.dg/inherit/conv1.C: New test.
2692
2693 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
2694
2695         PR c++/6196
2696         * g++.dg/ext/label1.C: New test.
2697         * g++.dg/ext/label2.C: Likewise.
2698
2699 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
2700
2701         * g++.dg/expr/cond3.C: New test.
2702
2703 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2704
2705         * gcc.dg/builtins-1.c: Add new builtin cases.
2706
2707 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2708
2709         * gcc.dg/builtins-1.c: Add new cases.
2710         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2711
2712 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2713
2714         * gcc.dg/builtins-1.c: Add more math builtin tests.
2715         * gcc.dg/torture/builtin-attr-1.c: New test.
2716
2717 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
2718
2719         PR optimization/5079
2720         * g++.dg/opt/static3.C: New test.
2721
2722 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2723
2724         * gcc.misc-tests/gcov-10b.c: New test.
2725
2726 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
2727
2728         * g++.dg/opt/ptrmem3.C: New test.
2729
2730         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
2731
2732 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
2733
2734         * gcc.dg/20030826-2.c: New test.
2735
2736 2003-08-26  Roger Sayle  <roger@eyesopen.com>
2737
2738         PR middle-end/12002
2739         * g77.f-torture/compile/12002.f: New test case.
2740
2741 2003-08-26  Roger Sayle  <roger@eyesopen.com>
2742
2743         * gcc.dg/20030826-1.c: New test case.
2744
2745 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
2746
2747         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
2748
2749 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
2750
2751         PR c++/11871
2752         * c++.dg/lookup/crash1.C: New test.
2753
2754         * c++.dg/warn/noeffect3.C: New test.
2755
2756 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
2757
2758         * gcc.dg/compat/vector-1_x.c: Compile with -w.
2759         * gcc.dg/compat/vector-1_y.c: Ditto.
2760         * gcc.dg/compat/vector-2_x.c: Ditto.
2761         * gcc.dg/compat/vector-2_y.c: Ditto.
2762
2763 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
2764
2765         * gcc.dg/20030702-1.c: New test.
2766
2767 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
2768
2769         PR c++/8795
2770         * g++.dg/ext/altivec-1.C: New test.
2771
2772 2003-08-24  Richard Henderson  <rth@redhat.com>
2773
2774         * g++.dg/eh/simd-2.C: Add -w for x86.
2775
2776 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
2777
2778         * gcc.dg/20030815-1.c: New test.
2779
2780 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2781
2782         PR c++/3765
2783         * g++.dg/parse/access6.C: New test.
2784
2785 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2786
2787         PR c++/641, c++/11876
2788         * g++.dg/template/friend22.C: New test.
2789         * g++.dg/template/friend23.C: Likewise.
2790
2791 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2792
2793         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
2794         identically.
2795
2796 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2797
2798         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
2799
2800 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2801
2802         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
2803
2804 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2805
2806         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
2807
2808 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2809
2810         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
2811
2812 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
2813
2814         PR c++/11919
2815         * g++.dg/overload/prom1.C: New test.
2816
2817         PR c++/11551
2818         * g++.dg/parse/dtor2.C: New test.
2819
2820         PR c++/10762
2821         * g++.dg/parse/using2.C: New test.
2822
2823 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
2824
2825         PR target/11805
2826         * gcc.c-torture/compile/20030821-1.c: New.
2827
2828 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
2829
2830         PR c++/11834
2831         * g++.dg/template/deduce2.C: New test.
2832
2833 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
2834
2835         * gcc.c-torture/execute/20030821-1.c: New test.
2836
2837 2003-08-20  Roger Sayle  <roger@eyesopen.com>
2838
2839         PR middle-end/11984
2840         * gcc.dg/20030820-1.c: New test case.
2841
2842 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
2843
2844         PR c++/11945
2845         * g++.dg/warn/noeffect2.C: New test.
2846
2847 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
2848
2849         PR c++/10926
2850         * g++.dg/template/dtor2.C: New test.
2851
2852         PR c++/11684
2853         * g++.dg/template/operator1.C: New test.
2854         * g++.dg/parse/operator4.C: New test.
2855
2856         PR c++/11946.C
2857         * g++.dg/expr/enum1.C: New test.
2858         * gcc.dg/c99-bool-1.c: Remove bogus warning.
2859
2860         PR c++/11036.C
2861         * g++.dg/parse/elab2.C: New test.
2862         * g++.dg/parse/typedef4.C: Change error message.
2863         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
2864         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
2865         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
2866
2867 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2868
2869         * gcc.dg/pch/warn-1.c: New.
2870         * gcc.dg/pch/warn-1.hs: New.
2871
2872         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
2873         not-tested file.
2874
2875 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2876
2877         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
2878
2879 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2880
2881         * gcc.dg/uninit-D.c: New Test.
2882         * gcc.dg/uninit-E.c: New Test.
2883         * gcc.dg/uninit-F.c: New Test.
2884         * gcc.dg/uninit-G.c: New Test.
2885
2886 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
2887
2888         * g++.dg/README: Describe the pch directory.
2889
2890 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2891
2892         PR c++/11174
2893         * g++.dg/parse/access4.C: New test.
2894         * g++.dg/parse/access5.C: Likewise.
2895         * g++.old-deja/g++.jason/access17.C: Adjust error message.
2896
2897 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
2898
2899         * gcc.dg/noncompile/20030818-1.c: New.
2900
2901 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2902
2903         PR c++/11957
2904         * g++.dg/warn/noeffect1.C: New test.
2905
2906         * g++.dg/template/scope2.C: New test.
2907         * g++.dg/template/error2.C: Correct dg-error
2908
2909 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
2910
2911         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
2912
2913 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
2914
2915         PR C++/11512
2916         * g++.dg/template/warn1.C: New.
2917
2918 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
2919
2920         * g++.dg/template/error2.C: New test.
2921         * g++.dg/lookup/using7.C: Adjust errors
2922         * g++.old-deja/g++.pt/crash36.C: Likewise.
2923         * g++.old-deja/g++.pt/derived3.C: Likewise.
2924
2925 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2926
2927         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
2928         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
2929         * gcc.c-torture/execute/builtins/string-9.c: New, from
2930         string-opt-9.c.  Adjust for execute/builtins framework.
2931         * gcc.c-torture/execute/string-opt-9.c: Delete.
2932
2933 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
2934
2935         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
2936
2937         * g++.dg/parse/ret-type2.C: New test.
2938
2939         PR c++/11703
2940         * g++.dg/init/new8.C: New test.
2941
2942         PR c++/10923
2943         * g++.dg/parse/typedef5.C: New test.
2944
2945         PR c++/9512
2946         * g++.dg/parse/qualified2.C: New test.
2947         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
2948         invalid code.
2949
2950 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
2951
2952         * g++.dg/conversion/ptrmem1.C: New test.
2953
2954 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
2955
2956         PR target/11693
2957         * gcc.dg/20030811-1.c: New test.
2958
2959         PR target/11535
2960         * gcc.c-torture/execute/20030811-1.c: New test.
2961
2962 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2963
2964         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
2965
2966 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
2967
2968         PR c++/11789.C
2969         * g++.dg/inherit/multiple1.C: New test.
2970
2971 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
2972
2973         * gcc.dg/spe1.c: New test.
2974
2975         PR c++/11670
2976         * g++.dg/expr/cast2.C: New test.
2977
2978         PR c++/10530
2979         * g++.dg/template/dependent-name2.C: New test.
2980
2981 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
2982
2983         * g++.dg/parse/crash11.C: Put the dg options in comments.
2984
2985 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
2986
2987         * lib/gcc-dg.exp: Update for diagnostic change.
2988
2989 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2990
2991         PR c++/5767
2992         * g++.dg/parse/crash11.C: New test.
2993
2994 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
2995
2996         * gcc.dg/cpp/spacing1.c: Update.
2997
2998 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
2999
3000         PR target/11739
3001         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
3002         a value for -mtune.
3003
3004 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3005
3006         PR middle-end/11771
3007         * gcc.c-torture/compile/20030804-1.c: New test case.
3008
3009 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3010
3011         * gcc.dg/20030804-1.c: New test case.
3012
3013 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
3014
3015         * gcc.dg/cpp/separate-1.c: New test.
3016
3017 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3018
3019         PR c++/11704
3020         * g++.dg/template/dependent-expr2.C: New test.
3021
3022         PR c++/11766
3023         * g++.dg/expr/ptrmem1.C: New test.
3024
3025 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3026
3027         PR c++/9453
3028         * g++.dg/template/friend15.C: New test.
3029
3030 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3031
3032         * lib/dg-pch.exp: Work round PCH bug.
3033
3034 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3035
3036         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
3037         builtins.  Move cases from builtins-4.c here.
3038
3039         * gcc.dg/torture/builtin-math-1.c: New test taken from
3040         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
3041         additional cases.
3042
3043         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
3044         Delete.
3045
3046 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3047
3048         PR c++/9447
3049         * g++.dg/template/using7.C: New test.
3050
3051 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3052
3053         * import1.c, import2.c: New tests.
3054
3055 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
3056
3057         * g++.dg/eh/crossjump1.C: New test.
3058
3059 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
3060
3061         PR c++/11697
3062         * g++.dg/template/using6.C: New test.
3063
3064         PR c++/11744
3065         * g++.dg/template/koenig2.C: New test.
3066
3067 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3068
3069         PR c++/7983
3070         * g++.dg/parse/typedef4.C: New test.
3071
3072 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3073
3074         PR c++/8442, c++/8806
3075         * g++.dg/template/elab1.C: New test.
3076         * g++.dg/template/type2.C: Likewise.
3077         * g++.dg/template/ttp3.C: Adjust expected error message.
3078         * g++.old-deja/g++.law/visibility13.C: Likewise.
3079         * g++.old-deja/g++.niklas/t135.C: Likewise.
3080         * g++.old-deja/g++.pt/ttp41.C: Likewise.
3081         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
3082         template argument.
3083         * g++.old-deja/g++.pt/ttp44.C: Likewise.
3084
3085 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
3086
3087         PR c++/11295
3088         * g++.dg/ext/stmtexpr1.C: New test.
3089
3090         * g++.dg/opt/tmp1.C: New test.
3091
3092         PR c++/11525
3093         * g++.dg/parse/constant4.C: New test.
3094
3095         PR c++/9447
3096         * g++.dg/template/using5.C: New test.
3097
3098 2003-07-31  Roger Sayle  <roger@eyesopen.com>
3099
3100         * gcc.dg/builtins-27.c: New test case.
3101
3102 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
3103
3104         * gcc.dg/tls/opt-7.c: New test.
3105
3106 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
3107
3108         * g++.old-deja/g++.other/crash18.C: Remove.
3109
3110 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3111
3112         * g++.dg/template/explicit3.C: New.
3113         * g++.dg/template/explicit4.C: New.
3114         * g++.dg/template/explicit5.C: New.
3115
3116         PR c++/11347
3117         * g++.dg/template/memtmpl1.C: New.
3118
3119 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
3120
3121         PR target/11565
3122         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
3123         * gcc.dg/i386-387-5.c (dg-options): Likewise.
3124
3125 2003-07-30  Jan Hubicka  <jh@suse.cz>
3126
3127         * vtgc1.c: Kill.
3128
3129 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
3130
3131         * gcc.dg/struct-in-proto-1.c: New test.
3132
3133 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
3134
3135         * gcc.dg/cpp/include2.c: Only expect one message.
3136
3137 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
3138
3139         PR c++/9447
3140         * g++.dg/template/using1.C: New test.
3141         * g++.dg/template/using2.C: New test.
3142         * g++.dg/template/using3.C: New test.
3143         * g++.dg/template/using4.C: New test.
3144
3145 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
3146
3147         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
3148         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3149
3150 2003-07-28  Jan Hubicka  <jh@suse.cz>
3151
3152         PR c++/11530
3153         * g++.dg/opt/call1.C: New test.
3154
3155 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
3156
3157         PR c++/11667
3158         * g++.dg/init/enum2.C: New test.
3159         * g++.dg/template/overload1.C: Add "-w" option.
3160
3161 2003-07-28    <hp@bitrange.com>
3162
3163         * gcc.dg/Wdeclaration-after-statement-1.c,
3164         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
3165
3166 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
3167
3168         * gcc.c-torture/compile/20030725-1.c: New test.
3169
3170 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
3171
3172         * gcc.dg/20030505.c: Only run for SPE.
3173         Remove definition of opaque type.
3174
3175 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
3176
3177         * g++.dg/template/ptrmem6.C: New test.
3178
3179 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
3180
3181         * gcc.c-torture/compile/zero-strct-2.c: New test.
3182
3183 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
3184
3185         * gcc.dg/intermod-1.c: New test.
3186
3187 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3188
3189         PR c++/11617
3190         * g++.dg/template/lookup2.C: New test.
3191         * g++.dg/template/memclass1.C: Remove instantiated from error.
3192         * g++.dg/other/error2.C: Tweak expected errors.
3193
3194         PR c++/11596
3195         * g++.dg/template/defarg3.C: New test.
3196
3197         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
3198
3199 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
3200
3201         * g++.dg/inherit/access5.C: New test.
3202
3203 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3204
3205         PR c++/11513
3206         * g++.dg/template/crash8.C: New test.
3207
3208 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
3209
3210         PR c/10602
3211         * gcc.dg/noncompile/incomplete-2.c: New test.
3212
3213 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
3214
3215         PR c++/11645
3216         * g++.dg/inherit/access4.C: New test.
3217
3218         PR c++/11517
3219         * g++.dg/expr/cond2.C: New test.
3220
3221         PR optimization/10679
3222         * g++.dg/opt/inline4.C: New test.
3223
3224 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3225
3226         * g++.dg/parse/crash10: New test.
3227
3228 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3229
3230         * g++.dg/ext/flexary1.C: New test.
3231
3232 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3233
3234         PR c++/10793
3235         * g++.dg/template/crash9.C: New test.
3236
3237 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3238
3239         PR c++/3004
3240         * g++.dg/parse/typedef3.C: New test.
3241
3242         PR c++/7906
3243         * g++.dg/parse/operator2.C: New test.
3244
3245         PR c++/8895
3246         * g++.dg/parse/def-tmpl-arg1.C: New test.
3247
3248         PR c++/9282
3249         * g++.dg/parse/funptr1.C: New test.
3250
3251         PR c++/9452
3252         * g++.dg/parse/ambig3.C: New test.
3253
3254         PR c++/9454
3255         * g++.dg/parse/operator3.C: New test.
3256
3257         PR c++/9486
3258         * g++.dg/parse/template10.C: New test.
3259
3260         PR c++/9488
3261         * g++.dg/parse/template11.C: New test.
3262
3263         PR c++/10150
3264         * g++.dg/parse/invalid-op1.C: New test.
3265
3266         PR c++/10247
3267         * g++.dg/parse/condexpr1.C: New test.
3268
3269 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3270
3271         * g++.dg/ext/packed3.C: New test.
3272         * g++.dg/ext/packed4.C: New test.
3273
3274         * gcc.dg/pack-test-3.c: New test.
3275
3276 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
3277
3278         * lib/compat.exp: Handle dg-options per source file.
3279         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
3280         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
3281         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
3282         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
3283         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
3284         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
3285         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
3286         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
3287         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
3288         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
3289         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
3290         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
3291         * g++.dg/compat/break/bitfield7_x.C: Ditto.
3292         * g++.dg/compat/break/bitfield7_y.C: Ditto.
3293
3294 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3295
3296         PR c/10320
3297         * gcc.c-torture/execute/20030718-1.c: New test.
3298
3299 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3300
3301         PR optimization/11536
3302         * gcc.dg/20030721-1.c: New test.
3303
3304 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
3305
3306         PR c++/11546
3307         * g++.dg/template/lookup1.C: New test.
3308
3309 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
3310
3311         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
3312         diagnostics of ill-formed constructs involving labels.
3313         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
3314         the new 'previously defined here' message.
3315
3316 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
3317
3318         * g++.dg/parse/non-dependent2.C: New test.
3319
3320 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
3321
3322         * g++.dg/init/init-ref4.C: xfail on targets without
3323         weak symbols.
3324
3325 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
3326
3327         PR target/11087
3328         * gcc.c-torture/execute/20030717-1.c: New test.
3329
3330 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3331
3332         * g++.dg/opt/cfg1.C: New test.
3333
3334 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
3335
3336         PR optimization/11557
3337         * gcc.dg/20030717-1.c: New test.
3338
3339 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
3340
3341         PR c++/10476
3342         * g++.dg/expr/crash-1.C: New test.
3343
3344         PR c++/11027
3345         * g++.dg/template/init3.C: New test.
3346
3347         PR c++/8222
3348         * g++.dg/template/non-dependent1.C: New test.
3349
3350         PR c++/11070
3351         * g++.dg/template/non-dependent2.C: New test.
3352
3353         PR c++/11071
3354         * g++.dg/template/non-dependent3.C: New test.
3355
3356         PR c++/9907
3357         * g++.dg/template/sizeof5.C: New test.
3358
3359 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
3360
3361         PR 11498
3362         * gcc.c-torture/compile/mangle-1.c: New file.
3363
3364 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3365
3366         PR c++/7809
3367         * g++.dg/parse/access3.C: New test.
3368
3369 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
3370
3371         PR c++/11384
3372         * g++.dg/init/init-ref4.C: New test.
3373
3374 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
3375
3376         PR c++/11547
3377         * g++.dg/parse/constant3.C: New test.
3378         * g++.dg/parse/crash7.C: Likewise.
3379
3380 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
3381
3382         PR target/11008
3383         * gcc.dg/i386-pentium4-not-mull.c: New.
3384
3385 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
3386
3387         * gcc.dg/asm-names.c (ymain): Make it weak.
3388
3389 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3390
3391         PR c++/5421
3392         * g++.dg/template/friend21.C: New test.
3393
3394 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
3395
3396         * gcc.dg/cleanup-8.c: New test.
3397         * gcc.dg/cleanup-9.c: New test.
3398
3399 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
3400
3401         * g++.dg/ext/dll-MI1.h: New file.
3402         * g++.dg/ext/dllexport-MI1.C: New file.
3403         * g++.dg/ext/dllimport-MI1.C: New file.
3404
3405 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
3406
3407         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
3408         it does not have cmpstrsi patterns (just cmpmemsi).
3409
3410 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
3411
3412         PR debug/11473
3413         * g++.dg/debug/debug8.C: New test.
3414
3415 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3416
3417         PR c++/10108
3418         * g++.dg/template/crash7.C: New test.
3419
3420 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
3421
3422         PR target/10795
3423         * gcc.c-torture/compile/20030708-1.c: New.
3424
3425 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3426
3427         * gcc.c-torture/execute/20030715-1.c: New test.
3428
3429 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
3430
3431         * gcc.dg/pch/inline-3.c: New file.
3432         * gcc.dg/pch/inline-3.hs: New file.
3433         * gcc.dg/pch/inline-4.c: New file.
3434         * gcc.dg/pch/inline-4.hs: New file.
3435
3436 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
3437
3438         PR c++/11509
3439         * g++.dg/template/crash6.C: New test.
3440
3441         PR c++/7053
3442         * g++.dg/template/friend20.C: New test.
3443
3444         PR c++/7019
3445         * g++.dg/template/overload2.C: New test.
3446
3447 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3448
3449         PR optimization/11440
3450         * gcc.c-torture/execute/20030714-1.c: New test.
3451
3452 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3453
3454         PR c++/11154
3455         * g++.dg/template/partial2.C: New test.
3456
3457 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
3458
3459         PR c++/11503
3460         * g++.dg/template/anon1.C: New test.
3461
3462         PR c++/11493
3463         PR c++/11495
3464         * g++.dg/parse/template9.C: Likewise.
3465         * g++.dg/template/crash4.C: New test.
3466         * g++.dg/template/koenig1.C: Likewise.
3467         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
3468         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
3469         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
3470         functions.
3471         * g++.old-deja/g++.jason/template36.C: Likewise.
3472         * g++.old-deja/g++.mike/p1989.C: Likewise.
3473         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
3474         * g++.old-deja/g++.pt/ttp20.C: Use this->.
3475         * g++.old-deja/g++.pt/ttp21.C: Use this->.
3476         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
3477         compiling.
3478         * g++.old-deja/g++.pt/union2.C: Use this->.
3479
3480 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
3481
3482         * gcc.dg/20030711-1.c: New test.
3483
3484 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
3485
3486         PR c++/11050
3487         * g++.dg/parse/args1.C: New test.
3488         * g++.pt/defarg8.C: Change expected errors.
3489
3490 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
3491
3492         PR c++/8164
3493         * g++.dg/template/nontype2.C: New test.
3494
3495         PR c++/10558
3496         * g++.dg/parse/template8.C: New test.
3497
3498         PR c++/8327
3499         * g++.dg/template/scope1.C: New test.
3500
3501         * g++.dg/warn/Wsign-compare-1.C: New test.
3502
3503 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
3504
3505         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
3506
3507 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
3508
3509         PR c++/9411
3510         * g++.dg/template/explicit2.C: New test.
3511
3512         PR c++/10032
3513         * g++.dg/warn/pedantic1.C: New test.
3514
3515 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
3516
3517         PR c++ 9483
3518         * g++.dg/other/field1.C: New test.
3519
3520 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
3521
3522         PR c/11449
3523         * gcc.c-torture/compile/20030707-1.c: New.
3524
3525 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3526
3527         PR c++/10849
3528         * g++.dg/template/access12.C: New test.
3529
3530 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
3531
3532         * g++.dg/bprob/bprob.exp (prof_ext): Update.
3533         * g77.dg/bprob/bprob.exp (prof_ext): Update.
3534         * gcc.misc-tests/bprob.exp (prof_ext): Update.
3535         * gcc.misc-tests/gcov.exp: Update
3536         * g++.dg/gcov/gcov.exp: Update
3537         * lib/gcov.exp: Update.
3538
3539 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
3540
3541         * g++.dg/abi/mangle17.C: Make sure template expressions are
3542         dependent.
3543         * g++.dg/abi/mangle4.C: Mark erroneous casts.
3544         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
3545         * g++.dg/opt/stack1.C: Remove erroneous code.
3546         * g++.dg/parse/template7.C: New test.
3547         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
3548         * g++.old-deja/g++.pt/crash4.C: Likewise.
3549
3550 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3551
3552         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
3553         with zero or one occurence of `$' after the initial `L'.
3554
3555 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
3556
3557         * gcc.c-torture/compile/20030704-1.c: Add a comment.
3558
3559 2003-07-08  Roger Sayle  <roger@eyesopen.com>
3560
3561         PR c/11370
3562         * gcc.dg/Wunreachable-6.c: New testcase.
3563         * gcc.dg/Wunreachable-7.c: New testcase.
3564
3565 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
3566
3567         PR c/11420
3568         * gcc.dg/20030708-1.c: New test.
3569
3570 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
3571
3572         * gcc.dg/compat/sdata-section.h: New file.
3573         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
3574         * gcc.dg/torture/mips-sdata-1.c: New test.
3575
3576 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3577
3578         PR c++/11030
3579         * g++.dg/template/friend19.C: New test.
3580
3581 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
3582
3583         * g++.dg/opt/strength-reduce.C: New test.
3584
3585 2003-07-07  Roger Sayle  <roger@eyesopen.com>
3586
3587         PR target/10979
3588         * gcc.dg/20030707-1.c: New testcase.
3589
3590 2003-07-07  Roger Sayle  <roger@eyesopen.com>
3591
3592         PR optimization/11059
3593         * g++.dg/opt/emptyunion.C: New testcase.
3594
3595 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3596             Eric Botcazou  <ebotcazou@libertysurf.fr>
3597
3598         * g++.dg/opt/stack1.C: New test.
3599
3600 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
3601
3602         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
3603         run test.
3604
3605         PR c++/11431
3606         * g++.dg/expr/static_cast3.C: New test.
3607
3608 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3609
3610         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
3611         everywhere.
3612         * gcc.dg/concat.c: Concatenation of string constants with
3613         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
3614         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
3615         * gcc.dg/cpp/escape-2.c: Use wide character constants where
3616         necessary to avoid multi-character character constant warning.
3617         * gcc.dg/cpp/escape.c: Likewise.
3618         * gcc.dg/cpp/ucs.c: Likewise.
3619         Remove backslashes from dg-bogus comments, as they confuse Tcl.
3620         Fix a typo.
3621
3622 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
3623
3624         PR c/11428
3625         * gcc.c-torture/compile/20030704-1.c: New.
3626
3627 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
3628
3629         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
3630
3631 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
3632
3633         PR c++/5287, PR c++/7910,  PR c++/11021
3634         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
3635         tests for warnings.
3636         * g++.dg/ext/dllimport2.C: Add tests for warnings.
3637         * g++.dg/ext/dllimport3.C: Likewise.
3638         * g++.dg/ext/dllimport4.C: New file.
3639         * g++.dg/ext/dllimport5.C: New file.
3640         * g++.dg/ext/dllimport6.C: New file.
3641         * g++.dg/ext/dllimport7.C: New file.
3642         * g++.dg/ext/dllimport8.C: New file.
3643         * g++.dg/ext/dllimport9.C: New file.
3644         * g++.dg/ext/dllimport10.C: New file.
3645         * g++.dg/ext/dllexport1.C: New file.
3646
3647 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
3648
3649         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
3650         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
3651
3652 2003-07-03  Roger Sayle  <roger@eyesopen.com>
3653
3654         * gcc.dg/builtins-25.c: New testcase.
3655         * gcc.dg/builtins-26.c: New testcase.
3656
3657 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
3658
3659         * gcc.dg/compat/vector-defs.h: New file.
3660         * gcc.dg/compat/vector-setup.h: New file.
3661         * gcc.dg/compat/vector-check.h: New file.
3662         * gcc.dg/compat/vector-1_main.c: New file.
3663         * gcc.dg/compat/vector-1_x.c: New file.
3664         * gcc.dg/compat/vector-1_y.c: New file.
3665         * gcc.dg/compat/vector-2_main.c: New file.
3666         * gcc.dg/compat/vector-2_x.c: New file.
3667         * gcc.dg/compat/vector-2_y.c: New file.
3668
3669         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
3670         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
3671         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
3672         * gcc.dg/compat/struct-align-1.h: New file.
3673         * gcc.dg/compat/struct-align-1_main.c: New file.
3674         * gcc.dg/compat/struct-align-1_x.c: New file.
3675         * gcc.dg/compat/struct-align-1_y.c: New file.
3676         * gcc.dg/compat/struct-align-2.h: New file.
3677         * gcc.dg/compat/struct-align-2_main.c: New file.
3678         * gcc.dg/compat/struct-align-2_x.c: New file.
3679         * gcc.dg/compat/struct-align-2_y.c: New file.
3680
3681         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
3682         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3683         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3684         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3685         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3686         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3687         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3688         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3689         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3690         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3691         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3692         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3693         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3694         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3695         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3696         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3697         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3698         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3699         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3700         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3701         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3702         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3703         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3704         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3705         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3706         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3707         * gcc.dg/compat/struct-return-10_x.c: Ditto.
3708         * gcc.dg/compat/struct-return-2_x.c: Ditto.
3709         * gcc.dg/compat/struct-return-3_x.c: Ditto.
3710
3711 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3712
3713         * gcc.dg/i386-call-1.c: New test.
3714
3715 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
3716
3717         PR c++/9162
3718         * g++.dg/parse/defarg4.C: New.
3719
3720 2003-07-03  Roger Sayle  <roger@eyesopen.com>
3721
3722         PR target/10700
3723         * gcc.c-torture/compile/20030703-1.c: New test case.
3724
3725 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
3726
3727         * g++.dg/template/local3.C: Remove extra semicolon.
3728
3729 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3730
3731         * gcc.dg/i386-volatile-1.c: New test.
3732
3733 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
3734
3735         PR c++/11072
3736         * g++.dg/other/offsetof2.C: XFAIL.
3737         * g++.dg/other/offsetof5.C: New.
3738
3739         PR c++/10219
3740         * g++.dg/template/error1.C: New.
3741
3742         PR c++/9779
3743         * g++.dg/template/dependent-expr1.C: New.
3744
3745 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
3746
3747         PR c++/6949
3748         * g++.dg/template/local3.C: New test.
3749
3750         PR c++/11149
3751         * g++.dg/lookup/scoped6.C: New test.
3752
3753 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
3754
3755         PR c++/8046
3756         * g++.dg/other/error7.C: New test.
3757
3758 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
3759
3760         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
3761         * g++.old-deja/g++.abi/vtable3.h: Likewise.
3762         * g++.old-deja/g++.law/code-gen5.C: Likewise.
3763         * g++.old-deja/g++.other/union2.C: Likewise.
3764         * gcc.dg/c90-const-expr-2.c: Likewise.
3765         * gcc.dg/c90-const-expr-3.c: Likewise.
3766         * gcc.dg/c99-const-expr-2.c: Likewise.
3767         * gcc.dg/c99-const-expr-3.c: Likewise.
3768         * gcc.dg/concat.c: Likewise.
3769
3770 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
3771
3772         PR c++/9559
3773         * g++.dg/init/static1.C: New test.
3774
3775 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3776
3777         * Changelog: Remove ">>>>>>>" from previous change.
3778
3779 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3780
3781         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
3782         * g++.old-deja/g++.other/access2.C: Likewise.
3783         * g++.old-deja/g++.other/decl2.C: Likewise.
3784         * gcc.c-torture/execute/20020615-1.c: Likewise.
3785
3786 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3787
3788         PR c++/4933
3789         * g++.dg/template/sizeof4.C: New test.
3790
3791 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3792
3793         * g++.dg/other/error6.C: New test.
3794
3795 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3796
3797         PR c++/10750
3798         * g++.dg/parse/constant2.C: New test.
3799
3800 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
3801
3802         PR c++/11106
3803         * g++.dg/other/error5.C: New test.
3804
3805 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3806
3807         * gcc.dg/format/gcc_diag-1.c: New test.
3808
3809 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
3810
3811         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
3812
3813 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3814
3815         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
3816         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
3817         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
3818
3819 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
3820
3821         * gcc.c-torture/execute/builtins/string-8.c: New test.
3822         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
3823         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
3824         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
3825
3826 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3827
3828         PR c++/10468
3829         * g++.dg/ext/typeof6.C: New test.
3830
3831 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3832
3833         PR c++/10796
3834         * g++.dg/init/enum1.C: New test.
3835
3836 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3837
3838         * gcc.dg/20030627-1.c: New test.
3839
3840 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
3841
3842         PR c++/11332
3843         * g++.dg/expr/static_cast2.C: New test.
3844
3845 2003-06-26  Roger Sayle  <roger@eyesopen.com>
3846             Jakub Jelinek  <jakub@redhat.com>
3847
3848         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
3849         sprintf(dst,"%s",src) optimization.
3850         * gcc.c-torture/execute/20030626-1.c: New test case.
3851         * gcc.c-torture/execute/20030626-2.c: New test case.
3852
3853 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
3854
3855         * gcc.c-torture/execute/multi-ix.c: New test.
3856
3857         * gcc.c-torture/execute/simd-4.c (main):
3858         Added missing semicolon at end of union.
3859
3860 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
3861
3862         PR c++/8266
3863         * g++.dg/template/explicit-instantiation3.C: New test.
3864
3865 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3866
3867         * gcc.dg/20030626-1.c: Use signed char.
3868
3869 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3870
3871         * gcc.dg/20030626-1.c: New test.
3872
3873 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
3874
3875         * const-str-2.m: Update.
3876
3877 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
3878
3879         PR c++/10990
3880         * g++.dg/rtti/dyncast1.C: New test.
3881         * g++.dg/abi/mangle4.C: Correct base-specifier access.
3882         * g++.dg/lookup/scoped1.C: Remove XFAIL.
3883         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
3884
3885         PR c++/10931
3886         * g++.dg/expr/static_cast1.C: New test.
3887
3888 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3889
3890         * gcc.dg/20030625-1.c: New test.
3891
3892 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3893
3894         * gcc.c-torture/compile/20030624-1.c: New test case.
3895
3896 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3897
3898         * gcc.c-torture/execute/string-opt-17.c: New test.
3899
3900 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
3901
3902         PR c++/5754
3903         * g++.dg/parse/crash6.C: New test.
3904
3905 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3906
3907         * gcc.dg/builtins-24.c: New test case.
3908
3909 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3910
3911         * g++.dg/opt/operator1.C: New test.
3912
3913 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3914
3915         * gcc.c-torture/execute/string-opt-16.c: New test case.
3916
3917 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
3918
3919         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
3920         * g++.old-deja/g++.other/conv7.C: Likewise
3921         * g++.old-deja/g++.other/overcnv2.C: Likewise.
3922         * g++.old-deja/g++.other/overload14.C: Likewise.
3923
3924 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
3925
3926         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
3927         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
3928
3929 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3930
3931         PR c++/10888
3932         * g++.dg/warn/Winline-3.C: New test.
3933
3934 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3935
3936         * lib/target-supports.exp (check_alias_available): Make the test
3937         program acceptable to the Solaris assembler.
3938
3939         PR c++/10749
3940         * g++.dg/template/memclass2.C: New test.
3941
3942 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3943             Eric Botcazou  <ebotcazou@libertysurf.fr>
3944
3945         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
3946         data for non-matching targets.
3947         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
3948
3949 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3950
3951         PR c++/10845
3952         * g++.dg/template/member3.C: New test.
3953
3954 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
3955
3956         PR c++/10939
3957         * g++.dg/template/func1.C: New test.
3958
3959         PR c++/9649
3960         * g++.dg/template/static4.C: New test.
3961         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
3962
3963         PR c++/11041
3964         * g++.dg/init/ref7.C: New test.
3965
3966 2003-06-19  Matt Austern  <austern@apple.com>
3967
3968         PR c++/11228
3969         * g++.dg/anew1.C: New test.
3970         * g++.dg/anew2.C: New test.
3971         * g++.dg/anew3.C: New test.
3972         * g++.dg/anew4.C: New test.
3973
3974 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3975
3976         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
3977
3978 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3979
3980         * gcc.c-torture/execute/simd-4.c (main): Make expected value
3981         endian-dependent.
3982
3983 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3984
3985         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
3986         Remove cruft.
3987
3988 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3989
3990         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
3991         * gcc.c-torture/compile/961203-1.c: Likewise.
3992         * gcc.c-torture/compile/980506-1.c: Likewise.
3993
3994 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
3995
3996         PR c++/10712
3997         * g++.dg/lookup/using7.C: New test.
3998
3999 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4000
4001         PR c++/11105
4002         * g++.dg/abi/conv1.C: Remove it.
4003         * g++.dg/template/conv7.C: New test.
4004         * g++.dg/template/conv8.C: Likewise.
4005         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
4006         conversion operator.
4007
4008 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
4009
4010         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
4011         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4012         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4013         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4014         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4015         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4016         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4017         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4018         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4019         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4020         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4021         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4022         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4023         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4024         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4025         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4026         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4027         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4028         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4029         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4030         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4031         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4032         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4033         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4034         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4035         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4036         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4037         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4038         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4039
4040 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
4041
4042         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
4043         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
4044         indications.
4045
4046 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4047
4048         * gcc.dg/i386-387-5.c: New test case.
4049         * gcc.dg/i386-387-6.c: New test case.
4050         * gcc.dg/builtins-23.c: New test case.
4051
4052 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4053
4054         * gcc.dg/builtins-22.c: New test case.
4055         * gcc.dg/i386-387-1.c: Update to test exp.
4056         * gcc.dg/i386-387-2.c: Likewise.
4057
4058 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4059
4060         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
4061
4062 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4063
4064         * lib/gcc-dg.exp (dg-require-dll): New function.
4065         (dg-xfail-if): Likewise.
4066         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
4067         driver.
4068
4069         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
4070         * gcc.c-torture/compile/20001205-1.c: Likewise.
4071         * gcc.c-torture/compile/20001226-1.c: Likewise.
4072         * gcc.c-torture/compile/20010518-2.c: Likewise.
4073         * gcc.c-torture/compile/20020312-1.c: Likewise.
4074         * gcc.c-torture/compile/20020604-1.c: Likewise.
4075         * gcc.c-torture/compile/920501-12.c: Likewise.
4076         * gcc.c-torture/compile/920501-4.c: Likewise.
4077         * gcc.c-torture/compile/920520-1.c: Likewise.
4078         * gcc.c-torture/compile/920521-1.c: Likewise.
4079         * gcc.c-torture/compile/920625-1.c: Likewise.
4080         * gcc.c-torture/compile/961203-1.c: Likewise.
4081         * gcc.c-torture/compile/980506-1.c: Likewise.
4082         * gcc.c-torture/compile/981006-1.c: Likewise.
4083         * gcc.c-torture/compile/981022-1.c: Likewise.
4084         * gcc.c-torture/compile/981223-1.c: Likewise.
4085         * gcc.c-torture/compile/990617-1.c: Likewise.
4086         * gcc.c-torture/compile/dll.c: Likewise.
4087         * gcc.c-torture/compile/labels-3.c: Likewise.
4088         * gcc.c-torture/compile/mipscop-1.c: Likewise.
4089         * gcc.c-torture/compile/mipscop-2.c: Likewise.
4090         * gcc.c-torture/compile/mipscop-3.c: Likewise.
4091         * gcc.c-torture/compile/mipscop-4.c: Likewise.
4092         * gcc.c-torture/compile/simd-5.c: Likewise.
4093         * gcc.c-torture/compile/20000804-1.x: Remove.
4094         * gcc.c-torture/compile/20001205-1.x: Likewise.
4095         * gcc.c-torture/compile/20001226-1.x: Likewise.
4096         * gcc.c-torture/compile/20010518-2.x: Likewise.
4097         * gcc.c-torture/compile/20020312-1.x: Likewise.
4098         * gcc.c-torture/compile/20020604-1.x: Likewise.
4099         * gcc.c-torture/compile/920501-12.x: Likewise.
4100         * gcc.c-torture/compile/920501-4.x: Likewise.
4101         * gcc.c-torture/compile/920520-1.x: Likewise.
4102         * gcc.c-torture/compile/920521-1.x: Likewise.
4103         * gcc.c-torture/compile/920625-1.x: Likewise.
4104         * gcc.c-torture/compile/961203-1.x: Likewise.
4105         * gcc.c-torture/compile/980506-1.x: Likewise.
4106         * gcc.c-torture/compile/981006-1.x: Likewise.
4107         * gcc.c-torture/compile/981022-1.x: Likewise.
4108         * gcc.c-torture/compile/981223-1.x: Likewise.
4109         * gcc.c-torture/compile/990617-1.x: Likewise.
4110         * gcc.c-torture/compile/mipscop-1.x: Likewise.
4111         * gcc.c-torture/compile/mipscop-2.x: Likewise.
4112         * gcc.c-torture/compile/mipscop-3.x: Likewise.
4113         * gcc.c-torture/compile/mipscop-4.x: Likewise.
4114         * gcc.c-torture/compile/simd-5.x: Likewise.
4115
4116         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
4117
4118 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4119
4120         * gcc.c-torture/execute/20030611-1.c: New test.
4121
4122 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4123
4124         PR middle-end/168
4125         * gcc.dg/20030612-1.c: New test case.
4126
4127 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4128
4129         PR c++/10635
4130         * g++.dg/expr/cast1.C: New test.
4131
4132 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4133
4134         * gcc.dg/builtins-21.c: New test case.
4135
4136 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
4137
4138         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
4139         options instead of at the end.
4140         * lib/objc.exp (objc_target_compile): Likewise.
4141
4142 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
4143
4144         PR c++/10432
4145         * g++.dg/parse/error1.C: New test.
4146
4147 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
4148
4149         * gcc.dg/compat/struct-by-value-11_main.c: New file.
4150         * gcc.dg/compat/struct-by-value-11_x.c: New file.
4151         * gcc.dg/compat/struct-by-value-11_y.c: New file.
4152         * gcc.dg/compat/struct-by-value-12_main.c: New file.
4153         * gcc.dg/compat/struct-by-value-12_x.c: New file.
4154         * gcc.dg/compat/struct-by-value-12_y.c: New file.
4155         * gcc.dg/compat/struct-by-value-13_main.c: New file.
4156         * gcc.dg/compat/struct-by-value-13_x.c: New file.
4157         * gcc.dg/compat/struct-by-value-13_y.c: New file.
4158         * gcc.dg/compat/struct-by-value-14_main.c: New file.
4159         * gcc.dg/compat/struct-by-value-14_x.c: New file.
4160         * gcc.dg/compat/struct-by-value-14_y.c: New file.
4161         * gcc.dg/compat/struct-by-value-15_main.c: New file.
4162         * gcc.dg/compat/struct-by-value-15_x.c: New file.
4163         * gcc.dg/compat/struct-by-value-15_y.c: New file.
4164         * gcc.dg/compat/struct-by-value-16_main.c: New file.
4165         * gcc.dg/compat/struct-by-value-16_x.c: New file.
4166         * gcc.dg/compat/struct-by-value-16_y.c: New file.
4167         * gcc.dg/compat/struct-by-value-17_main.c: New file.
4168         * gcc.dg/compat/struct-by-value-17_x.c: New file.
4169         * gcc.dg/compat/struct-by-value-17_y.c: New file.
4170         * gcc.dg/compat/struct-by-value-18_main.c: New file.
4171         * gcc.dg/compat/struct-by-value-18_x.c: New file.
4172         * gcc.dg/compat/struct-by-value-18_y.c: New file.
4173
4174         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
4175         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
4176         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
4177         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
4178         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
4179         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
4180         * gcc.dg/compat/scalar-return-3_main.c: New file.
4181         * gcc.dg/compat/scalar-return-3_x.c: New file.
4182         * gcc.dg/compat/scalar-return-3_y.c: New file.
4183         * gcc.dg/compat/scalar-return-4_main.c: New file.
4184         * gcc.dg/compat/scalar-return-4_x.c: New file.
4185         * gcc.dg/compat/scalar-return-4_y.c: New file.
4186
4187 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
4188
4189         * gcc.dg/compat/fp2-struct-check.h: New file.
4190         * gcc.dg/compat/fp2-struct-defs.h: New file.
4191         * gcc.dg/compat/fp2-struct-init.h: New file.
4192         * gcc.dg/compat/struct-by-value-10_main.c: New file.
4193         * gcc.dg/compat/struct-by-value-10_x.c: New file.
4194         * gcc.dg/compat/struct-by-value-10_y.c: New file.
4195         * gcc.dg/compat/struct-return-10_main.c: New file.
4196         * gcc.dg/compat/struct-return-10_x.c: New file.
4197         * gcc.dg/compat/struct-return-10_y.c: New file.
4198
4199         * gcc.dg/compat/compat-common.h: New file.
4200         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
4201         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
4202         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
4203         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
4204         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
4205         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
4206         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
4207         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4208         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
4209         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
4210         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4211         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
4212         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
4213         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4214         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
4215         * gcc.dg/compat/small-struct-check.h: Ditto.
4216         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
4217         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4218         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
4219         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
4220         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4221         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4222         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
4223         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4224         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
4225         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
4226         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4227         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4228         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
4229         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4230         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4231         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
4232         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4233         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
4234         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
4235         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4236         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
4237         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
4238         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4239         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
4240         * gcc.dg/compat/struct-return-2_main.c: Ditto.
4241         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4242         * gcc.dg/compat/struct-return-2_y.c: Ditto.
4243         * gcc.dg/compat/struct-return-3_main.c: Ditto.
4244         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4245         * gcc.dg/compat/struct-return-3_y.c: Ditto.
4246
4247 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
4248
4249         * g++.dg/pch/static-1.C: New file.
4250         * g++.dg/pch/static-1.Hs: New file.
4251
4252 2003-06-10  Richard Henderson  <rth@redhat.com>
4253
4254         * gcc.dg/asm-7.c: Adjust expected warning text.
4255
4256 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4257
4258         * gcc.dg/builtins-20.c: New test case.
4259
4260 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
4261
4262         PR c++/11131
4263         * g++.dg/opt/template1.C: New test.
4264
4265 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4266
4267         * lib/gcc-dg.exp (dg-test): Clear additional_files and
4268         additional_sources.
4269
4270 2003-05-21  David Taylor  <dtaylor@emc.com>
4271
4272         * gcc.dg/Wpadded.c: New file.
4273
4274 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4275
4276         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
4277         * gcc.dg/special/weak-2.c: Add dg-require-weak.
4278         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
4279         dg-require-weak.
4280
4281 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
4282
4283         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
4284
4285 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4286
4287         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
4288         (dg-require-alias): Likewise.
4289         (dg-require-gc-sections): Likewise.
4290         * lib/target-supports.exp (check_gc_sections_available): Likewise.
4291
4292 2003-06-08  Richard Henderson  <rth@redhat.com>
4293
4294         * gcc.dg/20011029-2.c: Fix the array reference.
4295         * gcc.dg/asm-7.c: New.
4296
4297 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4298
4299         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4300
4301 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
4302
4303         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4304         (dg-require-gc-sections): Likewise.
4305
4306 2003-06-08  Jan Hubicka  <jh@suse.cz>
4307
4308         * i386-cmov1.c: Fix regular expression.
4309         * i386-cvt-1.c: Likewise.
4310         * i386-local.c: Likewise.
4311         * i386-local2.c: Likewise.
4312         * i386-mul.c: Likewise.
4313         * i386-ssetype-1.c: Likewise.
4314         * i386-ssetype-3.c: Likewise.
4315         * i386-ssetype-5.c: Likewise.
4316
4317 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4318
4319         PR c++/11039
4320         * g++.dg/warn/implicit-typename2.C: New test.
4321         * g++.dg/warn/implicit-typename3.C: New test.
4322
4323 2003-06-07  Richard Henderson  <rth@redhat.com>
4324
4325         * g++.dg/other/offsetof3.C: Use size_t.
4326         * g++.dg/other/offsetof4.C: Likewise.
4327
4328 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
4329
4330         * lib/copy-file.exp: New. Implement gcc_copy_files.
4331
4332         * lib/dg-pch.exp: Load copy-file.exp
4333         (dg-pch): Use gcc_copy_files instead of "file copy".
4334
4335 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
4336
4337         * gcc.dg/weak/weak.exp: Simplify.
4338         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
4339         * gcc.dg/weak/weak-1.c: Likewise.
4340         * gcc.dg/weak/weak-2.c: Likewise.
4341         * gcc.dg/weak/weak-3.c: Likewise.
4342         * gcc.dg/weak/weak-4.c: Likewise.
4343         * gcc.dg/weak/weak-5.c: Likewise.
4344         * gcc.dg/weak/weak-6.c: Likewise.
4345         * gcc.dg/weak/weak-7.c: Likewise.
4346         * gcc.dg/weak/weak-8.c: Likewise.
4347         * gcc.dg/weak/weak-9.c: Likewise.
4348
4349 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
4350
4351         gcc.c-torture/execute/20030606-1.c: New.
4352
4353 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4354
4355         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
4356         * gcc.dg/builtins-19.c: Likewise.
4357
4358 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4359
4360         * gcc.dg/builtins-2.c: Add some more tests.
4361         * gcc.dg/builtins-18.c: New test case.
4362         * gcc.dg/builtins-19.c: New test case.
4363
4364 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4365             Jim Wilson  <wilson@tuliptree.org>
4366
4367         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
4368
4369 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
4370
4371         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
4372         mempcpy/stpcpy calls not to be optimized into something else.
4373         * gcc.c-torture/execute/string-opt-3.c: Moved to...
4374         * gcc.c-torture/execute/builtins/string-7.c: ...here.
4375         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
4376
4377 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4378
4379         * gcc.dg/format/asm_fprintf-1.c: New test.
4380
4381 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
4382
4383         * lib/gcc-defs.exp (additional_sources): New variable.
4384         (dg-additional-sources): New function.
4385         (additional_files): New variable.
4386         (dg-additional-files): New function.
4387         (dg-additional-files-options): Likewise.
4388         * lib/gcc-dg.exp (dg-require-weak): New function.
4389         (dg-require-alias): Likewise.
4390         (dg-require-gc-sections): Likewise.
4391         * lib/target-supports.exp (check_alias_available): Remove testfile
4392         parameter.
4393         (check_gc_sections_available): New function.
4394         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
4395         (dg-gpp-additional-files): Likewise.
4396         * lib/g++.exp (additional_sources): Remove.
4397         (additional_files): Likewise.
4398         (g++_target_compile): Use dg-additional-files-options.
4399
4400         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
4401         Tcl logic.
4402         * gcc.dg/special/ecos.exp: Remove.
4403         * gcc.dg/special/20000419-2.c: Use dg-require-*.
4404         * gcc.dg/special/alias-1.c: Likewise.
4405         * gcc.dg/special/alias-2.c: Likewise.
4406         * gcc.dg/special/gcsec-1.c: Likewise.
4407         * gcc.dg/special/weak-1.c: Likewise.
4408         * gcc.dg/special/weak-2.c: Likewise.
4409         * gcc.dg/special/wkali-1.c: Likewise.
4410         * gcc.dg/special/wkali-2.c: Likewise.
4411
4412         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
4413         dg-gpp-additional-*.
4414         * g++.dg/special/conpr-3.C: Likewise.
4415         * g++.dg/special/conpr-4.C: Likewise.
4416         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
4417         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
4418         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
4419         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
4420         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
4421         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
4422         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
4423         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
4424         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
4425         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
4426         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
4427         * g++.old-deja/g++.other/comdat1.C: Likewise.
4428         * g++.old-deja/g++.other/comdat2.C: Likewise.
4429         * g++.old-deja/g++.other/comdat3.C: Likewise.
4430         * g++.old-deja/g++.other/ctor1.C: Likewise.
4431         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
4432
4433 2003-06-05  Richard Henderson  <rth@redhat.com>
4434
4435         * gcc.dg/debug/20030605-1.c: New.
4436
4437 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4438
4439         * README.QMTEST: Update.
4440
4441 2003-06-04  Richard Henderson  <rth@redhat.com>
4442
4443         * gcc.dg/cleanup-1.c: New.
4444         * gcc.dg/cleanup-2.c: New.
4445         * gcc.dg/cleanup-3.c: New.
4446         * gcc.dg/cleanup-4.c: New.
4447         * gcc.dg/cleanup-5.c: New.
4448         * gcc.dg/cleanup-6.c: New.
4449         * gcc.dg/cleanup-7.c: New.
4450
4451 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4452
4453         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
4454
4455         * lib/dg-pch.exp: New file.
4456         * g++.dg/pch/pch.exp: Use dg-pch.exp.
4457         * gcc.dg/pch/pch.exp: Likewise.
4458
4459 2003-06-04  Roger Sayle  <roger@eyesopen.com>
4460
4461         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
4462         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
4463         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
4464         * gcc.dg/builtins-17.c: New test case.
4465         * gcc.dg/i386-387-4.c: New test case.
4466         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
4467
4468 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4469
4470         * gcc.dg/ultrasp9.c: New test.
4471
4472 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4473
4474         * gcc.c-torture/compile/20030604-1.c: New test.
4475         * gcc.dg/sparc-constant-1.c: New test.
4476
4477 2003-06-03  Glen Nakamura  <glen@imodulo.com>
4478
4479         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
4480
4481 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
4482
4483         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
4484
4485         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
4486         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
4487
4488 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
4489
4490         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
4491
4492 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4493
4494         PR c++/10940
4495         * g++.dg/template/spec10.C: New test.
4496
4497 2003-06-03  Roger Sayle  <roger@eyesopen.com>
4498
4499         * gcc.dg/builtins-16.c: New test case.
4500
4501 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
4502
4503         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
4504         mempcpy test with post-increments.
4505         * gcc.c-torture/execute/string-opt-3.c: New test.
4506         * gcc.dg/string-opt-1.c: New test.
4507
4508 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
4509
4510         PR fortran/10965
4511         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
4512
4513 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
4514
4515         * lib/scanasm.exp (dg-scan): New function, factored out of ...
4516         (scan-assembler): ... here.  Use dg-scan.
4517         (scan-assembler-not): Likewise.
4518         (scan-file): New function.
4519         (scan-file-not): Likewise.
4520         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
4521         * gcc.dg/cpp/_Pragma4.c: Likewise.
4522         * gcc.dg/cpp/_Pragma5.c: Likewise.
4523         * gcc.dg/cpp/avoidpaste1.c: Likewise.
4524         * gcc.dg/cpp/avoidpaste2.c: Likewise.
4525         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
4526         * gcc.dg/cpp/cmdlne-P.c: Likewise.
4527         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
4528         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
4529         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
4530         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
4531         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
4532         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
4533         * gcc.dg/cpp/cxxcom1.c: Likewise.
4534         * gcc.dg/cpp/line1.c: Likewise.
4535         * gcc.dg/cpp/maccom1.c: Likewise.
4536         * gcc.dg/cpp/maccom2.c: Likewise.
4537         * gcc.dg/cpp/maccom3.c: Likewise.
4538         * gcc.dg/cpp/maccom4.c: Likewise.
4539         * gcc.dg/cpp/maccom5.c: Likewise.
4540         * gcc.dg/cpp/maccom6.c: Likewise.
4541         * gcc.dg/cpp/multiline.c: Likewise.
4542         * gcc.dg/cpp/spacing1.c: Likewise.
4543         * gcc.dg/cpp/spacing2.c: Likewise.
4544         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
4545         * gcc.dg/cpp/trad/maccom1.c: Likewise.
4546         * gcc.dg/cpp/trad/maccom2.c: Likewise.
4547         * gcc.dg/cpp/trad/maccom3.c: Likewise.
4548         * gcc.dg/cpp/trad/maccom4.c: Likewise.
4549         * gcc.dg/cpp/trad/maccom6.c: Likewise.
4550         * gcc.dg/cpp/cxxcom2.c: Likewise.
4551         * gcc.dg/cpp/cxxcom2.h: New file.
4552
4553         * gcc.dg/cpp/truefalse.cpp: Move it to ...
4554         * g++.dg/cpp/truefalse.C: Here.
4555         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
4556
4557 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
4558
4559         * gcc.dg/cpp/redef3.c: New file.
4560
4561 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
4562
4563         * gcc.dg/i386-loop-3.c: New test.
4564
4565 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
4566
4567         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
4568
4569 2003-05-31  Roger Sayle  <roger@eyesopen.com>
4570
4571         * gcc.dg/fwrapv-1.c: New test case.
4572         * gcc.dg/fwrapv-2.c: New test case.
4573
4574 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4575
4576         PR c++/10956
4577         * g++.dg/template/spec9.C: New test.
4578
4579 2003-05-29  Roger Sayle  <roger@eyesopen.com>
4580
4581         * gcc.dg/duff-4.c: New test case.
4582
4583 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
4584
4585         PR fortran/10843
4586         * g77.dg/ffixed-form-1.f: New test
4587         * g77.dg/ffixed-form-2.f: New test
4588         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
4589         * g77.dg/ffree-form-3.f: New test
4590
4591 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
4592
4593         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
4594         * gcc.dg/wint_t-1.c: Likewise.
4595
4596 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4597
4598         * g++.dg/template/access11.C: New test.
4599
4600 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4601
4602         PR c++/10849
4603         * g++.dg/template/access10.C: New test.
4604
4605 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4606             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4607
4608         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
4609
4610 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
4611
4612         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
4613         suppress for powerpc-*-darwin*.
4614         * gcc.dg/torture/builtin-noret-2.c: Likewise.
4615
4616 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
4617
4618         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
4619         suppress option for powerpc-*-darwin*.
4620
4621 2003-05-23  Roger Sayle  <roger@eyesopen.com>
4622
4623         * gcc.dg/builtins-1.c: Add tests for tan and atan.
4624         * gcc.dg/builtins-4.c: Add test for fmod.
4625
4626 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4627
4628         PR c++/10682
4629         * g++.dg/template/instantiate4.C: New test.
4630
4631 2003-05-22  Roger Sayle  <roger@eyesopen.com>
4632
4633         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
4634
4635 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
4636
4637         * gcc.dg/compat/scalar-return-1_main.c: New file.
4638         * gcc.dg/compat/scalar-return-1_x.c: New file.
4639         * gcc.dg/compat/scalar-return-1_y.c: New file.
4640         * gcc.dg/compat/scalar-return-2_main.c: New file.
4641         * gcc.dg/compat/scalar-return-2_x.c: New file.
4642         * gcc.dg/compat/scalar-return-2_y.c: New file.
4643         * gcc.dg/compat/struct-return-3_main.c: New file.
4644         * gcc.dg/compat/struct-return-3_y.c: New file.
4645         * gcc.dg/compat/struct-return-3_x.c: New file.
4646         * gcc.dg/compat/struct-return-2_main.c: New file.
4647         * gcc.dg/compat/struct-return-2_x.c: New file.
4648         * gcc.dg/compat/struct-return-2_y.c: New file.
4649
4650 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4651
4652         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
4653         for hppa*-hp-hpux*.
4654         * gcc.dg/20021014-1.c (dg-options): Likewise.
4655         * gcc.dg/nest.c (dg-options): Likewise.
4656
4657 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
4658
4659         PR c++/9738
4660         * g++.dg/ext/dllimport2.C: New file.
4661         * g++.dg/ext/dllimport3.C: New file.
4662
4663 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
4664
4665         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
4666         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4667         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4668         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4669         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4670         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4671         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
4672         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
4673         * gcc.dg/compat/small-struct-defs.h: New file.
4674         * gcc.dg/compat/small-struct-init.h: New file.
4675         * gcc.dg/compat/small-struct-check.h: New file.
4676         * gcc.dg/compat/fp-struct-defs.h: New file.
4677         * gcc.dg/compat/fp-struct-check.h: New file.
4678         * gcc.dg/compat/fp-struct-init.h: New file.
4679         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
4680         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
4681
4682 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
4683
4684         * gcc.dg/20030225-2.c: New test.
4685
4686 2003-05-18  Roger Sayle  <roger@eyesopen.com>
4687             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4688
4689         * gcc.c-torture/compile/20030518-1.c: New test case.
4690
4691 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
4692
4693         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
4694         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
4695         gcc-dg-debug-runtest.
4696         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
4697         gcc-dg-debug-runtest.
4698
4699 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4700
4701         PR c++/9022
4702         * g++.dg/lookup/using6.C: New test.
4703
4704 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4705
4706         * g++.dg/parse/access2.C: New test.
4707
4708 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
4709
4710         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
4711         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
4712         * gcc.dg/debug/debug.exp: Likewise.
4713
4714 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
4715
4716         * gcc.dg/dollar.c: New test.
4717
4718 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
4719
4720         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
4721         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
4722         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
4723         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
4724         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
4725         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
4726         * gcc.dg/compat/struct-by-value-6_main.c: New file.
4727         * gcc.dg/compat/struct-by-value-6_x.c: New file.
4728         * gcc.dg/compat/struct-by-value-6_y.c: New file.
4729         * gcc.dg/compat/struct-by-value-7_main.c: New file.
4730         * gcc.dg/compat/struct-by-value-7_x.c: New file.
4731         * gcc.dg/compat/struct-by-value-7_y.c: New file.
4732         * gcc.dg/compat/struct-by-value-8_main.c: New file.
4733         * gcc.dg/compat/struct-by-value-8_x.c: New file.
4734         * gcc.dg/compat/struct-by-value-8_y.c: New file.
4735         * gcc.dg/compat/struct-by-value-9_main.c: New file.
4736         * gcc.dg/compat/struct-by-value-9_x.c: New file.
4737         * gcc.dg/compat/struct-by-value-9_y.c: New file.
4738
4739 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
4740
4741         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
4742         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
4743         support for "repo" mode.
4744         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
4745         * lib/g77-dg.exp: Likewise.
4746         * lib/obj-dg.exp: Likewise.
4747
4748 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
4749
4750         Merge from gcc-3_2-rhl8-branch:
4751         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
4752
4753         * gcc.dg/tls/opt-6.c: New test.
4754
4755         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
4756
4757         * gcc.dg/20030405-1.c: New test.
4758
4759         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
4760
4761         * gcc.dg/20030309-1.c: New test.
4762
4763         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4764
4765         * gcc.c-torture/execute/20030307-1.c: New test.
4766
4767         2003-02-20  Randolph Chung  <tausq@debian.org>
4768
4769         * gcc.c-torture/compile/20030220-1.c: New test.
4770
4771         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
4772
4773         * gcc.dg/20030217-1.c: New test.
4774
4775         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
4776
4777         * gcc.c-torture/compile/20020129-1.c: New test.
4778
4779         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4780
4781         * gcc.dg/unroll-1.c: New test.
4782
4783         2002-11-16  Jan Hubicka  <jh@suse.cz>
4784
4785         * gcc.c-torture/execute/20020920-1.c: New test.
4786
4787         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
4788
4789         PR target/7434
4790         * gcc.c-torture/compile/20021008-1.c: New test.
4791
4792         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
4793
4794         PR target/7559
4795         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
4796
4797         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
4798
4799         * gcc.c-torture/compile/20020807-1.c: New test.
4800
4801         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
4802
4803         * gcc.dg/tls/opt-1.c: New test.
4804
4805         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
4806
4807         * gcc.dg/20020729-1.c: New test.
4808
4809         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
4810
4811         * g++.dg/opt/life1.C: New test.
4812
4813         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
4814
4815         * gcc.dg/20020525-1.c: New test.
4816
4817         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
4818
4819         PR c++/6794
4820         * g++.dg/ext/pretty1.C: New test.
4821         * g++.dg/ext/pretty2.C: New test.
4822
4823 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
4824
4825         PR c++/8385
4826         * g++.dg/ext/typeof5.C: New test.
4827
4828 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
4829
4830         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
4831         __USER_LABEL_PREFIX__ into account.
4832         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
4833
4834 2003-05-14  Roger Sayle  <roger@eyesopen.com>
4835
4836         * gcc.dg/builtins-15.c: New test case.
4837
4838 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
4839
4840         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
4841
4842 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
4843
4844         * lib/g++.exp: Tweak handling of additional source files.
4845         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
4846         * g++.dg/special/conpr-2a.C: Rename to ...
4847         * g++.dg/special/conpr-2a.cc: ... this.
4848         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
4849         * g++.dg/special/conpr-3a.C: Rename to ...
4850         * g++.dg/special/conpr-3a.cc: This.
4851         * g++.dg/special/conpr-3b.C: Rename to ...
4852         * g++.dg/special/conpr-3b.cc: This.
4853         * g++.dg/special/conpr-4.C: New test.
4854         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
4855
4856 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
4857
4858         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
4859
4860 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4861
4862         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
4863         * g++.old-deja/g++.robertl/eb71.C: Likewise.
4864         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
4865         * g++.old-deja/g++.other/warn3.C: Likewise.
4866
4867 2003-05-11  Roger Sayle  <roger@eyesopen.com>
4868
4869         * gcc.dg/i386-387-1.c: Update to also test log.
4870         * gcc.dg/i386-387-2.c: Likewise.
4871
4872 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
4873
4874         * g77.f-torture/execute/int8421.f: New test.
4875
4876 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4877
4878         PR c++/10230, c++/10481
4879         * g++.dg/lookup/scoped5.C: New test.
4880
4881 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4882
4883         PR c++/10552
4884         * g++.dg/template/ttp6.C: New test.
4885
4886 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
4887
4888         * gcc.c-torture/execute/builtins: New directory.
4889         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
4890         gcc.c-torture/execute/builtins.
4891         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
4892         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
4893         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
4894         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
4895
4896 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4897
4898         PR c++/9252
4899         * g++.dg/template/access8.C: New test.
4900         * g++.dg/template/access9.C: New test.
4901
4902 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4903
4904         PR c++/9554
4905         * g++.dg/parse/access1.C: New test.
4906
4907 2003-05-09  DJ Delorie  <dj@redhat.com>
4908
4909         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
4910         long, and not an int.
4911
4912 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4913
4914         PR c++/10555, c++/10576
4915         * g++.dg/template/memclass1.C: New test.
4916
4917 2003-05-08  DJ Delorie  <dj@redhat.com>
4918
4919         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
4920         targets.
4921         * gcc.c-torture/execute/20021024-1.x: Likewise.
4922         * gcc.c-torture/execute/shiftdi.x: Likewise.
4923         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
4924         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
4925         * gcc.dg/20021018-1.c: Likewise.
4926
4927 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4928
4929         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
4930
4931         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
4932         (bcopy): Call memmove.
4933
4934 2003-05-08  Roger Sayle  <roger@eyesopen.com>
4935
4936         * g77.f-torture/compile/8485.f: New test case.
4937
4938 2003-05-07  Richard Henderson  <rth@redhat.com>
4939
4940         PR c++/10570
4941         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
4942         Verify exception_cleanup not called for rethrows.
4943         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
4944         when exiting catch block without rethrowing.
4945         * g++.dg/eh/forced3.C: New.
4946         * g++.dg/eh/forced4.C: New.
4947
4948 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
4949
4950         * gcc.dg/20030505.c: Fix triplet.
4951
4952 2003-05-06  DJ Delorie  <dj@redhat.com>
4953
4954         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
4955         * gcc.dg/nest.c: Likewise.
4956
4957 2003-05-05  Roger Sayle  <roger@eyesopen.com>
4958
4959         * gcc.dg/builtins-14.c: New test case.
4960
4961 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
4962
4963         * lib/compat.exp (compat-execute): New argument.
4964         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
4965         * gcc.dg/compat: New test directory.
4966         * gcc.dg/compat/compat.exp: New expect script.
4967         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
4968         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
4969         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
4970         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
4971         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
4972         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
4973
4974         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
4975         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
4976         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
4977         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
4978         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
4979         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
4980         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
4981         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
4982         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
4983         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
4984         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
4985         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
4986         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
4987         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
4988         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
4989
4990 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
4991
4992         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
4993
4994 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4995
4996         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
4997
4998 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
4999
5000         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
5001         * gcc.dg/ppc-fsel-2.c: New test.
5002
5003         * gcc.dg/unused-5.c: New test.
5004
5005 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5006
5007         PR c++/10496
5008         * g++.dg/warn/pmf1.C: New test.
5009
5010 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5011
5012         PR c++/4494
5013         * g++.dg/warn/main.C: New test.
5014
5015 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5016
5017         * gcc.dg/nonnull-3.c: New test.
5018
5019 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
5020
5021         * gcc.dg/cpp/Wtrigraphs.c: Update.
5022         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
5023
5024 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
5025
5026         * gcc.dg/ppc-fsel-1.c: New test.
5027
5028 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
5029
5030         PR c/10604
5031         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
5032
5033 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
5034
5035         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
5036
5037 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5038
5039         PR c++/9364, c++/10553, c++/10586
5040         * g++.dg/parse/typename4.C: New test.
5041         * g++.dg/parse/typename5.C: Likewise.
5042
5043 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
5044
5045         * gcc.c-torture/compile/20030503-1.c: New test.
5046
5047 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5048
5049         * g++.dg/lookup/using5.C: Fix testcase error.
5050
5051 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
5052
5053         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
5054         since MEABI is no longer supported.  Remove all vestiges
5055         of MEABI from the test.
5056
5057 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5058
5059         PR c++/10554
5060         * g++.dg/lookup/using5.C: New test.
5061
5062 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5063
5064         PR c++/8772
5065         * g++.dg/template/ttp5.C: New test.
5066
5067 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
5068
5069         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
5070         (dg-gpp-additional-sources): New function.
5071         (dg-gpp-additional-files): Likewise.
5072         * lib/g++.exp (additional_sources): New variable.
5073         (additional_files): Likewise.
5074         (g++_target_compile): Deal with them.
5075         * lib/old-dejagnu.exp: Remove.
5076         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
5077         * g++.old-deja: Revise all tests to use dg commands.
5078
5079 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5080
5081         PR c++/9432, c++/9528
5082         * g++.dg/lookup/using4.C: New test.
5083
5084 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5085
5086         * gcc.dg/noreturn-5.c: New file.
5087         * gcc.dg/noreturn-6.c: New file.
5088
5089         * gcc.c-torture/compile/inline-1.c: New file.
5090
5091 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5092
5093         PR c++/10551
5094         * g++.dg/template/explicit1.C: New test.
5095
5096 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5097
5098         PR c++/10549
5099         * g++.dg/other/bitfield1.C: New test.
5100
5101         PR c++/10527
5102         * g++.dg/init/new7.C: New test.
5103
5104 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5105
5106         * g++.dg/ext/desig1.C: New test.
5107         * g++.dg/ext/init1.C: Update.
5108
5109         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
5110
5111 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5112
5113         PR c++/10180
5114         * g++.dg/warn/Winline-1.C: New test.
5115
5116 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5117
5118         * gcc.c-torture/execute/string-opt-19.c: New test.
5119
5120         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
5121         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
5122
5123 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
5124
5125         PR c++/10506
5126         * g++.dg/init/new6.C: New test.
5127
5128         PR c++/10503
5129         * g++.dg/init/ref6.C: New test.
5130
5131 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
5132
5133         * g++.dg/warn/weak1.C: XFAIL on AIX4.
5134
5135 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5136
5137         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
5138         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
5139
5140 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
5141
5142         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
5143         initialized static data members.
5144
5145 2003-04-25  H.J. Lu <hjl@gnu.org>
5146
5147         * gcc.dg/ia64-sync-4.c: New test.
5148
5149 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5150
5151         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
5152         date.
5153
5154 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
5155
5156         PR c++/10337
5157         * g++.dg/warn/conv1.C: New test.
5158         * g++.old-deja/g++.other/conv7.C: Adjust.
5159         * g++.old-deja/g++.other/overload14.C: Adjust.
5160
5161 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5162
5163         PR c++/10471
5164         * g++.dg/template/defarg2.C: New test.
5165
5166 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
5167
5168         * gcc.dg/cpp/include2.c: Update.
5169         * gcc.dg/cpp/multiline-2.c: New.
5170         * gcc.dg/cpp/multiline.c: Update.
5171         * gcc.dg/cpp/strify2.c: Update.
5172         * gcc.dg/cpp/trad/literals-2.c: Update.
5173
5174 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5175
5176         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
5177
5178 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5179
5180         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
5181
5182 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5183
5184         PR c++/10451
5185         * g++.dg/parse/crash4.C: New test.
5186
5187         PR c++/9847
5188         * g++.dg/parse/crash5.C: New test.
5189
5190 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5191
5192         PR c++/10446
5193         * g++.dg/parse/crash3.C: New test.
5194
5195         PR c++/10428
5196         * g++.dg/parse/elab1.C: New test.
5197
5198 2003-04-22  Devang Patel  <dpatel@apple.com>
5199
5200         * gcc.dg/cpp/trad/funlike-5.c: New test.
5201
5202 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
5203
5204         * g++.dg/other/packed1.C: Fix dg options.
5205
5206 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5207
5208         * g++.dg/other/offsetof2.C: New test.
5209
5210 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
5211
5212         * g++.dg/template/recurse.C: Adjust location of error messages.
5213
5214 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5215
5216         PR c++/9881
5217         * g++.dg/init/addr-const1.C: New test.
5218         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
5219
5220 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5221
5222         PR c++/10405
5223         * g++.dg/lookup/struct-hack1.C: New test.
5224
5225 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
5226
5227         * ucs.c: Update diagnostic messages.
5228
5229 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5230
5231         * gcc.dg/cpp/truefalse.cpp: New test.
5232         * gcc.dg/cpp/cpp.exp: Update.
5233         * g++.dg/other/stdbool-if.C: Remove.
5234
5235 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5236
5237         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
5238         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
5239
5240 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5241
5242         * gcc.c-torture/compile/20030418-1.c: New test.
5243
5244 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
5245
5246         * README.compat: Remove; content moved to doc/sourcebuild.texi.
5247
5248 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5249
5250         PR c++/10347
5251         g++.dg/template/dependent-name1.C: New test.
5252
5253 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
5254
5255         * gcc.dg/warn-1.c (tourist_guide): New array,
5256         contains a pointer to bar.
5257
5258 2003-04-16  Roger Sayle  <roger@eyesopen.com>
5259
5260         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
5261         * gcc.c-torture/execute/medce-1.c: New test case.
5262         * gcc.c-torture/execute/medce-2.c: New test case.
5263
5264 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
5265
5266         * lib/prune.exp: Ignore more messages.
5267
5268         PR c++/10381
5269         * g++.dg/parse/lookup3.C: New test.
5270
5271 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
5272
5273         * gcc.c-torture/compile/20030415-1.c : New test.
5274
5275 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
5276
5277         * gcc.c-torture/execute/scope-2.c: Move to ...
5278         * gcc.dg/noncompile/scope.c: .... here.
5279
5280 2003-04-14  Roger Sayle  <roger@eyesopen.com>
5281
5282         * gcc.dg/20030414-2.c: New test case.
5283
5284 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
5285
5286         PR target/10377
5287         * gcc.dg/20030414-1.c: New test.
5288
5289 2003-04-13  Roger Sayle  <roger@eyesopen.com>
5290
5291         * gcc.dg/builtins-12.c: New test case.
5292         * gcc.dg/builtins-13.c: New test case.
5293
5294 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5295
5296         * gcc.c-torture/execute/string-opt-18.c: New test.
5297
5298 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
5299
5300         PR c++/10300
5301         * g++.dg/init/new5.C: New test.
5302
5303 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
5304
5305         PR c++/7910
5306         * g++.dg/ext/dllimport1.C: New test.
5307
5308 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5309
5310         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
5311
5312 2003-04-11  Bud Davis <bdavis9659@comcast.net>
5313
5314         PR Fortran/9263
5315         * g77.f-torture/noncompile/9263.f: New test
5316         PR Fortran/1832
5317         * g77.f-torture/execute/1832.f: New test
5318
5319 2003-04-11  David Chad  <davidc@freebsd.org>
5320             Loren J. Rittle  <ljrittle@acm.org>
5321
5322         libobjc/8562
5323         * objc.dg/headers.m: New test.
5324
5325 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
5326
5327         * gcc.c-torture/execute/builtin-noret-2.c: New.
5328         * gcc.c-torture/execute/builtin-noret-2.x: New.
5329         XFAIL builtin-noret-2.c at -O1 and above.
5330         * gcc.dg/redecl.c: New.
5331         * gcc.dg/Wshadow-1.c: Update error regexps.
5332
5333 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
5334
5335         * g++.dg/abi/bitfield10.C: New test.
5336
5337 2003-04-09  Mike Stump  <mrs@apple.com>
5338
5339         * gcc.dg/pch/pch.exp: Make testcase names longer.
5340         * g++.dg/pch/pch.exp: Make testcase names longer.
5341
5342 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5343
5344         * gcc.dg/builtins-11.c: New test case.
5345
5346 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5347
5348         * gcc.dg/builtins-9.c: New test case.
5349         * gcc.dg/builtins-10.c: New test case.
5350
5351 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
5352
5353         * gcc.dg/noncompile/init-4.c.c: New test.
5354
5355 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5356
5357         * gcc.misc-test/gcov-9.c: New test.
5358         * gcc.misc-test/gcov-10.c: New test
5359         * gcc.misc-test/gcov-11.c: New test.
5360
5361 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
5362
5363         PR optimization/10024
5364         * gcc.c-torture/compile/20030405-1.c: New test.
5365
5366 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
5367
5368         * gcc.dg/pch/static-3.c: New.
5369         * gcc.dg/pch/static-3.hs: New.
5370         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
5371
5372 2003-04-04  Richard Henderson  <rth@redhat.com>
5373
5374         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
5375         * g++.dg/eh/forced2.C: Likewise.
5376
5377 2003-04-03  Mike Stump  <mrs@apple.com>
5378
5379         * lib/scanasm.exp (scan-assembler): Add xfail processing for
5380         target arg.
5381         (scan-assembler-times, scan-assembler-not): Likewise.
5382         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
5383
5384 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
5385
5386         * gcc.dg/sparc-loop-1.c: New test.
5387
5388 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
5389
5390         PR other/9274
5391         * g++.dg/pch/system-2.C: New.
5392         * g++.dg/pch/system-2.Hs: New.
5393
5394 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
5395
5396         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
5397
5398         * g++.dg/eh/simd-1.C (vecfunc): Same.
5399
5400 2003-04-01  Roger Sayle  <roger@eyesopen.com>
5401
5402         * gcc.c-torture/execute/20030401-1.c: New test case.
5403
5404 2003-04-01  Ziemowit Laski <zlaski@apple.com>
5405
5406         * objc.dg/defs.m: New.
5407
5408 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
5409
5410         * g++.dg/eh/simd-1.C: New.
5411         * g++.dg/eh/simd-2.C: New.
5412
5413 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
5414
5415         * gcc.c-torture/execute/simd-3.c: New.
5416
5417 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5418
5419         PR c/9936
5420         * gcc.dg/20030331-2.c: New test.
5421
5422 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5423
5424         PR c++/10278
5425         * g++.dg/parse/crash2.C: New test.
5426
5427 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5428
5429         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
5430         * gcc.c-torture/execute/20030331-1.c: ...here.
5431
5432 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5433
5434         * gcc.c-torture/execute/20030331-1.c: New test.
5435
5436 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
5437
5438         * lib/gcov.exp: Adjust call return testing strings.
5439         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
5440
5441 2003-03-31  Roger Sayle  <roger@eyesopen.com>
5442
5443         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
5444         * gcc.dg/builtins-7.c: New test case.
5445         * gcc.dg/builtins-8.c: New test case.
5446
5447 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5448
5449         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
5450
5451 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
5452
5453         PR c++/7647
5454         * g++.dg/lookup-class-member-2.C: New test.
5455
5456 2003-03-30  Glen Nakamura  <glen@imodulo.com>
5457
5458         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
5459
5460 2003-03-28  Roger Sayle  <roger@eyesopen.com>
5461
5462         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
5463
5464 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
5465
5466         * g++.dg/init/attrib1.C: New test.
5467
5468 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5469
5470         * gcc.dg/ultrasp8.c: New test.
5471
5472 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5473
5474         * gcc.dg/ultrasp7.c: New test.
5475
5476 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
5477
5478         PR c++/10047
5479         * g++.dg/template/inline1.C: New test.
5480
5481 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5482
5483         * gcc.dg/sparc-dwarf2.c: New test.
5484
5485 2003-03-27  Roger Sayle  <roger@eyesopen.com>
5486
5487         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
5488         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
5489
5490 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
5491
5492         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
5493         than reading .x files.
5494         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
5495         * g77.dg/gcov/gcov-1.f: Likewise.
5496         * gcc.misc-tests/gcov-4b.c: Likewise.
5497         * gcc.misc-tests/gcov-5b.c: Likewise.
5498         * gcc.misc-tests/gcov-6.c: Likewise.
5499         * gcc.misc-tests/gcov-7.c: Likewise.
5500         * gcc.misc-tests/gcov-8.c: Likewise.
5501         * g++.dg/gcov/gcov-1.x: Remove.
5502         * g77.dg/gcov/gcov-1.x: Likewise.
5503         * gcc.misc-tests/gcov-4b.x: Likewise.
5504         * gcc.misc-tests/gcov-5b.x: Likewise.
5505         * gcc.misc-tests/gcov-6.x: Likewise.
5506         * gcc.misc-tests/gcov-7.x: Likewise.
5507         * gcc.misc-tests/gcov-8.x: Likewise.
5508
5509 2003-03-27  Glen Nakamura  <glen@imodulo.com>
5510
5511         PR opt/10087
5512         * gcc.dg/20030324-1.c: New test.
5513
5514 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
5515
5516         PR c++/10224
5517         * g++.dg/template/arg3.C: New test.
5518
5519         PR c++/10158
5520         * g++.dg/template/friend18.C: New test.
5521
5522 2003-03-26  Roger Sayle  <roger@eyesopen.com>
5523
5524         * g77.f-torture/compile/20030326-1.f: New test case.
5525
5526 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
5527
5528         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
5529
5530         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
5531
5532 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
5533
5534         * gcc.dg/ia64-sync-3.c: New test.
5535
5536 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
5537
5538         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
5539
5540 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
5541
5542         * gcc.dg/ultrasp6.c: New test.
5543
5544 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
5545
5546         * gcc.dg/i386-signbit-1.c: New test.
5547         * gcc.dg/i386-signbit-2.c: New test.
5548         * gcc.dg/i386-signbit-3.c: New test.
5549
5550 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
5551
5552         * gcc.dg/ultrasp5.c: Fix options.
5553
5554 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5555
5556         * gcc.dg/ultrasp5.c: Fix comment.
5557
5558 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
5559
5560         PR fortran/10197
5561         * g77.f-torture/execute/10197.f: New test.
5562
5563 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
5564
5565         PR c++/9898, c++/383
5566         * g++.dg/template/conv6.C: New test.
5567
5568         PR c++/10119
5569         * g++.dg/template/ptrmem5.C: New test.
5570
5571         PR c++/10026
5572         * g++.dg/lookup/koenig1.C: New test.
5573
5574         PR C++/10199
5575         * g++.dg/lookup/template2.C: New test.
5576
5577 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
5578
5579         * g++.dg/opt/rtti1.C: New test.
5580
5581 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5582
5583         * gcc.dg/ultrasp5.c: New test.
5584
5585 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
5586
5587         PR middle-end/9967
5588         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
5589         builtin fputs.
5590
5591 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5592
5593         PR c/8224
5594         * gcc.dg/20030323-1.c: New test.
5595
5596 2003-03-23  Roger Sayle  <roger@eyesopen.com>
5597
5598         * gcc.c-torture/compile/20030323-1.c: New test case.
5599
5600 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
5601
5602         * gcc.dg/20030321-1.c: New test.
5603
5604 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
5605
5606         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
5607
5608 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
5609
5610         PR c++/9978, c++/9708
5611         * g++.dg/ext/vlm1.C: Adjust expected error.
5612         * g++.dg/ext/vla2.C: New test.
5613         * g++.dg/template/arg1.C: New test.
5614         * g++.dg/template/arg2.C: New test.
5615
5616 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
5617
5618         * g77.f-torture/execute/select.f: New test.
5619         * g77.f-torture/noncompile/select_no_compile.f: New test.
5620
5621 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
5622
5623         PR c++/9898
5624         * g++.dg/other/error4.C: New test.
5625
5626 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
5627
5628         * g++.dg/template/friend17.C: New test.
5629
5630 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
5631
5632         * gcc.c-torture/compile/20030320-1.c: New.
5633
5634 2003-03-20  Roger Sayle  <roger@eyesopen.com>
5635
5636         * gcc.dg/builtins-6.c: New test case.
5637
5638 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
5639
5640         PR target/10073
5641         * gcc.c-torture/compile/20030319-1.c: New.
5642
5643 2003-03-18  Jan Hubicka  <jh@suse.cz>
5644
5645         * gcc.dg/i386-cvt-1.c: New test.
5646
5647 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
5648
5649         * objc.dg/naming-1.m: Use "(parse|syntax) error".
5650         * objc.dg/naming-2.m: Likewise.
5651
5652 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
5653
5654         PR c++/9639
5655         * g++.dg/parse/crash1.C: New test.
5656
5657 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
5658
5659         PR c++/8805
5660         * g++.dg/eh/cleanup1.C: New test.
5661
5662 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
5663
5664         * gcc.c-torture/execute/20030316-1.c: New test case.
5665
5666 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5667
5668         PR c++/9629
5669         * g++.dg/init/ctor2.C: New test.
5670
5671 2003-03-15  Roger Sayle  <roger@eyesopen.com>
5672
5673         * g77.f-torture/compile/xformat.f: New test case.
5674
5675 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5676
5677         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
5678         * g++.old-deja/g++.mike/eh50.C: Likewise.
5679
5680 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5681
5682         PR c++/6440
5683         * g++.dg/template/spec7.C: New test.
5684         * g++.dg/template/spec8.C: Likewise.
5685
5686 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
5687
5688         * gcc.c-torture/execute/20030313-1.c: New test.
5689
5690 2003-03-14  Richard Henderson  <rth@redhat.com>
5691
5692         * gcc.dg/inline-2.c: Adjust alpha test for external call.
5693
5694 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
5695
5696         * gcc.c-torture/compile/20030314-1.c: New test.
5697
5698 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5699
5700         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
5701         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
5702         thumb target,
5703         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
5704         to accept newer _imp__  prefix and additional
5705         newline in .drectve section.
5706         * gcc.dg/dll-4.c: Likewise.
5707         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
5708         switch.
5709
5710 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
5711
5712         * g++.dg/parse/namespace9.C: New test.
5713
5714         * g++.dg/init/ref5.C: New test.
5715         * g++.dg/parse/ptrmem1.C: Likewise.
5716
5717 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5718
5719         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
5720         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
5721         regular expression.
5722         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
5723         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
5724
5725 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
5726
5727         * gcc.c-torture/execute/20030224-2.c: New test.
5728
5729 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5730
5731         * gcc.dg/decl-3.c: New test.
5732
5733 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5734
5735         * gcc.dg/i386-loop-2.c: New test.
5736
5737 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
5738
5739         PR c++/9474
5740         * g++.dg/parse/namespace8.C: New test.
5741
5742         PR c++/9924
5743         * g++.dg/overload/builtin2.C: New test.
5744
5745 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5746
5747         * gcc.dg/return-type-3.c: New test.
5748
5749 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
5750
5751         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
5752         profiling options are not supported.
5753
5754 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
5755
5756         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
5757         * g++.old-deja/g++.warn/impint2.C: Likewise.
5758
5759 2003-03-10  Devang Patel  <dpatel@apple.com>
5760
5761         * g++.dg/cpp/c++_cmd_1.C: New test.
5762         * g++.dg/cpp/c++_cmd_1.h: New file.
5763
5764 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
5765
5766         * gcc.dg/altivec-9.c: New file.
5767
5768 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5769
5770         * gcc.dg/ppc-sdata-1.c: New test.
5771         * gcc.dg/ppc-sdata-2.c: New test.
5772
5773 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
5774
5775         PR c++/9373
5776         * g++.dg/opt/ptrmem2.C: New test.
5777
5778         PR c++/8534
5779         * g++.dg/opt/ptrmem1.C: New test.
5780
5781 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5782
5783         * gcc.dg/i386-loop-1.c: New test.
5784
5785 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5786
5787         PR c++/9970
5788         * g++.dg/lookup/friend1.C: New test.
5789
5790 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5791
5792         PR c++/9823
5793         * g++.dg/parser/constructor1.C: New test.
5794
5795 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
5796
5797         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
5798
5799         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
5800
5801 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
5802
5803         * gcc.dg/cpp/Wunused.c: Update test.
5804
5805 2003-03-08  Jan Hubicka  <jh@suse.cz>
5806
5807         * gcc.dg/inline-3.c: New test.
5808
5809 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5810
5811         PR c++/9809
5812         * g++.dg/parse/builtin1.C: New test.
5813
5814         PR c++/9982
5815         * g++.dg/abi/cookie1.C: New test.
5816         * g++.dg/abi/cookie2.C: Likewise.
5817
5818         PR c++/9524
5819         * g++.dg/template/field1.C: New test.
5820
5821         PR c++/9912
5822         * g++.dg/parse/class1.C: New test.
5823         * g++.dg/parse/namespace7.C: Likewise.
5824         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
5825
5826 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
5827
5828         * g++.dg/init/ref4.C: New test.
5829
5830 2003-03-07  Jan Hubicka  <jh@suse.cz>
5831
5832         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
5833         * gcc.dg/inline-3.c:  New test.
5834
5835 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
5836
5837         * g++.dg/init/ref3.C: New test.
5838
5839         PR c++/9965
5840         * g++.dg/init/ref2.C: New test.
5841
5842         PR c++/9400
5843         * g++.dg/warn/Wshadow-2.C: New test.
5844
5845         PR c++/9791
5846         * g++.dg/warn/Woverloaded-1.C: New test.
5847
5848 2003-03-05  Jan Hubicka  <jh@suse.cz>
5849
5850         * gcc.dg/i386-local2.c: New.
5851         * gcc.dg/i386-local.c: Fix typo.
5852
5853 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
5854
5855         * g++.dg/abi/layout3.C: New test.
5856
5857 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5858
5859         * gcc.c-torture/compile/20030305-1.c
5860
5861 2003-03-05  Jan Hubicka  <jh@suse.cz>
5862
5863         * gcc.dg/i386-local.c: New.
5864
5865 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
5866
5867         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
5868
5869 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5870
5871         * gcc.dg/switch-2.c: New test.
5872         * gcc.dg/switch-3.c: New test.
5873         * gcc.dg/Wswitch.c: Adjust line numbers.
5874         * gcc.dg/Wswitch-default.c: Likewise.
5875         * gcc.dg/Wswitch-enum.c: Likewise.
5876
5877 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
5878
5879         * gcc.c-torture/execute/20030222-1.c: New test.
5880
5881 2003-03-03  James E Wilson  <wilson@tuliptree.org>
5882
5883         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
5884
5885 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
5886
5887         PR c++/9878
5888         * g++.dg/init/ref1.C: New test.
5889
5890 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
5891
5892         * gcc.dg/sh-relax.c: New SH-only test.
5893
5894 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
5895
5896         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
5897         comment explaining purpose of testcase.
5898
5899 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5900
5901         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
5902         for HC11/HC12 (asm needs two int registers).
5903         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
5904         HC11/HC12 because the test uses an asm which needs two 32-bit
5905         registers.
5906
5907 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5908
5909         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
5910         for HC11/HC12 (array is too large otherwise).
5911         * gcc.c-torture/compile/920501-4.x: New file, likewise.
5912         * gcc.c-torture/compile/20010518-2.x: Likewise.
5913         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
5914         HC11/HC12 (array is too large).
5915
5916 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
5917
5918         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
5919         * lib/g++-dg.exp (g++-dg-test): Likewise.
5920
5921 2003-03-01  Roger Sayle  <roger@eyesopen.com>
5922
5923         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
5924         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
5925
5926 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5927
5928         * g++.dg/warn/implicit-typename1.C: Remove warning.
5929
5930 2003-02-28  Richard Henderson  <rth@redhat.com>
5931
5932         * gcc.dg/noreturn-1.c: Move noreturn warning line.
5933         * gcc.dg/return-type-1.c: Move control reaches end warning line.
5934
5935 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
5936
5937         * gcc.dg/pch/pch.exp: Change .pch to .gch.
5938         * g++.dg/pch/pch.exp: Likewise.
5939
5940 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
5941
5942         PR c++/9879
5943         * testsuite/g++.dg/init/new4.C: New test.
5944
5945 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
5946
5947         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
5948
5949 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
5950
5951         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
5952         unsigned long.
5953
5954         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
5955         wider than float.
5956
5957 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5958
5959         * lib/scanasm.exp: Add support for counting numbers of
5960         occurences.
5961         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
5962         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
5963
5964 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
5965
5966         PR c++/9683
5967         * g++.dg/template/static3.C: New test.
5968
5969         PR c++/9829
5970         * g++.dg/parse/namespace6.C: New test.
5971
5972 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5973
5974         PR target/9732
5975         * gcc.dg/20030225-1.c: New test.
5976
5977 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
5978
5979         * README: Remove out-of-date information.
5980
5981         PR c++/9836
5982         * g++.dg/template/spec6.C: New test.
5983
5984 2003-02-24  Jeff Law  <law@redhat.com>
5985
5986         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
5987
5988 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5989
5990         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
5991         * gcc.dg/pragma-ep-1.c: Likewise.
5992
5993 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5994
5995         PR c++/9602
5996         * g++.dg/template/friend16.C: New test.
5997
5998 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
5999
6000         PR c++/5333
6001         * g++.dg/parse/fused-params1.C: Adjust error messages.
6002         * g++.dg/template/nested3.C: New test.
6003
6004 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
6005
6006         * g++.dg/abi/param1.C: New test.
6007
6008 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6009
6010         PR c++/7982
6011         * g++.dg/warn/implicit-typename1.C: New test.
6012
6013 2003-02-22  Kelley Cook <kelleycook@comcast.net>
6014
6015         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
6016         with "mtune".
6017         * g++.old-deja/g++.other/store-expr2.C: Likewise.
6018         * gcc.c-torture/execute/20010129-1.x: Likewise.
6019         * gcc.dg/20011107-1.c: Likewise.
6020         * gcc.dg/20020108-1.c: Likewise.
6021         * gcc.dg/20020122-3.c: Likewise.
6022         * gcc.dg/20020206-1.c: Likewise.
6023         * gcc.dg/20020310-1.c: Likewise.
6024         * gcc.dg/20020426-2.c: Likewise.
6025         * gcc.dg/20020517-1.c: Likewise.
6026         * gcc.dg/991230-1.c: Likewise.
6027         * gcc.dg/i386-unroll-1.c: Likewise.
6028         * gcc.misc-tests/i386-prefetch.exp: Likewise.
6029
6030 2003-02-22  Jan Hubicka  <jh@suse.cz>
6031
6032         * gcc.dg/i386-mul.c: New test.
6033
6034 2003-02-21  Roger Sayle  <roger@eyesopen.com>
6035
6036         * gcc.dg/builtins-5.c: New test case.
6037
6038 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
6039
6040         * gcc.dg/asmreg-1.c: New test.
6041
6042 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6043
6044         PR c++/9749
6045         * g++.dg/parse/varmod1.C: New test.
6046
6047 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6048
6049         PR c++/9727
6050         * g++.dg/template/op1.C: New test.
6051
6052 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6053
6054         PR c++/8906
6055         * g++.dg/template/nested2.C: New test.
6056
6057 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6058
6059         PR c++/8724
6060         * g++.dg/expr/dtor1.C: New test.
6061
6062 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6063
6064         * gcc.dg/cpp/include3.c: New test.
6065         * gcc.dg/cpp/inc/foo.h: New file.
6066
6067 2003-02-21  Glen Nakamura  <glen@imodulo.com>
6068
6069         * gcc.c-torture/execute/20030221-1.c: New test.
6070
6071 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
6072
6073         PR c++/9729
6074         * g++.dg/abi/conv1.C: New test.
6075
6076 2003-02-20  Jan Hubicka  <jh@suse.cz>
6077
6078         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
6079
6080 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
6081
6082         * gcc.c-torture/compile/20030219-1.c: New test.
6083
6084 2003-02-18  Jan Hubicka  <jh@suse.cz>
6085
6086         * gcc.dg/funcorder.c: New test.
6087
6088 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6089
6090         * gcc.c-torture/execute/20030218-1.c: New.
6091
6092 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
6093
6094         * gcc.dg/20030218-1.c: New.
6095
6096 2003-02-18  Richard Henderson  <rth@redhat.com>
6097
6098         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
6099         * gcc.dg/attr-used-2.c: New.
6100
6101 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
6102
6103         PR c++/9704
6104         * g++.dg/init/copy5.C: New test.
6105
6106 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
6107
6108         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
6109         * g++.dg/pch/pch.exp: Likewise.
6110
6111 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6112
6113         * gcc.c-torture/execute/20030209-1.c: Enable the test if
6114         STACK_SIZE is not defined.
6115
6116 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6117
6118         PR c++/9457
6119         * g++.dg/template/init1.C: New test.
6120
6121 2003-02-16  Jan HUbicka  <jh@suse.cz>
6122
6123         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
6124         (foo): Add few extra tests
6125         * gcc.dg/c99-const-expr-3.c: Likewise.
6126         * gcc.c-torture/execute/20030216-1.c: New.
6127
6128 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6129
6130         PR c++/9459
6131         * g++.dg/ext/typeof4.C: New test.
6132
6133 2003-02-15  Roger Sayle  <roger@eyesopen.com>
6134
6135         * gcc.dg/i386-387-3.c: New test case.
6136
6137 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
6138
6139         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
6140         cris-*-elf* cris-*-aout* and mmix-*-*.
6141
6142 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
6143
6144         * gcc.dg/20030213-1.c: New test.
6145
6146 2003-02-12  Roger Sayle  <roger@eyesopen.com>
6147
6148         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
6149         * gcc.dg/i386-387-2.c: Likewise.
6150
6151 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
6152
6153         * gcc.dg/ppc-spe.c: Fix formatting.
6154         Enable tests that were previously unsupported by gas.
6155         Delete tests for instructions that no longer exist.
6156         Switch arguments on evsubifw builtin.
6157
6158 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6159
6160         * gcc.c-torture/execute/20030209-1.c: Disable the test if
6161         STACK_SIZE is too small.
6162
6163 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6164             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
6165
6166         * gcc.dg/decl-2.c: New test.
6167
6168 2003-02-10  Jan Hubicka  <jh@suse.cz>
6169
6170         * gcc.dg/i386-fpcvt-1.c:  New test.
6171
6172 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
6173
6174         * gcc.c-torture/execute/20030209-1.c: New test.
6175
6176 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
6177
6178         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
6179         int-wide bitops, use the constants of the same width.
6180         Likewise, if long long is 32-bit wide, test bitops using
6181         32-bit constants.
6182
6183 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
6184
6185         * gcc.dg/20021014-1.c: Annotate with expected notice text.
6186
6187 2003-02-07  Roger Sayle  <roger@eyesopen.com>
6188
6189         * testsuite/gcc.dg/builtins-4.c: New test case.
6190
6191 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6192
6193         * gcc.dg/20020430-1.c: Fix dg command typos.
6194         * gcc.dg/20020503-1.c: Likewise.
6195
6196 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6197
6198         PR c++/8785
6199         * g++.dg/parse/fused-params1.C: New test.
6200
6201         PR c++/8857
6202         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
6203
6204         PR c++/8921
6205         * g++.dg/parse/non-dependent1.C: New test.
6206
6207         PR c++/8928
6208         * g++.dg/parse/dupl-tmpl-args1.C: New test.
6209
6210         PR c++/9228
6211         * g++.dg/parse/undefined7.C: New test.
6212         * g++.dg/parse/non-templ1.C: New test.
6213
6214         PR c++/9229
6215         * g++.dg/parse/too-many-tmpl-args1.C: New test.
6216
6217 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
6218
6219         * gcc.c-torture/compile/20030206-1.c: New test.
6220
6221 2003-02-05  Roger Sayle  <roger@eyesopen.com>
6222
6223         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
6224         "pow" to "foo" to avoid potential confusion with a math built-in.
6225
6226 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6227
6228         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
6229         conditions for SPARC targets.
6230
6231 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
6232
6233         * gcc.dg/20030204-1.c: New test.
6234
6235 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6236
6237         PR c++/38
6238         * g++.dg/parse/array-size1.C: New test.
6239
6240         PR c++/5657
6241         * g++.dg/parse/undefined3.C: New test.
6242
6243         PR c++/5665
6244         * g++.dg/parse/undefined4.C: New test.
6245
6246         PR c++/5975
6247         * g++.dg/parse/undefined5.C: New test.
6248
6249         PR c++/7259
6250         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
6251
6252         PR c++/8578
6253         * g++.dg/parse/casting-operator1.C: New test.
6254
6255         PR c++/8596
6256         * g++.dg/parse/undefined6.C: New test.
6257
6258         PR c++/8736
6259         * g++.dg/parse/missing-template1.C: New test.
6260
6261 2003-02-04  Jan Hubicka  <jh@suse.cz>
6262
6263         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
6264         * gcc.dg/i386-cmov?.c:  Likewise.
6265         * gcc.dg/i386-fpcvt-?.c:  Likewise.
6266         * gcc.dg/i386-ssefp-1.c:  Likewise.
6267         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
6268         conventions.
6269
6270 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
6271
6272         PR c++/7129
6273         * testsuite/g++.dg/ext/max.C: New test.
6274
6275 2003-02-03  Jan Hubicka  <jh@suse.cz>
6276
6277         * gcc.c-torture/execute/20030203-1.c: New test.
6278
6279 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
6280
6281         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
6282         'natural-endian'.
6283
6284 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
6285
6286         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
6287         * g++.dg/init/new2.C: Likewise.
6288         * g++.dg/other/new1.C: Likewise.
6289
6290 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
6291
6292         * gcc.dg/struct-ret-libc.c: New test.
6293
6294 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
6295
6296         * gcc.dg/20030129-1.c: New test.
6297
6298 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6299
6300         PR c++/8849
6301         * g++.dg/template/ptrmem4.C: New test.
6302
6303 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
6304
6305         * g++.dg/parser/constant1.C: New test.
6306
6307 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6308
6309         PR c++/8591
6310         * g++.dg/parse/friend2.C: New test.
6311
6312 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
6313
6314         PR c++/9437
6315         * g++.dg/template/unify4.C: New test.
6316
6317 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
6318
6319         * gcc.c-torture/execute/20030128-1.c: New test.
6320
6321 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
6322
6323         * g++.dg/lookup/nested1.C: Test moved from ...
6324         * g++.old-deja/g++.other/lookup24.C: ... here.
6325
6326 2003-01-28  Jan Hubicka  <jh@suse.cz>
6327
6328         * gcc.dg/i386-cmov5.c:  New test.
6329
6330 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
6331
6332         * gcc.c-torture/execute/20010925-1.c: Changed the
6333         memcpy declaration.
6334
6335 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6336
6337         PR c++/3902
6338         * g++.dg/parse/template5.C: New test.
6339
6340 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
6341
6342         PR fortran/9258
6343         * g77.dg/pr9258: New test.
6344
6345 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6346
6347         * README: Move relevant parts from README.g++.
6348
6349         * README.g++: Remove this file.
6350
6351 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6352
6353         * g++.dg/abi/dcast1.C: New test.
6354
6355 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6356
6357         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
6358
6359 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
6360
6361         PR c++/47
6362         * g++.old-deja/g++.other/lookup24.C: New test.
6363
6364 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6365
6366         PR middle-end/7227
6367         * gcc.dg/uninit-C.c: New test.
6368
6369 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
6370
6371         * g++.dg/abi/covariant1.C: New test.
6372
6373 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
6374
6375         * gcc.dg/20030123-1.c: New test.
6376
6377 2003-01-25  Jan Hubicka  <jh@suse.cz>
6378
6379         PR opt/8492
6380         * gcc.c-torture/compile/20030125-1.c
6381
6382 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
6383
6384         PR c++/9403
6385         * g++.dg/parse/template3.C: New test.
6386         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
6387
6388         PR c++/795
6389         * g++.dg/parse/template4.C: New test.
6390
6391         PR c++/9415
6392         * g++.dg/template/qual2.C: New test.
6393
6394         PR c++/8545
6395         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
6396
6397         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
6398
6399 2003-01-25  Roger Sayle  <roger@eyesopen.com>
6400
6401         * gcc.c-torture/execute/switch-1.c: New test case.
6402
6403 2003-01-25  Jan Hubicka  <jh@suse.cz>
6404
6405         * gcc.c-torture/execute/20030125-1.[cx]: New test.
6406
6407 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
6408
6409         Tweaks for Bison-1.875. From the NEWS file:
6410         "- `parse error' -> `syntax error'
6411         Bison now uniformly uses the term `syntax error'"
6412         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
6413         * gcc.dg/cpp/digraph2.c: Likewise.
6414         * gcc.dg/cpp/direct2.c: Likewise.
6415         * gcc.dg/cpp/paste4.c: Likewise.
6416         * gcc.dg/c90-restrict-1.c: Likewise.
6417         * gcc.dg/c99-func-2.c: Likewise.
6418         * gcc.dg/noncompile/920721-2.c: Likewise.
6419         * gcc.dg/noncompile/930622-2.c: Likewise.
6420         * gcc.dg/noncompile/940112-1.c: Likewise.
6421         * gcc.dg/noncompile/950921-1.c: Likewise.
6422         * gcc.dg/noncompile/951123-1.c: Likewise.
6423         * gcc.dg/noncompile/971104-1.c: Likewise.
6424         * gcc.dg/noncompile/990416-1.c: Likewise.
6425
6426 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
6427
6428         * g++.dg/parse/undefined1.C: Add error message.
6429
6430 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6431
6432         PR c++/9354
6433         * g++.dg/parse/new1.C: New test.
6434
6435         PR c++/9216
6436         * g++.dg/parse/template2.C: New test.
6437
6438         PR c++/9354
6439         * g++.dg/parse/typedef2.C: New test.
6440
6441         PR c++/9328
6442         * g++.dg/ext/typeof3.C: New test.
6443
6444 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6445
6446         PR c++/2738
6447         * g++.dg/parse/ret-type1.C: New test.
6448
6449         PR c++/3792
6450         * g++.dg/parse/tmpl-outside1.C: New test.
6451
6452         PR c++/4207
6453         * g++.dg/parse/int-as-enum1.C: New test.
6454
6455         PR c++/4903
6456         * g++.dg/parse/no-typename1.C: New test.
6457
6458         PR c++/5533
6459         * g++.dg/parse/no-value1.C: New test.
6460
6461         PR c++/5921
6462         * g++.dg/parse/wrong-inline1.C: New test.
6463
6464         PR c++/6402
6465         * g++.dg/parse/ref1.C: New test.
6466
6467         PR c++/6992
6468         * g++.dg/parse/attr-ctor1.C: New test.
6469
6470         PR c++/7229
6471         * g++.dg/parse/namespace5.C: New test.
6472
6473         PR c++/7917
6474         * g++.dg/parse/func-def1.C: New test.
6475
6476         PR c++/8143
6477         * g++.dg/parse/undefined1.C: New test.
6478
6479         PR c++/5723, PR c++/8522
6480         * g++.dg/parse/specialization1.C: New test.
6481
6482         PR c++/163, PR c++/8595
6483         * g++.dg/parse/struct-as-enum1.C: New test.
6484
6485         PR c++/9173
6486         * g++.dg/parse/undefined2.C: New test.
6487
6488 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6489
6490         PR c++/9298
6491         * g++.dg/parse/template1.C: New test.
6492
6493         PR c++/9384
6494         * g++.dg/parse/using1.C: New test.
6495
6496         PR c++/9285
6497         PR c++/9294
6498         * g++.dg/parse/expr2.C: New test.
6499
6500         PR c++/9388
6501         * g++.dg/parse/lookup2.C: Likewise.
6502
6503 2003-01-21  Jan Hubicka  <jh@suse.cz>
6504
6505         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
6506         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
6507         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
6508         * gcc.c-torture/execute/string-opt-*.c: Likewise.
6509
6510 2003-01-20  Nick Clifton  <nickc@redhat.com>
6511
6512         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
6513         problem with ARM sibcall code generation.
6514
6515 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
6516
6517         * gcc.c-torture/execute/20030120-1.c: New.
6518
6519 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
6520
6521         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
6522
6523 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
6524
6525         PR c++/9272
6526         * g++.dg/parse/ctor1.C: New test.
6527
6528         PR c++/9294:
6529         * g++.dg/parse/qualified1.C: New test.
6530
6531         * g++.dg/parse/typename3.C: New test.
6532
6533 2003-01-16  Richard Henderson  <rth@redhat.com>
6534
6535         * g++.dg/tls/init-2.C: Fix error matches for real this time.
6536
6537 2003-01-16  Richard Henderson  <rth@redhat.com>
6538
6539         * g++.dg/pch/pch.exp: Copy test header to the working directory
6540         before using it either for precompilation or direct use.
6541         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
6542         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
6543
6544 2003-01-16  Richard Henderson  <rth@redhat.com>
6545
6546         * gcc.dg/pch/pch.exp: Copy test header to the working directory
6547         before using it either for precompilation or direct use.
6548         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
6549         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
6550
6551 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
6552
6553         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
6554         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
6555         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
6556         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
6557         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
6558         typename warning into error.
6559         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
6560         error messages.
6561         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
6562         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
6563         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
6564         messages.
6565         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
6566         make declaration visible in template.
6567         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
6568         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
6569         messages.
6570         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
6571         message.
6572         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
6573         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
6574         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
6575         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
6576         typename warning with error message.
6577         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
6578         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
6579         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
6580
6581 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
6582
6583         * g++.dg/parse/ambig2.C: New test.
6584
6585 2003-01-15  Richard Henderson  <rth@redhat.com>
6586
6587         * g++.dg/tls/init-2.C: Update error message string.
6588
6589 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6590
6591         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
6592
6593 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
6594
6595         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
6596         all for HC11/HC12.
6597         * gcc.c-torture/compile/20001205-1.x: Likewise.
6598         * gcc.c-torture/compile/20001226-1.x: Likewise.
6599         * gcc.c-torture/compile/920520-1.x: Likewise.
6600         * gcc.c-torture/compile/961203-1.x: Likewise.
6601         * gcc.c-torture/compile/20020604-1.x: Likewise.
6602
6603 2003-01-15  Jan Hubicka  <jh@suse.cz>
6604
6605         * gcc.c-torture/compile/20030115-1.c: New test.
6606
6607         * gcc.dg/i386-fpcvt-1.c: New test.
6608         * gcc.dg/i386-fpcvt-2.c: New test.
6609
6610 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
6611
6612         Further conform g++'s __vmi_class_type_info to the C++ ABI
6613         specification.
6614         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
6615         the specification.
6616
6617 2003-01-14  Jan Hubicka  <jh@suse.cz>
6618
6619         * gcc.dg/i386-fpcvt-1.c: New test.
6620         * gcc.dg/i386-fpcvt-2.c: New test.
6621
6622 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
6623
6624         * gcc.dg/i386-mmx-3.c: New test.
6625
6626 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
6627
6628         PR c++/9264
6629         * g++.dg/parse/octal1.C: New file.
6630
6631         PR c++/9172
6632         * g++.dg/parse/typename1.C: New file.
6633
6634 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
6635
6636         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
6637         * gcc.dg/bf-no-ms-layout.c: Likewise.
6638         * gcc.dg/bf-ms-attrib.c: Likewise.
6639
6640 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
6641
6642         PR c++/9099
6643         * g++.dg/parse/dtor1.C: New file.
6644
6645         PR c++/9128
6646         * g++.dg/rtti/typeid1.C: New file.
6647
6648         PR c++/9153
6649         * g++.dg/parse/lookup1.C: New file.
6650
6651         PR c++/9171
6652         * g++.dg/templ/spec5.C: New file.
6653
6654 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
6655
6656         * gcc.c-torture/compile/20030110-1.c: New test.
6657
6658 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
6659
6660         Merge from pch-branch:
6661
6662         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
6663
6664         * gcc.dg/pch/cpp-1.h: New.
6665         * gcc.dg/pch/cpp-1.c: New.
6666         * gcc.dg/pch/cpp-2.h: New.
6667         * gcc.dg/pch/cpp-2.c: New.
6668
6669         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
6670
6671         * gcc.dg/pch/except-1.h: New.
6672         * gcc.dg/pch/except-1.c: New.
6673
6674         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
6675
6676         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
6677         running test.
6678         * gcc.dg/pch: Include *.hp not *.h.
6679         * gcc.dg/pch/system-1.h: New.
6680         * gcc.dg/pch/system-1.c: New.
6681
6682         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
6683
6684         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
6685         rather than trying to build and run a program using PCH.
6686         * gcc.dg/pch: Remove dg-do commands from test files.
6687
6688         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
6689
6690         * gcc.dg/pch/macro-3.c: New.
6691         * gcc.dg/pch/macro-3.h: New.
6692
6693         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
6694
6695         * gcc.dg/pch/common-1.c: New.
6696         * gcc.dg/pch/common-1.h: New.
6697         * gcc.dg/pch/decl-1.c: New.
6698         * gcc.dg/pch/decl-1.h: New.
6699         * gcc.dg/pch/decl-2.c: New.
6700         * gcc.dg/pch/decl-2.h: New.
6701         * gcc.dg/pch/decl-3.c: New.
6702         * gcc.dg/pch/decl-3.h: New.
6703         * gcc.dg/pch/decl-4.c: New.
6704         * gcc.dg/pch/decl-4.h: New.
6705         * gcc.dg/pch/decl-5.c: New.
6706         * gcc.dg/pch/decl-5.h: New.
6707         * gcc.dg/pch/global-1.c: New.
6708         * gcc.dg/pch/global-1.h: New.
6709         * gcc.dg/pch/inline-1.c: New.
6710         * gcc.dg/pch/inline-1.h: New.
6711         * gcc.dg/pch/inline-2.c: New.
6712         * gcc.dg/pch/inline-2.h: New.
6713         * gcc.dg/pch/static-1.c: New.
6714         * gcc.dg/pch/static-1.h: New.
6715         * gcc.dg/pch/static-2.c: New.
6716         * gcc.dg/pch/static-2.h: New.
6717
6718         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
6719
6720         * g++.dg/pch/pch.exp: Better handle failing testcases.
6721         * gcc.dg/pch/pch.exp: Likewise.
6722         * gcc.dg/pch/macro-1.c: New.
6723         * gcc.dg/pch/macro-1.h: New.
6724         * gcc.dg/pch/macro-2.c: New.
6725         * gcc.dg/pch/macro-2.h: New.
6726
6727         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
6728
6729         * g++.dg/dg.exp: Treat files in pch/ specially.
6730         * g++.dg/pch/pch.exp: New file.
6731         * g++.dg/pch/empty.H: New file.
6732         * g++.dg/pch/empty.C: New file.
6733         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
6734         "precompile".
6735
6736         * gcc.dg/pch/pch.exp: New file.
6737         * gcc.dg/pch/empty.h: New file.
6738         * gcc.dg/pch/empty.c: New file.
6739         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
6740         "precompile".
6741
6742 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6743
6744         * g++.dg/template/friend14.C: New test.
6745
6746 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6747
6748         * gcc.dg/old-style-asm-1.c: New test.
6749
6750 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
6751
6752         * gcc.c-torture/compile/20030109-1.c: New test.
6753
6754 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6755
6756         * gcc.c-torture/execute/20030109-1.c: New test.
6757
6758 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
6759
6760         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
6761         * g++.old-deja/g++.mike/dyncast2.C: Likewise
6762         * g++.old-deja/g++.mike/dyncast3.C: Likewise
6763         * g++.old-deja/g++.mike/eh2.C: Likewise
6764         * g++.old-deja/g++.mike/eh3.C: Likewise
6765         * g++.old-deja/g++.mike/eh5.C: Likewise
6766         * g++.old-deja/g++.mike/eh6.C: Likewise
6767         * g++.old-deja/g++.mike/eh7.C: Likewise
6768         * g++.old-deja/g++.mike/eh8.C: Likewise
6769         * g++.old-deja/g++.mike/eh9.C: Likewise
6770         * g++.old-deja/g++.mike/eh10.C: Likewise
6771         * g++.old-deja/g++.mike/eh12.C: Likewise
6772         * g++.old-deja/g++.mike/eh13.C: Likewise
6773         * g++.old-deja/g++.mike/eh14.C: Likewise
6774         * g++.old-deja/g++.mike/eh16.C: Likewise
6775         * g++.old-deja/g++.mike/eh17.C: Likewise
6776         * g++.old-deja/g++.mike/eh18.C: Likewise
6777         * g++.old-deja/g++.mike/eh21.C: Likewise
6778         * g++.old-deja/g++.mike/eh23.C: Likewise
6779         * g++.old-deja/g++.mike/eh24.C: Likewise
6780         * g++.old-deja/g++.mike/eh25.C: Likewise
6781         * g++.old-deja/g++.mike/eh26.C: Likewise
6782         * g++.old-deja/g++.mike/eh27.C: Likewise
6783         * g++.old-deja/g++.mike/eh28.C: Likewise
6784         * g++.old-deja/g++.mike/eh29.C: Likewise
6785         * g++.old-deja/g++.mike/eh31.C: Likewise
6786         * g++.old-deja/g++.mike/eh33.C: Likewise
6787         * g++.old-deja/g++.mike/eh34.C: Likewise
6788         * g++.old-deja/g++.mike/eh35.C: Likewise
6789         * g++.old-deja/g++.mike/eh36.C: Likewise
6790         * g++.old-deja/g++.mike/eh37.C: Likewise
6791         * g++.old-deja/g++.mike/eh38.C: Likewise
6792         * g++.old-deja/g++.mike/eh39.C: Likewise
6793         * g++.old-deja/g++.mike/eh40.C: Likewise
6794         * g++.old-deja/g++.mike/eh41.C: Likewise
6795         * g++.old-deja/g++.mike/eh42.C: Likewise
6796         * g++.old-deja/g++.mike/eh44.C: Likewise
6797         * g++.old-deja/g++.mike/eh46.C: Likewise
6798         * g++.old-deja/g++.mike/eh47.C: Likewise
6799         * g++.old-deja/g++.mike/eh48.C: Likewise
6800         * g++.old-deja/g++.mike/eh49.C: Likewise
6801         * g++.old-deja/g++.mike/eh50.C: Likewise
6802         * g++.old-deja/g++.mike/eh51.C: Likewise
6803         * g++.old-deja/g++.mike/eh53.C: Likewise
6804         * g++.old-deja/g++.mike/eh55.C: Likewise
6805         * g++.old-deja/g++.mike/p7912.C: Likewise
6806         * g++.old-deja/g++.mike/p9706.C: Likewise
6807         * g++.old-deja/g++.mike/p10416.C: Likewise
6808         * g++.old-deja/g++.mike/p11667.C: Likewise
6809         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
6810         Remove redundant reference to Iris.
6811         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
6812         Elxsi, i860, Pico Java, and WE32K.
6813
6814 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
6815
6816         * g++.dg/ext/asm4.C: New test.
6817
6818 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6819
6820         PR c++/9030
6821         * g++.dg/template/friend12.C: New test.
6822         * g++.dg/template/friend13.C: Likewise.
6823         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
6824
6825 2003-01-08  Jan Hubicka  <jh@suse.cz>
6826
6827         * gcc.dg/i386-cadd.c: New test.
6828         * gcc.dg/i386-cmov4.c: Likewise.
6829
6830 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
6831
6832         PR c++/9165
6833         * g++.dg/warn/Wunused-3.C: New test.
6834
6835         * g++.dg/abi/bitfield9.C: New test.
6836
6837         PR c++/9189
6838         * g++.dg/parse/defarg3.C: New test.
6839
6840 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
6841
6842         * g++.dg/parse/ambig1.C: New test.
6843         * g++.dg/parse/defarg2.C: New test.
6844
6845 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
6846
6847         * g++.dg/template/defarg-1.C: New test.
6848         * g++.dg/template/local2.C: Likewise.
6849
6850 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
6851
6852         * gcc.c-torture/execute/20030105-1.c: New test.
6853
6854 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6855
6856         * g++.dg/parse/namespace3.C: Remove extra semicolons.
6857         * g++.dg/parse/namespace4.C: Likewise.
6858
6859 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
6860
6861         * g++.dg/template/ntp2.C: New test.
6862
6863 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6864
6865         * g++.dg/parse/extern-C-1.C: New test.
6866
6867         * g++.dg/parse/namespace4.C: New test.
6868
6869         * g++.dg/template/nested1.C: New test.
6870
6871         * g++.dg/parse/namespace3.C: New test.
6872
6873 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6874
6875         * g++.dg/lookup/two-stage1.C: New test.
6876
6877 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6878
6879         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
6880         * g++.old-deja/g++.jason/access8.C: Likewise.
6881         * g++.old-deja/g++.other/decl5.C: Likewise.
6882
6883 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6884
6885         * g++.dg/parse/parse7.C: New test.
6886
6887 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
6888
6889         PR c++/2843
6890         * g++.dg/ext/attrib7.C: New test.
6891
6892 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6893
6894         * g++.dg/parse/parse6.C: New test.
6895
6896 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
6897
6898         * gcc.dg/h8300-stack-1.c: New.
6899
6900 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6901
6902         g++.dg/lookup/exception1.C: New test.
6903
6904         g++.dg/lookup/template1.C: New test.
6905
6906         g++.dg/parse/namespace2.C: New test.
6907
6908         g++.dg/parse/parens2.C: New test.
6909
6910 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6911
6912         * g++.dg/parse/parse5.C: New test.
6913         * g++.dg/lookup/scoped4.C: New test.
6914
6915 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6916
6917         * g++.dg/parse/parens1.C: New test.
6918
6919         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
6920         angle-bracket1.C.
6921         * g++.dg/parse/parens2.C: New test.
6922
6923         * g++.dg/lookup/scope-operator1.C: New test.
6924
6925         * g++.dg/parse/operator1.C: New test.
6926
6927 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6928
6929         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
6930         * g++.old-deja/g++.other/access6.C: Likewise.
6931         * g++.old-deja/g++.other/decl1.C: Likewise.
6932         * g++.old-deja/g++.pt/typename12.C: Likewise.
6933
6934 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
6935
6936         * g++.dg/parse/namespace1.C: New test.
6937
6938 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6939
6940         * g++.dg/parse/parse4.C: New test.
6941
6942 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6943
6944         * g++.dg/parse/parse3.C: New test.
6945
6946 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6947
6948         * g++.dg/parse/parse2.C: New test.
6949
6950 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6951
6952         * g++.dg/template/friend11.C: New test.
6953
6954 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6955
6956         * g++.dg/parse/parse1.C: New test.
6957
6958 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
6959
6960         * lib/profopt.exp: Change the name of a global variable to avoid
6961         possible clashes with other test suites.
6962
6963 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
6964
6965         * g++.dg/inherit/covariant8.C: New test.
6966
6967 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
6968
6969         * g++.dg/init/array9.C: New test.
6970
6971         PR c++/9112
6972         * g++.dg/parse/expr1.C: New test.
6973
6974 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6975
6976         * gcc.c-torture/compile/20021230-1.c: New test.
6977
6978 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6979
6980         * g++.dg/inherit/covariant5.C: New test.
6981         * g++.dg/inherit/covariant6.C: New test.
6982         * g++.dg/inherit/covariant7.C: New test.
6983
6984 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6985
6986         PR c++/2739
6987         * g++.dg/other/access2.C: New test.
6988
6989 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6990
6991         * g++.dg/other/anon-struct.C: No longer fails
6992         * g++.old-deja/g++.brendan/parse4.C: Likewise.
6993         * g++.old-deja/g++.brendan/parse5.C: Likewise.
6994         * g++.old-deja/g++.brendan/parse6.C: Likewise.
6995
6996 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6997
6998         * g++.dg/parse/angle-bracket.C (main): No longer fails.
6999
7000 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
7001
7002         * g++.dg/eh/spec4.C: Remove stray semicolon.
7003         * g++.dg/expr/pmf-1.C: Change error message.
7004         * g++.dg/ext/asm1.C: Remove stray semicolon.
7005         * g++.dg/ext/typename1.C: Add missing typenames.
7006         * g++.dg/inherit/template-as-base.C: Change error message.
7007         * g++.dg/lookup/scoped1.C: Likewise.
7008         * g++.dg/lookup/scoped2.C: Likewise.
7009         * g++.dg/lookup/using2.C: Likewise.
7010         * g++.dg/other/component1.C: Remove stray semicolon.
7011         * g++.dg/other/do1.C: Change error message.
7012         * g++.dg/other/error2.C: Likewise.
7013         * g++.dg/other/init1.C: Likewise.
7014         * g++.dg/other/packed1.C: Remove stray semicolon.
7015         * g++.dg/other/ptrmem2.C: Change error message.
7016         * g++.dg/parse/parameter-declaration-1.C: Remove line number
7017         marker.
7018         * g++.dg/special/initp1.C: Remove invalid attribute usage.
7019         * g++.dg/template/access3.C: Add typename keyword.
7020         * g++.dg/template/access5.C: Remove stray semicolon.
7021         * g++.dg/template/access6.C: Likewise.
7022         * g++.dg/template/complit1.C: Likewise.
7023         * g++.dg/template/crash1.C: Change error message.
7024         * g++.dg/template/inherit2.C: Remove stray semicolon.
7025         * g++.dg/template/instantiate2.C: Likewise.
7026         * g++.dg/template/instantiate3.C: Change error message.
7027         * g++.dg/template/qual1.C: Remove stray semicolon.
7028         * g++.dg/template/qualttp18.C: Change error message.
7029         * g++.dg/template/ref1.C: Remove stray semicolon.
7030         * g++.dg/template/sizeof1.C (A::value): Declare it.
7031         * g++.dg/template/spec4.C: Change error message.
7032         * g++.dg/template/static1.C: Likewise.
7033         * g++.dg/template/type1.C: Likewise.
7034         * g++.dg/template/typename3.C: Likewise.
7035         * g++.old-deja/g++.benjamin/13478.C: Change error message.
7036         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
7037         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
7038         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
7039         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
7040         named return value extension.
7041         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
7042         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
7043         * g++.old-deja/g++.bob/extern_C.C: Likewise.
7044         * g++.old-deja/g++.bob/inherit2.C: Likewise.
7045         * g++.old-deja/g++.brendan/complex1.C: Likewise.
7046         * g++.old-deja/g++.brendan/copy5.C: Likewise.
7047         * g++.old-deja/g++.brendan/crash13.C: Likewise.
7048         * g++.old-deja/g++.brendan/crash15.C: Likewise.
7049         * g++.old-deja/g++.brendan/crash18.C: Change error message.
7050         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
7051         * g++.old-deja/g++.brendan/crash38.C: Likewise.
7052         * g++.old-deja/g++.brendan/crash50.C: Likewise.
7053         * g++.old-deja/g++.brendan/crash56.C: Likewise.
7054         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
7055         syntax.
7056         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
7057         * g++.old-deja/g++.brendan/crash8.C: Change error message.
7058         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
7059         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7060         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
7061         * g++.old-deja/g++.brendan/template11.C: Likewise.
7062         * g++.old-deja/g++.brendan/template26.C: Likewise.
7063         * g++.old-deja/g++.brendan/template27.C: Use explicit
7064         specialization syntax.
7065         * g++.old-deja/g++.brendan/template30.C: Likewise.
7066         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
7067         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
7068         non-dependent names.
7069         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
7070         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
7071         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
7072         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
7073         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
7074         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
7075         named return value extension.
7076         * g++.old-deja/g++.ext/namedret2.C: Likewise.
7077         * g++.old-deja/g++.ext/namedret3.C: Likewise.
7078         * g++.old-deja/g++.ext/return1.C: Likewise.
7079         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
7080         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
7081         * g++.old-deja/g++.jason/access8.C: Likewise.
7082         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
7083         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
7084         pseudo-destructor names.
7085         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
7086         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
7087         pseudo-destructor names.
7088         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
7089         * g++.old-deja/g++.jason/overload19.C: Likewise.
7090         * g++.old-deja/g++.jason/overload32.C: Likewise.
7091         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
7092         stray semicolons.
7093         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
7094         * g++.old-deja/g++.jason/return.C: Likewise.
7095         * g++.old-deja/g++.jason/return2.C: Likewise.
7096         * g++.old-deja/g++.jason/shadow1.C: Likewise.
7097         * g++.old-deja/g++.jason/special.C: Use explicit specialization
7098         syntax.
7099         * g++.old-deja/g++.jason/template10.C: Account for use of
7100         non-dependent names.
7101         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
7102         syntax.
7103         * g++.old-deja/g++.jason/template37.C: Likewise.
7104         * g++.old-deja/g++.law/access4.C: Change error messages.
7105         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
7106         pseudo-destructor names.
7107         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
7108         * g++.old-deja/g++.law/ctors9.C: Likewise.
7109         * g++.old-deja/g++.law/cvt22.C: Likewise.
7110         * g++.old-deja/g++.law/dtors5.C: Likewise.
7111         * g++.old-deja/g++.law/global-init1.C: Likewise.
7112         * g++.old-deja/g++.law/missed-error3.C: Likewise.
7113         * g++.old-deja/g++.law/operators28.C: Likewise.
7114         * g++.old-deja/g++.law/visibility28.C: Likewise.
7115         * g++.old-deja/g++.martin/eval1.C: Likewise.
7116         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
7117         name.
7118         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
7119         * g++.old-deja/g++.mike/net34.C: Likewise.
7120         * g++.old-deja/g++.mike/net36.C: Likewise.
7121         * g++.old-deja/g++.mike/ns2.C: Likewise.
7122         * g++.old-deja/g++.mike/p12306.C: Likewise.
7123         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
7124         value extension.
7125         * g++.old-deja/g++.mike/p700.C: Likewise.
7126         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
7127         * g++.old-deja/g++.mike/p710.C: Likewise.
7128         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
7129         value extension.
7130         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
7131         * g++.old-deja/g++.mike/pmf9.C: Likewise.
7132         * g++.old-deja/g++.ns/crash2.C: Likewise.
7133         * g++.old-deja/g++.ns/crash3.C: Likewise.
7134         * g++.old-deja/g++.ns/invalid1.C: Likewise.
7135         * g++.old-deja/g++.ns/ns17.C: Likewise.
7136         * g++.old-deja/g++.ns/template16.C: Likewise.
7137         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
7138         keyword.
7139         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
7140         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
7141         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
7142         named return value extension.
7143         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
7144         * g++.old-deja/g++.other/access4.C: Issue additional error
7145         messages.
7146         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
7147         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
7148         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
7149         * g++.old-deja/g++.other/crash25.C: Change error message.
7150         * g++.old-deja/g++.other/crash4.C: Change error message.
7151         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
7152         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
7153         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
7154         checks.
7155         * g++.old-deja/g++.other/defarg8.C: Likewise.
7156         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
7157         * g++.old-deja/g++.other/dtor10.C: Likewise.
7158         * g++.old-deja/g++.other/incomplete.C: Likewise.
7159         * g++.old-deja/g++.other/linkage7.C: Likewise.
7160         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
7161         lookup algorithm.
7162         * g++.old-deja/g++.other/mangle2.C: Likewise.
7163         * g++.old-deja/g++.other/refinit2.C: Likewise.
7164         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
7165         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
7166         * g++.old-deja/g++.pt/crash28.C: Likewise.
7167         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
7168         syntax.
7169         * g++.old-deja/g++.pt/crash32.C: Change error message.
7170         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
7171         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
7172         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
7173         error message position.
7174         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
7175         * g++.old-deja/g++.pt/defarg8.C: Change error message.
7176         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
7177         syntax.
7178         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
7179         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
7180         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
7181         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
7182         keyword.
7183         * g++.old-deja/g++.pt/explicit31.C: Likewise.
7184         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
7185         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
7186         keyword.
7187         * g++.old-deja/g++.pt/explicit71.C: Change error message.
7188         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
7189         syntax.
7190         * g++.old-deja/g++.pt/friend28.C: Account for use of
7191         non-dependent names.
7192         * g++.old-deja/g++.pt/friend29.C: Likewise.
7193         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
7194         rules.
7195         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
7196         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
7197         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
7198         lookup rules.
7199         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
7200         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
7201         keyword.
7202         * g++.old-deja/g++.pt/memclass20.C: Likewise.
7203         * g++.old-deja/g++.pt/memclass5.C: Likewise.
7204         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
7205         keyword.
7206         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
7207         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
7208         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
7209         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
7210         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
7211         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
7212         keyword.
7213         * g++.old-deja/g++.pt/spec10.C: Likewise.
7214         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
7215         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
7216         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
7217         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
7218         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
7219         * g++.old-deja/g++.pt/ttp62.C: Likewise.
7220         * g++.old-deja/g++.pt/ttp64.C: Likewise.
7221         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
7222         * g++.old-deja/g++.pt/typename15.C: Likewise.
7223         * g++.old-deja/g++.pt/typename22.C: Likewise.
7224         * g++.old-deja/g++.pt/typename6.C: Change error messages.
7225         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
7226         * g++.old-deja/g++.pt/virtual2.C: Likewise.
7227         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
7228         syntax.
7229         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
7230         return value extension.
7231         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
7232         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
7233         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
7234         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
7235
7236 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
7237
7238         * g++.dg/warn/inline1.C: New test.
7239         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
7240         * g++.old-deja/g++.jason/synth10.C: Likewise.
7241         * g++.old-deja/g++.mike/net31.C: Likewise.
7242         * g++.old-deja/g++.mike/p8786.C: Likewise.
7243
7244         * g++.dg/template/friend10.C: New test.
7245         * g++.dg/template/conv5.C: New test.
7246
7247 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
7248
7249         * g++.dg/lookup/scoped3.C: New test.
7250
7251         * g++.dg/lookup/decl1.C: New test.
7252         * g++.dg/lookup/decl2.C: New test.
7253
7254 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7255
7256         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
7257         gcc.c-torture/compile/20021015-1.c,
7258         gcc.c-torture/compile/20021015-2.c,
7259         gcc.c-torture/compile/20021123-1.c,
7260         gcc.c-torture/compile/20021123-2.c,
7261         gcc.c-torture/compile/20021123-3.c,
7262         gcc.c-torture/compile/20021123-4.c,
7263         gcc.c-torture/execute/20021024-1.c: Add tests previously added
7264         only to 3.1 or 3.2 branch.
7265
7266 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
7267
7268         * gcc.dg/i386-bitfield3.c: New test.
7269
7270         * gcc.dg/i386-bitfield2.c: New test.
7271
7272 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
7273
7274         * g++.dg/parse/conv_op1.C: New test.
7275
7276 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
7277
7278         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
7279         approved.
7280
7281 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
7282
7283         * gcc.c-torture/compile/20021220-1.c: New test.
7284
7285 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7286
7287         * gcc.dg/i386-fastcall-1.c: New.
7288
7289 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7290
7291         * gcc.c-torture/execute/20021219-1.c: New test.
7292
7293 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7294
7295         * gcc.dg/i386-pic-1.c: New test.
7296
7297 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7298
7299         PR c++/8099
7300         * g++.dg/template/friend9.C: New test.
7301
7302 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7303
7304         PR c++/3663
7305         * g++.dg/template/access7.C: New test.
7306
7307 2002-12-18  Nick Clifton  <nickc@redhat.com>
7308
7309         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
7310         the libstdc++-v3 directory has been found.
7311
7312 2002-12-12  Devang Patel <dpatel@apple.com>
7313         * gcc.dg/darwin-ld-1.c: New test.
7314         * gcc.dg/darwin-ld-2.c: New test.
7315         * gcc.dg/darwin-ld-3.c: New test.
7316         * gcc.dg/darwin-ld-4.c: New test.
7317         * gcc.dg/darwin-ld-5.c: New test.
7318
7319 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7320
7321         * gcc.c-torture/compile/20021212-1.c: New test.
7322
7323 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
7324
7325         * gcc.dg/fshort-wchar: New test.
7326
7327 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
7328
7329         PR c++/8372
7330         * g++.dg/template/dtor1.C: New test.
7331
7332         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
7333         markers.
7334
7335 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
7336
7337         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
7338
7339 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
7340
7341         * g++.dg/template/static1.C: New test.
7342         * g++.dg/template/static2.C: New test.
7343         * g++.old-deja/g++.ext/memconst.C: New test.
7344
7345 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7346
7347         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
7348         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
7349         * g++.dg/special/initp1.C: Likewise.
7350
7351 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
7352
7353         * gcc.c-torture/execute/20021204-1.c: New test.
7354
7355 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
7356
7357         * gcc.dg/ppc-fmadd-1.c: New file.
7358         * gcc.dg/ppc-fmadd-2.c: New file.
7359         * gcc.dg/ppc-fmadd-3.c: New file.
7360
7361 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7362
7363         * gcc.c-torture/compile/20021204-1.c: New test.
7364
7365 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
7366
7367         * g++.dg/inherit/covariant2.C: New test.
7368         * g++.dg/inherit/covariant3.C: New test.
7369         * g++.dg/inherit/covariant4.C: New test.
7370         * g++.dg/inherit/covariant1.C: Remove XFAIL.
7371         * g++.old-deja/g++.robertl/eb17.C: Likewise.
7372
7373 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
7374
7375         PR c++/8688
7376         * g++.dg/init/brace3.C: New test.
7377
7378 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7379
7380         * gcc.dg/20020210-1.c: Fix a comment typo.
7381
7382 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
7383
7384         PR c++/8720
7385         * g++.dg/parse/defarg1.C: New test.
7386
7387         PR c++/8615
7388         * g++.dg/template/char1.C: New test.
7389
7390         * g++.dg/template/varmod1.C: Fix typo.
7391
7392 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7393
7394         DR 180
7395         * g++.old-deja/g++.pt/crash32.C: Expect error.
7396
7397 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
7398
7399         PR c++/5919
7400         * g++.dg/template/varmod1.C: New test.
7401
7402         PR c++/8727
7403         * g++.dg/inherit/typeinfo1.C: New test.
7404
7405         PR c++/8663
7406         * g++.dg/inherit/typedef1.C: New test.
7407
7408 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
7409
7410         PR c++/8332
7411         PR c++/8493
7412         * g++.dg/template/strlen1.C: New test.
7413
7414         PR c++/8227
7415         * g++.dg/template/ctor2.C: New test.
7416
7417         PR c++/8214
7418         * g++.dg/init/string1.C: New test.
7419
7420         PR c++/8511
7421         * g++.dg/template/friend8.C: New test.
7422
7423 2002-11-29  Joe Buck <jbuck@synopsys.com>
7424
7425         * g++.dg/lookup/anon2.C: New test.
7426
7427 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7428
7429         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
7430         h8300 port.
7431
7432 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
7433
7434         * gcc.dg/bitfld-6.c: New test.
7435
7436 2002-11-27  Jan Hubicka  <jh@suse.cz>
7437
7438         * gcc.c-torture/execute/20021127.[cx]: New test.
7439
7440 2002-11-26  Jan Hubicka  <jh@suse.cz>
7441
7442         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
7443         quality.
7444
7445 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
7446
7447         * g++.dg/init/brace2.C: New test.
7448         * g++.old-deja/g++.mike/p9129.C: Correct.
7449
7450 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
7451
7452         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
7453
7454 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
7455
7456         * gcc.dg/sibcall-6: New test for indirect sibcalls.
7457
7458 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
7459
7460         * testsuite/g++.dg/abi/empty11.C: New test.
7461         * testsuite/g++.dg/rtti/cv1.C: New test.
7462
7463 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
7464
7465         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
7466
7467 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
7468
7469         * g++.dg/abi/empty10.C: New test.
7470
7471 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
7472
7473         * gcc.c-torture/compile/20021124-1.c: New test.
7474
7475 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
7476
7477         * g++.dg/abi/rtti2.C: New test.
7478
7479 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7480
7481         * gcc.dg/i386-unroll-1.c: New test.
7482
7483 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7484
7485         * gcc.c-torture/compile/20021120-1.c: New test.
7486         * gcc.c-torture/compile/20021120-2.c: New test.
7487
7488 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7489
7490         * gcc.dg/bitfld-5.c: New test.
7491
7492 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7493
7494         * gcc.c-torture/execute/20021120-3.c: New test.
7495
7496 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7497
7498         * gcc.c-torture/execute/20021120-2.c: New test.
7499
7500 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7501
7502         * gcc.c-torture/execute/20021120-1.c: New test.
7503
7504 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
7505
7506         * gcc.c-torture/execute/20021118-3.c: New test.
7507
7508 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7509
7510         * gcc.c-torture/compile/20021119-1.c: New test.
7511
7512 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
7513
7514         * gcc.dg/duff-1.c: New test.
7515         * gcc.dg/duff-2.c: New test.
7516         * gcc.dg/duff-3.c: New test.
7517
7518 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
7519
7520         * gcc.dg/cpp/_Pragma5.c: New test.
7521
7522 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
7523
7524         * gcc.c-torture/execute/20021118-2.c: New test.
7525
7526 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
7527
7528         * gcc.c-torture/execute/20021118-1.c: New test.
7529
7530 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
7531
7532         * gcc.dg/20021116-1.c: New test.
7533
7534 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
7535
7536         * g++.dg/abi/vcall1.C: New test.
7537
7538 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
7539
7540         * gcc.dg/20021029-1.c: New test.
7541         * gcc.dg/20021029-2.c: New test.
7542
7543 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7544
7545         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
7546
7547 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7548
7549         PR c/8439
7550         * gcc.dg/20021110.c: Move to ...
7551         * gcc.c-torture/compile/20021110.c: .... here.
7552
7553 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7554
7555         PR c/8467
7556         * gcc.c-torture/execute/20021111-1.c
7557
7558 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7559
7560         PR c/8439
7561         * gcc.dg/20021110.c: New test.
7562
7563 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
7564
7565         * g++.dg/abi/vthunk3.C: Run only on x86.
7566
7567 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
7568
7569         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
7570
7571 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
7572
7573         * lib/compat.exp (compat-execute): Fix logic error in last
7574         change.
7575
7576 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
7577
7578         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
7579
7580 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7581
7582         PR c++/8389
7583         * g++.dg/template/access6.C: New test.
7584
7585 2002-11-08  Jan Hubicka  <jh@suse.cz>
7586
7587         * gcc.dg/i386-ssefp-1.c: New test.
7588         * gcc.dg/i386-ssefp-1.c: New test.
7589
7590 2002-11-08  Jan Hubicka  <jh@suse.cz>
7591
7592         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
7593
7594 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
7595
7596         * g++.dg/abi/vthunk3.C: New test.
7597
7598         PR c++/8338
7599         * g++.dg/template/crash2.C: New test.
7600
7601 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
7602
7603         * testsuite/g++.dg/abi/dtor1.C: New test.
7604         * testsuite/g++.dg/abi/dtor2.C: Likewise.
7605
7606 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
7607
7608         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
7609         Darwin.
7610
7611 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7612
7613         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
7614         -mthumb.  Only xfail with -O0.
7615
7616 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
7617
7618         * g++.dg/abi/thunk1.C: New test.
7619         * g++.dg/abi/thunk2.C: Likewise.
7620         * g++.dg/abi/vtt1.C: Likewise.
7621
7622 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
7623
7624         PR optimization/8423
7625         * gcc.c-torture/execute/builtin-constant.c: New test.
7626
7627 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
7628
7629         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
7630         Add some more cases.
7631
7632 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
7633
7634         PR c++/8391
7635         * g++.dg/opt/local1.C: New test.
7636
7637 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
7638
7639         PR c++/8160
7640         * g++.dg/template/complit1.C: New test.
7641
7642         PR c++/8149
7643         * g++.dg/template/typename4.C: Likewise.
7644
7645 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7646
7647         Core issue 287, PR c++/7639
7648         * g++.dg/template/instantiate1.C: Adjust error location.
7649         * g++.dg/template/instantiate3.C: New test.
7650         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
7651         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
7652         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
7653
7654 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
7655
7656         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
7657
7658 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
7659
7660         PR c++/8287
7661         * g++.dg/init/dtor2.C: New test.
7662
7663 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7664
7665         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
7666         * gcc.dg/nest.c: Bypass errors on irix6.
7667
7668 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
7669
7670         * gcc.dg/nest.c: Expect error for mmix-*-*.
7671         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
7672
7673 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
7674
7675         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
7676         markers.
7677
7678         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
7679
7680 2002-10-25  Mike Stump  <mrs@apple.com>
7681
7682         * gcc.dg/warn-1.c: New test.
7683
7684 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
7685
7686         * g++.dg/template/typename3.C: New test.
7687
7688 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
7689
7690         * g++.dg/lookup/ptrmem1.C: New test.
7691
7692         * g++.dg/abi/vthunk2.C: New test.
7693
7694 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
7695
7696         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
7697
7698 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
7699
7700         * g++.dg/abi/empty9.C: New test.
7701
7702 2002-10-24  Richard Henderson  <rth@redhat.com>
7703
7704         * g++.dg/inherit/thunk1.C: Enable for ia64.
7705
7706 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
7707
7708         PR c++/8067
7709         * g++.dg/lookup/pretty1.C: New test.
7710
7711 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
7712
7713         * gcc.dg/20021023-1.c: New test.
7714
7715 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
7716
7717         PR c++/7679
7718         * g++.dg/parse/inline1.C: New test.
7719
7720 2002-10-23  Richard Henderson  <rth@redhat.com>
7721
7722         * g++.dg/inherit/thunk1.C: Enable for x86_64.
7723
7724         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
7725
7726 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
7727
7728         PR c++/6579
7729         * g++.dg/parse/stmtexpr3.C: New test.
7730
7731 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
7732
7733         * g++.dg/expr/cond1.C: New test.
7734
7735 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
7736
7737         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
7738
7739 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7740
7741         * g++.dg/abi/vbase13.C: New test.
7742         * g++.dg/abi/vbase14.C: Likewise.
7743
7744 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
7745
7746         * gcc.dg/tls/pic-1.c: New test.
7747         * gcc.dg/tls/nonpic-1.c: New test.
7748         * gcc.dg/20021018-1.c: New test.
7749
7750 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
7751
7752         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
7753         Remove only files with the same base name as the test case.
7754         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
7755         (profopt-execute): Likewise.  Also, remove old profiling
7756         and performance data files before running the tests.
7757
7758         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
7759         * g++.dg/bprob/bprob.exp: Likewise.
7760         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
7761         to allow more general test case names.
7762
7763         * g++.dg/bprob/bprob-1.C: Rename to ...
7764         * g++.dg/bprob/g++-bprob-1.C: ... this.
7765
7766         * g77.dg/bprob/bprob-1.f: Rename to ...
7767         * g77.dg/bprob/g77-bprob-1.f: ... this.
7768
7769 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
7770
7771         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
7772         bison 1.50 or later.
7773
7774 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
7775
7776         * g++.dg/README: Describe more test directories.
7777
7778 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7779
7780         * g++.dg/init/array6.C: Add additional tests.
7781
7782 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
7783
7784         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
7785         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
7786
7787 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
7788
7789         * gcc.c-torture/compile/20020604-1.x: New.
7790         * gcc.c-torture/compile/simd-5.x: Likewise.
7791         * gcc.c-torture/execute/920710-1.x: Likewise.
7792         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
7793
7794 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7795
7796         * g++.dg/inherit/override1.C: Add dg-options clause.
7797
7798 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7799
7800         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
7801         _mm_slli_si128.
7802
7803 2002-10-19  Andreas Schwab  <schwab@suse.de>
7804
7805         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
7806         directory component.
7807
7808 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
7809
7810         * g++.dg/inherit/thunk1.C: New test.
7811
7812         * g++.dg/inherit/override1.C: New test.
7813
7814         * g++.dg/abi/mangle11.C: New test.
7815         * g++.dg/abi/mangle14.C: New test.
7816         * g++.dg/abi/mangle17.C: New test.
7817
7818 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
7819
7820         * g++.dg/overload/member2.C: New test.
7821
7822 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
7823
7824         * g++.dg/README: Describe new compat directory.
7825         * g++.dg/dg.exp: Skip tests in compat directory.
7826         * README.compat: New file.
7827         * lib/compat.exp: New expect script.
7828         * g++.dg/compat: New test directory.
7829         * g++.dg/compat/compat.exp: New expect script.
7830         * g++.dg/compat/abi: New test directory.
7831         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
7832         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
7833         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
7834         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
7835         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
7836         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
7837         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
7838         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
7839         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
7840         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
7841         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
7842         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
7843         * g++.dg/compat/break: New test directory.
7844         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
7845         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
7846         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
7847         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
7848         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
7849         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
7850         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
7851         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
7852         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
7853         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
7854         g++.dg/compat/break/README: New files.
7855         * g++.dg/compat/eh: New test directory.
7856         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
7857         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
7858         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
7859         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
7860         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
7861         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
7862         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
7863         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
7864         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
7865         g++.dg/compat/eh/filter2_y.C,
7866         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
7867         g++.dg/compat/eh/new1_y.C,
7868         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
7869         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
7870         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
7871         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
7872         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
7873         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
7874         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
7875         g++.dg/compat/eh/unexpected1_y.C: New files.
7876         * g++.dg/compat/init: New test directory.
7877         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
7878         g++.dg/compat/init/array5_y.C,
7879         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
7880         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
7881         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
7882         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
7883         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
7884         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
7885         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
7886         g++.dg/compat/init/init-ref2_y.C: New files.
7887
7888 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7889
7890         PR c++/7584
7891         * g++.dg/inherit/using3.C: New test.
7892
7893 2002-10-17  Jan Hubicka  <jh@suse.cz>
7894
7895         * gcc.dg/20021017-2.c: New test.
7896
7897 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7898
7899         * g++.dg/abi/mangle16.C: Adjust.
7900
7901         * g++.dg/init/array8.C: New test.
7902
7903 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
7904
7905         * gcc.dg/special/mips-abi.exp: New test.
7906         * gcc.dg/special/mips-abi.s: Empty file used by the above.
7907
7908 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
7909
7910         * g++.dg/abi/mangle16.C: New test.
7911         * g++.dg/abi/mangle17.C: Likewise.
7912
7913         PR c++/7478
7914         * g++.dg/template/ref1.C: New test.
7915
7916 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7917
7918         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
7919
7920 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
7921
7922         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
7923
7924 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
7925
7926         PR c++/7524
7927         * g++.dg/init/array7.C: New test.
7928
7929 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
7930
7931         * g++.dg/init/array6.C: New test.
7932
7933         * g++.dg/abi/mangle13.C: Likewise.
7934         * g++.dg/abi/mangle14.C: Likewise.
7935         * g++.dg/abi/mangle15.C: Likewise.
7936
7937 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7938
7939         * g++.dg/abi/empty8.C: New test.
7940
7941 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
7942
7943         * g++.dg/init/ctor1.C: New test.
7944
7945 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
7946
7947         * gcc.c-torture/execute/20021015-1.c: New test.
7948
7949 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
7950
7951         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
7952
7953 2002-10-14  Jan Hubicka  <jh@suse.cz>
7954
7955         * gcc.dg/i386-ssetype-[1-5].c: New tests.
7956
7957 2002-10-14  Richard Henderson  <rth@redhat.com>
7958
7959         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
7960
7961 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7962
7963         PR optimization/6631
7964         * g++.dg/opt/const2.C: New test.
7965
7966 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7967
7968         PR c++/7176
7969         * g++.dg/parse/friend1.C: New test.
7970         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
7971
7972 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7973
7974         * gcc.dg/20021014-1.c: New test.
7975
7976 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
7977
7978         PR c++/5661
7979         * g++.dg/ext/vlm1.C: New test.
7980         * g++.dg/ext/vlm2.C: Likewise.
7981
7982         * g++.dg/init/array1.C: Remove invalid braces.
7983         * g++.dg/init/brace1.C: New test.
7984         * g++.dg/init/copy2.C: Likewise.
7985         * g++.dg/init/copy3.C: Likewise.
7986         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
7987         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
7988         braces.
7989
7990 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
7991
7992         * gcc.dg/cpp/assembler.S: Don't use -ansi.
7993
7994 2002-10-11  Richard Shann  <richard.shann@superh.com>
7995
7996         * gcc.c-torture/compile/simd-5.c: New test.
7997
7998 2002-10-10  Roger Sayle  <roger@eyesopen.com>
7999
8000         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8001
8002 2002-10-10  Jim Wilson  <wilson@redhat.com>
8003
8004         * gcc.c-torture/execute/20021010-1.c: New test.
8005
8006 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8007
8008         PR c/7353
8009         * g++.dg/ext/typedef-init.C: New test.
8010         * gcc.dg/typedef-init.c: New test.
8011
8012 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
8013
8014         * gcc.dg/cpp/paste13.c: New test.
8015
8016 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8017
8018         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
8019         remaining platforms, XFAIL during compile, not execute.  Don't
8020         XFAIL at -O0.
8021
8022 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
8023
8024         * gcc.dg/alias-1.c: Tweak expected warning.
8025
8026 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
8027
8028         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
8029
8030 2002-10-06  Andreas Jaeger  <aj@suse.de>
8031
8032         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
8033         * gcc.dg/cpp/c++98.C: Likewise.
8034
8035         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
8036         * g++.dg/cpp/c++98.C: Likewise.
8037
8038         * g++.dg/README (Subdirectories): Mention cpp directory.
8039
8040         PR target/7559
8041         * gcc.dg/20021006-1.c: New test.
8042
8043 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8044
8045         PR c++/7804
8046         * g++.dg/other/warning1.C: New test.
8047
8048 2002-10-04  Roger Sayle  <roger@eyesopen.com>
8049
8050         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
8051         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
8052         and sparc-*-* with -m64 as expected failures.  See PR 8087.
8053
8054 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8055
8056         PR c++/7931
8057         * g++.dg/template/ptrmem3.C: New test.
8058
8059         PR c++/7754
8060         * g++.dg/template/union1.C: New test.
8061
8062 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8063
8064         PR c++/8006
8065         * g++.dg/abi/mangle9.C: New test.
8066         * g++.dg/abi/mangle10.C: New test.
8067         * g++.dg/abi/mangle11.C: New test.
8068         * g++.dg/abi/mangle12.C: New test.
8069
8070 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
8071
8072         PR c++/7188.
8073         * g++.dg/template/meminit1.C: New test.
8074         * g++.dg/warn/Wreorder-1.C: Likewise.
8075         * g++.old-deja/g++.mike/warn3.C: Tweak.
8076         * lib/prune.exp: Ingore "in copy constructor".
8077
8078 2002-10-02  Andreas Jaeger  <aj@suse.de>
8079
8080         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
8081         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
8082         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
8083         on x86-64.
8084
8085 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8086
8087         * gcc.dg/empty1.C: Fix typo.
8088
8089 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
8090
8091         * gcc.dg/alias-1.c: New test.
8092
8093 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8094
8095         * gcc.dg/empty1.C: New test.
8096
8097         * g++.dg/tls/init-2.C: Tweak error messages.
8098
8099 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
8100
8101         * gcc.c-torture/compile/20020923-1.c: New test.
8102
8103 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
8104
8105         * gcc.c-torture/execute/ffs-1.c: New test.
8106         * gcc.c-torture/execute/ffs-2.c: Ditto.
8107
8108 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
8109
8110         * g++.dg/overload/member1.C: New test.
8111
8112 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
8113
8114         * g++.dg/abi/empty7.C: New test.
8115         * g++.dg/init/pm2.C: Likewise.
8116
8117 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
8118
8119         * g++.dg/rtti/crash1.C: New test.
8120
8121 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8122
8123         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
8124         gcc.dg/sibcall-4.c: New tests.
8125
8126 2002-09-28  Roger Sayle  <roger@eyesopen.com>
8127
8128         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
8129         powerpc and MMIX targets.
8130
8131 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
8132
8133         * gcc.dg/cpp/20020927-1.c: New.
8134
8135 2002-09-26  David S. Miller  <davem@redhat.com>
8136
8137         * gcc.c-torture/compile/trunctfdf.c: New.
8138
8139 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8140
8141         * lib/target-supports.exp (check_weak_available): Handle solaris2.
8142
8143 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
8144
8145         * gcc.c-torture/execute/loop-15.c: New.
8146
8147 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
8148
8149         * README.QMTEST: Fix typo.
8150
8151 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
8152
8153         * gcc.dg/20020926-1.c: New test.
8154
8155 2002-09-25  David S. Miller  <davem@redhat.com>
8156
8157         PR target/7842
8158         * gcc.c-torture/execute/shiftdi.c: New test.
8159
8160 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
8161
8162         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
8163         unique to the tool.
8164         * lib/g77.exp (g77_init): Likewise.
8165         * lib/g++.exp (g++_init): Likewise.
8166         * lib/objc.exp (objc_init): Likewise.
8167
8168 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
8169
8170         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
8171         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
8172         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
8173
8174 2002-09-25  Richard Henderson  <rth@redhat.com>
8175
8176         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
8177         too-small long double.
8178
8179 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
8180
8181         * gcc.dg/20020919-1.c: New test.
8182
8183 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
8184
8185         * g++.dg/abi/bitfield6.C: New test.
8186         * g++.dg/abi/bitfield7.C: New test.
8187         * g++.dg/abi/bitfield8.C: New test.
8188         * g++.dg/abi/vbase11.C: New test.
8189
8190 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8191
8192         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
8193         hppa*-*-hpux*.  Update test comment.
8194
8195 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
8196
8197         * gcc.dg/tls/struct-1.c: New test.
8198
8199 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
8200
8201         * gcc.dg/cpp/tr-warn2.c: Update.
8202
8203 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8204
8205         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
8206
8207 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8208
8209         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
8210         systems.
8211
8212 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
8213
8214         * gcc.c-torture/execute/ieee/mzero3.c: New test.
8215
8216         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8217         Adjust for c++filt moved to binutils.  Remove spurious duplicate
8218         setting of cxxfilt.
8219
8220 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
8221
8222         * gcc.dg/20020312-2.c: Update for darwin.
8223
8224 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8225
8226         * g++.old-deja/g++.other/crash32.C: Mark ICE.
8227
8228 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
8229
8230         * objc.dg/comp-types-1.m: New test.
8231         * objc.dg/comp-types-2.m: New test.
8232         * objc.dg/comp-types-3.m: New test.
8233         * objc.dg/comp-types-4.m: New test.
8234         * objc.dg/comp-types-5.m: New test.
8235         * objc.dg/comp-types-6.m: New test.
8236
8237 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8238
8239         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
8240
8241 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8242
8243         * g++.dg/other/do1.C: New test.
8244
8245         * g++.dg/template/subst1.C: New test.
8246
8247 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
8248
8249         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
8250
8251 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8252
8253         * g++.dg/template/qualttp20.C: Adjust expected errors.
8254         * g++.old-deja/g++.jason/report.C: Likewise.
8255         * g++.old-deja/g++.other/qual1.C: Likewise.
8256
8257         * g++.dg/lookup/scoped2.C: New test.
8258
8259         * g++.dg/ext/asm3.C: New test.
8260
8261 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
8262
8263         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
8264
8265 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
8266
8267         * ChangeLog: follow spelling conventions.
8268         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
8269         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
8270         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
8271         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
8272         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
8273         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
8274         * g++.old-deja/g++.law/global-init1.C: Likewise.
8275         * g++.old-deja/g++.other/delete4.C: Likewise.
8276         * g++.old-deja/g++.other/inline21.C: Likewise.
8277         * g++.old-deja/g++.other/singleton.C: Likewise.
8278         * g77.dg/strlen0.f: Likewise.
8279         * g77.f-torture/compile/20010519-1.f: Likewise.
8280         * g77.f-torture/compile/980310-4.f: Likewise.
8281         * gcc.c-torture/compile/20000605-1.c: Likewise.
8282         * gcc.c-torture/execute/20020225-1.c: Likewise.
8283         * gcc.dg/c90-hexfloat-2.c: Likewise.
8284         * gcc.dg/c99-bool-1.c: Likewise.
8285         * gcc.dg/c99-hexfloat-2.c: Likewise.
8286         * gcc.dg/dll-2.c: Likewise.
8287         * gcc.dg/wtr-union-init-1.c: Likewise.
8288         * gcc.dg/wtr-union-init-2.c: Likewise.
8289         * gcc.dg/wtr-union-init-3.c: Likewise.
8290         * gcc.dg/cpp/avoidpaste1.c: Likewise.
8291         * gcc.dg/cpp/defined.c: Likewise.
8292         * gcc.dg/cpp/macsyntx.c: Likewise.
8293         * gcc.dg/cpp/paste2.c: Likewise.
8294         * gcc.dg/cpp/trad/defined.c: Likewise.
8295         * gcc.dg/format/c90-printf-1.c: Likewise.
8296         * gcc.dg/format/c90-scanf-1.c: Likewise.
8297         * gcc.dg/format/c99-printf-1.c: Likewise.
8298         * gcc.dg/format/c99-scanf-1.c: Likewise.
8299         * gcc.misc-tests/gcov-8.c: Likewise.
8300         * lib/profopt.exp: Likewise.
8301
8302 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
8303
8304         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8305
8306 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8307
8308         * g++.dg/inherit/using2.C: New test.
8309
8310 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
8311
8312         * ChangeLog: Follow spelling conventions.
8313         * g++.dg/template/friend4.C: Likewise.
8314         * g++.old-deja/g++.pt/crash67.C: Likewise.
8315         * gcc.c-torture/execute/20000801-4.c: Likewise.
8316         * gcc.dg/c90-digraph-1.c: Likewise.
8317         * gcc.dg/c94-digraph-1.c: Likewise.
8318         * gcc.dg/c99-digraph-1.c: Likewise.
8319         * gcc.dg/cpp/line5.c: Likewise.
8320         * gcc.dg/cpp/multiline.c: Likewise.
8321         * gcc.dg/cpp/trad/literals-1.c: Likewise.
8322         * gcc.dg/format/attr-3.c: Likewise.
8323         * gcc.dg/format/c90-scanf-3.c: Likewise.
8324         * gcc.dg/format/ext-4.c: Likewise.
8325
8326 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8327
8328         * g++.dg/template/pretty1.C: New test.
8329
8330 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
8331
8332         * gcc.c-torture/execute/struct-cpy-1.c: New test.
8333
8334 2002-09-13  Matt Austern  <austern@apple.com>
8335
8336         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
8337         passing a cast expression to a function by const reference.
8338
8339 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
8340
8341         * g++.dg/template/deduce1.C: New test.
8342
8343 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
8344
8345         * gcc.c-torture/execute/simd-1.c: Force all use of int to
8346         32-bit int.
8347
8348 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8349
8350         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
8351         usage.
8352
8353 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
8354
8355         * gcc.c-torture/compile/20020910-1.c: New test.
8356
8357 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
8358
8359         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
8360
8361 2002-09-10  Andreas Jaeger  <aj@suse.de>
8362
8363         * gcc.dg/20020312-2.c: Adjust for x86-64.
8364
8365 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
8366
8367         * g77.dg/7388.f: New test case for PR 7388.
8368
8369 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8370
8371         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
8372
8373 2002-09-05  Ziemowit Laski <zlaski@apple.com>
8374
8375         * objc.dg/proto-lossage-1.m: New test.
8376
8377 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
8378
8379         * gcc.dg/cpp/_Pragma4.c: Fix typo.
8380
8381 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
8382
8383         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
8384         expected to pass.
8385
8386 2002-09-06  Stan Shebs  <shebs@apple.com>
8387             David Edelsohn  <edelsohn@gnu.org>
8388
8389         * gcc.dg/weak: New directory.
8390         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
8391         target-specific xfail bits.
8392         * gcc.dg/typeof-2.c: Move to new directory.
8393         * gcc.dg/weak.exp: New expect script.
8394
8395 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
8396
8397         * gcc.c-torture/execute/extzvsi.c: New test.
8398
8399 2002-09-05  Stan Shebs  <shebs@apple.com>
8400
8401         * gcc.dg/weak-1.c: xfail on Darwin.
8402         * gcc.dg/weak-2.c: Ditto.
8403         * gcc.dg/weak-3.c: Ditto.
8404         * gcc.dg/weak-4.c: Ditto.
8405         * gcc.dg/weak-5.c: Ditto.
8406         * gcc.dg/weak-6.c: Ditto.
8407         * gcc.dg/weak-7.c: Ditto.
8408         * gcc.dg/weak-8.c: Ditto.
8409         * gcc.dg/weak-9.c: Ditto.
8410
8411 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
8412
8413         * gcc.c-torture/execute/loop-14.c: New test.
8414
8415 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
8416
8417         * g++.dg/other/cxa-atexit1.C: New test.
8418
8419         * gcc.dg/typeof-2.c: New test.
8420
8421 2002-09-03  Roger Sayle  <roger@eyesopen.com>
8422
8423         * gcc.dg/builtins-2.c: New testcase.
8424         * gcc.dg/builtins-3.c: New testcase.
8425
8426 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
8427
8428         * gcc.dg/cpp/_Pragma4.c: New test.
8429
8430 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
8431
8432         * objc/execute/nil_method-1.m: New testcase.
8433
8434 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
8435
8436         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
8437         [Object class], not [Object initialize].
8438
8439 2002-08-31  Roger Sayle  <roger@eyesopen.com>
8440             Hans-Peter Nilsson  <hp@bitrange.com>
8441
8442         * gcc.c-torture/execute/20020720-1.x: Skip test on
8443         mmix-knuth-mmixware.  Correct comment.
8444
8445 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
8446
8447         * testsuite/g++.dg/abi/bitfield5.C: New test.
8448         * testsuite/g++.dg/abi/vbase10.C: Likewise.
8449
8450 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
8451
8452         * objc.dg/undeclared-selector.m: New test.
8453
8454 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
8455
8456         * g++.dg/other/offsetof1.C: Avoid cast warning.
8457
8458 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
8459
8460         * objc.dg/super-class-2.m: New test.
8461
8462 2002-08-24  Matt Austern  <austern@apple.com>
8463
8464         * g++.dg/ext/lvaddr.C: New test.
8465         * g++.dg/ext/lvcast.C: New test.
8466
8467 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
8468
8469         * testsuite/g++.dg/inherit/cond1.C: New test.
8470
8471 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
8472
8473         * gcc.dg/noncompile/incomplete-1.c: New test.
8474
8475 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
8476
8477         * gcc.dg/typespec-1.c: New test.
8478
8479 2002-08-20  Devang Patel  <dpatel@apple.com>
8480         * objc.dg/proto-hier-2.m: New test.
8481
8482 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
8483
8484         * objc.dg/bitfield-1.m: New test.
8485         * objc.dg/bitfield-2.m: New test.
8486
8487 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
8488
8489         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
8490         gcc.dg/c99-flex-array-4.c: New tests.
8491
8492 2002-08-16  Stan Shebs  <shebs@apple.com>
8493
8494         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
8495
8496 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
8497
8498         * gcc.dg/typeof-1.c: New test.
8499         * g++.dg/ext/typeof2.C: New test.
8500
8501 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
8502
8503         * g++.dg/other/offsetof1.C: New test.
8504
8505 2002-08-14  Richard Henderson  <rth@redhat.com>
8506
8507         * gcc.dg/tls/diag-3.c: Fix expected message strings.
8508
8509 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
8510
8511         * gcc.dg/cpp/_Pragma3.c: New test.
8512
8513 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
8514
8515         * g++.dg/template/inherit3: New test.
8516
8517 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8518
8519         * gcc.dg/bitfld-4.c: Add blank options.
8520
8521 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
8522
8523         * g++.dg/template/crash1.C: New test.
8524
8525 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
8526
8527         * gcc.dg/tls/opt-2.c: New test.
8528
8529 2002-08-08  Devang Patel  <dpatel@apple.com>
8530
8531         * objc.dg/selector-1.m : New test
8532
8533 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
8534
8535         * g++.dg/abi/bitfield4.C: New test.
8536         * gcc.dg/bitfld-4.c: New test.
8537
8538 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
8539
8540         * g++.dg/other/packed1.C: New test.
8541
8542 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
8543
8544         * g++.dg/abi/offsetof.C: Tweak error messages.
8545         * g++.old-deja/g++.mike/p10769a.C: Likewise.
8546
8547 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
8548
8549         * gcc.dg/bitfld-3.c: New test.
8550
8551 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
8552             Richard Henderson  <rth@redhat.com>
8553
8554         * gcc.dg/i386-bitfield1.c: New test.
8555         * g++.dg/abi/bitfield3.C: Update.
8556
8557 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
8558
8559         * objc.dg/const-str-2.m: Update.
8560         * gcc.dg/cpp/c++98.c: Change to C extension.
8561         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
8562         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
8563
8564 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
8565
8566         * testsuite/gcc.dg/tls/diag-3.c: New.
8567
8568 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
8569
8570         * g++.dg/README (Subdirectories): Document new subdir expr.
8571         * g++.dg/expr/pmf-1.C: New test.
8572
8573 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
8574
8575         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
8576
8577 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
8578
8579         * g++.dg/abi/bitfield3.C: New test.
8580
8581 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
8582
8583         * lib/gcov.exp: Tweak expected line formats.
8584         * gcc.misc-tests/gcov8.c: New test.
8585         * gcc.misc-tests/gcov8.x: New flags.
8586
8587 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
8588
8589         * consistency.vlad/layout/endian.c: Include string.h.
8590
8591         * gcc.c-torture/execute/20020805-1.c: New test.
8592
8593 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
8594
8595         * g++.dg/other/conversion1.C: New test.
8596
8597 2002-08-03  Roger Sayle  <roger@eyesopen.com>
8598
8599         * gcc.dg/builtins-1.c: New testcase.
8600
8601 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
8602
8603         * g++.dg/inherit/access3.C: New test.
8604
8605 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
8606
8607         * gcc.dg/ia64-visibility-2.c: New test.
8608
8609 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
8610
8611         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
8612         __qualifier_flags to __flags.
8613
8614 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
8615
8616         * g++.dg/inherit/operator1.C: New test.
8617         * g++.dg/lookup/disamb1.C: Fix typo in comment.
8618         * g++.dg/other/error1.C: Change expected error message.
8619         * g++.dg/template/conv4.C: Likewise.
8620
8621 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
8622
8623         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
8624         for documented behavior.
8625
8626 2002-07-25  Roger Sayle  <roger@eyesopen.com>
8627
8628         * gcc.c-torture/execute/20020720-1.x: Skip this test on
8629         several targets known to fail.
8630
8631 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
8632
8633         * gcc.dg/mips-args-[123].c: New tests.
8634
8635 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
8636
8637         * gcc.dg/ppc-spe.c: New.
8638
8639 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
8640
8641         * g++.dg/other/ptrmem4.C: New testcase.
8642
8643 2002-07-24  Richard Henderson  <rth@redhat.com>
8644
8645         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
8646
8647 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
8648
8649         * g++.dg/ext/alignof1.C (main): Return 0 for success.
8650
8651 2002-07-24  Roger Sayle  <roger@eyesopen.com>
8652
8653         * gcc.c-torture/execute/memset-3.c: New testcase.
8654
8655 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
8656
8657         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
8658         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
8659
8660 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8661
8662         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
8663         Delete.
8664
8665 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
8666
8667         * gcc.c-torture/compile/simd-4.c: New test.
8668
8669 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8670
8671         PR c++/7347, c++/7348
8672         * g++.dg/template/access4.C: New test.
8673         * g++.dg/template/access5.C: New test.
8674         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
8675         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
8676         * g++.old-deja/g++.pt/ttp58.C: Likewise.
8677         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
8678
8679 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
8680
8681         * gcc.dg/gnu89-init-2.c: New test.
8682
8683 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
8684
8685         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
8686
8687 2002-07-20  Roger Sayle  <roger@eyesopen.com>
8688
8689         * gcc.c-torture/execute/20020720-1.c: New testcase.
8690
8691 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
8692
8693         * gcc.dg/cpp/Wsignprom.c: New tests.
8694
8695 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
8696
8697         * gcc.c-torture/execute/loop-13.c: New test.
8698
8699 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
8700
8701         * gcc.dg/cpp/expr.c: New tests.
8702
8703 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
8704
8705         * g++.dg/opt/pr6713.C: Add template instantiation.
8706
8707 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
8708
8709         * gcc.dg/nest.c: New test.
8710
8711 2002-07-17  Richard Henderson  <rth@redhat.com>
8712
8713         * g++.dg/opt/pr6713.C: New test.
8714
8715 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
8716
8717         * gcc.c-torture/execute/loop-2e.x: Let the testcase
8718         XFAIL for all x86 processors.
8719
8720 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
8721
8722         * gcc.c-torture/execute/20010122-1.x: Do not test with
8723         -fomit-frame-pointer.
8724
8725 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8726
8727         * g++.dg/template/instantiate2.C: New test.
8728         * g++.dg/template/spec4.C: New test.
8729
8730 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8731
8732         * g++.dg/template/access2.C: New test.
8733         * g++.dg/template/access3.C: New test.
8734
8735 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
8736
8737         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
8738         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
8739         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
8740         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
8741         Convert to use <stdarg.h>.
8742         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
8743         Delete.
8744         * gcc.dg/va-arg-2.c: New.
8745         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
8746
8747 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
8748
8749         * gcc.c-torture/compile/20020710-1.c: New test.
8750
8751 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
8752                           Andrew Pinski  <pinskia@physics.uc.edu>
8753
8754         gcc.c-torture/compile/simd-2.c: New testcase.
8755         gcc.c-torture/compile/simd-3.c: Likewise.
8756
8757 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
8758
8759         PR c++/7224
8760         * g++.dg/overload/error1.C: New test.
8761
8762 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8763
8764         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
8765         configuration and IRIX 6 O32 ABI.
8766
8767 2002-07-11  Roger Sayle  <roger@eyesopen.com>
8768
8769         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
8770
8771 2002-07-10  Roger Sayle  <roger@eyesopen.com>
8772
8773         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
8774
8775 2002-07-10  Jeffrey A Law  <law@redhat.com>
8776
8777         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
8778
8779         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
8780
8781 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
8782
8783         * gcc.dg/20020312-2.c: Check for __PPC__.
8784
8785 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
8786
8787         * gcc.c-torture/compile/20020709-1.c: New test.
8788
8789 2002-07-07  Roger Sayle  <roger@eyesopen.com>
8790
8791         * g++.dg/template/qualttp21.C: New test case.
8792
8793 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
8794
8795         * gcc.c-torture/compile/20020706-1.c: New test.
8796         * gcc.c-torture/compile/20020706-2.c: New test.
8797
8798 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
8799             Alexandre Oliva  <aoliva@redhat.com>
8800
8801         * g++.dg/warn/incomplete1.C: New test.
8802
8803 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8804
8805         PR c++/7099
8806         * g++.dg/warn/noreturn1.C: New test.
8807
8808 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
8809
8810         PR c++/6706
8811         * g++.dg/debug/debug6.C: New test.
8812         * g++.dg/debug/debug7.C: New test.
8813
8814 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
8815
8816         * gcc.c-torture/compile/simd-3.c: New test.
8817
8818 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
8819
8820         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
8821         * gcc.dg/20020620-1.c: Likewise.
8822
8823 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8824
8825         PR c++/6944
8826         * g++.dg/init/array4.C: New test.
8827         * g++.dg/init/array5.C: New test.
8828
8829 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
8830
8831         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
8832         * gcc.c-torture/execute/simd-2.c (main): Likewise.
8833
8834 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8835
8836         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
8837         * gcc.dg/wtr-aggr-init-1.c: Likewise.
8838         * gcc.dg/wtr-conversion-1.c: Likewise.
8839         * gcc.dg/wtr-escape-1.c: Likewise.
8840         * gcc.dg/wtr-int-type-1.c: Likewise.
8841         * gcc.dg/wtr-label-1.c: Likewise.
8842         * gcc.dg/wtr-static-1.c: Likewise.
8843         * gcc.dg/wtr-strcat-1.c: Likewise.
8844         * gcc.dg/wtr-suffix-1.c: Likewise.
8845         * gcc.dg/wtr-switch-1.c: Likewise.
8846         * gcc.dg/wtr-unary-plus-1.c: Likewise.
8847         * gcc.dg/wtr-union-init-1.c: Likewise.
8848         * gcc.dg/wtr-union-init-2.c: Likewise.
8849         * gcc.dg/wtr-union-init-3.c: Likewise.
8850
8851         * gcc.dg/wtr-func-def-1.c: New test.
8852
8853 2002-07-02 Devang Patel <dpatel@apple.com>
8854
8855         * objc.dg/param-1.m: New test.
8856
8857 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
8858
8859         * gcc.dg/cpp/trad/directive.c: Add test.
8860         * gcc.dg/cpp/trad/macroargs.c: Add test.
8861         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
8862
8863 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
8864
8865         * gcc.dg/cpp/cmdlne-M.c: New test.
8866
8867 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
8868
8869         * objc.dg/desig-init-1.m: New test.
8870
8871 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8872
8873         PR c++/6716
8874         * g++.dg/template/instantiate1.C: New test.
8875
8876 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
8877
8878         PR c++/7112
8879         * g++.dg/template/sizeof2.C: New test.
8880
8881 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8882
8883         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
8884         gcc.dg/cpp/trad/include.c: New tests.
8885
8886 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
8887
8888         PR target/7177
8889         * gcc.c-torture/compile/20020701-1.c: New test.
8890
8891 2002-07-01  Stan Shebs  <shebs@apple.com>
8892
8893         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
8894         header here...
8895         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
8896         (objc-torture-execute): or here.
8897
8898 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
8899
8900         * gcc.c-torture/execute/arith-rand-ll.c: New test.
8901
8902 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8903
8904         * gcc.dg/cpp/trad/escaped-nl.c: New test.
8905
8906 2002-06-30  Devang Patel  <dpatel@apple.com>
8907
8908         * objc.dg/fsyntax-only.m: New test.
8909
8910 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
8911
8912         PR c++/6695
8913         * g++.dg/template/friend7.C: New file.
8914
8915 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
8916
8917         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
8918         return type.
8919
8920 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
8921
8922         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
8923         avoid division by zero.
8924
8925 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
8926
8927         * gcc.dg/Wunknownprag.c: New tests.
8928
8929 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
8930
8931         * gcc.c-torture/execute/simd-2.c: New test.
8932
8933 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
8934
8935         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
8936         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
8937         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
8938         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
8939         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
8940         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
8941         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
8942         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
8943         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
8944         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
8945         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
8946         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
8947         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
8948         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
8949         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
8950         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
8951         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
8952
8953 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
8954
8955         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
8956         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
8957         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
8958         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
8959         New tests.
8960         * gcc.dg/cpp/trad/directive.c: Update.
8961
8962 2002-06-23  Andreas Jaeger  <aj@suse.de>
8963
8964         * gcc.c-torture/execute/complex-6.c: New.
8965
8966 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
8967
8968         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
8969         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
8970         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
8971         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
8972
8973 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
8974
8975         * gcc.dg/cpp/trad: New directory with traditional tests copied
8976         from parent directory.
8977         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8978         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8979         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8980         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8981         Move to trad/ and rename.
8982         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
8983         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
8984         gcc.dg/cpp/trad/redef2.c: New tests.
8985         * gcc.dg/cpp/trad/trad.exp: New driver.
8986
8987 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
8988
8989         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8990         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8991         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8992         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8993         Remove.
8994
8995 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
8996
8997         * gcc.dg/20020620-1.c: New test.
8998
8999 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9000
9001         * g++.dg/template/ttp4.C: New test.
9002
9003 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
9004
9005         * g++.dg/opt/vt1.C: Fix regexp.
9006
9007 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9008
9009         * gcc.c-torture/execute/pure-1.c: Make functions static again.
9010         Don't use attribute `noinline'.
9011
9012 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9013
9014         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
9015
9016 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
9017
9018         * gcc.c-torture/execute/simd-1.c: New.
9019
9020         * gcc.dg/simd-1.c: New.
9021
9022 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9023
9024         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
9025
9026 2002-06-16  Richard Henderson  <rth@redhat.com>
9027
9028         * g++.dg/ext/anon-struct1.C: New.
9029         * g++.dg/ext/anon-struct2.C: New.
9030         * g++.dg/ext/anon-struct3.C: New.
9031         * gcc.dg/anon-struct-1.c: New.
9032         * gcc.dg/anon-struct-2.c: New.
9033         * gcc.dg/anon-struct-3.c: New.
9034         * gcc.dg/20011008-1.c: Adjust warning text.
9035         * gcc.dg/20020527-1.c: Add -fms-extensions.
9036
9037 2002-06-16  Richard Henderson  <rth@redhat.com>
9038
9039         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
9040
9041 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
9042
9043         * gcc.c-torture/execute/20020615-1.c: New test.
9044
9045 2002-06-15  Roger Sayle  <roger@eyesopen.com>
9046
9047         * gcc.c-tortuture/execute/compare-1.c: New test case.
9048         * gcc.c-tortuture/execute/compare-2.c: New test case.
9049         * gcc.c-tortuture/execute/compare-3.c: New test case.
9050
9051 2002-06-13  Richard Henderson  <rth@redhat.com>
9052
9053         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
9054         ia64 ilp32.
9055
9056 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9057
9058         * g++.dg/template/typename2.C: Update error message.
9059
9060 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
9061
9062         * gcc.c-torture/execute/20020611-1.c: New test.
9063
9064 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
9065
9066         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
9067         list of targets to skip.
9068
9069 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
9070
9071         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
9072         targets if not optimizing.
9073
9074 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
9075
9076         * gcc.c-torture/compile/20020605-1.c: New test.
9077
9078         * g++.dg/opt/vt1.C: New test.
9079
9080         * gcc.dg/20020531-1.c: New test.
9081
9082         * gcc.dg/20020530-1.c: New test.
9083
9084         * gcc.dg/20020527-1.c: New test.
9085
9086         * g++.dg/opt/cse1.C: New test.
9087
9088 2002-06-07  Roger Sayle  <roger@eyesopen.com>
9089
9090         * gcc.dg/20020607-2.c: New test case.
9091
9092 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
9093
9094         * gcc.c-torture/compile/20020604-1.c: New test.
9095
9096 2002-06-04  Richard Henderson  <rth@redhat.com>
9097
9098         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
9099         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
9100         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
9101
9102 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
9103
9104         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
9105
9106 2002-06-03  Richard Henderson  <rth@redhat.com>
9107
9108         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
9109         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
9110
9111 2002-06-02  Richard Henderson  <rth@redhat.com>
9112
9113         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
9114         test functions static.
9115
9116 2002-06-02  Andreas Jaeger  <aj@suse.de>
9117
9118         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
9119         now.
9120
9121 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9122
9123         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
9124         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
9125         Update for mofified diagnostics.
9126         * gcc.dg/c99-intconst-1.c: No longer fail.
9127
9128 2002-06-02  Richard Henderson  <rth@redhat.com>
9129
9130         * gcc.dg/uninit-A.c: Remove xfail markers.
9131
9132 2002-06-01  Roger Sayle  <roger@eyesopen.com>
9133
9134         * gcc.dg/fnegate-1.c: New test case.
9135
9136 2002-05-30  Osku Salerma  <osku@iki.fi>
9137
9138         * gcc.c-torture/execute/mayalias-1.c: New file.
9139
9140 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9141
9142         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
9143         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
9144         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
9145
9146 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
9147
9148         * gcc.c-torture/execute/20020529-1.c: New test.
9149
9150 2002-05-27  Richard Henderson  <rth@redhat.com>
9151
9152         * g++.dg/ext/attrib6.C: New test case.
9153
9154 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9155
9156         * gcc.c-torture/execute/pure-1.c: New test.
9157
9158 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9159
9160         * gcc.dg/cpp/arith-2.c: Remove.
9161
9162 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9163
9164         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
9165         * gcc.dg/cpp/if-3.c: Remove.
9166
9167 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
9168
9169         * g++.dg/opt/cse2.C: New test.
9170
9171 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9172
9173         * gcc.dg/cpp/arith-1.c: New semantic tests.
9174         * gcc.dg/cpp/if-1.c: Update.
9175
9176 2002-05-24  Ben Elliston  <bje@redhat.com>
9177
9178         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
9179
9180 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
9181
9182         * gcc.dg/verbose-asm.c: New test.
9183
9184 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9185
9186         * gcc.dg/cpp/paste12.c: New test.
9187
9188 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9189
9190         * g++.dg/parse/named_ops.C: New test.
9191
9192 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
9193
9194         * gcc/testsuite/gcc.dg/weak-8.c: New test.
9195
9196 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
9197
9198         * gcc.dg/weak-2.c: Allow optional leading underscore
9199         in scan-assembler symbol name.
9200         * gcc.dg/weak-3.c: Likewise.
9201         * gcc.dg/weak-4.c: Likewise.
9202         * gcc.dg/weak-5.c: Likewise.
9203
9204 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
9205
9206         * gcc.dg/20020523-1.c: New test.
9207
9208 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9209
9210         * objc.dg/const-str-2.m: Update now that we stop after
9211         a command line error.
9212
9213 2002-05-22  Richard Henderson  <rth@redhat.com>
9214
9215         * g++.dg/dg.exp: Fix typo in test pruneing.
9216
9217 2002-05-22  Richard Henderson  <rth@redhat.com>
9218
9219         * g++.dg/dg.exp: Prune the tls subdirectory.
9220         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
9221         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
9222         * g++.dg/tls/init-1.C: New.
9223
9224 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
9225
9226         * gcc.dg/20020517-1.c: New test.
9227
9228 2002-05-21  Richard Henderson  <rth@redhat.com>
9229
9230         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
9231         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
9232
9233 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
9234
9235         * g++.dg/other/copy2.C: New test.
9236
9237 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
9238
9239         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
9240         (MAX_COPY): Bump up to 10 times sizeof (long long).
9241         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
9242
9243         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
9244         sizeof (long long).
9245
9246         * gcc.c-torture/execute/strcpy-1.c: New test.
9247
9248 2002-05-19  Jason Merrill  <jason2redhat.com>
9249
9250         * g++.dg/ext/oper1.C: New test.
9251
9252 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
9253 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
9254
9255         * README.QMTEST: New file.
9256
9257         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
9258
9259 2002-05-19  Andreas Jaeger  <aj@suse.de>
9260
9261         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
9262         now.
9263         * gcc.c-torture/execute/loop-2d.x: Likewise.
9264
9265 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
9266
9267         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
9268         support weak symbols.
9269         * gcc.dg/weak-4.c: Likewise
9270         * gcc.dg/weak-6.c: Likewise
9271
9272 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
9273
9274         * gcc.dg/weak-3.c: Add dg-excess-error comment for
9275         cygwin, coff and h8300-*-hms targets
9276         * gcc.dg/weak-5.c: Likewise
9277         * gcc.dg/weak-7.c: Likewise
9278
9279 2002-05-16  Jason Merrill  <jason@redhat.com>
9280
9281         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
9282         (scan-assembler-not, scan-assembler-dem): Likewise.
9283         (scan-assembler-dem-not): Likewise.
9284
9285 2002-05-15  Richard Henderson  <rth@redhat.com>
9286
9287         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
9288
9289 2002-05-15  Richard Henderson  <rth@redhat.com>
9290
9291         * gcc.dg/weak-5.c (vfoo1c): No warning here.
9292         (vfoo1f): Warning here.
9293         (vfoo1l): Don't redefine the alias.
9294
9295 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
9296
9297         * g++.dg/init/pm1.C: New test.
9298
9299 2002-05-12  David S. Miller  <davem@redhat.com>
9300
9301         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9302         types.
9303
9304 2002-05-10  Roger Sayle  <roger@eyesopen.com>
9305
9306         * gcc.c-torture/execute/20020510-1.c: New test case.
9307
9308 2002-05-10  David S. Miller  <davem@redhat.com>
9309
9310         * gcc.c-torture/execute/conversion.c: Test long double too.
9311
9312 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
9313
9314         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
9315         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
9316         * lib/g++.exp (g++_link_flags): Likewise.
9317         * lib/objc.exp (objc_target_compile): Likewise.
9318
9319 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9320
9321         * gcc.dg/cpp/poison.c: Update.
9322         * gcc.dg/cpp/20000625-2.c: Remove.
9323         * gcc.dg/cpp/direct2s.c: Remove final test.
9324
9325 2002-05-08  Tom Rix  <trix@redhat.com>
9326
9327         * gcc.c-torture/execute/20020508-1.c: New test.
9328         * gcc.c-torture/execute/20020508-2.c: New test.
9329         * gcc.c-torture/execute/20020508-3.c: New test.
9330
9331 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9332
9333         * gcc.dg/cpp/charconst-4.c: More tests.
9334
9335 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9336
9337         PR c/6569
9338         * gcc.dg/weak-3.c: Update location of warning messages.
9339         * gcc.dg/weak-5.c: Likewise.
9340
9341 2002-05-06  Roger Sayle  <roger@eyesopen.com>
9342
9343         * gcc.c-torture/execute/20020506-1.c: New test case.
9344
9345 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
9346
9347         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
9348
9349 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9350
9351         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
9352
9353 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9354
9355         * gcc.dg/cpp/charconst-3.c: New test.
9356
9357 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9358
9359         * gcc.dg/cpp/charconst.c: Update tests.
9360
9361 2002-05-05  Tim Josling  <tej@melbpc.org.au>
9362
9363         * treelang: Added directory for new sample language treelang. Also
9364         lib/treelang.exp: New file to signal treelang should be tested.
9365
9366 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9367
9368         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
9369         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
9370         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
9371         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
9372         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
9373         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
9374         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
9375
9376 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9377
9378         * gcc.dg/format/xopen-2.c: New test.
9379
9380 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9381
9382         * gcc.dg/20020503-1.c: New test.
9383
9384 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
9385
9386         * g++.dg/init/dtor1.C: Make it tougher.
9387
9388 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
9389
9390         * g++.dg/init/dtor1.C: New test.
9391
9392 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
9393
9394         * gcc.dg/altivec-8.c: New.
9395
9396 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
9397
9398         * gcc.dg/altivec-7.c: New.
9399
9400 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
9401
9402         * g++.dg/parse/typedef1.C: New test.
9403
9404 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
9405
9406         PR c++/6486
9407         * g++.dg/template/friend6.C: New test.
9408
9409         PR c++/6492
9410         * g++.dg/init/copy1.C: New test.
9411
9412 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
9413
9414         * g++.dg/warn/effc1.C: New test.
9415
9416 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9417
9418         * gcc.dg/cpp/if-cexp.c: Add a test.
9419
9420 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
9421
9422         * gcc.dg/20020426-2.c: New test.
9423
9424 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9425
9426         * gcc.dg/cpp/if-mop.c: Update.
9427         * gcc.dg/cpp/if-mpar.c: Add test.
9428         * gcc.dg/cpp/if-oppr.c: Update.
9429
9430 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9431
9432         PR c/6343
9433         * gcc.dg/weak-[2-7].c: New tests.
9434
9435 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9436
9437         * gcc.dg/enum1.c: New test.
9438
9439 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9440
9441         PR c++/6497
9442         * g++.dg/inherit/access2.C: New test.
9443
9444 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9445
9446         PR bootstrap/6445
9447         * gcc.dg/20020426-1.c: New test.
9448
9449 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9450
9451         * g++.dg/abi/enum1.C: New test.
9452
9453 2002-04-26  Richard Henderson  <rth@redhat.com>
9454
9455         * gcc.dg/c99-bool-1.c: Expect always true warning.
9456
9457 2002-04-25  Roger Sayle  <roger@eyesopen.com>
9458
9459         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9460
9461 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9462
9463         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9464         targets.
9465
9466 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
9467
9468         * g++.dg/abi/mange7.C: New test.
9469
9470         PR c++/6438.
9471         * g++.dg/parse/stmtexpr2.C: New test.
9472
9473 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
9474
9475         * gcc.dg/20020312-2.c: Add SH target.
9476
9477 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9478
9479         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9480         compiler output on mips*-*-irix*.
9481
9482 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
9483
9484         * g++.dg/parse/attr1.C: New test.
9485
9486 2002-04-23  Roger Sayle  <roger@eyesopen.com>
9487
9488         * gcc.c-torture/execute/string-opt-17.c: New test case.
9489         * gcc.c-torture/execute/memset-2.c: New test case.
9490
9491 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
9492
9493         PR c++/6256:
9494         * g++.dg/template/friend5.C: New test.
9495
9496         PR c++/6331:
9497         * g++.dg/template/qual1.C: Likewise.
9498
9499 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
9500
9501         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
9502         Include stdlib.h, not stdio.h or ctype.h.
9503
9504 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
9505
9506         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
9507         cris-*-elf* and mmix-*-*.
9508         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
9509         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
9510         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
9511         Ditto.
9512         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
9513         * gcc.dg/wchar_t-1.c: Ditto.
9514
9515 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
9516
9517         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
9518         Clarify comment.
9519
9520 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
9521
9522         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
9523
9524 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9525
9526         * gcc.c-torture/execute/20000906-1.x: Delete.
9527
9528 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
9529
9530         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
9531
9532 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
9533
9534         * PR6367
9535         * g77.f-torture/execute/6367.f: New test.
9536         * g77.f-torture/execute/6367.x: Disable for MMIX.
9537
9538 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9539
9540         * PR6352
9541         * g++.dg/opt/inline2.C: New test.
9542
9543 2002-04-18  Richard Henderson  <rth@redhat.com>
9544
9545         * gcc.dg/20000906-1.c: Enable for all targets.
9546         * gcc.c-torture/compile/iftrap-2.c: New.
9547
9548 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9549
9550         * gcc.dg/20020418-1.c: New test.
9551         * gcc.dg/20020418-2.c: New test.
9552
9553 2002-04-18  Richard Henderson  <rth@redhat.com>
9554
9555         * gcc.c-torture/compile/iftrap-1.c: New.
9556         * gcc.dg/iftrap-1.c: Adjust for ia64.
9557         * gcc.dg/iftrap-2.c: New.
9558
9559 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9560
9561         * gcc.c-torture/compile/20020418-1.c: New test.
9562
9563 2002-04-18  Roger Sayle  <roger@eyesopen.com>
9564
9565         * gcc.c-torture/compile/20020415-1.c: New.
9566
9567 2002-04-18  David S. Miller  <davem@redhat.com>
9568
9569         * gcc.c-torture/execute/20020418-1.c: New test.
9570
9571 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
9572
9573         * gcc.dg/20020416-1.c: New test.
9574
9575         * g++.dg/opt/inline1.C: New test.
9576
9577 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
9578
9579         * gcc.dg/altivec-5.c: New test.
9580
9581         * gcc.dg/20020415-1.c: New test.
9582
9583 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9584
9585         * testsuite/lib/chill.exp: Remove.
9586
9587 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
9588
9589         * g++.dg/other/big-struct.C: New test.
9590
9591 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
9592
9593         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
9594         of scratch file.
9595
9596 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
9597
9598         PR c/6277
9599         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
9600         in scan-assembler function name
9601
9602 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
9603
9604         * g77.f-torture/execute/980628-4.x,
9605         g77.f-torture/execute/980628-5.x,
9606         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9607         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9608         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
9609         i[34567]86-*-*.
9610
9611 2002-04-13  David S. Miller  <davem@redhat.com>
9612
9613         * gcc.c-torture/execute/20020413-1.c: New test.
9614
9615 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
9616
9617         * gcc.dg/asm-6.c,
9618         * g++.dg/ext/asm1.C: New tests.
9619
9620 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
9621
9622         PR c++ 5373.
9623         * g++.dg/parse/stmtexpr1.C: New test.
9624
9625         PR c++/5189.
9626         * g++.dg/template/copy1.C: New test.
9627
9628 2002-04-12  Richard Henderson  <rth@redhat.com>
9629
9630         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
9631
9632 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
9633
9634         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
9635         gcc.c-torture/execute/20020307-2.c.
9636
9637 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
9638
9639         * g++.dg/ext/attrib5.C,
9640         * g++.dg/lookup/struct1.C: New tests.
9641
9642 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
9643
9644         * gcc.dg/20020411-1.c: New test.
9645
9646         * gcc.c-torture/execute/20020411-1.c: New test.
9647
9648 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
9649
9650         * g77.f-torture/execute/6177.f: New test.
9651
9652 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
9653
9654         PR middle-end/6247
9655         * g++.dg/opt/cleanup1.C: New test.
9656
9657         * g++.dg/opt/const1.C: New test.
9658
9659 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
9660
9661         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
9662
9663 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
9664
9665         PR c++/5507
9666         * g++.dg/template/typename2.C: New test.
9667
9668 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
9669
9670         * gcc.c-torture/execute/loop-12.c: New.
9671
9672 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
9673
9674         * g77.f-torture/execute/980628-4.x,
9675         g77.f-torture/execute/980628-5.x,
9676         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9677         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9678         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
9679
9680 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9681
9682         PR optimization/6086
9683         * g++.dg/opt/preinc1.C: New test.
9684
9685 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9686
9687         PR c++/5571
9688         * g++.dg/opt/static2.C: New test.
9689
9690 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9691
9692         PR c/5120
9693         * gcc.dg/20020406-1.c: New test.
9694
9695 2002-04-04  David S. Miller  <davem@redhat.com>
9696
9697         * gcc.c-torture/execute/20020404-1.c: New test.
9698
9699 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9700
9701         PR c/6123
9702         * gcc.dg/20020312-2.c: Do not declare global register variable
9703         if __PIC__ or __pic__ is defined.
9704
9705 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
9706
9707         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
9708         __asm__ so that it works correctly even if -ansi -pedantic-errors.
9709
9710 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9711
9712         * gcc.misc-tests/linkage.exp: Update last change to handle
9713         sparc*-, not just sparc-.
9714
9715 2002-04-03  Richard Henderson  <rth@redhat.com>
9716
9717         * gcc.dg/cpp/ucs.c: Improved long UCS test.
9718
9719 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9720
9721         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
9722
9723 2002-04-02  David S. Miller  <davem@redhat.com>
9724
9725         * gcc.c-torture/execute/20020402-3.c: New test.
9726
9727 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9728
9729         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
9730         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
9731
9732         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
9733         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
9734         g77.f-torture/execute/20001201.x,
9735         g77.f-torture/execute/u77-test.x: New files.
9736
9737         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
9738         * gcc.dg/wchar_t-1.c: Ditto.
9739
9740 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9741
9742         * gcc.c-torture/execute/20020402-1.c: New test.
9743
9744 2002-04-01  Richard Henderson  <rth@redhat.com>
9745
9746         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
9747
9748         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
9749
9750 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9751
9752         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
9753
9754 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9755
9756         * g++.dg/inherit/template-as-base.C: Expect error.
9757         * g++.dg/inherit/namespace-as-base.C: Likewise.
9758
9759 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
9760
9761         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
9762         g++.dg/ext/instantiate3.C: Tweak match patterns.
9763
9764         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
9765         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
9766         -da test.
9767
9768 2002-03-31  Richard Henderson  <rth@redhat.com>
9769
9770         * gcc.dg/special/alias-2.c: New.
9771         * gcc.dg/special/ecos.exp: Run it.
9772
9773 2002-03-31  Richard Henderson  <rth@redhat.com>
9774
9775         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
9776
9777 2002-03-31  Kazu Hirata  <kazu@hxi.com>
9778
9779         * gcc.dg/weak-1.c: Disable on h8300 port.
9780
9781 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
9782
9783         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
9784         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
9785         ordering tests.
9786         * g++.dg/bprob/bprob-1.C: New test.
9787         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
9788         * g++.dg/gcov/gcov-1.C: New test.
9789         * g++.dg/gcov/gcov-1.x: New file.
9790         * g++.dg/gcov/gcov-2.C: New test.
9791         * g++.dg/gcov/gcov-3.C: New test.
9792         * g++.dg/gcov/gcov-3.h: New file.
9793
9794 2002-03-28  Roger Sayle  <roger@eyesopen.com>
9795
9796         * g++.old-deja/g++.other/builtins5.C: New test.
9797         * g++.old-deja/g++.other/builtins6.C: New test.
9798         * g++.old-deja/g++.other/builtins7.C: New test.
9799         * g++.old-deja/g++.other/builtins8.C: New test.
9800         * g++.old-deja/g++.other/builtins9.C: New test.
9801
9802 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9803
9804         * g++.dg/opt/static1.C: New test.
9805
9806         * g++.dg/opt/longbranch1.C: New test.
9807
9808 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
9809
9810         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
9811
9812         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
9813
9814 2002-03-28  Jeffrey A Law  (law@redhat.com)
9815
9816         * gcc.c-torture/execute/20020328-1.c: New test.
9817
9818 2002-03-27  Richard Henderson  <rth@redhat.com>
9819
9820         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
9821         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
9822         move from g++.old-deja/g++.ext/.
9823
9824 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
9825
9826         * g++.dg/init/new2.C: New test.
9827
9828 2002-03-26  Richard Henderson  <rth@redhat.com>
9829
9830         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
9831
9832         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
9833         on sparc.
9834
9835         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
9836         sparcv9 systems.
9837         * gcc.dg/20001102-1.c: Likewise.
9838
9839 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
9840
9841         * gcc.dg/cpp/endif-pedantic1.c,
9842         gcc.dg/cpp/endif-pedantic2.c:  New tests.
9843
9844 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
9845
9846         * g++.dg/init/new1.C: New test.
9847
9848 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9849
9850         * g++.dg/abi/vbase9.C: New test.
9851
9852 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
9853
9854         * gcc.dg/arm-asm.c: New test.
9855
9856 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
9857
9858         * gcc.dg/Wswitch-enum.c: New test.
9859         Fix PR c/5044.
9860
9861 2002-03-26  Richard Henderson  <rth@redhat.com>
9862
9863         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
9864         structure.
9865
9866 2002-03-25  Richard Henderson  <rth@redhat.com>
9867
9868         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
9869         sparcv9 systems.
9870
9871         * gcc.c-torture/compile/20011119-1.c (xxx): New.
9872         * gcc.c-torture/compile/20011119-2.c (xxx): New.
9873
9874 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
9875
9876         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
9877
9878 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
9879
9880         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
9881         targets using generic thunk support.
9882
9883 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
9884
9885         * gcc.c-torture/compile/20020323-1.c: New test.
9886
9887         * g++.dg/opt/conj2.C: New test.
9888
9889 2002-03-24  Richard Henderson  <rth@redhat.com>
9890
9891         * gcc.dg/weak-1.c: Use -fno-common.
9892
9893 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9894
9895         * g77.dg/f77-edit-apostrophe-out.f: New test
9896         * g77.dg/f77-edit-h-out.f: New test
9897         * g77.dg/f77-edit-t-in.f: New test
9898         * g77.dg/f77-edit-t-out.f: New test
9899         * g77.dg/f77-edit-x-out.f: New test
9900         * g77.dg/f77-edit-slash-out.f: New test
9901         * g77.dg/f77-edit-colon-out.f: New test
9902         * g77.dg/f77-edit-s-out.f: New test
9903
9904 2002-03-24  Richard Henderson  <rth@redhat.com>
9905
9906         * objc/execute/formal_protocol-6.x: New XFAIL.
9907
9908 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9909
9910         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
9911         that do not support weak symbols
9912
9913 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9914
9915         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
9916         * lib/g77.exp:  Likewise
9917         * lib/objc.exp: Likewise
9918
9919 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9920
9921         * gcc.dg/Wswitch-default.c: New test.
9922
9923 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
9924
9925         * g++.dg/other/enum1.C: New test.
9926
9927 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
9928
9929         * gcc.dg/pragma-ep-3.c: Fix typo.
9930
9931 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9932
9933         * g++.dg/inherit/template-as-base.C: New test.
9934
9935 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
9936
9937         * g++.old-deja/g++.other/dwarf2-1.C: Move...
9938         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
9939
9940 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
9941
9942         * gcc.dg/cpp/multiline.c: Update to match.
9943
9944 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
9945
9946         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
9947
9948 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
9949
9950         * gcc.dg/cpp/extratokens2.c:  New file.
9951
9952 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
9953
9954         * gcc.dg/20020312-2.c: Add rs6000 target.
9955
9956         * gcc.c-torture/compile/20020319-1.c: New test.
9957
9958 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9959
9960         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
9961         (A, E): Handle this.
9962
9963 2002-03-20  Jason Merrill  <jason@redhat.com>
9964
9965         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
9966         ignoring -fpic.
9967         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
9968         through prune_gcc_output.
9969
9970 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
9971
9972         * gcc.c-torture/compile/20020320-1.c: New test.
9973
9974 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
9975
9976         * gcc.c-torture/compile/20020318-1.c: New test.
9977
9978         * gcc.dg/struct-by-value-1.c: New test.
9979
9980         * gcc.dg/20020319-1.c: New test.
9981
9982 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
9983
9984         * g++.dg/opt/conj1.C: New test.
9985
9986 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
9987
9988         * g++.dg/template/qualttp20.C: Revert previous change.
9989         * g++.dg/template/qualttp3.C: Likewise.
9990         * g++.dg/template/qualttp4.C: Likewise
9991         * g++.dg/template/qualttp5.C: Likewise
9992         * g++.dg/template/qualttp6.C: Likewise
9993         * g++.dg/template/qualttp7.C: Likewise
9994         * g++.dg/template/qualttp8.C: Likewise
9995         * g++.dg/template/recurse.C: Likewise.
9996
9997 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9998
9999         * gcc.dg/cpp/wchar-1.c: Update.
10000
10001 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
10002
10003         * g++.dg/template/conv1.C: New test.
10004         * g++.dg/template/conv2.C: New test.
10005         * g++.dg/template/conv3.C: New test.
10006         * g++.dg/template/conv4.C: New test.
10007
10008 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10009
10010         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
10011         * g++.dg/template/qualttp3.C: Likewise.
10012         * g++.dg/template/qualttp4.C: Likewise
10013         * g++.dg/template/qualttp5.C: Likewise
10014         * g++.dg/template/qualttp6.C: Likewise
10015         * g++.dg/template/qualttp7.C: Likewise
10016         * g++.dg/template/qualttp8.C: Likewise
10017         * g++.dg/template/recurse.C: Likewise.
10018
10019 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10020
10021         * g++.dg/opt/dtor1.C: New test.
10022
10023 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
10024
10025         * gcc.c-torture/compile/20020315-1.c: New test.
10026
10027 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
10028
10029         * gcc.dg/weak-1.c: Fix scan tests.
10030
10031 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
10032
10033         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
10034         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
10035         cris-*-aout* mmix-*-*.
10036         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
10037         cris-*-aout* mmix-*-*.
10038         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
10039         cris-*-elf* cris-*-aout* and mmix-*-*.
10040         * gcc.dg/20001009-1.c: Ditto.
10041         * gcc.dg/20010912-1.c: Ditto.
10042         * gcc.dg/20020122-4.c: Ditto.
10043         * gcc.dg/inline-2.c: Ditto.
10044
10045 2002-03-14  Jeffrey A Law  (law@cygnus.com)
10046
10047         * gcc.c-torture/compile/20020314-1.c: New test.
10048
10049 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
10050
10051         * gcc.c-torture/execute/20020314-1.c: New test.
10052
10053 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
10054
10055         * g++.dg/warn/Wunused-1.C: New test.
10056
10057 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
10058
10059         * g++.dg/abi/mangle6.C: New test.
10060
10061 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10062
10063         * gcc.c-torture/compile/20020309-2.c: New test.
10064
10065         * gcc.c-torture/compile/20020312-1.c: New test.
10066
10067 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10068
10069         * g++.dg/other/access1.C: New test.
10070
10071 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10072
10073         * gcc.c-torture/execute/wchar_t-1.c: New test.
10074
10075 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10076
10077         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10078
10079 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10080
10081         * gcc.dg/20020312-1.c: New test case.
10082
10083 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10084
10085         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10086
10087 2002-03-11  Richard Henderson  <rth@redhat.com>
10088
10089         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10090         * g++.old-deja/g++.jason/report.C: Likewise.
10091
10092 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10093
10094         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10095         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10096
10097 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10098
10099         * testsuite/g++.dg/overload/pmf1.C: New test.
10100
10101 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10102
10103         * gcc.c-torture/execute/20020307-1.c: Use long.
10104
10105 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10106
10107         PR optimization/5844
10108         * gcc.dg/20020310-1.c: New test.
10109
10110 2002-03-09  Michael Meissner  <meissner@redhat.com>
10111
10112         * gcc.c-torture/execute/memcpy-2.c: New test.
10113         * gcc.c-torture/execute/memset-1.c: New test.
10114         * gcc.c-torture/execute/strlen-1.c: New test.
10115         * gcc.c-torture/execute/strcmp-1.c: New test.
10116         * gcc.c-torture/execute/strncmp-1.c: New test.
10117
10118 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10119
10120         * gcc.dg/ppc-ldstruct.c: New test.
10121
10122 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10123
10124         * gcc.c-torture/execute/va-arg-22.c: New test.
10125
10126 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10127
10128         * gcc.c-torture/compile/20020309-1.c: New test.
10129
10130 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10131
10132         * gcc.c-torture/execute/20020307-2.c: New test.
10133
10134 2002-03-07  Jeffrey A Law  (law@redhat.com)
10135
10136         * g77.f-torture/compile/20020307-1.f: New test.
10137
10138 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
10139
10140         * gcc.dg/unordered-1.c: New test.
10141
10142 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10143
10144         * gcc.c-torture/execute/20020307-1.c: New test.
10145
10146 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
10147
10148         * gcc.dg/20020304-1.c: New test.
10149
10150         * gcc.c-torture/compile/20020304-2.c: New test.
10151
10152 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
10153
10154         * gcc.c-torture/compile/20020304-1.c: New test case
10155         (from PR c/5830).
10156
10157 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
10158
10159         * gcc.dg/20020103-1.c: Add other -D ppc variants.
10160
10161 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10162
10163         * g++.dg/other/classkey1.C: New test.
10164
10165 2002-03-01  Richard Henderson  <rth@redhat.com>
10166
10167         * gcc.c-torture/compile/981223-1.x: New.
10168         * gcc.c-torture/compile/920625-1.x: New.
10169
10170 2002-02-28  Richard Henderson  <rth@redhat.com>
10171
10172         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10173
10174 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
10175
10176         * gcc.c-torture/execute/20020227-1.c: New test.
10177
10178 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
10179
10180         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10181         here" ERROR lines.
10182         * g++.old-deja/g++.oliva/partord1.C: Likewise.
10183         * g++.old-deja.g++.other/defarg1.C: Likewise.
10184         * g++.old-deja/g++.pt/calls2.C: Likewise.
10185         * g++.old-deja/g++.pt/crash20.C: Likewise.
10186         * g++.old-deja/g++.pt/crash30.C: Likewise.
10187         * g++.old-deja/g++.pt/crash36.C: Likewise.
10188         * g++.old-deja/g++.pt/crash6.C: Likewise.
10189         * g++.old-deja/g++.pt/defarg13.C: Likewise.
10190         * g++.old-deja/g++.pt/derived3.C: Likewise.
10191         * g++.old-deja/g++.pt/error1.C: Likewise.
10192         * g++.old-deja/g++.pt/friend21.C: Likewise.
10193         * g++.old-deja/g++.pt/friend23.C: Likewise.
10194         * g++.old-deja/g++.pt/infinite1.C: Likewise.
10195         * g++.old-deja/g++.robertl/eb128.C: Likewise.
10196
10197 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
10198
10199         * gcc.c-torture/execute/20020225-2.c: New test.
10200
10201 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
10202
10203         * gcc.c-torture/execute/920730-1t.c,
10204         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10205         Delete test cases, only relevant to -traditional.
10206
10207 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10208
10209         * gcc.dg/cpp/undef1.c: Remove.
10210         * gcc.dg/cpp/directiv.c: Update.
10211         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10212
10213 2002-02-27  Michael Meissner  <meissner@redhat.com>
10214
10215         * gcc.c-torture/execute/20020226-1.c: New test.
10216
10217 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
10218
10219         * g++.dg/debug/debug4.C: New test.
10220
10221         * gcc.dg/ia64-visibility-1.c: New test.
10222
10223 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
10224
10225         * gcc.dg/debug/20020224-1.c: New.
10226
10227 2002-02-25  Kazu Hirata  <kazu@hxi.com>
10228
10229         * gcc.c-torture/execute/960416-1.x: New.
10230         * gcc.c-torture/execute/divconst-3.x: Likewise.
10231
10232 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
10233
10234         * gcc.dg/20020224-1.c: New test.
10235
10236 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
10237
10238         * gcc.c-torture/execute/20020225-1.c: New.
10239
10240 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10241
10242         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10243
10244 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
10245
10246         * gcc.dg/20020222-1.c: New test.
10247
10248 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
10249
10250         * g++.dg/opt/anonunion1.C: New test.
10251
10252 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
10253
10254         * g++.dg/template/qualttp19.C: New test.
10255         * g++.dg/template/qualttp20.C: New test.
10256         * g++.old-deja/g++.jason/report.C: Adjust expected errors
10257         * g++.old-deja/g++.other/qual1.C: Likewise.
10258
10259 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
10260
10261         * gcc.dg/attr-alwaysinline.c: New.
10262
10263 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
10264
10265         * gcc.dg/20020220-1.c: New test.
10266
10267         * gcc.dg/20020220-2.c: New test.
10268
10269         * g++.dg/opt/mmx1.C: New test.
10270
10271 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
10272
10273         * gcc.c-torture/compile/20020110.c: New test.
10274
10275 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
10276
10277         * gcc.c-torture/execute/20020219-1.c: New test.
10278
10279         * gcc.dg/20020219-1.c: New test.
10280
10281         * gcc.dg/noncompile/20020220-1.c: New test.
10282
10283         * g++.dg/opt/ptrintsum1.C: New test.
10284
10285         * gcc.dg/debug/20020220-1.c: New test.
10286
10287 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
10288
10289         * gcc.c-torture/execute/20020216-1.c: New test.
10290
10291 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10292
10293         * gcc.dg/decl-1.c: Update, new test.
10294
10295 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10296
10297         * g++.dg/abi/bitfield1.C: New test.
10298         * g++.dg/abi/bitfield2.C: New test.
10299
10300 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10301
10302         * gcc.dg/attr-nest.c: New test.
10303
10304 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10305
10306         * gcc.c-torture/execute/20020215-1.c: New test.
10307
10308 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
10309
10310         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10311         * g++.dg/debug/debug.exp: New.
10312         * g++.dg/debug/trivial.C: New.
10313         * g++.dg/debug/debug1.C: Moved...
10314         * g++.dg/other/debug1.C: ...from here.
10315         * g++.dg/debug/debug2.C: Moved...
10316         * g++.dg/other/debug2.C: ...from here.
10317         * g++.dg/debug/debug3.C: Moved...
10318         * g++.dg/other/debug3.C: ...from here.
10319
10320         * gcc.dg/noncompile/20020213-1.c: New test.
10321
10322 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
10323
10324         * g++.dg/other/debug3.C: New test.
10325
10326         * gcc.c-torture/execute/20020213-1.c: New test.
10327
10328 2002-02-13  Richard Smith <richard@ex-parrot.com>
10329
10330         * g++.old-deja/g++.other/thunk1.C: New test.
10331
10332 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10333
10334         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10335
10336 2002-02-13  Stan Shebs  <shebs@apple.com>
10337
10338         * gcc.dg/altivec-3.c: New.
10339
10340 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
10341
10342         * gcc.dg/Wunreachable-1.c: New test.
10343         * gcc.dg/Wunreachable-2.c: New test.
10344
10345 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10346
10347         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10348
10349 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10350
10351         * gcc.dg/decl-1.c: New test.
10352
10353 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10354
10355         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10356
10357 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10358
10359         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10360         * gcc.c-torture/compile/980506-1.x: Likewise.
10361
10362 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10363
10364         * gcc.dg/20020210-1.c: New.
10365
10366 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
10367
10368         * g77.f-torture/execute/947.f: New regression test
10369         for PR fortran/947.
10370
10371 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10372
10373         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10374         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10375
10376 2002-02-08  Richard Henderson  <rth@redhat.com>
10377
10378         * gcc.c-torture/compile/labels-3.c: New.
10379
10380 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
10381
10382         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10383         expression statements work instead.
10384         * gcc.dg/noncompile/20020207-1.c: New test.
10385
10386 2002-02-07  Richard Henderson  <rth@redhat.com>
10387
10388         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10389
10390 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10391
10392         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10393         message from g77
10394         * lib/g77-dg.exp: Trim g77 error messages so that they are
10395         recognized by dg.exp.
10396
10397 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10398
10399         PR fortran/5473
10400         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
10401
10402 2002-02-07  Richard Henderson  <rth@redhat.com>
10403
10404         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10405         to be sufficiently aligned for integers.
10406
10407 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
10408
10409         * g++.dg/template/friend4.C: New test.
10410
10411 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10412
10413         PR fortran/5743
10414         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10415         unsupported cases.
10416
10417 2002-02-07  Richard Henderson  <rth@redhat.com>
10418
10419         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10420         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10421         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10422         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10423
10424 2002-02-06  Richard Henderson  <rth@redhat.com>
10425
10426         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10427
10428 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
10429
10430         * gcc.dg/20020206-1.c: New test.
10431
10432 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
10433
10434         * gcc.c-torture/execute/20020206-1.c: New test.
10435
10436         * gcc.c-torture/execute/20020206-2.c: New test.
10437
10438         PR optimization/5429:
10439         * gcc.c-torture/compile/20020206-1.c: New test.
10440
10441 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10442
10443         * g++.dg/ext/align1.C: Do not use an explicit alignment value
10444         as certain file formats cannot support particularly large
10445         alignments.
10446
10447         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10448         and do not expect to be able to link the executable.
10449
10450         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10451         fail because the COFF format does not support the weak attribute.
10452
10453 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
10454
10455         * g77.dg/pr5473.f:  New test
10456
10457 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
10458
10459         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10460         Fix testcase accordingly.
10461
10462 2002-02-04  Richard Henderson  <rth@redhat.com>
10463
10464         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10465         (buf): Change to be an array of pointers, not ints.
10466
10467 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10468
10469         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
10470         before all tests.  Move warning one line above to match where it
10471         C frontend emits.
10472         * gcc.dg/Wswitch-2.c: New test.
10473         * g++.dg/warn/Wswitch-1.C: New test.
10474         * g++.dg/warn/Wswitch-2.C: New test.
10475
10476 2002-02-04  Richard Henderson  <rth@redhat.com>
10477
10478         * g++.dg/abi/offsetof.C: Fix size comparison.
10479
10480 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
10481
10482         * gcc.dg/cast-qual-2.c: New test.
10483
10484 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10485
10486         * gcc.dg/20020201-4.c: New test.
10487
10488 2002-02-04  Ben Elliston  <bje@redhat.com>
10489
10490         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
10491         target_info attribute != 0, in addition to the empty string.
10492         (gcc_target_compile): Likewise.
10493
10494 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
10495
10496         * gcc.dg/Wswitch.c: New test.
10497         PR gcc/4475. PR gcc/3780.
10498
10499 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
10500
10501         * g77.f-torture/execute/5122.f: New test for regressions
10502         against PR fortran/5122.
10503
10504 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
10505
10506         * g77.f-torture/compile/pr3743.f: Delete
10507         * g77.dg/pr3743-1.f: New test.
10508         * g77.dg/pr3743-2.f: New test.
10509         * g77.dg/pr3743-3.f: New test.
10510         * g77.dg/pr3743-4.f: New test.
10511
10512 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10513
10514         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
10515
10516 2002-02-02  Richard Henderson  <rth@redhat.com>
10517
10518         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
10519         * gcc.c-torture/execute/bf64-1.c: Likewise.
10520
10521 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10522
10523         * gcc.dg/20020201-2.c: New test.
10524
10525         * gcc.dg/20020201-3.c: New test.
10526
10527         * gcc.c-torture/execute/bitfld-2.c: New test.
10528
10529 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10530
10531         * gcc.dg/bitfld-1.c: Update.
10532         * gcc.dg/bitfld-2.c: Update.
10533         * gcc.c-torture/execute/bitfld-1.x: New.
10534
10535 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10536
10537         * gcc.c-torture/execute/20020201-1.c: New test.
10538
10539 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
10540
10541         PR target/5469
10542         * gcc.dg/20020201-1.c: New test.
10543
10544 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
10545
10546         PR fortran/3743
10547         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
10548         * g77.f-torture/compile/pr3743.x: Remove
10549
10550 2002-01-31  Tom Rix  <trix@redhat.com>
10551
10552         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
10553
10554 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10555
10556         * gcc.dg/noncompile/20020130-1.c: New test.
10557
10558 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
10559
10560         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
10561
10562 2002-01-29  Richard Henderson  <rth@redhat.com>
10563
10564         * gcc.c-torture/execute/991118-1.c: Cast various constants back
10565         to long long.
10566         * gcc.c-torture/execute/bf64-1.c: Likewise.
10567
10568 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
10569
10570         * gcc.c-torture/execute/20020129-1.c: New test.
10571
10572 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10573
10574         * gcc.c-torture/compile/20000224-1.c: Update.
10575         * gcc.c-torture/execute/bitfld-1.c: New tests.
10576         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
10577         * gcc.dg/uninit-A.c: Update.
10578
10579 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
10580
10581         * g++.dg/template/ctor1.C: Add instantiation.
10582
10583 2002-01-28  Paul Koning  <pkoning@equallogic.com>
10584
10585         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
10586         argument to __builtin_prefetch to be const ptr.
10587
10588 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
10589
10590         * gcc.c-torture/compile/20020120-1.c: New test.
10591
10592 2002-01-27  Kazu Hirata  <kazu@hxi.com>
10593
10594         * gcc.c-torture/execute/20020127-1.c: New test.
10595
10596 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
10597
10598         * g77.dg/f77-edit-i-in.f: New test
10599         * g77.dg/f77-edit-i-out.f: New test
10600
10601 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
10602
10603         * gcc.dg/debug/debug.exp: New file.
10604         * gcc.dg/debug/trivial.c: New file.
10605         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
10606         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
10607         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
10608         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
10609         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
10610         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
10611         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
10612         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
10613         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
10614         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
10615         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
10616         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
10617         * gcc.dg/20000503-1.c: Removed.
10618         * gcc.dg/20010207-1.c: Removed.
10619         * gcc.dg/20011223-1.c: Removed.
10620         * gcc.dg/20020104-2.c: Removed.
10621         * gcc.dg/debug-1.c: Removed.
10622         * gcc.dg/debug-2.c: Removed.
10623         * gcc.dg/debug-3.c: Removed.
10624         * gcc.dg/debug-4.c: Removed.
10625         * gcc.dg/debug-5.c: Removed.
10626         * gcc.dg/debug-6.c: Removed.
10627         * gcc.dg/dwarf2-1.c: Removed.
10628         * gcc.dg/dwarf2-2.c: Removed.
10629
10630 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
10631
10632         * g++.old-deja/g++.other/eh5.C: New test.
10633         * g++.old-deja/g++.other/sibcall2.C: New test.
10634         * g++.old-deja/g++.other/array9.C: New test.
10635         * g++.old-deja/g++.other/typename2.C: New test.
10636         * g++.old-deja/g++.other/crash60.C: New test.
10637         * g++.old-deja/g++.other/conv9.C: New test.
10638         * g++.old-deja/g++.other/mangle10.C: New test.
10639         * g++.old-deja/g++.other/unchanging1.C: New test.
10640         * g++.old-deja/g++.other/exprstmt1.C: New test.
10641         * g++.old-deja/g++.other/inline23.C: New test.
10642         * g++.old-deja/g++.eh/ia64-1.C: New test.
10643         * g++.old-deja/g++.other/dwarf2-1.C: New test.
10644         * g++.old-deja/g++.other/reload1.C: New test.
10645         * g++.old-deja/g++.other/static20.C: New test.
10646         * g++.old-deja/g++.other/local-alloc1.C: New test.
10647         * g++.old-deja/g++.other/conv8.C: New test.
10648         * g++.old-deja/g++.other/stmtexpr2.C: New test.
10649         * g++.old-deja/g++.other/storeexpr1.C: New test.
10650         * g++.old-deja/g++.other/storeexpr2.C: New test.
10651         * g++.dg/eh/template2.C: New test.
10652         * g++.dg/warn/weak1.C: New test.
10653
10654 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
10655
10656         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
10657         Remove first, non-varying, argument.
10658
10659 2002-01-23  Richard Henderson  <rth@redhat.com>
10660
10661         * gcc.dg/inline-2.c: New.
10662
10663         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
10664         Add optional target arg.  Check number of arguments.
10665         (scan-assembler-not, scan-assembler-dem): Likewise.
10666         (scan-assembler-dem-not): Likewise.
10667
10668 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10669
10670         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
10671         line 12.
10672         * g++.old-deja/g++.brendan/parse3.C,
10673         g++.old-deja/g++.other/crash26.C,
10674         g++.old-deja/g++.other/crash28.C,
10675         g++.old-deja/g++.other/crash29.C,
10676         g++.old-deja/g++.other/crash30.C,
10677         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
10678
10679 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
10680
10681         * gcc.dg/20020115-1.c: New.
10682
10683 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
10684
10685         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
10686
10687 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
10688
10689         * gcc.dg/20020122-3.c: New.
10690
10691 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10692
10693         * g++.dg/other/gc1.C: New test.
10694
10695 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10696
10697         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
10698
10699 2002-01-22  Richard Henderson  <rth@redhat.com>
10700
10701         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
10702
10703 2002-01-22  Richard Henderson  <rth@redhat.com>
10704
10705         * gcc.dg/20020122-4.c: New.
10706
10707 2002-01-22  H.J. Lu <hjl@gnu.org>
10708
10709         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
10710         link output.
10711         * gcc.dg/special/ecos.exp: Likewise.
10712         * lib/g++-dg.exp: Likewise.
10713         * lib/g77-dg.exp: Likewise.
10714         * lib/gcc-dg.exp : Likewise.
10715         * lib/mike-g++.exp: Likewise.
10716         * lib/mike-g77.exp: Likewise.
10717         * lib/mike-gcc.exp: Likewise.
10718         * lib/objc-dg.exp: Likewise.
10719
10720 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
10721
10722         PR target/5379
10723         * gcc.dg/20020122-2.c: New test.
10724
10725 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
10726
10727         * gcc.dg/20020122-1.c: New test.
10728
10729 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
10730
10731         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
10732
10733 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
10734
10735         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
10736
10737 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10738
10739         * gcc.c-torture/compile/20020121-1.c: New test.
10740
10741 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10742
10743         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
10744         ld_library_path.
10745
10746 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
10747
10748         * gcc.dg/20020218-1.c: New test.
10749
10750 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
10751
10752         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
10753         messages
10754         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
10755         "At global scope" warning
10756         * g++.dg/ext/align1.C: Change cygwin test for alignment
10757         from db-bogus to dg-warning
10758
10759 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
10760
10761         * g77.f-torture/compile/cpp2.F: New test.
10762
10763 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10764
10765         * g++.dg/template/access1.C: New test.
10766
10767 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
10768
10769         * gcc.dg/20020118-1.c: New.
10770
10771 2002-01-18  Kazu Hirata  <kazu@hxi.com>
10772
10773         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
10774
10775 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10776
10777         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
10778         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
10779         alignment warnings.
10780
10781 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10782
10783         * gcc.misc-tests/i386-prefetch.exp: Save and restore
10784         torture_with_loops and torture_without_loops
10785
10786 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
10787
10788         * gcc.c-torture/compile/20020116-1.c: New test.
10789
10790 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
10791
10792         * gcc.dg/20020116-2.c: New test.
10793
10794         * gcc.dg/ultrasp4.c: New test.
10795
10796         * gcc.dg/20020116-1.c: New test.
10797
10798 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
10799
10800         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
10801         by EABI.
10802
10803 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
10804
10805         * gcc.misc-tests/i386-prefetch.exp: New.
10806         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
10807         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
10808         * gcc.misc-tests/i386-pf-none-1.c: New test.
10809         * gcc.misc-tests/i386-pf-sse-1.c: New test.
10810
10811 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10812
10813         * gcc.dg/gnu89-init-1.c: Add new tests.
10814
10815 2002-01-15  Andreas Jaeger  <aj@suse.de>
10816
10817         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
10818         * gcc.dg/i386-mmx-2.c: Likewise.
10819         * gcc.dg/i386-sse-1.c: Likewise.
10820         * gcc.dg/i386-sse-2.c: Likewise.
10821         * gcc.dg/i386-sse-3.c: Likewise.
10822
10823 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
10824
10825         * g77.f-torture/execute/intrinsic-unix-bessel.f:
10826         Uncomment additional cases that now pass.
10827
10828 2002-01-11  Richard Henderson  <rth@redhat.com>
10829
10830         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
10831         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
10832
10833 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
10834
10835         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
10836
10837 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
10838
10839         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
10840         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
10841
10842 2002-01-10  Dale Johannesen  <dalej@apple.com>
10843
10844         * gcc.c-torture/execute/loop-11.c: New.
10845
10846 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
10847
10848         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
10849         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
10850
10851 2002-01-09  Richard Henderson  <rth@redhat.com>
10852
10853         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
10854         type in which to perform the operation for each size.
10855
10856 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
10857
10858         * gcc.c-torture/compile/20020109-2.c: New test.
10859
10860 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
10861
10862         * gcc.c-torture/execute/loop-10.c: New test.
10863
10864 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10865
10866         * gcc.c-torture/compile/20010226-1.c: New test.
10867         * gcc.c-torture/compile/20010227-1.c: New test.
10868         * gcc.c-torture/compile/20010426-1.c: New test.
10869         * gcc.c-torture/compile/20010510-1.c: New test.
10870         * gcc.c-torture/compile/20010605-3.c: New test.
10871         * gcc.c-torture/compile/20010824-1.c: New test.
10872         * gcc.c-torture/execute/20010409-1.c: New test.
10873         * gcc.dg/noncompile/20000901-1.c: New test.
10874         * gcc.dg/20001023-1.c: New test.
10875         * gcc.dg/20001101-1.c: New test.
10876         * gcc.dg/20001102-1.c: New test.
10877         * gcc.dg/20010207-1.c: New test.
10878         * gcc.dg/20010405-1.c: New test.
10879         * gcc.dg/20010822-1.c: New test.
10880         * gcc.dg/20011107-1.c: New test.
10881
10882 2002-01-09  Jeffrey A Law  (law@redhat.com)
10883
10884         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
10885
10886         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
10887         execution failure on PA targets.
10888
10889 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10890
10891         * gcc.c-torture/compile/20020109-1.c: New test.
10892
10893 2002-01-08  Kazu Hirata  <kazu@hxi.com>
10894
10895         * gcc.c-torture/execute/20020108-1.c: New test.
10896
10897 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
10898
10899         * gcc.dg/20020108-1.c: New test.
10900
10901 2002-01-08  H.J. Lu <hjl@gnu.org>
10902
10903         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
10904         for header files.
10905
10906 2002-01-08  Geoff Keating  <geoffk@redhat.com>
10907
10908         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
10909         consistency.
10910
10911 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
10912
10913         * gcc.dg/altivec-4.c: Test altivec predicates.
10914
10915 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
10916
10917         * gcc.c-torture/execute/20020107-1.c: New test.
10918
10919 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10920
10921         PR c/5279
10922         * gcc.c-torture/compile/20020106-1.c: New test.
10923
10924 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
10925
10926         * gcc.c-torture/execute/nestfunc-4.c: New test.
10927
10928 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10929
10930         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
10931         extra triple that slipped in.
10932         * g++.old-deja/g++.abi/align.C: Likewise.
10933         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10934
10935 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10936
10937         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
10938         * g++.old-deja/g++.abi/align.C: Likewise.
10939         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10940
10941         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
10942         on FreeBSD/i386.
10943         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
10944         FreeBSD.
10945
10946 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
10947
10948         * gcc.dg/20020104-1.c: New test.
10949
10950         * gcc.dg/20020104-2.c: New test.
10951
10952 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
10953
10954         * gcc.dg/20020103-1.c: Fix typo in target selector.
10955
10956 2002-01-03  Richard Henderson  <rth@redhat.com>
10957
10958         * gcc.dg/20020103-1.c: New.
10959
10960 2002-01-03  Kazu Hirata  <kazu@hxi.com>
10961
10962         * gcc.c-torture/execute/20020103-1.c: New test.
10963
10964 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10965
10966         * g++.dg/other/debug2.C: New test.
10967
10968         * gcc.c-torture/compile/20020103-1.c: New test.
10969
10970 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
10971
10972         * gcc.dg/gnu89-init-1.c: Added new tests.
10973
10974 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10975
10976         * g++.dg/template/friend2.C: Remove as patch is reverted.
10977
10978         * g++.dg/warn/oldcast1.C: New test.
10979
10980         * g++.dg/template/ptrmem1.C: New test.
10981         * g++.dg/template/ptrmem2.C: New test.
10982
10983         * g++.dg/template/ntp.C: New test.
10984
10985         * g++.dg/other/component1.C: New test.
10986
10987         * g++.dg/template/ttp3.C: New test.
10988
10989         * g++.dg/template/friend2.C: New test.
10990         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
10991
10992 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10993
10994         * g++.dg/other/ptrmem1.C: New test.
10995         * g++.dg/other/ptrmem2.C: New test.
10996
10997 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10998
10999         * g++.dg/template/ctor1.C: New test.
11000
11001 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11002
11003         * g++.dg/template/friend2.C: New test.
11004
11005 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
11006
11007         * gcc.dg/mmix-1.c: New test.
11008
11009 2001-12-31  Richard Henderson  <rth@redhat.com>
11010
11011         * gcc.dg/asm-5.c: New.
11012
11013 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
11014
11015         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
11016         in namespace __gnu_cxx
11017
11018 2001-12-30  Richard Henderson  <rth@redhat.com>
11019
11020         * gcc.dg/debug-6.c: New.
11021
11022 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
11023
11024         * gcc.c-torture/compile/20011229-2.c: New test.
11025
11026 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
11027
11028         * gcc.dg/debug-3.c: New test.
11029         * gcc.dg/debug-4.c: New test.
11030         * gcc.dg/debug-5.c: New test.
11031
11032 2001-12-29  Richard Henderson  <rth@redhat.com>
11033
11034         * g++.dg/eh/loop1.C: New.
11035
11036 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11037
11038         * g++.dg/template/crash1.C: New test.
11039
11040 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11041
11042         * g++.dg/other/const1.C: New test.
11043
11044 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11045
11046         * gcc.c-torture/compile/20011229-1.c: New test.
11047
11048 2001-12-28  Stan Shebs  <shebs@apple.com>
11049
11050         * lib/objc-torture.exp: Resync with c-torture.exp.
11051         * lib/objc.exp: Load standard libraries.
11052
11053 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
11054
11055         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11056         additional tests.
11057
11058 2001-12-27  Roger Sayle <roger@eyesopen.com>
11059
11060         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11061
11062 2001-12-27  Richard Henderson  <rth@redhat.com>
11063
11064         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11065
11066 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11067
11068         * g++.dg/eh/ctor1.C: New test.
11069         * g++.dg/other/error2.C: New test.
11070
11071 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11072
11073         * g++.dg/other/init2.C: New test.
11074
11075 2001-12-24  Richard Henderson  <rth@redhat.com>
11076
11077         * gcc.dg/20011223-1.c: New.
11078         * gcc.dg/inline-1.c: New.
11079
11080 2001-12-23  Richard Henderson  <rth@redhat.com>
11081
11082         * gcc.dg/asm-4.c: Test operand modifiers.
11083
11084 2001-12-23  Richard Henderson  <rth@redhat.com>
11085
11086         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11087
11088 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11089
11090         * gcc.c-torture/execute/20011223-1.c: New test.
11091
11092 2001-12-21  Richard Henderson  <rth@redhat.com>
11093
11094         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11095         re-enables the warning.
11096
11097 2001-12-21  Richard Henderson  <rth@redhat.com>
11098
11099         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11100
11101 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11102
11103         * gcc.c-torture/compile/20011218-1.c: New test.
11104
11105 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11106
11107         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11108         arm-isr.c test.
11109         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11110         epilogue generation for ARM ISR routines.
11111
11112 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11113
11114         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11115         * gcc.dg/format/c90-printf-3.c: Likewise.
11116         * gcc.dg/format/c99-printf-3.c: Likewise.
11117         * gcc.dg/format/ext-1.c: Likewise.
11118         * gcc.dg/format/ext-6.c: Likewise.
11119         * gcc.dg/format/format.h: Prototype unlocked stdio.
11120
11121 2001-12-20  Richard Henderson  <rth@redhat.com>
11122
11123         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11124         (arena): Use it.
11125         (malloc): Correct allocation logic.  Abort if we fill up the
11126         arena before initialization complete.
11127         (realloc): Correct allocation logic.
11128
11129 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11130
11131         * gcc.c-torture/compile/20011219-2.c: New test.
11132
11133         * gcc.c-torture/execute/20011219-1.c: New test.
11134
11135 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
11136
11137         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
11138         target does not support weak symbols.
11139
11140 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
11141
11142         * gcc.c-torture/compile/20011219-1.c: New test.
11143
11144 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
11145
11146         * g++.dg/other/error1.C: New test.
11147
11148 2001-12-17  Jeffrey A Law  (law@redhat.com)
11149
11150         * gcc.c-torture/execute/20011217-1.c: New test.
11151
11152 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
11153
11154         * objc.dg/special/: New directory.
11155         * objc.dg/special/special.exp: New file.
11156         * objc.dg/special/unclaimed-category-1.h: New file.
11157         * objc.dg/special/unclaimed-category-1a.m: New file.
11158         * objc.dg/special/unclaimed-category-1.m: New file.
11159
11160 2001-12-17  Andreas Jaeger  <aj@suse.de>
11161
11162         * gcc.c-torture/compile/20011217-2.c: New test.
11163
11164 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11165
11166         * gcc.c-torture/compile/20011217-1.c: New test.
11167
11168 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
11169
11170         * testsuite/gcc.dg/20011214-1.c: New.
11171
11172 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
11173
11174         * gcc.dg/altivec-4.c: New.
11175
11176 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
11177
11178         * gcc.dg/20011113-1.c: New test.
11179
11180 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11181
11182         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11183         std::__malloc_alloc_template<0> and
11184         std::__default_alloc_template<false, 0>.
11185
11186 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
11187
11188         * objc/execute/bf-21.m: New test.
11189         * objc/execute/enumeration-1.m: New test.
11190         * objc/execute/enumeration-2.m: New test.
11191
11192 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
11193
11194         * gcc.dg/gnu89-init-1.c: New test.
11195
11196 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11197
11198         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11199         * g++.old-deja/g++.jason/2371.C: Likewise.
11200         * g++.old-deja/g++.jason/template33.C: Likewise.
11201         * g++.old-deja/g++.jason/template34.C: Likewise.
11202         * g++.old-deja/g++.jason/template36.C: Likewise.
11203         * g++.old-deja/g++.oliva/typename1.C: Likewise.
11204         * g++.old-deja/g++.oliva/typename2.C: Likewise.
11205         * g++.old-deja/g++.other/typename1.C: Likewise.
11206         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11207         * g++.old-deja/g++.pt/nontype5.C: Likewise.
11208         * g++.old-deja/g++.pt/typename11.C: Likewise.
11209         * g++.old-deja/g++.pt/typename14.C: Likewise.
11210         * g++.old-deja/g++.pt/typename16.C: Likewise.
11211         * g++.old-deja/g++.pt/typename3.C: Likewise.
11212         * g++.old-deja/g++.pt/typename4.C: Likewise.
11213         * g++.old-deja/g++.pt/typename5.C: Likewise.
11214         * g++.old-deja/g++.pt/typename7.C: Likewise.
11215         * g++.old-deja/g++.robertl/eb9.C: Likewise.
11216
11217 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
11218
11219         * g++.dg/other/linkage1.C: New test.
11220         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11221         specifiers.
11222
11223 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11224
11225         * gcc.dg/concat.c: New test.
11226
11227 2001-12-11  Stan Shebs  <shebs@apple.com>
11228
11229         * objc/compile: New test directory.
11230         * objc/compile/compile.exp: New expect script.
11231         * objc/compile/20011211-1.m: New compile test.
11232
11233 2001-12-11  Jason Merrill  <jason@redhat.com>
11234
11235         * lib/prune.exp (prune_gcc_output): Also handle "In member
11236         function".  So many permutations...
11237
11238 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
11239
11240         * g++.dg/template/typedef1.C: New test.
11241
11242 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
11243
11244         * g++.dg/other/copy1.C: New test.
11245
11246 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
11247
11248         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11249
11250         * gcc.dg/builtin-choose-expr.c: New.
11251
11252 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
11253
11254         * gcc.dg/altivec-2.c: New.
11255
11256 2001-12-07  Richard Henderson  <rth@redhat.com>
11257
11258         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11259
11260 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
11261
11262         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11263         ultrasparc.
11264
11265 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11266
11267         * g++-old.deja/g++.robertl/eb101.C: Deleted.
11268
11269 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
11270
11271         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11272         variable argument list.
11273
11274 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
11275
11276         * gcc.c-torture/execute/memcheck: Delete entire directory.
11277         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11278         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11279
11280 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11281
11282         * gcc.dg/Wshadow-1.c: New test.
11283
11284 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
11285
11286         * gcc.c-torture/compile/20011130-1.c: New test.
11287
11288         * gcc.dg/noncompile/20011025-1.c: New test.
11289
11290         * g++.dg/other/anon-union.C: New test.
11291
11292         * gcc.c-torture/execute/20011024-1.c: New test.
11293
11294 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11295
11296         * gcc.c-torture/execute/20000722-1.x,
11297         gcc.c-torture/execute/20010123-1.x: Remove.
11298         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11299         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11300         gcc.dg/c99-complit-2.c: New tests.
11301
11302 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11303
11304         * g++.dg/inherit/base1.C: New test.
11305
11306 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11307
11308         * g++.dg/other/stdarg1.C: New test.
11309
11310         * gcc.c-torture/compile/20011130-2.c: New test.
11311
11312 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
11313
11314         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11315         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11316         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11317         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11318         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11319         * gcc.dg/builtin-prefetch-1.c: New test.
11320
11321 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
11322
11323         * gcc.dg/20011130-1.c: New test.
11324
11325 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
11326
11327         * g++.dg/other/scope1.C: New test.
11328         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11329
11330 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11331
11332         * gcc.dg/vla-init-1.c: New test.
11333
11334 2001-12-01  Geoff Keating  <geoffk@redhat.com>
11335
11336         * gcc.c-torture/compile/structs.c: New testcase from GDB.
11337
11338 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11339
11340         * objc.dg/alias.m: Update.
11341         * objc.dg/class-1.m: Update.
11342         * objc.dg/const-str-1.m: Update.
11343         * objc.dg/fwd-proto-1.m: Update.
11344         * objc.dg/id-1.m: Update.
11345         * objc.dg/super-class-1.m: Update.
11346
11347 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
11348
11349         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11350         constructs.
11351
11352 2001-11-28  Jeffrey A Law  (law@cygnus.com)
11353
11354         * gcc.c-torture/execute/20011128-1.c: New test.
11355
11356 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
11357
11358         * gcc.dg/20011127-1.c: New test.
11359
11360 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11361
11362         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
11363         from Austin Group draft 7.
11364         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
11365         scanf format arguments.
11366         * gcc.dg/format/no-exargs-2.c: New test.
11367
11368 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
11369
11370         * g++.dg/abi/vbase8-4.C: New test.
11371
11372 2001-11-24  Ian Lance Taylor  <ian@airs.com>
11373
11374         * gcc.c-torture/execute/20011121-1.c: New test.
11375
11376 2001-11-23  Jeffrey A Law  (law@cygnus.com)
11377
11378         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11379
11380 2001-11-23  Andreas Jaeger  <aj@suse.de>
11381
11382         * gcc.dg/cpp/charconst-2.c: New test.
11383
11384 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
11385
11386         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11387         to the host if it is remote.  Let tests specify extra headers
11388         they use.
11389         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11390         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11391         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11392         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11393         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11394         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11395         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11396         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11397         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11398         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11399
11400 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
11401
11402         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11403         for little endian ARMs.
11404
11405 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
11406
11407         * gcc.c-torture/compile/20011119-1.c: New test.
11408         * gcc.c-torture/compile/20011119-2.c: New test.
11409
11410 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
11411
11412         * gcc.dg/altivec-1.c: Fix typo.
11413
11414 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11415
11416         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11417
11418 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11419
11420         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11421
11422 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
11423
11424         * lib/g77.exp: Don't specify --rpath-link.
11425
11426         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11427         across all the headers.
11428         * gcc.dg/format/format.exp: For testing on a remote host,
11429         copy format.h.
11430
11431         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11432         * gcc.c-torture/execute/930406-1.c: Likewise.
11433         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11434
11435 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
11436
11437         * gcc.dg/altivec-1.c: New.
11438
11439 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
11440
11441         * gcc.dg/cpp/fpreprocessed.c: New test case.
11442
11443 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11444
11445         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11446         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11447         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11448
11449 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11450
11451         * gcc.dg/no-builtin-1.c: New test.
11452
11453 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
11454
11455         * gcc.c-torture/execute/20011115-1.c: New test.
11456
11457 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
11458
11459         * gcc.c-torture/compile/20011114-2.c: New test.
11460         * gcc.c-torture/compile/20011114-3.c: New test.
11461         * gcc.c-torture/compile/20011114-4.c: New test.
11462
11463 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11464
11465         * g++.dg/other/init1.C: New test.
11466
11467 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
11468
11469         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11470         message.
11471
11472         * gcc.c-torture/execute/20011114-1.c: New testcase.
11473
11474         * gcc.c-torture/compile/20010327-1.c: Revert last change.
11475         * gcc.c-torture/compile/20011114-1.c: New test, exactly
11476         like the (before this change) version of 20010327-1.c.
11477
11478 2001-11-14  Roger Sayle <roger@eyesopen.com>
11479
11480         * gcc.c-torture/execute/string-opt-13.c: New testcase.
11481
11482 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
11483
11484         * g++.dg/init/array2.C: New test.
11485
11486 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
11487
11488         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11489
11490 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
11491
11492         * g++.dg/other/forscope1.C: New test.
11493         * g++.dg/ext/forscope1.C: New test.
11494         * g++.dg/ext/forscope2.C: New test.
11495
11496 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
11497
11498         * gcc.c-torture/execute/20011113-1.c: New test.
11499
11500 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
11501
11502         * gcc.c-torture/execute/20011109-2.c: New test.
11503
11504         * gcc.c-torture/execute/20011109-1.c: New test.
11505
11506 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
11507
11508         * gcc.c-torture/compile/20011109-1.c: New test.
11509
11510 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11511
11512         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
11513         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
11514         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
11515         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
11516         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
11517         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
11518         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
11519
11520 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11521
11522         * g++.dg/warn/Wshadow-1.C: New tests.
11523         * g++.old-deja/g++.mike/for3.C: Update.
11524
11525 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11526
11527         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
11528         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
11529         XFAILs.  Adjust expected error texts.
11530         * gcc.c-torture/compile/20011106-1.c,
11531         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
11532         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
11533         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
11534         gcc.dg/c99-array-lval-5.c: New tests.
11535
11536 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11537
11538         * gcc.dg/cpp/defined.c: Update.
11539
11540 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11541
11542         * gcc.c-torture/execute/anon-1.c: New test.
11543
11544 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
11545
11546         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
11547         same size, so no warning should be produced on stormy16.
11548
11549         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
11550         due to oversized array.
11551         * g++.old-deja/g++.mike/ns15.C: Likewise.
11552         * g++.old-deja/g++.pt/crash16.C: Likewise.
11553
11554 2001-11-02  Graham Stott  <grahams@redhat.com>
11555
11556         * g++.dgother/debug1.C: Fix typos.
11557
11558 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
11559
11560         * g++.dg/other/debug1.C: New test.
11561
11562 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11563
11564         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
11565         of unsigned long.
11566
11567 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
11568
11569         * gcc.dg/20011029-2.c: New test.
11570
11571         * gcc.c-torture/compile/20011029-1.c: New test.
11572
11573 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
11574
11575         * objc/execute/class_self-1.m: New test.
11576         * objc/execute/class_self-2.m: New test.
11577
11578 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
11579
11580         * gcc.misc-tests/msgs.exp: Delete.
11581         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
11582         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
11583         error set to match recent changes.
11584
11585 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
11586
11587         * gcc.dg/20011021-1.c: New test.
11588
11589 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
11590
11591         * gcc.c-torture/compile/20011023-1.c: New test.
11592
11593 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
11594
11595         * lib/g77.exp: Rewrite based on lib/g++.exp.
11596
11597 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11598
11599         * gcc.c-torture/execute/20011019-1.c: New test.
11600
11601         * gcc.dg/20011018-1.c: New test.
11602
11603 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
11604
11605         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
11606
11607 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
11608
11609         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
11610         * gcc.dg/attr-invalid.c: Likewise.
11611
11612 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
11613
11614         * testsuite/gcc.dg/20011015-1.c: New test.
11615
11616 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11617
11618         * g++.dg/template/unify2.C: New test.
11619
11620 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11621
11622         * g++.dg/other/exception-specification.C: New test
11623
11624 2001-10-13  Tom Rix  <trix@redhat.com>
11625
11626         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
11627         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
11628
11629 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
11630
11631         * testsuite/gcc.dg/20011009-1.c: New test.
11632
11633 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
11634
11635         PR g++/4476
11636         * g++.dg/other/friend1.C: New test.
11637
11638 2001-10-11  Richard Henderson  <rth@redhat.com>
11639
11640         * g++.old-deja/g++.other/crash18.C: Add -S to options.
11641
11642 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11643
11644         * gcc.c-torture/compile/20011010-1.c: New.
11645
11646 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11647
11648         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
11649         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
11650         g77.f-torture/execute/execute.exp,
11651         g77.f-torture/noncompile/noncompile.exp,
11652         gcc.c-torture/compile/compile.exp,
11653         gcc.c-torture/execute/execute.exp,
11654         gcc.c-torture/execute/ieee/ieee.exp,
11655         gcc.c-torture/execute/memcheck/memcheck.exp,
11656         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
11657         objc/execute/execute.exp: Update FSF address.
11658
11659 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
11660
11661         * gcc.dg/cpp/cmdlne-C.c: Update.
11662         * gcc.dg/cpp/cmdlne-C2.c: New.
11663
11664 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11665
11666         * gcc.c-torture/execute/20011008-3.c: New.
11667
11668 2001-10-08  DJ Delorie  <dj@redhat.com>
11669
11670         * gcc.dg/20011008-1.c: New.
11671         * gcc.dg/20011008-2.c: New.
11672
11673 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11674
11675         * gcc.dg/cpp/spacing1.c: Update test.
11676
11677 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11678
11679         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
11680         spelling errors of "separate" as "seperate".
11681
11682 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
11683
11684         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
11685         enough to avoid inlining.
11686
11687 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11688
11689         * lib/g77.exp: set libg2c_dir correctly.
11690
11691 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11692
11693         * gcc.dg/cpp/macro11.c: New test.
11694
11695 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11696
11697         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
11698         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
11699         gcc.dg/format/multattr-3.c: New tests.
11700         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
11701         tests for format attributes on function pointers being rejected.
11702
11703 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11704
11705         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
11706
11707 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11708
11709         * g++.dg/warn/format1.C: New test.
11710
11711 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11712
11713         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
11714
11715 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11716
11717         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
11718
11719 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11720
11721         * gcc.dg/cpp/redef2.c: Add test.
11722
11723 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
11724
11725         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
11726         long-standing bug on i686, apparently.
11727         * gcc.c-torture/execute/loop-2c.x: New file.
11728         * gcc.c-torture/execute/loop-2d.x: New file.
11729         * gcc.c-torture/execute/loop-3c.x: New file.
11730
11731 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
11732
11733         * gcc.dg/cpp/20000625-2.c: Correct line number.
11734
11735 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11736
11737         * gcc.dg/cpp/macro10.c: New test.
11738         * gcc.dg/cpp/strify3.c: New test.
11739         * gcc.dg/cpp/spacing1.c: Add tests.
11740         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
11741         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
11742
11743 2001-09-24  DJ Delorie  <dj@redhat.com>
11744
11745         * gcc.c-torture/execute/20010924-1.c: New test.
11746
11747 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11748
11749         * testsuite/objc/execute/paste.m: Remove.
11750
11751 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11752
11753         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
11754
11755 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
11756
11757         * g77.dg/strlen0.f: New test.
11758
11759 2001-09-21  Richard Henderson  <rth@redhat.com>
11760
11761         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
11762         * g++.old-deja/g++.abi/vtable2.C: Likewise.
11763
11764 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11765
11766         Table-driven attributes.
11767         * g++.dg/ext/attrib1.C: New test.
11768
11769 2001-09-20  DJ Delorie  <dj@redhat.com>
11770
11771         * gcc.dg/20000926-1.c: Update expected warning messages.
11772         * gcc.dg/array-2.c: Likewise, and test for warnings too.
11773         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
11774         array.
11775
11776 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
11777
11778         * g++.dg/eh/registers1.C: New test case.
11779
11780 2001-09-17  Richard Henderson  <rth@redhat.com>
11781
11782         * gcc.dg/array-5.c: Fix VLA decomposition test.
11783
11784 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11785
11786         * gcc.dg/cpp/line5.c: New testcase.
11787
11788 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11789
11790         * gcc.dg/cpp/macro9.c: New test.
11791
11792 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
11793
11794         * gcc.c-torture/execute/980223.c: Change type of addr from long
11795         to char *.
11796
11797 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
11798
11799         * gcc.c-torture/execute/20010915-1.c: New test.
11800
11801 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
11802
11803         * g77.dg/bprob: New directory.
11804         * g77.dg/bprob/bprob.exp: New file.
11805         * g77.dg/bprob/bprob-1.f: New test.
11806         * g77.dg/gcov: New directory.
11807         * g77.dg/gcov/gcov.exp: New file.
11808         * g77.dg/gcov/gcov-1.f: New test.
11809         * g77.dg/gcov/gcov-1.x: New file.
11810
11811 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11812
11813         * gcc.dg/cpp/directiv.c: Update.
11814         * gcc.dg/cpp/undef1.c: Update.
11815
11816 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11817
11818         * gcc.dg/20010912-1.c: New test.
11819
11820 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
11821
11822         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
11823         language-independent file in lib.
11824         * lib/gcov.exp: New file.
11825
11826 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11827
11828         * gcc.c-torture/compile/20010911-1.c: New test.
11829
11830 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
11831
11832         * lib/profopt.exp: New, to support profile-directed optimizations.
11833         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
11834         * gcc.misc-tests/bprob-1.c: New test.
11835         * gcc.misc-tests/bprob-2.c: New test.
11836
11837 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
11838
11839         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
11840         XFAIL and which kinds of gcov output to verify.
11841         * gcc.misc-tests/gcov-4b.x: New file.
11842         * gcc.misc-tests/gcov-5b.x: New file.
11843         * gcc.misc-tests/gcov-6.x: New file.
11844         * gcc.misc-tests/gcov-7.c: New test.
11845         * gcc.misc-tests/gcov-7.x: New file.
11846
11847 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
11848
11849         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
11850         * gcc.misc-tests/gcov-6.c: New test.
11851
11852 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11853
11854         PR c++/3986
11855         * g++.dg/abi/vbase1.C: New test.
11856
11857 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
11858
11859         * objc.dg/method-2.m: New.
11860
11861 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11862
11863         PR c++/4203
11864         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
11865         * g++.dg/init/empty1.C: New test.
11866
11867 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
11868
11869         * gcc.c-torture/compile/20010903-1.c: New test.
11870
11871 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
11872
11873         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
11874         for m68k.
11875
11876 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
11877
11878         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
11879
11880         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
11881
11882         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
11883
11884 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
11885
11886         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
11887         for 16-bit 'unsigned int'.
11888
11889 2001-08-29  Kazu Hirata  <kazu@hxi.com>
11890
11891         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
11892
11893 2001-08-27  Richard Henderson  <rth@redhat.com>
11894
11895         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
11896         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
11897
11898 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
11899
11900         * gcc.dg/asm-names.c (ymain): New.
11901
11902 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
11903
11904         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
11905         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
11906         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
11907
11908 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11909
11910         * gcc.dg/compare5.c: New testcase.
11911
11912 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
11913
11914         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
11915         and "In instantiation".
11916
11917 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
11918
11919         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
11920
11921 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
11922
11923         * gcc.misc-tests/gcov.exp: Add support for branch information.
11924         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
11925         * gcc.misc-tests/gcov-4.c: New test.
11926         * gcc.misc-tests/gcov-4b.c: New test.
11927         * gcc.misc-tests/gcov-5b.c: New test.
11928
11929 2001-08-20  Zack Weinberg  <zackw@panix.com>
11930
11931         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
11932         expected to fail.
11933
11934 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11935
11936         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
11937
11938 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
11939
11940         * g++.dg/eh/template1.C: New test.
11941
11942 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
11943
11944         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
11945         Fix thinko.
11946         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
11947         for xfail.
11948
11949 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
11950
11951         * lib/g77-dg.exp:  Use prune.exp for common procedures
11952         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
11953         * lib/g77.exp: (g77-dg-prune) Remove
11954
11955 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
11956
11957         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
11958
11959 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11960
11961         * g++.dg/template/unify1.C: New test.
11962
11963 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
11964
11965         * g++.dg/abi/empty4.C: New test.
11966
11967 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
11968
11969         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
11970         solaris2.*
11971         * g77.f-torture/compile/pr3743.x: Likewise
11972
11973 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11974
11975         * g++.dg/other/using-declaration.C: New test.
11976
11977 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11978
11979         * gcc.dg/cpp/tr-sign.c: New testcase.
11980
11981 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11982
11983         * gcc.dg/cpp/19951025-1.c: Revert.
11984         * gcc.dg/cpp/directiv.c: We no longer process directives that
11985         interrupt macro arguments.
11986
11987 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
11988
11989         * gcc.dg/bconstp-1.c: New test.
11990
11991 2001-08-03  Richard Henderson  <rth@redhat.com>
11992
11993         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
11994
11995 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11996
11997         * gcc.dg/cpp/19951025-1.c: Update.
11998
11999 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
12000
12001         * g77.dg/ff90-1.f (s): Fix reference of variable z,
12002         should be x.
12003
12004 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
12005
12006         Kill -fhonor-std.
12007         * g++.old-deja/g++.ns/ns14.C: Remove special options.
12008         * g++.old-deja/g++.other/std1.C: Likewise.
12009         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
12010
12011 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
12012
12013         * lib/g77.exp:  Load gcc-defs.exp for common procedures
12014         (g77_pass, g77_fail, g77_finish, g77_exit,
12015         ${tool}_check_unsupported_p} Now redundant.  Deleted.
12016
12017 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12018
12019         * g77.dg/fbackslash.f
12020         * g77.dg/fcase-preserve.f
12021         * g77.dg/ff90-1.f
12022         * g77.dg/ffixed-line-length-0.f
12023         * g77.dg/ffixed-line-length-132.f
12024         * g77.dg/ffixed-line-length-7.f
12025         * g77.dg/ffixed-line-length-72.f
12026         * g77.dg/ffixed-line-length-none.f
12027         * g77.dg/ffree-form-1.f
12028         * g77.dg/fno-backslash.f
12029         * g77.dg/fno-f90-1.f
12030         * g77.dg/fno-fixed-form-1.f
12031         * g77.dg/fno-onetrip.f
12032         * g77.dg/fno-typeless-boz.f
12033         * g77.dg/fno-underscoring.f
12034         * g77.dg/fno-vxt-1.f
12035         * g77.dg/fonetrip.f
12036         * g77.dg/ftypeless-boz.f
12037         * g77.dg/fugly-assumed.f
12038         * g77.dg/funderscoring.f
12039         * g77.dg/fvxt-1.f
12040
12041 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
12042
12043         * objc.dg/fwd-proto-1.m: New.
12044         * objc.dg/local-decl-1.m: New.
12045         * objc.dg/naming-1.m: New.
12046         * objc.dg/naming-2.m: New.
12047         * objc.dg/proto-hier-1.m: New.
12048
12049 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
12050
12051         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
12052         largest-type elements to a struct makes its size grow.
12053
12054 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12055
12056         * g++.dg/abi/vthunk1.C: New test.
12057
12058 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12059
12060         * g++.dg/abi/vbase8-22.C: New test.
12061
12062 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12063
12064         * gcc.dg/cpp/macro8.c: New test.
12065
12066 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12067
12068         * g++.dg/abi/vbase8-21.C: New test.
12069
12070 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12071
12072         * g++.dg/abi/vbase8-10.C: New test.
12073
12074 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12075
12076         * lib/g++.exp (g++_set_ld_library_path): Renamed to
12077         ${tool}_set_ld_library_path.
12078         Changed caller.
12079         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
12080         g++.exp.
12081
12082 2001-07-26  Stan Cox <scox@redhat.com>
12083
12084         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12085         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
12086         gcc_exit, gcc_check_unsupported_p):
12087         Moved to gcc-deps.exp
12088         * gcc-deps.exp: New file.
12089
12090 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12091
12092         * g++.old-deja/g++.pt/defarg14.C: New test.
12093
12094 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12095
12096         * g++.old-deja/g++.other/lineno5.C: New test.
12097
12098 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12099
12100         * g++.old-deja/g++.pt/crash68.C: New test.
12101
12102 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12103
12104         * g++.old-deja/g++.other/crash42.C: New test.
12105
12106 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12107
12108         * gcc.dg/cpp/extratokens.c: Fix.
12109         * gcc.dg/cpp/skipping2.c: New tests.
12110
12111 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12112
12113         * gcc.c-torture/execute/20010724-1.c: New file.
12114         * gcc.c-torture/execute/20010724-1.x: New file.
12115
12116 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12117
12118         * g++.old-deja/g++.other/cond7.C: New test.
12119
12120 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12121
12122         * g++.old-deja/g++.other/optimize4.C: New test.
12123
12124 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12125
12126         * g++.old-deja/g++.abi/vbase8-5.C: New test.
12127
12128 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
12129
12130         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
12131         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
12132         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
12133         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
12134
12135         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
12136         bug report" message.
12137
12138         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
12139         * g++.dg/ext/instantiate1.C: Move from old-deja.
12140
12141 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
12142
12143         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
12144         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
12145         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
12146         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
12147
12148 2001-07-23  Jeffrey A Law  (law@cygnus.com)
12149
12150         * gcc.c-torture/execute/20010723-1.c: New test.
12151
12152 2001-07-23  Ben Elliston  <bje@redhat.com>
12153
12154         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
12155
12156 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12157
12158         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
12159         i[34567]86-*-*.
12160         Delete handling of ieee_multilib_flags.
12161         Pass -mieee for alpha*-*-* and sh-*-*.
12162         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
12163
12164 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
12165
12166         Remove old-abi tests.
12167         * g++.old-deja/g++.mike/p11116.C: Remove.
12168         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
12169
12170 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
12171
12172         * g77.f-torture/compile/pr3743.f:  New test
12173
12174 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
12175
12176         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
12177
12178 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12179
12180         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
12181         g++.old-deja/g++.pt/static6.C: Likewise.
12182         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
12183         supports weak symbols.
12184
12185 2001-07-18  Andreas Jaeger  <aj@suse.de>
12186
12187         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
12188         supported again.
12189
12190 2001-07-18  Andreas Jaeger  <aj@suse.de>
12191
12192         * gcc.dg/iftrap-1.c: Fix target line.
12193
12194 2001-07-17  Richard Henderson  <rth@redhat.com>
12195
12196         * gcc.c-torture/execute/20010717-1.c: New.
12197
12198 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12199
12200         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12201         tests.
12202
12203 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12204
12205         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12206
12207 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12208
12209         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12210         UAC_SIGBUS, UAC_NOPRINT definitions.
12211
12212 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
12213
12214         * objc/execute/object_is_class.m: New test.
12215         * objc/execute/object_is_meta_class.m: New test.
12216
12217 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12218
12219         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12220         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12221
12222 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
12223
12224         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
12225         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
12226
12227 2001-07-14  Richard Henderson  <rth@redhat.com>
12228
12229         * gcc.dg/iftrap-1.c: New.
12230
12231 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
12232
12233         * g77.f-torture/execute/intrinsic77.f: New test.
12234
12235 2001-07-11  Janis Johnson <janis@us.ibm.com>
12236
12237         * gcc.misc-tests/gcov-3.c: New test.
12238
12239 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12240
12241         * gcc.c-torture/compile/20010711-1.c,
12242         * gcc.c-torture/compile/20010711-2.c: New tests.
12243
12244 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12245
12246         * gcc.c-torture/execute/20010711-1.c: New test.
12247
12248 2001-07-11  Ben Elliston  <bje@redhat.com>
12249
12250         * g++.old-deja/g++.other/enum5.C: New test.
12251
12252 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
12253
12254         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
12255         (g++-dg-prune): Call prune_gcc_output.
12256         * prune.exp: New file for prune_gcc_output.
12257         * lib/g++.exp, lib/gcc.exp: Load it.
12258
12259 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12260
12261         * gcc.c-torture/compile/20010701-1.c,
12262         g++.old-deja/g++.ext/attrib6.C: New tests.
12263
12264 2001-07-06  Jeffrey A Law  (law@cygnus.com)
12265
12266         * gcc.c-torture/compile/20010706-1.c: New test.
12267
12268 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
12269
12270         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
12271
12272 2001-06-28  Stan Shebs  <shebs@apple.com>
12273
12274         * gcc.dg/pragma-darwin.c: New test.
12275
12276 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12277
12278         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
12279         Solaris 2.[678] system.
12280
12281 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12282
12283         * gcc.dg/20010622-1.c: New test.
12284
12285 2001-06-18  Stan Shebs  <shebs@apple.com>
12286
12287         * objc.dg: New directory.
12288         * objc.dg/dg.exp: New file.
12289         * objc.dg/alias.m: New.
12290         * objc.dg/class-1.m: New.
12291         * objc.dg/class-2.m: New.
12292         * objc.dg/const-str-1.m: New.
12293         * objc.dg/const-str-2.m: New.
12294         * objc.dg/id-1.m: New.
12295         * objc.dg/method-1.m: New.
12296         * objc.dg/super-class-1.m: New.
12297         * lib/objc-dg.exp: New file.
12298
12299 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12300
12301         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12302         of label name.
12303
12304 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
12305
12306         * g++.old-deja/g++.abi/vbase8-9.C: New test.
12307
12308 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12309
12310         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
12311         variable.
12312
12313 2001-06-12  Richard Henderson  <rth@redhat.com>
12314
12315         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
12316
12317 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12318
12319         * g++.old-deja/g++.abi/vbase5.C: New test.
12320         * g++.old-deja/g++.abi/vbase6.C: New test.
12321         * g++.old-deja/g++.abi/vbase7.C: New test.
12322
12323 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12324
12325         * gcc.c-torture/compile/20010610-1.c: New test.
12326
12327 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12328
12329         * g++.old-deja/g++.abi/vbase4.C: New test.
12330
12331 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12332
12333         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
12334         support %f for HC11/HC12 targets.
12335         * gcc.c-torture/execute/930513-1.x: New file, likewise.
12336         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
12337         on HC11/HC12 targets.
12338         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
12339
12340 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12341
12342         * gcc.dg/wchar_t-1.c: New file.
12343         * gcc.dg/wint_t-1.c: Likewise.
12344
12345 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
12346
12347         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
12348
12349 2001-06-11  Richard Henderson  <rth@redhat.com>
12350
12351         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
12352
12353 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12354
12355         * gcc.c-torture/compile/20010611-1.c: New test.
12356
12357 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12358
12359         * gcc.dg/c99-tag-1.c: Add more tests.
12360
12361 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
12362
12363         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
12364         representation on MN10300 and ARM/Thumb.
12365
12366 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
12367
12368         * g77.f-torture/execute/20010610.f: New.
12369
12370 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
12371
12372         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
12373         names.
12374
12375 2001-06-09  Richard Henderson  <rth@redhat.com>
12376
12377         * gcc.c-torture/execute/ashrdi-1.c: New.
12378         * gcc.c-torture/execute/ashldi-1.c: New.
12379         * gcc.c-torture/execute/lshrdi-1.c: New.
12380
12381 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
12382
12383         * objc/execute/load-3.m: Added. Check sending +load to categories,
12384         in addition to classes.
12385
12386 2001-06-08  Stan Shebs  <shebs@apple.com>
12387
12388         * objc/execute/load-2.m: New test.  From Nicola Pero
12389         <n.pero@mi.flashnet.it>.
12390
12391 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
12392
12393         * gcc.c-torture/execute/20010605-2.c: New test.
12394
12395 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12396
12397         * g++.old-deja/g++.abi/vbase2.C: New test.
12398         * g++.old-deja/g++.abi/vbase3.C: New test.
12399
12400 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12401
12402         * g++.old-deja/g++.pt/friend49.C: New test.
12403
12404 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
12405
12406         * g++.old-deja/g++.ext/anon3.C: New test.
12407
12408 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
12409
12410         * g++.old-deja/g++.other/conv7.C: New test.
12411
12412 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12413
12414         * gcc.c-torture/compile/20010605-2.c: New test.
12415
12416 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12417
12418         * gcc.c-torture/execute/20010604-1.c: New test.
12419
12420 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
12421
12422         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
12423
12424 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
12425
12426         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
12427         (g++_link_flags): Likewise.
12428         (g++_init): Pass gccpath's value to two previous functions.
12429
12430 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12431
12432         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
12433         Ensure logfile entry matches exec command line.
12434
12435 2001-05-31  Richard Henderson  <rth@redhat.com>
12436
12437         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
12438         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
12439
12440 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
12441
12442         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
12443         compiler for irix6.2
12444
12445 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
12446
12447         * g++.old-deja/g++.other/optimize3.C: New file.
12448
12449 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
12450
12451         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
12452         assemble.
12453
12454 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
12455
12456         * g++.old-deja/g++.other/optimize2.C: New file.
12457
12458 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
12459
12460         * gcc.c-torture/compile/20010518-2.c: New file.
12461         * gcc.c-torture/execute/20010518-1.c: New file.
12462         * gcc.c-torture/execute/20010518-2.c: New file.
12463
12464 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12465
12466         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
12467
12468 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
12469
12470         G++ no longer defines builtins that do not begin with __builtin.
12471         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
12472         * g++.old-deja/g++.brendand/misc13.C: Likewise.
12473         * g++.old-deja/g++.law/builtin1.C: Likewise.
12474         * g++.old-deja/g++.law/cvt2.C: Likewise.
12475         * g++.old-deja/g++.mike/net5.C: Likewise.
12476         * g++.old-deja/g++.other/builtins1.C: Likewise.
12477         * g++.old-deja/g++.other/builtins2.C: Likewise.
12478         * g++.old-deja/g++.other/builtins3.C: Likewise.
12479         * g++.old-deja/g++.other/builtins4.C: Likewise.
12480         * g++.old-deja/g++.other/inline8.C: Likewise.
12481         * g++.old-deja/g++.robertl/eb39.C: Likewise.
12482
12483 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
12484
12485         * g++.old-deja/g++.pt/using1.C: Adjust.
12486         * g++.old-deja/g++.pt/using2.C: New test.
12487
12488 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
12489
12490         * gcc.dg/cpp/charconst.c: New tests.
12491         * gcc.dg/cpp/escape.c: New tests.
12492         * gcc.dg/cpp/escape-1.c: New tests.
12493         * gcc.dg/cpp/escape-2.c: New tests.
12494         * gcc.dg/cpp/ucs.c: New tests.
12495
12496 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
12497
12498         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
12499         native compiler for irix6.5.
12500
12501 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
12502
12503         * lib/g++.exp (g++_include_flags): Use args to compute
12504         get_multilibs.
12505         (g++_link_flags): Likewise.
12506         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
12507
12508 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12509
12510         * gcc.dg/c90-hexfloat-1.c: Add more tests.
12511
12512 2001-05-21  Geoff Keating  <geoffk@redhat.com>
12513
12514         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
12515         this file.
12516
12517 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12518
12519         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
12520         STACK_SIZE;
12521         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
12522         to STACK_SIZE; Use it to define size of add_histo array.
12523         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
12524         to STACK_SIZE.
12525         (f): Use GITT_SIZE to define size of gitt local table.
12526         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
12527         to STACK_SIZE; Use it to define size of bytemem array.
12528
12529 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12530
12531         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
12532         on 68HC11/HC12 due to the asm instruction.
12533         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
12534         * gcc.c-torture/compile/920520-1.x: Likewise.
12535         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
12536         on 68HC11/HC12 because the function is larger than 64K.
12537         * gcc.c-torture/compile/961203-1.x: New file, this test fails
12538         on 68HC11/HC12 because the structure is too large.
12539
12540 2001-05-20  Richard Henderson  <rth@redhat.com>
12541
12542         * gcc.c-torture/execute/20010520-1.c: New.
12543
12544 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12545
12546         * g++.old-deja/g++.warn/compare1.C: New test.
12547         * gcc.dg/compare4.c: New test.
12548
12549 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
12550
12551         * g++.old-deja/g++.other/optimize1.C: New test.
12552
12553 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12554
12555         * g++.old-deja/g++.pt/spec41.C: New test.
12556
12557 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12558
12559         * gcc.c-torture/compile/20010114-1.x: Remove.
12560
12561 2001-05-18  Stan Shebs  <shebs@apple.com>
12562
12563         * gcc.c-torture/compile/20010518-1.c: New test.
12564
12565 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
12566
12567         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
12568         * g++.old-deja/g++.pt/crash67.C: New test.
12569
12570 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
12571
12572         * g++.old-deja/g++.other/debug9.C: New test.
12573
12574 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
12575
12576         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
12577
12578 2001-05-16  Jan Hubicka  <jh@suse.cz>
12579
12580         * gcc.c-torture/compile/20010516-1.c: New test.
12581
12582 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
12583
12584         * g++.old-deja/g++.other/crash41.C: New test.
12585
12586 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
12587
12588         * g++.old-deja/g++.pt/crash66.C: New test.
12589
12590 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
12591
12592         * g++.old-deja/g++.robertl/eb27.C: Convert.
12593
12594 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
12595
12596         * g++.dg/friend-warn.C: New test.  Do not warn about friend
12597         declaration being redundant.
12598
12599 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
12600
12601         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
12602
12603 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
12604
12605         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
12606
12607 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
12608
12609         * lib/g++.exp: Use testsuite_flags.
12610
12611 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
12612
12613         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
12614
12615 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12616
12617         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
12618
12619 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
12620
12621         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
12622
12623 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
12624
12625         * gcc.c-torture/compile/20010313-1.c: New test.
12626
12627 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
12628
12629         * gcc.dg/cpp/direct2.c: New test.
12630         * gccq.dg/cpp/direct2s.c: New test.
12631
12632         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
12633
12634 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
12635
12636         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
12637         * g++.old-deja/g++.other/op3.C: Likewise.
12638
12639 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12640
12641         * gcc.dg/cpp/syshdr.h: New file.
12642         * gcc.dg/cpp/sysmac1.c: Update.
12643         * gcc.dg/cpp/sysmac2.c: Update.
12644
12645 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12646
12647         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
12648
12649 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
12650
12651         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
12652         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
12653
12654 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
12655
12656         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
12657
12658 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
12659
12660         * lib/g++.exp (g++_include_flags): Don't use any special flags
12661         if TESTING_IN_BUILD_TREE is not defined.
12662         (g++_init): Use a plain 'c++' as the compiler if
12663         TESTING_IN_BUILD_TREEE is not defined.
12664
12665 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
12666
12667         * g++.old-deja/g++.eh/catch13.C: New test.
12668         * g++.old-deja/g++.eh/catch14.C: New test.
12669
12670 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
12671
12672         * gcc.dg/cpp/tr-define.c: New test.
12673
12674 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
12675
12676         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
12677         <stdlib.h>, not <malloc.h>.
12678
12679 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
12680
12681         * g++.old-deja/g++.ns/template17.C: New test.
12682
12683 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
12684
12685         * g++.old-deja/g++.pt/ref4.C: New test.
12686
12687 2001-04-30  Richard Henderson  <rth@redhat.com>
12688
12689         * gcc.dg/20000724-1.c: Revert last change.
12690
12691 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
12692
12693         * g77.f-torture/execute/20010430.f: New test.
12694
12695 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
12696
12697         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
12698
12699 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
12700
12701         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
12702
12703 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12704
12705         * g++.old-deja/g++.eh/crash6.C: New test.
12706
12707 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12708
12709         * g++.old-deja/g++.other/warn7.C: New test.
12710
12711 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12712
12713         * g++.old-deja/g++.other/defarg9.C: New test.
12714
12715 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
12716
12717         * g77.f-torture/compile/20010426.f: New test.
12718         * g77.f-torture/execute/20010426.f: New test.
12719
12720 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
12721
12722         * g77.f-torture/compile/20000629-1.x: Remove - error
12723         has been fixed.
12724
12725 2001-04-26  Jeffrey A Law  (law@cygnus.com)
12726
12727         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
12728         Tweak slightly to work with g++.dg framework.
12729         * g++.dg/special/ecos.exp: Run initp1.C test.
12730         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
12731
12732         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
12733         its linker doesn't give line numbers either.
12734         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
12735
12736 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
12737
12738         * g++.old-deja/g++.other/lex1.C: New test.
12739
12740 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
12741
12742         * gcc.dg/noncompile/20010425-1.c: New test.
12743
12744 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
12745
12746         * g++.old-deja/g++.pt/mangle2.C: New test.
12747
12748 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12749
12750         * gcc.dg/format/plus-1.c: New test.
12751
12752 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12753
12754         * gcc.dg/20010423-1.c: New test.
12755
12756 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12757
12758         * gcc.c-torture/execute/20010422-1.c: New test.
12759
12760 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
12761
12762         * g++.old-deja/g++.ns/type2.C: New test.
12763
12764 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
12765
12766         * g++.old-deja/g++.other/perf1.C: New test.
12767
12768 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
12769
12770         * gcc.dg/c99-func-2.c: Remove xfail.
12771         * gcc.dg/c99-func-3.c: Remove xfail.
12772         * gcc.dg/c99-func-4.c: Remove xfail.
12773
12774 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
12775
12776         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
12777
12778 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12779
12780         * gcc.c-torture/compile/20010423-1.c: New test.
12781
12782 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12783
12784         * g++.old-deja/g++.pt/typename28.C: New test.
12785
12786 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12787
12788         * g++.old-deja/g++.abi/empty2.C: New test.
12789         * g++.old-deja/g++.abi/empty3.C: New test.
12790
12791 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12792
12793         * g++.old-deja/g++.other/comdat2.C: New test.
12794         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
12795
12796 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12797
12798         * g++.old-deja/g++.other/overload14.C: New test.
12799
12800 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12801
12802         * g++.old-deja/g++.other/lookup23.C: New test.
12803
12804 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12805
12806         * gcc.c-torture/execute/20010403-1.c: New test.
12807
12808 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
12809             Mark Mitchell  <mark@codesourcery.com>
12810
12811         * lib/old-dejagnu.exp: Don't delete output of executable.
12812         Add .exe suffix to executables.
12813
12814 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
12815
12816         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
12817
12818 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12819
12820         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
12821
12822 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12823
12824         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
12825         * g++.old-deja/g++.abi/crash1.C: New test.
12826
12827 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12828
12829         * g++.old-deja/g++.other/crash40.C: New test.
12830
12831 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12832
12833         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
12834
12835 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12836
12837         * g++.old-deja/g++.other/warn6.C: New test.
12838
12839 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12840
12841         * g++.old-deja/g++.robertl/eb42.C: Same.
12842
12843 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12844
12845         * gcc.dg/wtr-conversion-1.c: New testcase.
12846
12847 2001-04-10  Richard Henderson  <rth@redhat.com>
12848
12849         * g++.old-deja/g++.other/array5.C: New.
12850
12851 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12852
12853         * gcc.c-torture/execute/20010408-1.c: New test.
12854
12855 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
12856
12857         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
12858         headers and constructs.
12859         * g++.old-deja/g++.robertl/eb79.C: Same.
12860         * g++.old-deja/g++.robertl/eb77.C (main): Same.
12861         * g++.old-deja/g++.robertl/eb73.C: Same.
12862         * g++.old-deja/g++.robertl/eb66.C (main): Same.
12863         * g++.old-deja/g++.robertl/eb55.C (t): Same.
12864         * g++.old-deja/g++.robertl/eb54.C (main): Same.
12865         * g++.old-deja/g++.robertl/eb46.C (main): Same.
12866         * g++.old-deja/g++.robertl/eb44.C: Same.
12867         * g++.old-deja/g++.robertl/eb41.C (main): Same.
12868         * g++.old-deja/g++.robertl/eb4.C (main): Same.
12869         * g++.old-deja/g++.robertl/eb39.C: Same.
12870         * g++.old-deja/g++.robertl/eb33.C (main): Same.
12871         * g++.old-deja/g++.robertl/eb31.C (main): Same.
12872         * g++.old-deja/g++.robertl/eb30.C: Same.
12873         * g++.old-deja/g++.robertl/eb3.C: Same.
12874         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
12875         * g++.old-deja/g++.robertl/eb21.C: Same.
12876         * g++.old-deja/g++.robertl/eb15.C: Same.
12877         * g++.old-deja/g++.robertl/eb118.C: Same.
12878         * g++.old-deja/g++.robertl/eb115.C (main): Same.
12879         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
12880         * g++.old-deja/g++.robertl/eb109.C: Same.
12881         * g++.old-deja/g++.other/sibcall1.C (main): Same.
12882         * g++.old-deja/g++.mike/rtti1.C: Same.
12883         * g++.old-deja/g++.mike/p658.C: Same.
12884         * g++.old-deja/g++.mike/net46.C: Same.
12885         * g++.old-deja/g++.mike/net34.C: Same.
12886         * g++.old-deja/g++.mike/memoize1.C: Same.
12887         * g++.old-deja/g++.mike/eh2.C: Same.
12888         * g++.old-deja/g++.law/weak.C: Same.
12889         * g++.old-deja/g++.law/visibility7.C: Same.
12890         * g++.old-deja/g++.law/visibility25.C: Same.
12891         * g++.old-deja/g++.law/visibility22.C: Same.
12892         * g++.old-deja/g++.law/visibility2.C: Same.
12893         * g++.old-deja/g++.law/visibility17.C: Same.
12894         * g++.old-deja/g++.law/visibility13.C: Same.
12895         * g++.old-deja/g++.law/visibility10.C: Same.
12896         * g++.old-deja/g++.law/visibility1.C: Same.
12897         * g++.old-deja/g++.law/virtual3.C (eval): Same.
12898         * g++.old-deja/g++.law/vbase1.C: Same.
12899         * g++.old-deja/g++.law/operators32.C: Same.
12900         * g++.old-deja/g++.law/nest3.C: Same.
12901         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
12902         * g++.old-deja/g++.law/except5.C (main): Same.
12903         * g++.old-deja/g++.law/cvt7.C (run): Same.
12904         * g++.old-deja/g++.law/cvt2.C: Same.
12905         * g++.old-deja/g++.law/cvt16.C: Same.
12906         * g++.old-deja/g++.law/ctors6.C (bar): Same.
12907         * g++.old-deja/g++.law/ctors17.C (main): Same.
12908         * g++.old-deja/g++.law/ctors13.C: Same.
12909         * g++.old-deja/g++.law/ctors12.C (main): Same.
12910         * g++.old-deja/g++.law/ctors10.C: Same.
12911         * g++.old-deja/g++.law/code-gen5.C: Same.
12912         * g++.old-deja/g++.law/bad-error7.C: Same.
12913         * g++.old-deja/g++.law/arm9.C: Same.
12914         * g++.old-deja/g++.law/arm12.C: Same.
12915         * g++.old-deja/g++.law/arg8.C: Same.
12916         * g++.old-deja/g++.law/arg1.C: Same.
12917         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
12918         * g++.old-deja/g++.jason/template31.C: Same.
12919         * g++.old-deja/g++.jason/template24.C (main): Same.
12920         * g++.old-deja/g++.jason/2371.C: Same.
12921         * g++.old-deja/g++.eh/new2.C: Same.
12922         * g++.old-deja/g++.eh/new1.C: Same.
12923         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
12924         * g++.old-deja/g++.brendan/nest21.C (main): Same.
12925         * g++.old-deja/g++.brendan/err-msg3.C: Same.
12926         * g++.old-deja/g++.brendan/crash62.C: Same.
12927         * g++.old-deja/g++.brendan/crash52.C: Same.
12928         * g++.old-deja/g++.brendan/crash49.C (main): Same.
12929         * g++.old-deja/g++.brendan/crash38.C: Same.
12930         * g++.old-deja/g++.brendan/crash15.C (main): Same.
12931         * g++.old-deja/g++.brendan/copy9.C: Same.
12932
12933 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
12934
12935         * gcc.c-torture/execute/20001203-2.c (memset):
12936         Count argument is of type __SIZE_TYPE__.
12937
12938 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
12939
12940         * gcc.c-torture/compile/20010404-1.c: New test.
12941
12942 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
12943
12944         * gcc.c-torture/compile/20010326-1.c: New test.
12945
12946 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
12947
12948         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
12949         peculiarities of the SH.
12950         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
12951
12952 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12953
12954         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
12955         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
12956         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
12957
12958 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12959
12960         * g77.f-torture/compile/20010321-1.f: New test.
12961
12962 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12963
12964         * gcc.c-torture/compile/20010329-1.c: New test.
12965
12966 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12967
12968         * gcc.c-torture/execute/20010329-1.c: New test.
12969
12970 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
12971
12972         * g++.old-deja/g++.other/eh4.C: Fix typo.
12973
12974 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
12975
12976         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
12977
12978 2001-03-28  Philip Blundell  <philb@gnu.org>
12979
12980         * gcc.c-torture/compile/20010328-1.c: New test.
12981
12982 2001-03-27  Richard Henderson  <rth@redhat.com>
12983
12984         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
12985         * g++.old-deja/g++.eh/vbase3.C: Likewise.
12986
12987 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
12988
12989         * gcc.c-torture/compile/20010327-1.c: New test.
12990
12991 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
12992
12993         * g++.old-deja/g++.other/friend12.C: New test.
12994         * g++.old-deja/g++.other/friend9.C: Expect no errors.
12995         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
12996
12997 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12998
12999         * gcc.c-torture/execute/20010325-1.c: New test.
13000
13001 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
13002
13003         * g++.old-deja/g++.other/mangle3.C: New test.
13004
13005 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
13006
13007         * g++.old-deja/g++.other/anon8.C: New test.
13008
13009 2001-03-20  Philip Blundell  <philb@gnu.org>
13010
13011         * gcc.c-torture/compile/20010320-1.c: New test.
13012
13013 2001-03-17  Richard Henderson  <rth@redhat.com>
13014
13015         * g++.old-deja/g++.other/eh4.C: Add expected error text.
13016
13017 2001-03-15  Geoff Keating  <geoff@redhat.com>
13018
13019         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
13020         tests on AIX.
13021
13022 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
13023
13024         * g++.old-deja/g++.other/eh4.C: New test.
13025
13026 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13027
13028         * gcc.dg/cpp/mi1.c: Update.
13029
13030 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
13031
13032         * g++.old-deja/g++.other/regstack.C: New test.
13033
13034 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
13035
13036         * g++.old-deja/g++.other/ref4.C: New test.
13037
13038 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
13039
13040         * objc/execute/va_method.m: Added.
13041         * objc/execute/IMP.m: Added.
13042         * objc/execute/_cmd.m: Added.
13043         * objc/execute/accessing_ivars.m: Added.
13044         * objc/execute/class-1.m: Added.
13045         * objc/execute/class-10.m: Added.
13046         * objc/execute/class-11.m: Added.
13047         * objc/execute/class-12.m: Added.
13048         * objc/execute/class-13.m: Added.
13049         * objc/execute/class-14.m: Added.
13050         * objc/execute/class-2.m: Added.
13051         * objc/execute/class-3.m: Added.
13052         * objc/execute/class-4.m: Added.
13053         * objc/execute/class-5.m: Added.
13054         * objc/execute/class-6.m: Added.
13055         * objc/execute/class-7.m: Added.
13056         * objc/execute/class-8.m: Added.
13057         * objc/execute/class-9.m: Added.
13058         * objc/execute/class-tests-1.h
13059         * objc/execute/class-tests-2.h
13060         * objc/execute/compatibility_alias.m: Added.
13061         * objc/execute/encode-1.m: Added.
13062         * objc/execute/formal_protocol-1.m: Added.
13063         * objc/execute/formal_protocol-2.m: Added.
13064         * objc/execute/formal_protocol-3.m: Added.
13065         * objc/execute/formal_protocol-4.m: Added.
13066         * objc/execute/formal_protocol-5.m: Added.
13067         * objc/execute/formal_protocol-6.m: Added.
13068         * objc/execute/formal_protocol-7.m: Added.
13069         * objc/execute/informal_protocol.m: Added.
13070         * objc/execute/initialize.m: Added.
13071         * objc/execute/load.m: Added.
13072         * objc/execute/many_args_method.m: Added.
13073         * objc/execute/nested-3.m: Added.
13074         * objc/execute/no_clash.m: Added.
13075         * objc/execute/private.m: Added.
13076         * objc/execute/redefining_self.m: Added.
13077         * objc/execute/root_methods.m: Added.
13078         * objc/execute/selector-1.m: Added.
13079         * objc/execute/static-1.m: Added.
13080         * objc/execute/static-2.m: Added.
13081         * objc/execute/va_method.m: Added.
13082
13083 2001-03-10  Richard Henderson  <rth@redhat.com>
13084
13085         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
13086
13087 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
13088
13089         * g++.old-deja/g++.other/crash31.C: XFAIL.
13090         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
13091         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
13092         * gcc.c-torture/execute/20010123-1.x: XFAIL.
13093         * gcc.c-torture/execute/20010124-1.x: XFAIL.
13094         * gcc.dg/sequence-pt-1.c: XFAIL one test.
13095
13096 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13097
13098         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
13099
13100 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13101
13102         * gcc.dg/20000724-1.c: Don't use multiline strings.
13103
13104 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13105
13106         * objc/execute/string1.m, objc/execute/string2.m: Compare the
13107         result of -cString against what we expect it to be; don't just
13108         print it out for no one to read.
13109
13110         * objc/execute/string3.m, objc/execute/string4.m: New tests.
13111         Based on testcases provided by Nicola Pero.
13112
13113 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13114
13115         * gcc.dg/cpp/macro7.c: New test.
13116
13117 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13118
13119         * gcc.dg/cpp/multiline.c: Update.
13120
13121 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13122
13123         * g++.old-deja/g++.other/enum3.C: New test.
13124
13125 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13126
13127         * g++.old-deja/g++.other/pod1.C: New test.
13128
13129 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13130
13131         * g++.old-deja/g++.ext/overload1.C: New test.
13132
13133 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13134
13135         * g++.old-deja/g++.pt/using1.C: New test.
13136
13137 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13138
13139         * g++.old-deja/g++.other/using9.C: New test.
13140
13141 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
13142
13143         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
13144
13145         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
13146
13147 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
13148
13149         * g++.old-deja/g++.ext/realpt1.C: Remove.
13150
13151 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
13152
13153         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
13154
13155 2001-02-26  Will Cohen  <wcohen@redhat.com>
13156
13157         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
13158
13159 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
13160
13161         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
13162         templatized constructors.
13163
13164 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13165
13166         * gcc.c-torture/execute/20010224-1.c: New test.
13167
13168 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
13169
13170         * gcc.c-torture/execute/20010222-1.c: New test.
13171
13172 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
13173
13174         * g++.old-deja/g++.other/inline20.C: New test.
13175
13176 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
13177
13178         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
13179
13180 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
13181
13182         * g++.old-deja/g++.other/lookup22.C: New test.
13183
13184 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
13185
13186         * g77.dg: New directory.
13187         * g77.dg/20010216-1.f: New test case.
13188         * g77.dg/dg.exp: New driver.
13189         * lib/g77-dg.exp: New driver library.
13190
13191 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13192
13193         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
13194
13195 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
13196
13197         * g++.old-deja/g++.other/decl9.C: New test.
13198
13199 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
13200
13201         * g++.old-deja/g++.other/init16.C: Update the test so that it does
13202         not need <string> and also tests the initialization at runtime.
13203
13204 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
13205
13206         * gcc.c-torture/execute/longlong.c: New test.
13207
13208 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13209
13210         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13211
13212 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13213
13214         * gcc.c-torture/execute/920302-1.c (execute):
13215         Change argument type to short.
13216
13217 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13218
13219         * g++.old-deja/g++.pt/deduct6.C: New test.
13220
13221 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13222
13223         * g++.old-deja/g++.pt/deduct5.C: New test.
13224
13225 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
13226
13227         * gcc.c-torture/execute/20010209-1.c: New test.
13228
13229 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13230
13231         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
13232
13233 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
13234
13235         * g++.dg/vtgc1.C: Update for new ABI.
13236
13237         * consistency.vlad: New directory, 1665 files.
13238
13239 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
13240
13241         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
13242         return type.
13243         * gcc.dg/cpp/digraphs.c: Declare puts.
13244
13245 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13246
13247         * g++.old-deja/g++.other/warn5.C: New test.
13248
13249 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13250
13251         * g++.old-deja/g++.pt/spec40.C: New test.
13252
13253 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13254
13255         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
13256         case.
13257         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
13258
13259 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
13260
13261         * gcc.c-torture/compile/20010209-1.c: New test.
13262
13263 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
13264
13265         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
13266         excess errors message but not if it crashes.
13267         * g++.old-deja/g++.other/crash27.C: Likewise.
13268         * g++.old-deja/g++.other/crash28.C: Likewise.
13269         * g++.old-deja/g++.other/crash30.C: Likewise.
13270         * g++.old-deja/g++.other/crash32.C: Likewise.
13271         * g++.old-deja/g++.other/crash35.C: Likewise.
13272         * g++.old-deja/g++.pt/inherit2.C: Likewise.
13273
13274 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13275
13276         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
13277         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
13278         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
13279         g77.f-torture/execute/execute.exp,
13280         g77.f-torture/noncompile/noncompile.exp,
13281         gcc.c-torture/execute/execute.exp,
13282         gcc.c-torture/execute/memcheck/memcheck.exp,
13283         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
13284         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
13285         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
13286         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
13287         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
13288         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
13289         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13290         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
13291         Remove bug reporting instructions with ancient email addresses.
13292
13293 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13294
13295         * gcc.dg/20010202-1.c: New test.
13296         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13297
13298 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
13299
13300         * g++.dg/stdbool-if.C: New test.
13301
13302 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
13303
13304         * objc/execute/fdecl.m: Added main().
13305
13306 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13307
13308         * gcc.c-torture/execute/20010206-1.c: New test.
13309
13310 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13311
13312         * gcc.dg/cpp/avoidpaste1.c: Update.
13313
13314 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
13315
13316         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
13317         Pero <nicola@brainstorm.co.uk>.
13318         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
13319
13320 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
13321
13322         * g++.old-deja/g++.pt/spec39.C: New test.
13323
13324 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
13325
13326         * gcc.c-torture/compile/20010202-1.c: New test.
13327
13328 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
13329
13330         * g++.old-deja/g++.abi/primary2.C: New test.
13331         * g++.old-deja/g++.abi/primary3.C: New test.
13332         * g++.old-deja/g++.abi/primary4.C: New test.
13333         * g++.old-deja/g++.abi/primary5.C: New test.
13334         * g++.old-deja/g++.abi/vtable3.h: New test.
13335         * g++.old-deja/g++.abi/vtable3a.C: New test.
13336         * g++.old-deja/g++.abi/vtable3b.C: New test.
13337         * g++.old-deja/g++.abi/vtable3c.C: New test.
13338         * g++.old-deja/g++.abi/vtable3d.C: New test.
13339         * g++.old-deja/g++.abi/vtable3e.C: New test.
13340         * g++.old-deja/g++.abi/vtable3f.C: New test.
13341         * g++.old-deja/g++.abi/vtable3g.C: New test.
13342         * g++.old-deja/g++.abi/vtable3h.C: New test.
13343         * g++.old-deja/g++.abi/vtable3i.C: New test.
13344         * g++.old-deja/g++.abi/vtable3j.C: New test.
13345         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
13346
13347 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
13348
13349         * g++.old-deja/g++.other/anon6.C: New test.
13350         * g++.old-deja/g++.other/anon7.C: New test.
13351
13352 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
13353
13354         * gcc.dg/cpp/avoidpaste2.c: New tests.
13355
13356 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
13357
13358         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
13359
13360 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
13361
13362         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
13363         DECIMAL_DIG cases for Irix."
13364
13365 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
13366
13367         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
13368
13369 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13370
13371         * gcc.dg/c99-tag-1.c: New test.
13372
13373 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13374
13375         * gcc.dg/cpp/tr-warn1.c: Add tests.
13376
13377 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13378
13379         * gcc.dg/cpp/avoidpaste1.c: Update.
13380         * gcc.dg/cpp/paste4.c: Update.
13381
13382 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
13383
13384         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
13385         cases for Irix.
13386
13387 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13388
13389         * g++.old-deja/g++.other/inline19.C: New test.
13390
13391 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
13392
13393         * gcc.dg/Wlarger-than.c: New test.
13394
13395 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
13396
13397         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
13398
13399 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
13400
13401         * gcc.c-torture/execute/20010129-1.c: New test.
13402         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
13403
13404 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
13405
13406         * gcc.dg/cpp/avoidpaste1.c: Test case.
13407
13408 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
13409
13410         * g++.old-deja/g++.other/inline18.C: New test.
13411
13412 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13413
13414         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
13415         and __builtin_putchar.
13416
13417 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
13418
13419         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
13420         tests.
13421
13422 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
13423
13424         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
13425         floating point number rounding mode to round to the nearest
13426         representable mode.
13427
13428 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
13429
13430         * g++.old-deja/g++.other/mangle2.C: New test.
13431
13432 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13433
13434         * gcc.c-torture/compile/20010124-1.c: New test.
13435
13436 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
13437
13438         * g++.old-deja/g++.pt/spec38.C: New test.
13439
13440 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13441
13442         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
13443         "Build don't run".
13444
13445 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13446
13447         * gcc.c-torture/execute/20010123-1.c: New test.
13448
13449 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13450
13451         * g++.old-deja/g++.pt/spec37.C: New test.
13452
13453 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13454
13455         * g++.old-deja/g++.pt/overload14.C: New test.
13456
13457 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13458
13459         * gcc.c-torture/execute/20010122-1.c: New test, exercise
13460         __builtin_return_address.
13461
13462 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
13463
13464         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
13465         * g++.old-deja/g++.pt/spec35.C: New test.
13466         * g++.old-deja/g++.pt/spec36.C: New test.
13467
13468 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
13469
13470         * gcc.c-torture/compile/20010118-1.c: New test.
13471
13472 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
13473
13474         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
13475
13476 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13477
13478         * gcc.c-torture/execute/20010119-1.c: New test.
13479
13480 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13481
13482         * g++.old-deja/g++.other/vbase5.C: New test.
13483
13484 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13485
13486         * gcc.c-torture/execute/20010118-1.c: New test.
13487
13488 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13489
13490         * g++.old-deja/g++.pt/deduct3.C: New test.
13491
13492 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13493
13494         * g++.old-deja/g++.pt/spec34.C: New test.
13495
13496 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
13497
13498         * g77.f-torture/compile/20000601-2.f: New test.
13499
13500 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13501
13502         * g++.old-deja/g++.other/init17.C: New test.
13503
13504 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
13505
13506         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
13507
13508 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13509
13510         * g++.old-deja/g++.pt/unify8.C: New test.
13511
13512 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13513
13514         * g++.old-deja/g++.abi/vbase1.C: New test.
13515
13516 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13517
13518         * g++.old-deja/g++.pt/crash65.C: New test.
13519
13520 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
13521
13522         * gcc.dg/cpp/assembl2.S: New test case.
13523
13524 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
13525
13526         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
13527         are supported.
13528
13529 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13530
13531         * g++.old-deja/g++.other/builtins1.C: New test.
13532         * g++.old-deja/g++.other/builtins2.C: Likewise.
13533         * g++.old-deja/g++.other/builtins3.C: Likewise.
13534         * g++.old-deja/g++.other/builtins4.C: Likewise.
13535
13536 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
13537
13538         * gcc.c-torture/compile/20010117-1.c: New test.
13539         * gcc.c-torture/compile/20010117-2.c: New test.
13540
13541 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
13542
13543         * g77.f-torture/execute/20010116.[fx]: New test,
13544         XFAIL on i?86-*-*.
13545         * g77.f-torture/compile/20010115.f: Indicate it's
13546         a test for PR fortran/1636.
13547
13548 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13549
13550         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
13551
13552 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
13553
13554         * g77.f-torture/compile/20010115.f: New test.
13555
13556 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
13557
13558         * g++.old-deja/g++.pt/nontype5.C: New test.
13559
13560 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
13561
13562         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
13563         have an equivalent working one below it.
13564
13565 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
13566
13567         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
13568         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13569
13570 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
13571
13572         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
13573         message containing "init_priority".
13574         (conpr-2.C): Likewise.
13575         (conpr-3.C): Likewise.
13576         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
13577
13578 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13579
13580         * gcc.c-torture/execute/20010114-2.c: New test.
13581
13582 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
13583
13584         * gcc.c-torture/compile/20010114-1.c: New test.
13585         * gcc.c-torture/compile/20010114-1.x: Xfail.
13586         * gcc.c-torture/compile/20010114-2.c: New test.
13587         * gcc.c-torture/execute/20010114-1.c: New test.
13588         * gcc.dg/trunc-1.c: New test.
13589         * gcc.dg/uninit-B.c: New test.
13590
13591 2001-01-13  Nick Clifton  <nickc@redhat.com>
13592
13593         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
13594         target.
13595
13596 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13597
13598         * gcc.c-torture/compile/20010113-1.c: New test.
13599
13600 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
13601
13602         * gcc.c-torture/compile/20001212-1.c: New test.
13603
13604 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
13605
13606         * gcc.dg/cpp/widestr1.c: Update.
13607         * gcc.dg/cpp/prag-imp.c: Remove.
13608
13609 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
13610
13611         * gcc.c-torture/execute/20000801-3.x: Remove.
13612         * gcc.dg/c90-init-1.c: New test.
13613         * gcc.dg/c99-init-1.c: New test.
13614         * gcc.dg/c99-init-2.c: New test.
13615         * gcc.dg/gnu99-init-1.c: New test.
13616
13617 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
13618
13619         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
13620         testing that no relevant ones were found.
13621
13622 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
13623
13624         * g++.old-deja/g++.pt/cast2.C: New test.
13625
13626 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
13627
13628         * g++.old-deja/g++.pt/friend47.C: New test.
13629
13630 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13631
13632         * g++.old-deja/g++.pt/instantiate13.C: New test.
13633
13634 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13635
13636         * g++.old-deja/g++.other/defarg7.C: New test.
13637         * g++.old-deja/g++.other/defarg8.C: New test.
13638
13639 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13640
13641         * g++.old-deja/g++.pt/crash64.C: New test.
13642
13643 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13644
13645         * g++.old-deja/g++.pt/crash63.C: New test.
13646
13647 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
13648
13649         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
13650
13651 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
13652
13653         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
13654
13655 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13656
13657         * g++.old-deja/g++.pt/error3.C: New test.
13658
13659 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13660
13661         * g++.old-deja/g++.other/crash39.C: New test.
13662
13663 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13664
13665         * g++.old-deja/g++.other/vbase4.C: New test.
13666
13667 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
13668
13669         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
13670         * gcc.dg/special/20000419-2.c: New file. Identical to above.
13671         * gcc.dg/special/special.exp: New test driver which will check
13672         for alias support for the above test.
13673
13674 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
13675
13676         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
13677         problems on small machines.
13678         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
13679         parameterize.
13680
13681 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
13682
13683         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
13684         mips.
13685         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13686
13687 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
13688
13689         * g++.old_deja/g++.pt/using8.C: New test.
13690
13691 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13692
13693         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
13694
13695 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
13696
13697         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
13698         where a failure is expected.
13699         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
13700
13701 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13702
13703         * g++.old_deja/g++.pt/instantiate12.C: New test.
13704
13705 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13706
13707         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
13708         start of structs.
13709         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
13710         * g++.old-deja/g++.brendan/crash17.C: Likewise.
13711         * g++.old-deja/g++.brendan/crash29.C: Likewise.
13712         * g++.old-deja/g++.brendan/crash48.C: Likewise.
13713         * g++.old-deja/g++.brendan/ns1.C: Likewise.
13714         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
13715         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
13716         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
13717         * g++.old-deja/g++.eh/spec6.C: Likewise.
13718         * g++.old-deja/g++.jason/crash3.C: Likewise.
13719         * g++.old-deja/g++.law/ctors11.C: Likewise.
13720         * g++.old-deja/g++.law/ctors17.C: Likewise.
13721         * g++.old-deja/g++.law/ctors5.C: Likewise.
13722         * g++.old-deja/g++.law/ctors9.C: Likewise.
13723         * g++.old-deja/g++.mike/ambig1.C: Likewise.
13724         * g++.old-deja/g++.mike/net22.C: Likewise.
13725         * g++.old-deja/g++.mike/p3538a.C: Likewise.
13726         * g++.old-deja/g++.mike/p3538b.C: Likewise.
13727         * g++.old-deja/g++.mike/virt3.C: Likewise.
13728         * g++.old-deja/g++.niklas/t128.C: Likewise.
13729         * g++.old-deja/g++.other/anon4.C: Likewise.
13730         * g++.old-deja/g++.other/using1.C: Likewise.
13731         * g++.old-deja/g++.other/warn3.C: Likewise.
13732         * g++.old-deja/g++.pt/t37.C: Likewise.
13733         * g++.old-deja/g++.robertl/eb69.C: Likewise.
13734         * g++.old-deja/g++.robertl/eb71.C: Likewise.
13735
13736 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13737
13738         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
13739
13740 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13741
13742         * gcc.c-torture/execute/stdio-opt-3.c: New test.
13743
13744 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
13745
13746         * gcc.c-torture/compile/20010107-1.c: New test.
13747
13748 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13749
13750         * gcc.c-torture/execute/builtin-noret-1.c: New test.
13751
13752 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13753
13754         * gcc.dg/format/format.h: New file.
13755         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
13756         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
13757         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
13758         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
13759         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
13760         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
13761         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
13762         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
13763         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
13764         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
13765         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
13766         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
13767         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
13768         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
13769         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
13770         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
13771         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
13772         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
13773         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
13774         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
13775         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
13776         instead of declaring standard types, macros and functions in each
13777         test.
13778
13779 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
13780
13781         * gcc.c-torture/execute/20010106-1.c: New test.
13782
13783 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13784
13785         * gcc.dg/format/format.exp: New file.
13786         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
13787         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
13788         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
13789         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
13790         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
13791         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
13792         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
13793         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
13794         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
13795         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
13796         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
13797         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
13798         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
13799         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
13800         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
13801         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
13802         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
13803         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
13804         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
13805         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
13806         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
13807         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
13808         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
13809         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
13810         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
13811         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
13812         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
13813         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
13814         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
13815         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
13816         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
13817         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
13818         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
13819         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
13820         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
13821         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
13822         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
13823         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
13824         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
13825         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
13826         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
13827         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
13828
13829 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
13830
13831         * gcc.c-torture/execute/991228-1.c: Take word endianness into
13832         account.
13833
13834 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
13835
13836         * gcc.c-torture/execute/builtin-complex-1.c: New test.
13837
13838 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
13839
13840         * g++.old-deja/g++.pt/crash62.C: New test.
13841
13842 2001-01-04  Richard Henderson  <rth@redhat.com>
13843
13844         * gcc.dg/20000926-1.c: Update expected warnings.
13845         * gcc.dg/array-2.c: Likewise.
13846         * gcc.dg/array-4.c: Also validate flexible array members.
13847         * gcc.dg/c99-flex-array-1.c: New.
13848
13849 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13850
13851         * gcc.c-torture/compile/20001222-1.x: Remove.
13852
13853 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13854
13855         * gcc.c-torture/execute/built-in-setjmp.c: New.
13856
13857 2001-01-03  Richard Henderson  <rth@redhat.com>
13858
13859         * gcc.dg/940510-1.c: Update expected error wording.
13860         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
13861
13862 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
13863
13864         * lib/target-supports.exp (check_alias_available): Modified to
13865         indicate aliases not supported if only weak aliases are supported.
13866
13867 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13868
13869         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
13870         Turn on cmpstrsi checks for __pj__ and __i370__.
13871
13872 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13873
13874         * g++.old-deja/g++.other/virtual11.C: New test.
13875
13876 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13877
13878         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
13879
13880 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13881
13882         * gcc.c-torture/compile/20010102-1.c: New test.
13883
13884 2001-01-02  Andreas Jaeger  <aj@suse.de>
13885
13886         * gcc.dg/noreturn-3.c: New test.
13887
13888         * gcc.dg/noreturn-4.c: New test.
13889
13890 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13891
13892         * gcc.c-torture/execute/stdio-opt-1.c: Also test
13893         __builtin_fputc and __builtin_fwrite.
13894
13895 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13896
13897         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
13898         signed char, not default char.
13899
13900 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13901
13902         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
13903
13904 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
13905
13906         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
13907
13908 2000-12-29  Richard Henderson  <rth@redhat.com>
13909
13910         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
13911         (__cyg_profile_func_exit): Define.
13912
13913 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
13914
13915         * g++.dg/vtgc1.C: New test.
13916
13917 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
13918
13919         * gcc.dg/noncompile/20001228-1.c: New test.
13920
13921         * gcc.dg/20001228-1.c: New test.
13922
13923         * gcc.c-torture/execute/20001228-1.c: New test.
13924
13925 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13926
13927         * gcc.dg/format-strfmon-1.c: New test.
13928
13929 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13930
13931         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
13932         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
13933         * gcc.c-torture/execute/string-opt-1.c: Likewise.
13934         * gcc.c-torture/execute/string-opt-2.c: Likewise.
13935         * gcc.c-torture/execute/string-opt-3.c: Likewise.
13936         * gcc.c-torture/execute/string-opt-4.c: Likewise.
13937         * gcc.c-torture/execute/string-opt-6.c: Likewise.
13938         * gcc.c-torture/execute/string-opt-7.c: Likewise.
13939         * gcc.c-torture/execute/string-opt-8.c: Likewise.
13940         * gcc.c-torture/execute/string-opt-9.c: Likewise.
13941         * gcc.c-torture/execute/string-opt-10.c: Likewise.
13942         * gcc.c-torture/execute/string-opt-11.c: Likewise.
13943         * gcc.c-torture/execute/string-opt-12.c: Likewise.
13944
13945         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
13946         * gcc.c-torture/execute/string-opt-4.c: Test index.
13947
13948 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
13949
13950         * gcc.c-torture/compile/20001226-1.c: New test.
13951
13952 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13953
13954         * gcc.c-torture/compile/20001222-1.c: New test.
13955         * gcc.c-torture/compile/20001222-1.x: Xfail.
13956
13957 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
13958
13959         * gcc.c-torture/execute/comp-goto-2.c: New test.
13960
13961 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
13962
13963         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
13964         Use long types if __INT_MAX__ is 32767.
13965         (main): Use cast to (sint32 *) when poking 88 into a_page.
13966
13967         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
13968
13969 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
13970
13971         * gcc.c-torture/compile/20001221-1.c: New test.
13972         * gcc.c-torture/execute/20001221-1.c: New test.
13973
13974 2000-12-20  Richard Henderson  <rth@redhat.com>
13975
13976         * g++.old-deja/g++.pt/crash36.C: Update error lines.
13977         * g++.old-deja/g++.robertl/eb109.C: Likewise.
13978
13979 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13980
13981         * gcc.dg/compare3.c: New test.
13982
13983 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13984
13985         * gcc.dg/format-warnll-1.c: New test.
13986
13987 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
13988
13989         * gcc.dg/cpp/cmdlne-P.c: New test.
13990
13991 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13992
13993         * gcc.c-torture/execute/builtin-abs-1.c,
13994         gcc.c-torture/execute/builtin-abs-2.c: New tests.
13995
13996 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
13997
13998         * gcc.dg/cpp/multiline.c: New test.
13999
14000 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14001
14002         * g++.old-deja/g++.other/syshdr1.C: Update.
14003         * gcc.dg/cpp/lineflags.c: Remove temporarily.
14004
14005 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14006
14007         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
14008
14009 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14010
14011         * g++.old-deja/g++.pt/ttp65.C: New test.
14012
14013 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14014
14015         * g++.old-deja/g++.pt/ttp64.C: New test.
14016
14017 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14018
14019         * g++.old-deja/g++.pt/spec33.C: New test.
14020
14021 2000-12-14  Catherine Moore  <clm@redhat.com>
14022
14023         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
14024         * gcc.c-torture/execute/920612-2.c: Likewise.
14025         * gcc.c-torture/execute/920428-2.c: Likewise.
14026         * gcc-c-torture/execute/va-arg-11.c: Call exit.
14027         * gcc.c-torture/execute/va-arg-21.c: Likewise.
14028
14029 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14030
14031         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
14032         * gcc.dg/pack-test-2.c: Likewise.
14033
14034 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14035
14036         Tests by Zack Weinberg <zackw@stanford.edu>.
14037
14038         * gcc.dg/cpp/defined.c: Update.
14039         * gcc.dg/cpp/defined_trad.c: New tests.
14040
14041 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14042
14043         * gcc.dg/cpp/trad-direct.c: Update.
14044
14045 2000-12-11  Neil Booth  <neilb@earthling.net>
14046
14047         * gcc.dg/cpp/defined_trad.c
14048
14049 2000-12-11  Neil Booth  <neilb@earthling.net>
14050
14051         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
14052
14053 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14054
14055         * gcc.dg/format-miss-2.c: New test.
14056
14057 2000-12-09  Neil Booth  <neilb@earthling.net>
14058
14059         * gcc.dg/cpp/lineflags.c: New tests.
14060         * gcc.dg/cpp/poison.c: Update.
14061         * gcc.dg/cpp/redef2.c: Update.
14062         * gcc.dg/cpp/skipping.c: New test.
14063
14064 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
14065
14066         * g++.old-deja/g++.other/eh3.C: New testcase.
14067
14068 2000-12-07  Neil Booth  <neilb@earthling.net>
14069
14070         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
14071         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
14072         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
14073         wtr-union-init-2.c, wtr-union-init-3.c: Update.
14074         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
14075         Update.
14076
14077 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14078
14079         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
14080         __SIZE_TYPE__ instead of int for type of integers cast to
14081         pointers.
14082
14083 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
14084
14085         * g++.old-deja/g++.other/cleanup4.C: New test.
14086
14087 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14088
14089         * format-sec-1.c: New test.
14090
14091 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14092
14093         * gcc.dg/format-nonlit-3.c: New test.
14094
14095 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14096
14097         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
14098         through a null pointer.
14099
14100 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14101
14102         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
14103         * g++.old-deja/g++.pt/partial4.C: New test.
14104
14105 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14106
14107         * gcc.c-torture/execute/ieee/hugeval.x: New.
14108
14109 2000-12-06  Neil Booth  <neilb@earthling.net>
14110
14111         * gcc.dg/cpp/backslash2.c: New tests.
14112
14113 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14114
14115         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
14116         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
14117
14118 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
14119
14120         * gcc.c-torture/execute/20001203-2.c: New testcase.
14121
14122 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14123
14124         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
14125         * g++.old-deja/g++.other/virtual10.C: New test.
14126
14127 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14128
14129         * g++.old-deja/g++.mike/pmf5.C: Remove test.
14130
14131 2000-12-05  Richard Henderson  <rth@redhat.com>
14132
14133         * gcc.c-torture/compile/20001205-1.c: New.
14134
14135 2000-12-04  Neil Booth  <neilb@earthling.net>
14136
14137         * g++.old-deja/g++.other/virtual9.C: New test.
14138         * g++.old-deja/g++.pt/crash61.C: New test.
14139         * gcc.c-torture/execute/loop-9.c: New test.
14140
14141 2000-12-04  Neil Booth  <neilb@earthling.net>
14142
14143         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
14144         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
14145         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
14146         * gcc.dg/cpp/extratokens.c: ...here.
14147
14148 2000-12-04  Neil Booth  <neilb@earthling.net>
14149
14150         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
14151         New tests.
14152
14153 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14154
14155         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
14156         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
14157
14158 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
14159
14160         * gcc.c-torture/execute/20001203-1.c: New test.
14161
14162 2000-12-03  Neil Booth  <neilb@earthling.net>
14163
14164         * gcc.dg/cpp/macro6.c: New test cases.
14165
14166 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14167
14168         * gcc.c-torture/execute/string-opt-9.c: New test.
14169         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14170         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14171         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14172
14173         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
14174         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
14175
14176 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
14177
14178         * gcc.dg/cpp/if-6.c: New testcase.
14179
14180         * gcc.dg/20001201-1.c: New testcase.
14181
14182 2000-12-02  Neil Booth  <neilb@earthling.net>
14183
14184         * g++.old-deja/g++.other/externC4.C,
14185         g++.old-deja/g++.other/friend10.C: New tests.
14186
14187 2000-12-02  Neil Booth  <neilb@earthling.net>
14188
14189         * g++.old-deja/g++.other/instan2.C
14190         * g++.old-deja/g++.other/instan3.C: New test.
14191
14192 2000-12-02  Neil Booth  <neilb@earthling.net>
14193
14194         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
14195         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
14196         gnuc99.c,gnuc99-pedantic.c: New tests.
14197
14198 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14199
14200         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
14201         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
14202
14203 2000-12-01  Neil Booth  <neilb@earthling.net>
14204
14205         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
14206         * gcc.dg/cpp/poison.c: Update.
14207         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
14208
14209 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
14210
14211         * g77.f-torture/execute/20001201.f: New test.
14212
14213 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14214
14215         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
14216
14217 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
14218
14219         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
14220
14221 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
14222
14223         * g++.old-deja/g++.other/cast6.C: New test.
14224
14225 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
14226
14227         * gcc.c-torture/execute/20001130-2.c: New testcase.
14228
14229 2000-11-30  Richard Henderson  <rth@redhat.com>
14230
14231         * gcc.c-torture/execute/20001130-1.c: New test.
14232
14233 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14234
14235         * g++.old-deja/g++.other/op3.C: New test.
14236
14237 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14238
14239         * g++.old-deja/g++.other/op2.C: New test.
14240
14241 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14242
14243         * g++.old-deja/g++.other/crash38.C: New test.
14244
14245 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
14246
14247         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
14248
14249 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
14250
14251         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
14252         tests.
14253         * gcc.c-torture/execute/string-opt-6.c: New test.
14254
14255         * gcc.dg/20001117-1.c: Add main.
14256
14257 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
14258
14259         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
14260         Move from here ...
14261         * gcc.dg/940510-1.c: ... to here.
14262
14263         * gcc.dg/20000926-1.c: GNU C now allows initializations of
14264         zero-size arrays in toplevel structures.
14265
14266 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14267
14268         * gcc.c-torture/execute/loop-8.c: New test.
14269
14270 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14271
14272         * g++.old-deja/g++.other/base1.C: New test.
14273
14274 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14275
14276         * g++.old-deja/g++.other/parse2.C: New test.
14277
14278 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14279
14280         * g++.old-deja/g++.pt/incomplete1.C: New test.
14281
14282 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14283
14284         * g++.old-deja/g++.other/friend9.C: New test.
14285
14286 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14287
14288         * gcc.dg/20001127-1.c: New test.
14289
14290 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14291
14292         * g++.old-deja/g++.pt/friend46.C: New test.
14293
14294 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14295
14296         * g++.old-deja/g++.other/ptrmem8.C: New test.
14297
14298 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14299
14300         * gcc.c-torture/execute/string-opt-7.c: New test.
14301         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14302
14303 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14304
14305         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14306         instead of 'mkcheck 2'.
14307
14308 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14309
14310         * gcc.c-torture/execute/memcheck/driver.c,
14311         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
14312         C9X references to refer to C99.
14313
14314 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
14315
14316         * gcc.dg/ultrasp3.c: New test.
14317
14318 2000-11-25  Neil Booth  <neilb@earthling.net>
14319
14320         * gcc.dg/cpp/include2.c: Update test to be locale independent.
14321
14322 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
14323
14324         * gcc.c-torture/compile/20001123-2.c: New.
14325
14326 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14327
14328         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
14329
14330 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
14331
14332         * gcc.dg/sequence-point-1.c: Add some new tests.
14333         * gcc.c-torture/execute/20001124-1.c: New test.
14334
14335 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14336
14337         * g++.old-deja/g++.other/vaarg4.C: New test.
14338         * gcc.c-torture/compile/20001123-1.c: New test.
14339
14340 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14341
14342         * g++.other/crash24.C: Adjust and remove XFAIL.
14343         * g++.other/crash37.C: New test.
14344
14345 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
14346
14347         * g++.old-deja/g++.pt/instantiate9.C: New test.
14348
14349 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
14350
14351         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
14352         new ABI, too.
14353
14354         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
14355         * g++.old-deja/g++.robertl/eb55.C: Likewise.
14356
14357 2000-11-22  Neil Booth  <neilb@earthling.net>
14358
14359         * gcc.dg/cpp/Wtrigraphs.c: New test.
14360
14361 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14362
14363         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
14364
14365 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
14366
14367         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
14368
14369 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
14370
14371         * lib/gcc-dg.exp: load_lib scanasm.exp.
14372         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
14373         * lib/g++-dg.exp: load_lib scanasm.exp.
14374         * lib/scanasm.exp: New.
14375         (scan-assembler, scan-assembler-not): Add optional arguments to
14376         test name, or if not present, the pattern name.
14377         (scan-assembler-dem, scan-assembler-dem-not): New.
14378
14379         * g++.dg/dg.exp: New.
14380
14381 2000-11-21  Neil Booth  <neilb@earthling.net>
14382
14383         * gcc.dg/cpp/integrated1.c: Remove.
14384
14385 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14386
14387         * gcc.c-torture/execute/20001121-1.c: New test.
14388
14389 2000-11-21  Richard Henderson  <rth@redhat.com>
14390
14391         * gcc.c-torture/compile/20001121-1.c: New test.
14392
14393 2000-11-20  Neil Booth  <neilb@earthling.net>
14394
14395         * gcc.dg/cpp/integrated1.c: New test.
14396
14397 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14398
14399         * g++.old-deja/g++.other/inline17.C: New test.
14400
14401 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
14402
14403         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
14404         local variable to be zero: I made the variable global. Now
14405         uses abort() and exit() instead of relying on main's return value.
14406
14407 2000-11-20  Neil Booth  <neilb@earthling.net>
14408
14409         * gcc.dg/cpp/paste2.c: Update test.
14410         * objc/execute/paste.m: New test.
14411
14412 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14413
14414         * gcc.dg/c99-condexpr-1.c: New test.
14415
14416 2000-11-20  Neil Booth  <neilb@earthling.net>
14417
14418         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
14419
14420 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
14421
14422         * g++.old-deja/g++.pt/export1.C: New test.
14423
14424 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
14425
14426         * gcc.dg/20001117-1.c: New test.
14427
14428 2000-11-18  Richard Henderson  <rth@redhat.com>
14429
14430         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
14431
14432 2000-11-18  Richard Henderson  <rth@redhat.com>
14433
14434         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
14435         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
14436         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
14437
14438 2000-11-18  Richard Henderson  <rth@redhat.com>
14439
14440         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
14441         (main): New.  Exit cleanly.
14442
14443 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14444
14445         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
14446         gcc.dg/c99-fordecl-2.c: New tests.
14447
14448 2000-11-18  Richard Henderson  <rth@redhat.com>
14449
14450         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
14451         * gcc.c-torture/execute/zerolen-2.c: New.
14452
14453 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14454
14455         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
14456         memory.
14457
14458 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14459
14460         * g++.old-deja/g++.pt/instantiate8.C: New test.
14461
14462 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14463
14464         * g++.old-deja/g++.other/incomplete.C: Add more tests.
14465         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
14466
14467 2000-11-16  Nick Clifton  <nickc@redhat.com>
14468
14469         * gcc.c-torture/execute/nestfunc-2.c: New test.
14470         * gcc.c-torture/execute/nestfunc-3.c: New test.
14471
14472 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
14473
14474         * gcc.c-torture/compile/20001116-1.c: New test.
14475
14476 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14477
14478         * gcc.c-torture/execute/20001115-1.c: New test.
14479
14480 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
14481
14482         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
14483         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
14484         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
14485         * g++.old-deja/g++.abi/vmihint.C: Likewise.
14486
14487 2000-11-15  Neil Booth  <neilb@earthling.net>
14488
14489         gcc.dg/cpp/_Pragma1.c: Update.
14490         gcc.dg/cpp/_Pragma2.c: New test.
14491
14492 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
14493
14494         * g++.old-deja/g++.other/anon5.C: New test.
14495
14496 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
14497
14498         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
14499         tests.
14500
14501 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
14502
14503         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
14504         output.
14505
14506 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14507
14508         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
14509         labels at end of compound statements.
14510
14511 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
14512
14513         * gcc.c-torture/execute/loop-7.c: New test.
14514
14515 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14516
14517         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
14518
14519 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14520
14521         * gcc.dg/c99-bool-1.c: New test.
14522
14523 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14524
14525         * gcc.dg/c99-scope-1.c: Remove xfail.
14526         * gcc.dg/c99-scope-2.c: New test.
14527
14528 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14529
14530         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
14531         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
14532
14533 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
14534
14535         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
14536         error messages.
14537
14538         * g++.mike/p700.C: Don't typedef wchar_t.
14539         * g++.mike/p784.C: Likewise.
14540         * g++.mike/eb101.C: Don't use __wchar_t.
14541
14542 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
14543
14544         * g77.f-torture/execute/20001111.[fx]: Test premature exit
14545         from DO loop.
14546
14547 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
14548
14549         * gcc.c-torture/execute/20001111-1.c: New test.
14550
14551 2000-11-10  Nick Clifton  <nickc@redhat.com>
14552
14553         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
14554         long multuiple and accumulate.
14555
14556 2000-11-09  Richard Henderson  <rth@redhat.com>
14557
14558         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
14559         via size_t instead of int.
14560
14561         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
14562         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14563         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14564         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14565
14566 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
14567
14568         * gcc.c-torture/compile/20001109-1.c: New test.
14569         * gcc.c-torture/compile/20001109-2.c: New test.
14570
14571 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
14572
14573         * g++.old-deja/g++.pt/operator1.C: New test.
14574         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
14575
14576 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
14577
14578         * gcc.dg/20001108-1.c: New test.
14579
14580 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
14581
14582         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
14583         with both arguments constant strings.
14584         * gcc.c-torture/execute/string-opt-3.c: New test.
14585         * gcc.c-torture/execute/string-opt-4.c: New test.
14586         * gcc.c-torture/execute/string-opt-5.c: New test.
14587
14588 2000-11-08  Nick Clifton  <nickc@redhat.com>
14589
14590         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
14591         mulsidi3adddi patterns.
14592
14593 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
14594
14595         * g++.old-deja/g++.other/crash36.C: New test.
14596
14597 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
14598
14599         * g++.old-deja/g++.other/init16.C: New test.
14600
14601 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
14602
14603         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
14604
14605 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
14606
14607         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
14608         * gcc.c-torture/execute/va-arg-16.x: Likewise.
14609         * gcc.c-torture/execute/va-arg-17.x: Likewise.
14610
14611 2000-11-07  DJ Delorie  <dj@redhat.com>
14612
14613         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
14614
14615 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14616
14617         * gcc.c-torture/execute/string-opt-1.c: New test.
14618
14619 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
14620
14621         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
14622         mips-sgi-irix6.* because the MIPS ABI passes floating-point
14623         parameters in registers, and there is no way for a varargs
14624         function to know in which order the integer and floating-point
14625         parameters should be interleaved when they are placed on the
14626         stack.
14627         * gcc.c-torture/execute/va-arg-16.x: Likewise.
14628         * gcc.c-torture/execute/va-arg-17.x: Likewise.
14629
14630 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14631
14632         * gcc.c-torture/execute/string-opt-2.c: New test.
14633
14634 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
14635
14636         * g++.old-deja/g++.pt/crash60.C: New test.
14637
14638 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
14639
14640         * g++.old-deja/g++.other/crash24.C: New test.
14641         * g++.old-deja/g++.other/crash25.C: New test.
14642         * g++.old-deja/g++.other/crash26.C: New test.
14643         * g++.old-deja/g++.other/crash27.C: New test.
14644         * g++.old-deja/g++.other/crash28.C: New test.
14645         * g++.old-deja/g++.other/crash29.C: New test.
14646         * g++.old-deja/g++.other/crash30.C: New test.
14647         * g++.old-deja/g++.other/crash31.C: New test.
14648         * g++.old-deja/g++.other/crash32.C: New test.
14649         * g++.old-deja/g++.other/crash33.C: New test.
14650         * g++.old-deja/g++.other/crash34.C: New test.
14651         * g++.old-deja/g++.other/crash35.C: New test.
14652
14653 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
14654
14655         * gcc.c-torture/execute/20001031-1.c: New test.
14656
14657 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
14658
14659         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
14660         namespace.
14661
14662         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
14663         standards-conformant.
14664
14665         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
14666
14667         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
14668         * g++.old-deja/g++.mike/p755a.C: Likewise.
14669         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
14670         library makes no calls to `operator new' during initialization.
14671
14672 2000-11-04  Neil Booth  <neilb@earthling.net>
14673
14674         * gcc.dg/cpp/include2.c: New tests.
14675
14676 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
14677
14678         * lib/g++.exp (g++_set_ld_library_path): New function.
14679         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
14680
14681 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
14682
14683         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
14684         warnings.
14685
14686 2000-11-01  Richard Henderson  <rth@redhat.com>
14687
14688         * g++.old-deja/g++.ext/namedret1.C: New.
14689         * g++.old-deja/g++.ext/namedret2.C: New.
14690         * g++.old-deja/g++.ext/namedret3.C: New.
14691
14692 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
14693
14694         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
14695         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
14696
14697 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14698
14699         * gcc.c-torture/execute/va-arg-21.c: New test.
14700
14701 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
14702
14703         * gcc.dg/c99-complex-2.c: New test.
14704
14705 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14706
14707         * gcc.c-torture/execute/stdio-opt-1.c: New test.
14708
14709 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
14710
14711         * g++.old-deja/g++.other/inline16.C: New test.
14712
14713 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
14714
14715         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
14716         __PRETTY_FUNCTION__
14717
14718 2000-10-29  Neil Booth  <neilb@earthling.net>
14719
14720         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
14721         New tests.
14722         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
14723         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
14724         optimisation.
14725
14726 2000-10-29  Neil Booth  <neilb@earthling.net>
14727
14728         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
14729         * mi1.c, mi1c.h: Add null directives to multiple-include test.
14730         * mi5.c: Test multiple includes work with -C.
14731         * trigraphs.c: Test ^= version.
14732
14733 2000-10-28  Neil Booth  <neilb@earthling.net>
14734
14735         New tests and test updates for new macro expander.
14736
14737         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
14738         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
14739         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
14740         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
14741         new diagnostic messages.
14742
14743         * gcc.dg/cpp/macro3.c: New tests.
14744
14745 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
14746
14747         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
14748         on the same line.
14749
14750 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
14751
14752         * g++.old-deja/g++.other/eh2.C: New test.
14753
14754 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14755
14756         * gcc.c-torture/execute/20001027-1.c: New test.
14757
14758 2000-10-26  Richard Henderson  <rth@redhat.com>
14759
14760         * gcc.c-torture/execute/20001026-1.c: New.
14761
14762 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
14763
14764         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
14765         * g++.old-deja/g++.law/builtin1.C: Likewise.
14766         * g++.old-deja/g++.law/ctors10.C: Likewise.
14767         * g++.old-deja/g++.law/virtual3.C: Likewise.
14768         * g++.old-deja/g++.mike/p658.C: Likewise.
14769         * g++.old-deja/g++.other/sibcall1.C: Likewise.
14770         * g++.old-deja/g++.other/vaarg2.C: Likewise.
14771         * g++.old-deja/g++.robertl/eb124.C: Likewise.
14772         * g++.old-deja/g++.robertl/eb44.C: Likewise.
14773         * g++.old-deja/g++.robertl/eb77.C: Likewise.
14774
14775 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
14776
14777         * gcc.c-torture/compile/20001024-1.c: New test.
14778
14779 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
14780
14781         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
14782         to tell us whether or not we are using V3.
14783
14784 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14785
14786         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
14787         operands.
14788
14789 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14790
14791         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
14792
14793 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
14794
14795         * gcc.c-torture/execute/20001024-1.c: New test.
14796
14797 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
14798
14799         * g++.old-deja/g++.other/sibcall1.C: New test.
14800
14801 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
14802
14803         * gcc.dg/noncompile/init-3.c: New test.
14804
14805 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14806
14807         * gcc.dg/format-array-1.c: New test.
14808
14809 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14810
14811         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
14812         writing through null pointers; remove comment about testing
14813         unterminated strings.
14814
14815 2000-10-17  Matthew Hiller  <hiller@redhat.com>
14816
14817         * gcc.c-torture/execute/20001017-2.c: New test.
14818
14819 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14820
14821         * gcc.c-torture/compile/20001018-1.c: New test.
14822         * gcc.c-torture/compile/20001018-1.x: Xfail.
14823
14824 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14825
14826         * gcc.c-torture/execute/20001017-1.c: New test.
14827
14828 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14829
14830         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
14831         for multiple use of arguments with scanf formats; add tests for
14832         multiple use of arguments.
14833
14834 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
14835
14836         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
14837
14838 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14839
14840         * gcc.dg/format-miss-1.c: New test.
14841
14842 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14843
14844         * gcc.c-torture/execute/20001013-1.c: New test.
14845
14846 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14847
14848         * gcc.dg/format-branch-1.c: New test.
14849
14850 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14851
14852         * README, lib/file-format.exp: Remove EGCS references.
14853
14854 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14855
14856         * gcc.dg/20001013-1.c: New test.
14857
14858 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14859
14860         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
14861         for intmax_t in the compiler using __typeof__ and the type rules
14862         for conditional expressions.
14863
14864 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
14865
14866         * gcc.dg/20001012-1.c: New test.
14867         * gcc.dg/20001012-2.c: New test.
14868
14869 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14870
14871         * gcc.dg/format-attr-1.c: New test.
14872
14873 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14874
14875         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
14876         __LONG_LONG_MAX__ instead of LLONG_MAX.
14877
14878 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14879
14880         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
14881         scanf flags.
14882         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
14883         flags.
14884
14885 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
14886
14887         * gcc.dg/sequence-pt-1.c: New test.
14888
14889 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
14890
14891         * gcc.c-torture/execute/20001011-1.c: New testcase.
14892         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
14893
14894 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14895
14896         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
14897         does not error on it.
14898
14899 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14900
14901         * gcc.dg/20001009-1.c: New test.
14902
14903 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14904
14905         * gcc.c-torture/compile/20001009-1.c: Move from here ....
14906         * gcc.c-torture/execute/20001009-2.c: ... to here.
14907
14908 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
14909
14910         * gcc.c-torture/compile/20001009-1.c: New testcase.
14911         * gcc.c-torture/execute/20001009-1.c: New testcase.
14912         Testcases provided by Jan Hubicka <jh@suse.cz>.
14913
14914 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14915
14916         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14917         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
14918         uintmax_t using <limits.h> to emulate the compiler's internal
14919         logic.  No longer XFAIL %j tests.
14920
14921 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14922
14923         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
14924         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14925         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
14926         regexps and details of expected handling of some bad formats.
14927         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
14928         suppression.
14929
14930 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14931
14932         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
14933         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
14934         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
14935         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
14936         in list archives.
14937
14938 2000-10-06  Richard Henderson  <rth@cygnus.com>
14939
14940         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
14941         * g++.old-deja/g++.brendan/crash52.C: Likewise.
14942         * g++.old-deja/g++.jason/report.C: Likewise.
14943         * g++.old-deja/g++.law/friend5.C: Likewise.
14944         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
14945         of the expected warnings.
14946
14947 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
14948
14949         * g++.old-deja/g++.pt/enum14.C: New test.
14950
14951 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
14952
14953         * g++.old-deja/g++.pt/crash59.C: New test.
14954
14955 2000-10-04  Will Cohen  <wcohen@redhat.com>
14956
14957         * gcc.dg/20000926-1.c: New test.
14958
14959 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
14960
14961         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
14962         function name for current C++ compiler.
14963         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
14964
14965 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
14966
14967         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
14968         __PRETTY_FUNCTION__.
14969         * g++.old-deja/g++.ext/pretty2.C: Likewise.
14970
14971 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14972
14973         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
14974
14975 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
14976
14977         * gcc.c-torture/compile/20000923-1.c: New test.
14978
14979 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
14980
14981         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
14982         * g++.old-deja/g++.pt/ttp62.C: Same.
14983         * g++.old-deja/g++.other/inline14.C: Same.
14984
14985 2000-09-24  Richard Henderson  <rth@cygnus.com>
14986
14987         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
14988
14989 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
14990
14991         * gcc.dg/c90-printf-1.c: Add test for wide string format.
14992
14993 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
14994
14995         * gcc.c-torture/compile/20000922-1.c: New file.
14996
14997 2000-09-21  Nick Clifton  <nickc@redhat.com>
14998
14999         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
15000         a signed long modulo operation.
15001         (mod6): New function - perform an unsigned long modulo operation.
15002         (main): Add tests for modulos of very large numbers by very small
15003         dividends.
15004
15005 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15006
15007         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
15008
15009 2000-09-19  Richard Henderson  <rth@cygnus.com>
15010
15011         * gcc.dg/compare2.c (case 10): XFAIL.
15012
15013 2000-09-18  Richard Henderson  <rth@cygnus.com>
15014
15015         * gcc.c-torture/execute/20000906-1.c: Move ...
15016         * gcc.dg/20000906-1.c: ... here.  Only run on targets
15017         that support __builtin_trap.
15018
15019 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
15020
15021         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
15022
15023 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15024
15025         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
15026         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
15027         more $ format tests.
15028
15029 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15030
15031         * gcc.dg/format-errmk-1.c: New test.
15032
15033 2000-09-17  Greg McGary  <greg@mcgary.org>
15034
15035         * gcc.c-torture/execute/20000917-1.x: Remove.
15036
15037 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15038
15039         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
15040
15041 2000-09-17  Greg McGary  <greg@mcgary.org>
15042
15043         * gcc.c-torture/execute/20000917-1.c: New test.
15044         * gcc.c-torture/execute/20000917-1.x: XFAIL.
15045
15046 2000-09-16  Neil Booth  <NeilB@earthling.net>
15047
15048         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
15049         in nested macro bug.
15050
15051 2000-09-15  Neil Booth  <NeilB@earthling.net>
15052
15053         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
15054
15055 2000-09-14  Jeffrey A Law  (law@cygnus.com)
15056
15057         * gcc.c-torture/execute/20000914-1.c: New test.
15058
15059 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
15060
15061         * g++.other/inline13.C: New test.
15062
15063 2000-09-12  Andreas Jaeger  <aj@suse.de>
15064
15065         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
15066         constant by Ulrich Drepper <drepper@redhat.com>.
15067
15068 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
15069
15070         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
15071
15072 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15073
15074         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
15075
15076 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
15077
15078         * gcc.dg/cpp/backslash.c: New test.
15079
15080 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
15081
15082         * gcc.c-torture/execute/20000910-1.c: New test.
15083         * gcc.c-torture/execute/20000910-2.c: Likewise.
15084
15085 2000-09-11  Robert Lipe  <robertl@sco.com>
15086
15087         * gcc.dg/pragma-align.c: New test.
15088
15089 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
15090
15091         * g++.old-deja/g++.pt/explicit82.C: New test.
15092         * g++.old-deja/g++.pt/explicit83.C: New test.
15093
15094 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
15095
15096         * gcc.dg/asm-names.c: New test.
15097
15098 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15099
15100         * gcc.dg/cpp/tr-warn6.c: New test
15101
15102 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15103
15104         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
15105         be accepted.
15106
15107 2000-09-07  Catherine Moore  <clm@redhat.com>
15108
15109         * gcc.c-torture/execute/unroll-1.c: New test.
15110
15111 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
15112
15113         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
15114         ERROR markers.
15115         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
15116         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
15117         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
15118         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
15119         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
15120         Preprocess only.
15121         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
15122         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
15123
15124 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15125
15126         * g++.old-deja/g++.pt/deduct2.C: New test.
15127
15128 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15129
15130         * g++.old-deja/g++.pt/parms2.C: New test.
15131
15132 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15133
15134         * g++.old-deja/g++.pt/crash58.C: New test.
15135
15136 2000-09-06  Greg McGary  <greg@mcgary.org>
15137
15138         * gcc.c-torture/execute/20000906-1.c: New test.
15139         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
15140
15141 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15142
15143         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
15144
15145 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15146
15147         * g++.old-deja/g++.pt/crash57.C: New test.
15148
15149 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15150
15151         * g++.old-deja/g++.pt/crash56.C: New test.
15152
15153 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15154
15155         * g++.old-deja/g++.pt/koenig1.C: New test.
15156
15157 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15158
15159         * gcc.dg/20000904-1.c: New test.
15160
15161 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15162
15163         * gcc.dg/cpp/paste8.c: New test.
15164
15165 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
15166
15167         * gcc.c-torture/compile/20000827-1.c: New test.
15168
15169 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15170
15171         * gcc.dg/format-diag-1.c: New test.
15172
15173 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15174
15175         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
15176         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
15177         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
15178         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
15179         gcc.dg/formatz-1.c: Adjust warning regular expressions.
15180
15181 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15182
15183         * g++.old-deja/g++.other/nested4.C: New test.
15184
15185 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15186
15187         * g++.old-deja/g++.ns/scoped1.C: New test.
15188
15189 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
15190
15191         * lib/g++.exp: Support testing already-installed GCC.
15192
15193 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15194
15195         * wtr-label-1.c, wtr-suffix-1.c: New tests.
15196
15197 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15198
15199         * gcc.dg/return-type-2.c: New test.
15200
15201 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
15202
15203         * gcc.c-torture/compile/20000825-1.c: New test.
15204
15205 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
15206
15207         * gcc.dg/dwarf2-2.c: New test.
15208
15209 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
15210
15211         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
15212         dg-warning regexps.
15213
15214 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15215
15216         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
15217         gcc.dg/format-ext-5.c: New tests.
15218
15219 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
15220
15221         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
15222
15223 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
15224
15225         * gcc.dg/noncompile/930622-2.c: Adjust error message.
15226
15227 2000-08-24  Richard Henderson  <rth@cygnus.com>
15228
15229         * gcc.dg/ia64-sync-1.c: New test.
15230         * gcc.dg/ia64-sync-2.c: New test.
15231         * gcc.dg/ia64-asm-1.c: New test.
15232
15233 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15234
15235         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
15236         * gcc.dg/format-ext-2.c: New test.
15237
15238 2000-08-23  Jason Merrill  <jason@redhat.com>
15239
15240         * lib/old-dejagnu.exp: Also ignore "In member function" and
15241         "At global scope".
15242
15243 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15244
15245         * gcc.dg/noncompile/label-lineno-1.c: New test.
15246
15247 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15248
15249         * gcc.dg/c99-array-nonobj-1.c: New test.
15250
15251 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15252
15253         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
15254         tests.
15255         * gcc.dg/format-ext-1.c: New test.
15256
15257 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15258
15259         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
15260         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
15261         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
15262         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
15263         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
15264
15265 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
15266
15267         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
15268         gcc.dg/c99-strftime-2.c: New tests.
15269
15270 2000-08-22  Richard Henderson  <rth@cygnus.com>
15271
15272         * gcc.c-torture/execute/20000822-1.c: New test.
15273
15274 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15275
15276         * gcc.c-torture/execute/20000819-1.x: Remove.
15277
15278 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15279
15280         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
15281         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
15282         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
15283         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
15284         gcc.dg/format-xopen-1.c: New tests.
15285
15286 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15287
15288         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
15289
15290 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15291
15292         * g++.old-deja/g++.other/loop2.C: New test.
15293
15294         * gcc.c-torture/compile/20000606-1.c: New test.
15295         * gcc.c-torture/compile/20000728-1.c: New test.
15296         * gcc.c-torture/execute/20000801-1.c: New test.
15297         * gcc.c-torture/execute/20000801-2.c: New test.
15298         * gcc.c-torture/execute/20000819-1.c: New test.
15299         * gcc.c-torture/execute/20000819-1.x: XFAIL.
15300         * gcc.dg/20000629-1.c: New test.
15301         * gcc.dg/20000724-1.c: New test.
15302         * gcc.dg/20000807-1.c: New test.
15303
15304 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15305
15306         * gcc.dg/cpp/pragma-1.c: New test.
15307         * gcc.dg/cpp/pragma-2.c: New test.
15308
15309 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
15310
15311         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
15312         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
15313
15314 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15315
15316         * gcc.c-torture/compile/20000818-1.c: New test.
15317
15318 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
15319
15320         * gcc.c-torture/execute/20000818-1.c: New test.
15321
15322 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15323
15324         * gcc.dg/format-va-1.c: New test.
15325
15326 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15327
15328         * g++.old-deja/g++.other/typedef8.C: New test.
15329
15330 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15331
15332         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
15333         * g++.old-deja/g++.mike/net36.C: Mark candidate.
15334         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
15335         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
15336         * g++.old-deja/g++.other/ptrmem7.C: New test.
15337         * g++.old-deja/g++.pt/ptrmem10.C: New test.
15338
15339 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15340
15341         * g++.old-deja/g++.pt/typename27.C: New test.
15342
15343 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
15344
15345         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
15346         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
15347         * g++.old-deja/g++.pt/friend45.C: New test.
15348         * g++.old-deja/g++.other/friend8.C: New test.
15349
15350 2000-08-15  Richard Henderson  <rth@cygnus.com>
15351
15352         * gcc.c-torture/execute/20000815-1.c: New test.
15353
15354 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15355
15356         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
15357         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
15358         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
15359
15360 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
15361
15362         * g++.old-deja/g++.other/refinit2.C: New test.
15363
15364 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15365
15366         * lib/c-torture.exp (c-torture): Make
15367         compiler_conditional_xfail_data global.
15368         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
15369         compiler_conditional_xfail_data machinery.
15370         (f-torture-execute): Likewise.
15371         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
15372         and only when unrolling loops.
15373
15374         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
15375
15376 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15377
15378         * g++.old-deja/g++.pt/explicit81.C: New test.
15379
15380 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15381
15382         * g++.old-deja/g++.pt/typename26.C: New test.
15383
15384 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
15385
15386         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
15387         warning.
15388
15389 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
15390
15391         * g++.old-deja/g++.other/array3.C: New test.
15392
15393 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15394
15395         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
15396         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
15397         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
15398         New tests.
15399
15400 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
15401
15402         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
15403         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15404
15405 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
15406
15407         * gcc.c-torture/execute/20000808-1.c: New test.
15408
15409 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15410
15411         * gcc.dg/c90-const-expr-1.c: New test.
15412
15413 2000-08-08  Richard Henderson  <rth@cygnus.com>
15414
15415         * gcc.dg/noncompile/920923-1.c: Declare calloc.
15416
15417 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15418
15419         * gcc.dg/noncompile/const-ll-1.c: New test.
15420
15421 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15422
15423         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
15424
15425 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
15426
15427         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
15428         that running programs linked against the shared version of libobjc
15429         run correctly.
15430
15431 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15432
15433         * gcc.dg/c99-printf-1.c: New test.
15434
15435 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15436
15437         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
15438
15439 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
15440
15441         * gcc.c-torture/execute/20000731-1.x: Delete.
15442
15443 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
15444
15445         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
15446         and torture_without_loops as is done by c-torture.exp.
15447         (search_for): Copy from c-torture.exp.
15448         (gcc-dg-runtest): New function, drives a directory of tests
15449         iterating over the TORTURE_OPTIONS.
15450         (scan-assembler, scan-assembler-not): Move here from
15451         individual directory drivers.
15452
15453         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
15454         defined by lib/gcc-dg.exp.
15455         * gcc.dg/cpp/cpp.exp: Likewise.
15456         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
15457         gcc-dg-runtest, so we cycle over optimization options.
15458
15459         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
15460         * gcc.dg/compare2.c: No longer expected to fail.
15461
15462 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15463
15464         * gcc.c-torture/execute/20000804-1.c: New test.
15465
15466 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15467
15468         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
15469
15470 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
15471
15472         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
15473
15474 2000-08-03  Jeffrey A Law  (law@cygnus.com)
15475
15476         * gcc.c-torture/compile/20000803-1.c: New test.
15477
15478 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15479
15480         * gcc.c-torture/execute/20000801-3.c,
15481         gcc.c-torture/execute/20000801-4.c: New tests.
15482         * gcc.c-torture/execute/20000801-3.x,
15483         gcc.c-torture/execute/20000801-4.x: Xfail.
15484
15485 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
15486
15487         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
15488         libobjc/.libs to allow for libtool.
15489
15490 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
15491
15492         * gcc.c-torture/compile/20000802-1.c: New test.
15493
15494 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
15495
15496         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
15497
15498 2000-07-31  Jeffrey A Law  (law@cygnus.com)
15499
15500         * gcc-c-torture/execute/20000731-2.c: New test.
15501
15502         * gcc.c-torture/execute/20000731-1.c: New test.
15503         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
15504
15505 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
15506
15507         * testsuite/gcc.dg/cpp/paste7.c: New test.
15508         * gcc.dg/cpp/20000725-1.c: New test.
15509
15510 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
15511
15512         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
15513         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
15514         declaration warning for __builtin_dwarf_reg_size.
15515
15516         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
15517
15518 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15519
15520         * gcc.dg/noncompile/voidparam-1.c: New test.
15521
15522 2000-07-30  Richard Henderson  <rth@cygnus.com>
15523
15524         * gcc.dg/c90-digraph-1.c: Don't xfail.
15525         * gcc.dg/compare2.c (case 10): Xfail.
15526         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
15527
15528 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
15529
15530         * gcc.dg/c99-main-1.c: New test.
15531
15532 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15533
15534         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
15535
15536 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
15537
15538         * gcc.c-tortuer/execute/20000726-1.c: New test.
15539
15540 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
15541
15542         * gcc.c-torture/execute/enum-2.c: New test.
15543
15544 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15545
15546         * gcc.dg/cpp/tr-warn3.c: New test.
15547
15548 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
15549
15550         * g++.old-deja/g++.ext/implicit1.C: Remove.
15551         * g++.old-deja/g++.jason/c2.C: Remove
15552         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
15553         * g++.old-deja/g++.pt/crash16.C: Likewise.
15554         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
15555
15556 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
15557
15558         * g++.old-deja/g++.other/for2.C: New test.
15559
15560 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
15561
15562         * gcc.dg/20000720-1.c: New test.
15563
15564 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
15565
15566         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
15567
15568 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
15569
15570         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
15571         * gcc.c-torture/execute/20000722-1.c: New.
15572         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
15573
15574 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
15575
15576         * gcc.dg/cpp/20000720-1.S: New test.
15577
15578 2000-07-21  Michael Meissner  <meissner@redhat.com>
15579
15580         * gcc.c-torture/execute/ieee/hugeval.c: New test.
15581
15582 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
15583
15584         * g++.old-deja/g++.brendan/crash16.C,
15585         g++.old-deja/g++.brendan/parse3.C,
15586         g++.old-deja/g++.brendan/redecl1.C,
15587         g++.old-deja/g++.ns/template13.C,
15588         g++.old-deja/g++.other/decl4.C,
15589         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
15590
15591 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
15592
15593         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
15594         and "Internal error".
15595
15596         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
15597         regexps.
15598         * gcc.dg/cpp/paste6.c: New test.
15599
15600 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
15601
15602         * gcc.dg/cpp/tr-direct.c: New test.
15603
15604         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
15605         gcc.dg/cpp/undef1.c: Tweak error regexps.
15606
15607 2000-07-18  Eric Christopher <echristo@redhat.com>
15608
15609         * gcc.c-torture/compile/20000718-1.c: New test.
15610
15611 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
15612
15613         * cpplex.c (_cpp_push_token): If the token being pushed back
15614         is the previous token in this context, just subtract one from
15615         context->posn.
15616         * cppmacro.c (save_expansion): Clear aux field when storing a
15617         placemarker.
15618
15619 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
15620
15621         * gcc.dg/noncompile/redecl-1.c: New test.
15622
15623 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
15624
15625         * gcc.c-torture/execute/20000717-5.c: New test.
15626         * gcc.c-torture/execute/20000717-1.x: Removed.
15627
15628 2000-07-17  Richard Henderson  <rth@cygnus.com>
15629
15630         * gcc.c-torture/execute/20000717-4.c: New test.
15631
15632 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
15633
15634         * gcc.dg/cpp/syshdr.c: New test.
15635         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
15636
15637 2000-07-17  Neil Booth  <neilb@earthling.net>
15638
15639         * gcc.dg/cpp/cmdlne-dM.c: New test.
15640         * gcc.dg/cpp/cmdlne-dD.c: New test.
15641
15642 2000-07-17  Jeffrey A Law  (law@cygnus.com)
15643
15644         * gcc.c-torture/execute/20000717-3.c: New test.
15645
15646         * gcc.c-torture/compile/20000717-1.c: New test.
15647
15648 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
15649
15650         * gcc.c-torture/execute/20000717-2.c: New test.
15651
15652 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15653
15654         * gcc.dg/formatz-1.c: New test.
15655
15656         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
15657         * gcc.dg/c99-digraph-1.c: New tests.
15658
15659         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
15660         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
15661
15662         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
15663         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
15664         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
15665         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
15666         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
15667         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
15668         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
15669
15670 2000-07-17   Greg McGary <greg@mcgary.org>
15671
15672         * gcc.c-torture/execute/20000717-1.c: New test.
15673         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
15674
15675 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
15676
15677         * gcc.c-torture/execute/20000715-2.c: New test.
15678         * gcc.dg/20000715-1.c: New test.
15679
15680 2000-07-15  Michael Meissner  <meissner@redhat.com>
15681
15682         * gcc.c-torture/execute/20000715-1.c: New test.
15683
15684 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
15685
15686         * gcc.c-torture/execute/20000707-1.c: New test.
15687
15688 2000-07-13  Neil Booth  <NeilB@earthling.net>
15689
15690         * testsuite/gcc.dg/cpp/digraph1.c,
15691         testsuite/gcc.dg/cpp/digraph2.c,
15692         testsuite/gcc.dg/cpp/digraphs.c: New tests.
15693
15694 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
15695
15696         * g77.f-torture/compile/20000630-2.f:  New test.
15697         * g77.f-torture/compile/20000630-2.x
15698
15699 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
15700
15701         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
15702
15703 2000-07-11  Neil Booth  <NeilB@earthling.net>
15704
15705         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
15706
15707 2000-07-11  Neil Booth  <NeilB@earthling.net>
15708
15709         * gcc.dg/cpp/cmdlne-C.c: New.
15710
15711 2000-07-09  Neil Booth  <NeilB@earthling.net>
15712
15713         * gcc.dg/cpp/directiv.c: New tests.
15714         * gcc.dg/cpp/undef1.c: Update.
15715
15716 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
15717
15718         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
15719
15720 2000-07-09  Neil Booth  <NeilB@earthling.net>
15721
15722         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
15723
15724 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
15725
15726         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
15727         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
15728
15729 2000-07-08  Neil Booth  <NeilB@earthling.net>
15730
15731         * gcc.dg/cpp/macsyntx.c: New tests.
15732
15733 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15734
15735         * gcc.dg/20000707-1.c: New test.
15736
15737 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15738
15739         * gcc.c-torture/execute/20000706-1.c: New test.
15740         * gcc.c-torture/execute/20000706-2.c: New test.
15741         * gcc.c-torture/execute/20000706-3.c: New test.
15742         * gcc.c-torture/execute/20000706-4.c: New test.
15743         * gcc.c-torture/execute/20000706-5.c: New test.
15744
15745 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
15746
15747         * g++.old-deja/g++.pt/instantiate7.C: New test.
15748
15749 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
15750
15751         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
15752         * g++.old-deja/g++.mike/thunk3.C: Likewise.
15753         * g++.old-deja/g++.other/rtti3.C: Likewise.
15754         * g++.old-deja/g++.other/rttid3.C: Likewise.
15755
15756 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
15757
15758         *  g77.f-torture/compile/20000630-1.x: Fix typo
15759
15760 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
15761
15762         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
15763         assembly output.
15764
15765 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15766
15767         * gcc.dg/cpp/ident.c: New test.
15768
15769 2000-07-05  Neil Booth  <NeilB@earthling.net>
15770
15771         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
15772           gcc.dg/cpp/lexstrng.c: New tests.
15773
15774 2000-07-04  Neil Booth  <NeilB@earthling.net>
15775
15776         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
15777         * gcc.dg/cpp/strify2.c: Same.
15778
15779 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15780
15781         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
15782         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
15783         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
15784         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
15785
15786         * testsuite/gcc.dg/cpp/macro1.c,
15787         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
15788         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
15789         testsuite/gcc.dg/cpp/strify1.c,
15790         testsuite/gcc.dg/cpp/strify2.c: New tests.
15791
15792 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15793
15794         * gcc.c-torture/execute/20000703-1.c: New test.
15795
15796 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15797
15798         * g++.old-deja/g++.pt (lookup10.C): New test.
15799
15800 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15801
15802         * g++.old-deja/g++.pt (typename25.C): New test.
15803
15804 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
15805
15806         * gcc.c-torture/compile/20000701-1.c: New test.
15807
15808 2000-06-30  Nick Clifton  <nickc@cygnus.com>
15809
15810         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
15811         to test case.
15812
15813 2000-06-30  Catherine Moore  <clm@cygnus.com>
15814
15815         * gcc.c-torture/execute/align-1.c: New test.
15816
15817 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
15818
15819         * g++.old-deja/g++.pt/expr8.C: New test.
15820         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
15821
15822 2000-06-29  Nick Clifton  <nickc@cygnus.com>
15823
15824         * gcc.c-torture/compile/20000629-1.c: New test.
15825
15826 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15827
15828
15829         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
15830         gcc.dg/noncompile directory, depending on whether they're
15831         preprocessor tests or not.  Annotate all the tests for the dg
15832         framework.
15833
15834         * gcc.c-torture/noncompile/noncompile.exp: Delete.
15835         * gcc.dg/noncompile/noncompile.exp: New.
15836
15837         * Moved files:
15838         Old name                                New name
15839         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
15840         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
15841         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
15842         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
15843         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
15844         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
15845         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
15846         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
15847         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
15848         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
15849         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
15850         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
15851         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
15852         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
15853         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
15854         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
15855         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
15856         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
15857         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
15858         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
15859         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
15860         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
15861         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
15862         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
15863
15864         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
15865         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
15866         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
15867         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
15868         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
15869         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
15870
15871 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15872
15873         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
15874         declare one variable.  On the fourth, error.
15875         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
15876         declared by 20000628-1a.h.
15877
15878 2000-06-29  Richard Henderson  <rth@redhat.com>
15879
15880         * gcc.c-torture/execute/930529-1.x: New file.
15881         * gcc.dg/920413-1.c: Adjust expected warning text.
15882         * gcc.dg/980217-1.c: Declare abort.
15883         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
15884
15885 2000-06-29  Jeffrey A Law  (law@cygnus.com)
15886
15887         * g77.f-torture/compile/20000629-1.f: New test.
15888         * g77.f-torture/compile/20000629-1.x: Expected to fail.
15889
15890 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
15891
15892         Rearrange lots of files, removing entirely the
15893         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
15894         directories.
15895
15896         * Deleted files:
15897         gcc.c-torture/code_quality/code_quality.exp
15898         gcc.c-torture/special/special.exp
15899         gcc.failure/failure.exp
15900         gcc.failure/940409-1.x
15901         gcc.c-torture/compile/961203-1.x
15902
15903         * New files:
15904         gcc.misc-tests/linkage.exp
15905         gcc.c-torture/execute/920730-1t.c
15906         gcc.c-torture/execute/920730-1t.x
15907         gcc.c-torture/compile/920520-1.x
15908         gcc.c-torture/compile/920521-1.x
15909         gcc.c-torture/compile/981006-1.x
15910         gcc.c-torture/execute/eeprof-1.x
15911
15912         * Moved files (possibly with modifications to fit a new harness):
15913         Old name                                New name
15914         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
15915         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
15916         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
15917         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
15918         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
15919         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
15920         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
15921         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
15922         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
15923         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
15924         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
15925         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
15926         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
15927         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
15928
15929 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
15930
15931         * c-torture/compile/961203-1.x: Delete.
15932
15933         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
15934         not exit. Include stdio.h.
15935         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
15936         * gcc.misc-tests/dg-12.c: Likewise.
15937         * gcc.misc-tests/dg-5.c: Likewise.
15938         * gcc.misc-tests/dg-6.c: Likewise.
15939         * gcc.misc-tests/dg-7.c: Prototype abort.
15940         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
15941         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
15942         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
15943         not exit.
15944         * gcc.misc-tests/sieve.c: Use return from main, not exit.
15945         * gcc.misc-tests/sort2.c: Use return from main, not exit.
15946
15947 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
15948
15949         * gcc.dg/cpp/20000628-1.c: New test.
15950         * gcc.dg/cpp/20000628-1.h: New header for above test.
15951         * gcc.dg/cpp/20000628-1a.h: Likewise.
15952
15953 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
15954
15955         * gcc.dg/cpp: New directory.
15956         * gcc.dg/cpp/cpp.exp: New driver.
15957         * gcc.dg/cpp/20000627-1.c: New test.
15958         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
15959         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
15960         and rewrite as a compilation test.
15961
15962         * gcc.dg: Move many files into the cpp subdirectory, possibly
15963         renaming or editing them as well.
15964         Old name                New name
15965         990119-1.c              cpp/19990119-1.c
15966         990228-1.c              cpp/19990228-1.c
15967         990407-1.c              cpp/19990407-1.c
15968         990409-1.c              cpp/19990409-1.c
15969         990413-1.c              cpp/19990413-1.c
15970         990703-1.c              cpp/19990703-1.c
15971         20000127-1.c            cpp/20000127-1.c
15972         20000129-1.c            cpp/20000129-1.c
15973         20000207-1.c            cpp/20000207-1.c
15974         20000207-2.c            cpp/20000207-2.c
15975         20000209-1.c            cpp/20000209-1.c
15976         20000209-2.c            cpp/20000209-2.c
15977         20000301-1.c            cpp/20000301-1.c
15978         20000419-1.c            cpp/20000419-1.c
15979         20000510-1.S            cpp/20000510-1.S
15980         20000519-1.c            cpp/20000519-1.c
15981         20000529-1.c            cpp/20000529-1.c
15982         20000625-1.c            cpp/20000625-1.c
15983         20000625-2.c            cpp/20000625-2.c
15984         cpp-as1.c               cpp/assert1.c
15985         cpp-as2.c               cpp/assert2.c
15986         cxx-comments-1.c        cpp/cxxcom1.c
15987         cxx-comments-2.c        cpp/cxxcom2.c
15988         endif-label.c           cpp/endif.c
15989         cpp-hash1.c             cpp/hash1.c
15990         cpp-hash2.c             cpp/hash2.c
15991         cpp-if1.c               cpp/if-1.c
15992         cpp-if2.c               cpp/if-2.c
15993         cpp-if3.c               cpp/if-3.c
15994         cpp-if4.c               cpp/if-4.c
15995         cpp-if5.c               cpp/if-5.c
15996         cpp-cond.c              cpp/if-cexp.c
15997         cpp-missingop.c         cpp/if-mop.c
15998         cpp-missingparen.c      cpp/if-mpar.c
15999         cpp-opprec.c            cpp/if-oppr.c
16000         cpp-ifparen.c           cpp/if-paren.c
16001         cpp-shortcircuit.c      cpp/if-sc.c
16002         cpp-shift.c             cpp/if-shift.c
16003         cpp-unary.c             cpp/if-unary.c
16004         cpp-li1.c               cpp/line1.c
16005         cpp-li2.c               cpp/line2.c
16006         lineno.c                cpp/line3.c
16007         lineno-2.c              cpp/line4.c
16008         cpp-mi.c                cpp/mi1.c
16009         cpp-mic.h               cpp/mi1c.h
16010         cpp-micc.h              cpp/mi1cc.h
16011         cpp-mind.h              cpp/mi1nd.h
16012         cpp-mindp.h             cpp/mi1ndp.h
16013         cpp-mix.h               cpp/mi1x.h
16014         cpp-mi2.c               cpp/mi2.c
16015         cpp-mi2a.h              cpp/mi2a.h
16016         cpp-mi2b.h              cpp/mi2b.h
16017         cpp-mi2c.h              cpp/mi2c.h
16018         cpp-mi3.c               cpp/mi3.c
16019         cpp-mi3.def             cpp/mi3.def
16020         poison-1.c              cpp/poison.c
16021         pr-impl.c               cpp/prag-imp.c
16022         cpp-redef-2.c           cpp/redef1.c
16023         cpp-redef.c             cpp/redef2.c
16024         strpaste.c              cpp/strp1.c
16025         strpaste-2.c            cpp/strp2.c
16026         cpp-tradpaste.c         cpp/tr-paste.c
16027         cpp-tradstringify.c     cpp/tr-str.c
16028         cpp-tradwarn1.c         cpp/tr-warn1.c
16029         cpp-tradwarn2.c         cpp/tr-warn2.c
16030         trigraphs.c             cpp/trigraphs.c
16031         cpp-unc1.c              cpp/unc1.c
16032         cpp-unc2.c              cpp/unc2.c
16033         cpp-unc3.c              cpp/unc3.c
16034         cpp-unc.c               cpp/unc4.c
16035         undef.c                 cpp/undef1.c
16036         undef-2.c               cpp/undef2.c
16037         cpp-wi1.c               cpp/widestr1.c
16038
16039 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
16040
16041         * lib/g++.exp (g++_include_flags): Tweak.
16042
16043 2000-06-27  H.J. Lu  <hjl@gnu.org>
16044             Loren J. Rittle  <ljrittle@acm.org>
16045
16046         * lib/g++.exp (g++_include_flags): Override libgloss.exp
16047         version with one that knows about the new gcc tree structure.
16048         (g++_link_flags): Same.
16049
16050 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
16051
16052         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
16053         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
16054         case we are cross-compiling.
16055
16056         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
16057         g++.old-deja/g++.niklas/Makefile.in,
16058         g++.old-deja/g++.niklas/configure.in,
16059         g++.old-deja/g++.other/Makefile.in,
16060         g++.old-deja/g++.other/configure.in,
16061         gcc.c-torture/code_quality/Makefile.in,
16062         gcc.c-torture/code_quality/configure.in,
16063         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
16064         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
16065         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
16066         gcc.c-torture/execute/ieee/Makefile.in,
16067         gcc.c-torture/execute/ieee/configure.in,
16068         gcc.c-torture/noncompile/Makefile.in,
16069         gcc.c-torture/noncompile/configure.in,
16070         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
16071         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
16072         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
16073
16074 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16075
16076         * g++.old-deja/g++.other/ambig3.C: New test.
16077
16078 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16079
16080         * g++.old-deja/g++.pt/syntax1.C: New test.
16081         * g++.old-deja/g++.pt/syntax2.C: New test.
16082         * g++.old-deja/g++.other/syntax3.C: New test.
16083         * g++.old-deja/g++.other/syntax4.C: New test.
16084
16085 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16086
16087         * gcc.dg/20000623-1.c: Prototype exit and abort.
16088
16089 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16090
16091         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
16092         New tests.
16093         * gcc.dg/cpp-mi3.def: New file.
16094
16095         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
16096         inside assertions.
16097         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
16098         lexer's error messages.
16099         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
16100         divine anything from the linemarkers.
16101         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
16102         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
16103
16104 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
16105
16106         * gcc.dg/20000623-1.c: New test.
16107
16108 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
16109
16110         * gcc.c-torture/execute/20000622-1.c: New test.
16111
16112 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16113
16114         * g++.old-deja/g++.other/init15.C: New test.
16115
16116 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16117
16118         * g++.old-deja/g++.pt/vaarg2.C: New test.
16119         * g++.old-deja/g++.pt/vaarg3.C: New test.
16120
16121 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
16122
16123         * g++.old-deja/g++.other/dyncast6.C: New test.
16124
16125 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
16126
16127         * gcc.c-torture/execute/loop-6.c: New test.
16128
16129 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
16130
16131         * gcc.dg/20000614-1.c: New test.
16132         * gcc.dg/20000614-2.c: New test.
16133
16134 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
16135
16136         * g++.old-deja/g++.other/inline12.C: New test.
16137
16138 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
16139
16140         * g++.old-deja/g++.other/eh1.C: New test.
16141
16142 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
16143
16144         * g++.old-deja/g++.other/type.C: New test.
16145
16146 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16147
16148         * g++.old-deja/g++.other/initstring.C: New test.
16149
16150 2000-06-12  Jason Merrill  <jason@redhat.com>
16151
16152         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
16153
16154 2000-06-09  Jeffrey A Law  (law@cygnus.com)
16155
16156         * gcc.c-torture/compile/20000609-1.c: New test.
16157
16158 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
16159
16160         * gcc.dg/20000609-1.c: New test.
16161
16162 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
16163
16164         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
16165         * gcc.c-torture/noncompile/poison-1.c: Move...
16166         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
16167         * gcc.dg/cpp-li1.c: Add a token after the #line.
16168
16169 2000-06-05  Richard Henderson  <rth@cygnus.com>
16170
16171         * gcc.c-torture/execute/20000605-2.c: New test.
16172         * gcc.c-torture/execute/20000605-3.c: New test.
16173
16174 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
16175
16176         * g77.f-torture/execute/20000503-1.x: New file.
16177
16178 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
16179
16180         * g++.old-deja/g++.eh/badalloc1.C: New test.
16181
16182 2000-06-05  Richard Henderson  <rth@cygnus.com>
16183
16184         * gcc.c-torture/execute/20000605-1.c: New test.
16185
16186 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16187             Nathan Sidwell <nathan@codesourcery.com>
16188
16189         * gcc.c-torture/compile/20000605-1.c: New test.
16190
16191 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
16192
16193         * g77.f-torture/compile/20000601-1.f:  New test.
16194
16195 2000-06-03  Richard Henderson  <rth@cygnus.com>
16196
16197         * gcc.c-torture/execute/20000603-1.c: New.
16198
16199 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
16200
16201         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
16202         * gcc.dg/noreturn-2.c (noreturn): Likewise.
16203
16204 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
16205
16206         * gcc.dg/compare2.c (case 12): XFAIL.
16207         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
16208         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
16209
16210         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
16211
16212 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
16213
16214         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
16215         guard macro is already defined when the header is first
16216         included.
16217         * gcc.dg/cpp-mix.h: New file.
16218         * gcc.dg/endif-label.c: Update patterns to match compiler.
16219
16220         * g++.brendan/complex1.C: Declare abort.
16221         * g++.law/refs4.C: Remove XFAIL.
16222         * g++.oliva/expr2.C: Declare abort and exit.
16223
16224 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
16225
16226         * gcc.c-torture/execute/20000528-1.c: New test.
16227
16228         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
16229         * g++.old-deja/g++.law/temps4.C: Likewise.
16230
16231         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
16232         stdlib.h.  Call abort() on failure.
16233         * g++.old-deja/g++.law/refs4.C: Likewise.
16234         * g++.old-deja/g++.law/temps4.C: Likewise.
16235         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
16236         * gcc.c-torture/execute/20000112-1.c: Include string.h.
16237
16238 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
16239
16240         Relative to g++.dg/special:
16241         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
16242
16243         Relative to g++.old-deja:
16244         * g++.brendan/complex1.C, g++.jason/optimize2.C,
16245         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
16246         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
16247         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
16248         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
16249         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
16250         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
16251
16252         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
16253         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
16254         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
16255         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
16256         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
16257         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
16258         and/or string.h.
16259
16260         * g++.other/goto1.C: Update expectations for error messages.
16261
16262 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
16263
16264         * gcc.c-torture/compile/20000523-1.c: New test.
16265
16266 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16267
16268         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
16269
16270 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16271
16272         * g++.old-deja/g++.eh/catch11.C: New test.
16273         * g++.old-deja/g++.eh/catch12.C: New test.
16274
16275 2000-05-24  Nick Clifton  <nickc@cygnus.com>
16276
16277         * gcc.c-torture/execute/20000523-1.c: New test.
16278
16279 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
16280
16281         * c-torture/execute/bcp-1.c: Replace abort in arg of
16282         __builtin_constant_p with a generic external function.
16283
16284         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
16285         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
16286         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
16287         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
16288         Prototype abort and/or exit.
16289
16290         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
16291         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
16292         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
16293         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16294
16295 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
16296
16297         * gcc.dg/dwarf2-1.c: New test.
16298
16299 2000-05-20  Richard Henderson  <rth@cygnus.com>
16300
16301         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16302
16303 2000-05-20  Andreas Jaeger  <aj@suse.de>
16304
16305         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16306         testcase.
16307
16308 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
16309
16310         * gcc.c-torture/execute/20000519-2.c: New test.
16311
16312 2000-05-19  Andreas Jaeger  <aj@suse.de>
16313
16314         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
16315         which fails with SSA.
16316
16317         * lib/c-torture.exp: Also test with -O3 -fssa.
16318
16319 2000-05-18  Michael Meissner  <meissner@redhat.com>
16320
16321         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
16322         * gcc.c-torture/execute/920415-1.c: Ditto.
16323         * gcc.c-torture/execute/920501-1.c: Ditto.
16324         * gcc.c-torture/execute/conversion.c: Ditto.
16325         * gcc.c-torture/execute/cvt-1.c: Ditto.
16326
16327 2000-05-18  Jeffrey A Law  (law@cygnus.com)
16328
16329         * gcc.c-torture/compile/20000518-1.c: New test.
16330
16331 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16332
16333         * g77.f-torture/compile/200005018.f:  New test.
16334
16335 2000-05-17  Jeffrey A Law  (law@cygnus.com)
16336
16337         * gcc.c-torture/compile/20000517-1.c: New test.
16338
16339 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16340
16341         * gcc.c-torture/execute/20000516-1.c: New test.
16342
16343 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
16344
16345         * g++.old-deja/g++.other/eh.C: New test.
16346
16347 2000-05-12  Richard Henderson  <rth@cygnus.com>
16348
16349         * gcc.c-torture/execute/990208-1.c (main): Don't pass
16350         constants through to doit's conditional.
16351
16352 2000-05-11  Jeffrey A Law  (law@cygnus.com)
16353
16354         * gcc.c-torture/compile/20000511-1.c: New test.
16355         * g77.f-torture/compile/20000511-1.f: New test.
16356         * g77.f-torture/compile/20000511-2.f: New test.
16357
16358 2000-05-11  Michael Meissner  <meissner@redhat.com>
16359
16360         * gcc.c-torture/execute/20000511-1.c: New test.
16361
16362 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
16363
16364         * gcc.dg/dg.exp: Scan .S files as well as .c files.
16365         * gcc.dg/20000510-1.S: New.
16366
16367 2000-05-08  Catherine Moore  <clm@cygnus.com>
16368
16369         * gcc.dg/unused-3.c: New.
16370
16371 2000-05-06  Richard Henderson  <rth@cygnus.com>
16372
16373           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
16374           * g++.old-deja/g++.mike/warn1.C: Likewise.
16375           * g++.old-deja/g++.pt/local1.C: Likewise.
16376           * g++.old-deja/g++.pt/local7.C: Likewise.
16377           * g++.old-deja/g++.pt/spec16.C: Likewise.
16378
16379 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
16380
16381         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
16382
16383 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
16384
16385           * g77.f-torture/execute/20000503-1.f:  New test.
16386
16387 2000-05-04  Andreas Jaeger  <aj@suse.de>
16388
16389         * gcc.dg/noreturn-2.c: New test.
16390
16391 2000-05-04  Neil Booth  <NeilB@earthling.net>
16392
16393         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
16394         preprocessor.
16395
16396 2000-05-04  Richard Henderson  <rth@cygnus.com>
16397
16398         * gcc.c-torture/execute/20000503-1.c: Fix typo.
16399
16400 2000-05-04  Richard Henderson  <rth@cygnus.com>
16401
16402         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
16403         OpenSSL by Jason R Thorpe.
16404
16405 2000-05-03  Jim Wilson  <wilson@cygnus.com>
16406
16407         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
16408
16409 2000-05-03  Robert Lipe <robertlipe@usa.net>
16410
16411         * gcc.dg/20000503-1.c: New test.
16412
16413 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
16414
16415         * gcc.c-torture/compile/20000502-1.c: New test.
16416         * g++.old-deja/g++.other/align.C: New test.
16417         * gcc.dg/cpp-tradstringify.c: New test.
16418
16419 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
16420
16421         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
16422         and hard registers.
16423
16424 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
16425
16426         * gcc.c-torture/execute/loop-5.c: New test.
16427
16428 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
16429
16430         * gcc.c-torture/execute/va-arg-20.c: New test.
16431
16432 2000-04-23  Jeffrey A Law  (law@cygnus.com)
16433
16434         * gcc.c-torture/execute/20000422-1.c: New test.
16435
16436 2000-04-20  Greg McGary  <gkm@gnu.org>
16437
16438         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
16439         when optimizing, but without sibling-call optimizations (-O1).
16440
16441 2000-04-20  Jeffrey A Law  (law@cygnus.com)
16442
16443           * gcc.c-torture/compile/20000420-1.c: New test.
16444
16445 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
16446
16447         * g++.abi/ptrflags.C: New test.
16448         * g++.eh/catchptr1.C: Test incomplete pointer chains.
16449
16450 2000-04-19  Catherine Moore  <clm@cygnus.com>
16451
16452         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
16453
16454 2000-04-19  Greg McGary  <gkm@gnu.org>
16455
16456         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
16457         sibling-call optimizations.
16458
16459 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
16460
16461         * gcc.dg/20000419-1.c: New test.
16462
16463 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
16464
16465         * gcc.c-torture/execute/20000412-6.c: New test.
16466
16467 2000-04-12  Jeffrey A Law  (law@cygnus.com)
16468
16469         * gcc.c-torture/execute/20000412-5.c: New test.
16470         * g77.f-torture/compile/20000412-1.f: New test.
16471         * gcc.c-torture/execute/20000412-4.c: New test.
16472         * gcc.c-torture/compile/20000412-2.c: New test.
16473         * gcc.c-torture/execute/20000412-3.c: New test.
16474         * gcc.c-torture/compile/20000412-1.c: New test.
16475         * gcc.c-torture/execute/20000412-2.c: New test.
16476
16477 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
16478
16479         * objc/execute/bf-20.m: New test.
16480
16481 2000-04-10  Richard Henderson  <rth@cygnus.com>
16482
16483         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
16484
16485         * gcc.c-torture/execute/20000412-1.c: New test.
16486
16487 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
16488
16489         * g++.old-deja/g++.eh/catchptr1.C: New test.
16490
16491 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
16492
16493         * g++.old-deja/g++.abi/cxa_vec.C: New test.
16494
16495 2000-04-08  Neil Booth  <NeilB@earthling.net>
16496
16497         * gcc.dg/cpp-nullchar.c: Remove test as
16498         embedded nulls cause problems.
16499
16500 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16501
16502         * gcc.dg/compare2.c: New test.
16503
16504 2000-04-08  Neil Booth  <NeilB@earthling.net>
16505
16506         * gcc.dg/cpp-nullchar.c: New test.
16507
16508 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
16509
16510         * gcc.dg/cpp-mi2.c: New test.
16511         * gcc.dg/cpp-mi2[abc].h: New files.
16512
16513 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
16514
16515         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
16516         member name.
16517
16518 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
16519
16520         * g++.old-deja/g++.abi/vmihint.C: New test.
16521
16522 2000-04-06  Neil Booth  <NeilB@earthling.net>
16523
16524         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
16525         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
16526         copyright.
16527
16528 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
16529
16530         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
16531         avoid stack-frame overwrite.
16532
16533 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
16534
16535         * gcc.c-torture/compile/20000405-2.c: New test.
16536         * gcc.c-torture/compile/20000405-3.c: New test.
16537
16538 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16539
16540         * gcc.c-torture/compile/20000405-1.c: New test.
16541
16542 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
16543
16544         * gcc.dg/cast-qual-1.c: Revert last change.
16545
16546 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16547
16548         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
16549
16550 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
16551
16552         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
16553         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
16554
16555 2000-04-03  Jeffrey A Law  (law@cygnus.com)
16556
16557         * gcc.c-torture/compile/20000403-2.c: New test.
16558         * gcc.c-torture/compile/20000403-1.c: New test.
16559
16560 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
16561
16562         * gcc.c-torture/execute/20000403-1.c: New test.
16563
16564 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
16565
16566         * gcc.c-torture/execute/20000402-1.c: New test.
16567
16568 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
16569
16570         * gcc.c-torture/execute/va-arg-15.c: New test.
16571         * gcc.c-torture/execute/va-arg-16.c: New test.
16572         * gcc.c-torture/execute/va-arg-17.c: New test.
16573         * gcc.c-torture/execute/va-arg-18.c: New test.
16574         * gcc.c-torture/execute/va-arg-19.c: New test.
16575
16576 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
16577
16578         * gcc.c-torture/compile/981211-1.c: Move to...
16579         * gcc.dg/cpp-as1.c: ...here.
16580         * gcc.dg/cpp-as2.c: New file.
16581
16582         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
16583         compiler.
16584
16585 2000-04-02  Neil Booth  <NeilB@earthling.net>
16586
16587         * gcc.dg/cpp-cond.c  New tests.
16588         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
16589         accidental success less likely.
16590         * gcc.dg/cpp-missingop.c  New tests.
16591         * gcc.dg/cpp-missingparen.c  New tests.
16592         * gcc.dg/cpp-shift.c  New tests.
16593         * gcc.dg/cpp-shortcircuit.c  New tests.
16594         * gcc.dg/cpp-unary.c  New tests.
16595
16596 2000-03-29  Jeffrey A Law  (law@cygnus.com)
16597
16598         * gcc.c-torture/compile/20000329-1.c: New test.
16599
16600 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
16601
16602         * gcc.c-torture/compile/20000326-1.c: New test.
16603         * gcc.c-torture/compile/20000326-2.c: New test.
16604
16605 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
16606
16607         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
16608         the first parameter is a function argument.
16609
16610 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
16611
16612         * g++.old-deja/g++.ext/array4.C: New test.
16613
16614 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
16615
16616         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
16617
16618 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16619
16620         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
16621
16622 2000-03-19  Richard Henderson  <rth@cygnus.com>
16623
16624         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
16625
16626 2000-03-19  Richard Henderson  <rth@cygnus.com>
16627
16628         * gcc.c-torture/compile/20000319-1.c: New test.
16629
16630 2000-03-14  Jeffrey A Law  (law@cygnus.com)
16631
16632         * gcc.c-torture/execute/20000314-3.c: New test.
16633         * gcc.c-torture/execute/20000314-2.c: New test.
16634         * gcc.c-torture/execute/20000314-1.c: New test.
16635         * gcc.c-torture/compile/20000314-2.c: New test.
16636         * gcc.c-torture/compile/20000314-1.c: New test.
16637
16638 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
16639
16640         * g++.old-deja/g++.warn/inline.C: New test.
16641
16642 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
16643
16644         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
16645         standards-compliant result rather than specific constants.
16646         Put test-values in array.
16647
16648 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
16649
16650         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
16651         (g++_target_compile): Put test-specific options last.
16652
16653 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16654
16655         * g++.old-deja/g++.eh/vbase4.C: New test.
16656
16657 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16658
16659         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
16660
16661 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16662
16663         * g++.old-deja/g++.brendan/misc12.C: Removed.
16664         * g++.old-deja/g++.pt/memtemp77.C: Constify.
16665         * g++.old-deja/g++.ext/pretty4.C: New test.
16666
16667 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16668
16669         * g++.old-deja/g++.other/string2.C: New test.
16670
16671 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
16672
16673         * g++.old-deja/g++.warn/impint2.C: New test.
16674
16675 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
16676
16677         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
16678         is 1, not zero.
16679
16680 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
16681
16682         * g++.old-deja/g++.warn/impint.C: New test.
16683         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
16684         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
16685         * g++.old-deja/g++.pt/explicit12.C: Likewise.
16686         * g++.old-deja/g++.pt/explicit13.C: Likewise.
16687         * g++.old-deja/g++.pt/explicit17.C: Likewise.
16688         * g++.old-deja/g++.pt/explicit18.C: Likewise.
16689         * g++.old-deja/g++.pt/explicit19.C: Likewise.
16690         * g++.old-deja/g++.pt/explicit23.C: Likewise.
16691         * g++.old-deja/g++.pt/explicit31.C: Likewise.
16692         * g++.old-deja/g++.pt/explicit35.C: Likewise.
16693         * g++.old-deja/g++.pt/explicit6.C: Likewise.
16694         * g++.old-deja/g++.pt/memclass7.C: Likewise.
16695
16696 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
16697
16698         * gcc.dg/cpp-redef.c: New test.
16699
16700 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
16701
16702         * g++.old-deja/g++.pt/unify7.C: New test.
16703
16704 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16705
16706         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
16707         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
16708
16709 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
16710
16711         * gcc.c-torture/compile/20000224-1.c: New test.
16712
16713 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16714
16715         * gcc.c-torture/compile/cpp-2.c: New test.
16716         * gcc.c-torture/compile/cpp-1.c: New test.
16717
16718 2000-02-25  Jeffrey A Law  (law@cygnus.com)
16719
16720         * gcc.c-torture/execute/20000225-1.c: New test.
16721
16722 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16723
16724         * gcc.dg/cpp-li2.c: New test.
16725
16726         * gcc.dg/cpp-wi1.c: New test.
16727
16728         * gcc.dg/cpp-li1.c: New test.
16729
16730 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
16731
16732         * g++.old-deja/g++.other/sizeof5.C: New test.
16733
16734 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16735
16736         * gcc.c-torture/execute/va-arg-13.c: New test.
16737
16738 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
16739
16740         * gcc.c-torture/execute/va-arg-12.c: New test.
16741
16742 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16743
16744         * gcc.c-torture/execute/20000223-1.c: New test.
16745
16746 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16747
16748         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
16749
16750 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
16751
16752         * g++.old-deja/g++.abi/ptrmem.C: New test.
16753
16754 2000-02-19  Richard Henderson  <rth@cygnus.com>
16755
16756         * gcc.c-torture/compile/init-3.c: New.
16757
16758 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
16759
16760         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
16761         ALWAYS_CXXFLAGS.
16762
16763 2000-02-11  Robert Lipe <robertl@sco.com>
16764
16765         * gcc.c-torture/compile/20000211-3.c: New test.
16766
16767 2000-02-11  Martin Buchholz <martin@xemacs.org>
16768
16769         * gcc.c-torture/compile/20000211-2.c: New test.
16770
16771 2000-02-11  Jeffrey A Law  (law@cygnus.com)
16772
16773         * gcc.c-torture/compile/20000211-1.c: New test.
16774
16775 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
16776
16777         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
16778           on native targets
16779
16780 2000-02-08  Nathan Sidwell  <nathan@acm.org>
16781
16782         * g++.old-deja/g++.other/cast5.C: New test.
16783
16784 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
16785
16786         * gcc.c-torture/execute/20000205-1.c: New.
16787
16788 2000-02-03  Nathan Sidwell  <nathan@acm.org>
16789
16790         * g++.old-deja/g++.jason/cast3.C: Return void.
16791         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
16792
16793 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16794
16795         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
16796
16797         * gcc.dg/loop-1.c: New test.
16798
16799 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16800
16801         * gcc.c-torture/compile/20000127-1.c: New test.
16802         * gcc.c-torture/execute/991228-1.c: New test.
16803
16804 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16805
16806         * gcc.dg/unused-2.c: New test.
16807
16808         * gcc.dg/conv-1.c: New test.
16809
16810 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
16811
16812         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
16813         compiler.
16814         (tool_option_proc): Fix typo.
16815
16816 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
16817
16818         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
16819         of the ld on the host, not on the build machine.
16820         Also, don't crash if '--help' is not a supported option.
16821
16822 2000-01-24  Richard Henderson  <rth@cygnus.com>
16823
16824         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
16825
16826 2000-01-20  Jeffrey A Law  (law@cygnus.com)
16827
16828         * gcc.c-torture/execute/20000120-2.c: New test.
16829         * gcc.c-torture/execute/20000120-1.c: New test.
16830
16831 2000-01-13  Jeffrey A Law  (law@cygnus.com)
16832
16833         * gcc.c-torture/execute/20000113-1.c: New test.
16834
16835 2000-01-12  Jeffrey A Law  (law@cygnus.com)
16836
16837         * gcc.c-torture/execute/20000112-1.c: New test.
16838
16839 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16840
16841         * gcc.dg/20000111-1.c: New test.
16842
16843 2000-01-10  Jeffrey A Law  (law@cygnus.com)
16844
16845         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
16846         with 16 bit integers.
16847
16848 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16849
16850         * gcc.dg/20000108-1.c: New test.
16851
16852 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16853
16854         * g++.old-deja/g++.ns/koenig8.C: New test.
16855
16856 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16857
16858         * g++.old-deja/g++.other/cast4.C: New test.
16859
16860 2000-01-05  Jeffrey A Law  (law@cygnus.com)
16861
16862         * gcc.c-torture/compile/20000105-2.c: New test.
16863         * gcc.c-torture/compile/20000105-1.c: New test.
16864
16865 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16866
16867         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
16868         references to printf & atoi to conform to ANSI standard.
16869         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
16870         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
16871         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
16872         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
16873         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
16874         * g++.old-deja/g++.brendan/complex1.C: Likewise.
16875         * g++.old-deja/g++.brendan/copy1.C: Likewise.
16876         * g++.old-deja/g++.brendan/copy2.C: Likewise.
16877         * g++.old-deja/g++.brendan/copy3.C: Likewise.
16878         * g++.old-deja/g++.brendan/copy4.C: Likewise.
16879         * g++.old-deja/g++.brendan/copy5.C: Likewise.
16880         * g++.old-deja/g++.brendan/copy6.C: Likewise.
16881         * g++.old-deja/g++.brendan/copy7.C: Likewise.
16882         * g++.old-deja/g++.brendan/copy8.C: Likewise.
16883         * g++.old-deja/g++.brendan/crash11.C: Likewise.
16884         * g++.old-deja/g++.brendan/crash14.C: Likewise.
16885         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
16886         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
16887         * g++.old-deja/g++.brendan/delete2.C: Likewise.
16888         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
16889         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
16890         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
16891         * g++.old-deja/g++.brendan/eh1.C: Likewise.
16892         * g++.old-deja/g++.brendan/groff1.C: Likewise.
16893         * g++.old-deja/g++.brendan/init3.C: Likewise.
16894         * g++.old-deja/g++.brendan/misc12.C: Likewise.
16895         * g++.old-deja/g++.brendan/misc7.C: Likewise.
16896         * g++.old-deja/g++.brendan/new2.C: Likewise.
16897         * g++.old-deja/g++.brendan/operators4.C: Likewise.
16898         * g++.old-deja/g++.brendan/operators5.C: Likewise.
16899         * g++.old-deja/g++.brendan/overload2.C: Likewise.
16900         * g++.old-deja/g++.brendan/overload7.C: Likewise.
16901         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
16902         * g++.old-deja/g++.brendan/reference1.C: Likewise.
16903         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
16904         * g++.old-deja/g++.brendan/template24.C: Likewise.
16905         * g++.old-deja/g++.brendan/template3.C: Likewise.
16906         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
16907         * g++.old-deja/g++.jason/inline3.C: Likewise.
16908         * g++.old-deja/g++.jason/opeq.C: Likewise.
16909         * g++.old-deja/g++.law/arg5.C: Likewise.
16910         * g++.old-deja/g++.law/arm7.C: Likewise.
16911         * g++.old-deja/g++.law/ctors11.C: Likewise.
16912         * g++.old-deja/g++.law/cvt8.C: Likewise.
16913         * g++.old-deja/g++.law/init9.C: Likewise.
16914         * g++.old-deja/g++.law/refs4.C: Likewise.
16915         * g++.old-deja/g++.law/template2.C: Likewise.
16916         * g++.old-deja/g++.law/visibility24.C: Likewise.
16917         * g++.old-deja/g++.law/vtable3.C: Likewise.
16918         * g++.old-deja/g++.mike/asm2.C: Likewise.
16919         * g++.old-deja/g++.mike/eh1.C: Likewise.
16920         * g++.old-deja/g++.mike/misc1.C: Likewise.
16921         * g++.old-deja/g++.mike/misc13.C: Likewise.
16922         * g++.old-deja/g++.mike/misc14.C: Likewise.
16923         * g++.old-deja/g++.mike/ns12.C: Likewise.
16924         * g++.old-deja/g++.mike/p1248.C: Likewise.
16925         * g++.old-deja/g++.mike/p3708.C: Likewise.
16926         * g++.old-deja/g++.mike/p3708a.C: Likewise.
16927         * g++.old-deja/g++.mike/p3708b.C: Likewise.
16928         * g++.old-deja/g++.mike/p646.C: Likewise.
16929         * g++.old-deja/g++.mike/p700.C: Likewise.
16930         * g++.old-deja/g++.mike/p783.C: Likewise.
16931         * g++.old-deja/g++.mike/p783a.C: Likewise.
16932         * g++.old-deja/g++.mike/p783b.C: Likewise.
16933         * g++.old-deja/g++.mike/p786.C: Likewise.
16934         * g++.old-deja/g++.mike/p789.C: Likewise.
16935         * g++.old-deja/g++.mike/p789a.C: Likewise.
16936         * g++.old-deja/g++.mike/p807a.C: Likewise.
16937         * g++.old-deja/g++.other/delete3.C: Likewise.
16938         * g++.old-deja/g++.other/dyncast1.C: Likewise.
16939         * g++.old-deja/g++.other/dyncast2.C: Likewise.
16940         * g++.old-deja/g++.other/dyncast3.C: Likewise.
16941         * g++.old-deja/g++.other/empty1.C: Likewise.
16942         * g++.old-deja/g++.other/temporary1.C: Likewise.
16943         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
16944         * g++.old-deja/g++.pt/t16.C: Likewise.
16945         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
16946
16947 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
16948
16949         * gcc.dg/991230-1.c: New test.
16950
16951 1999-12-29  Jeffrey A Law  (law@cygnus.com)
16952
16953         * gcc.c-torture/compile/991229-3.c: New test.
16954         * gcc.c-torture/compile/991229-2.c: New test.
16955         * gcc.c-torture/compile/991229-1.c: New test.
16956
16957 1999-12-29  Greg McGary <gkm@eng.ascend.com>
16958
16959         * gcc.c-torture/compile/labels-2.c: New test.
16960
16961 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
16962
16963         * gcc.c-torture/execute/991227-1.c: New test.
16964
16965 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16966
16967         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
16968
16969 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
16970
16971         * gcc.c-torture/execute/991221-1.c: New test.
16972
16973 1999-12-20  Nathan Sidwell  <nathan@acm.org>
16974
16975         * g++.old-deja/g++.other/cast3.C: New test.
16976
16977 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
16978
16979         * gcc.c-torture/execute/991216-4.c: New test.
16980
16981 1999-12-16  Michael Meissner  <meissner@cygnus.com>
16982
16983         * gcc.c-torture/execute/991216-1.c: New test.
16984         * gcc.c-torture/execute/991216-2.c: New test.
16985         * gcc.c-torture/execute/991216-3.c: New test.
16986
16987 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16988
16989         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
16990         Actually make the test fail by using "-O2" for compilation.
16991
16992 1999-12-15  Nathan Sidwell  <nathan@acm.org>
16993
16994         * g++.old-deja/g++.warn/cast-align1.C: New test.
16995
16996 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16997
16998         * gcc.c-torture/compile/991214-1.c: New test.
16999         * gcc.c-torture/compile/991214-2.c: New test.
17000
17001 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17002
17003         * gcc.dg/991214-1.c: New test.
17004
17005 1999-12-13  Jeffrey A Law  (law@cygnus.com)
17006
17007         * gcc.c-torture/compile/991213-3.c: New test.
17008         * gcc.c-torture/compile/991213-2.c: New test.
17009         * gcc.c-torture/compile/991213-1.c: New test.
17010
17011 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
17012
17013         * gcc.dg/991209-1.c: New test.
17014
17015 1999-12-08  Nathan Sidwell <nathan@acm.org>
17016
17017         * gcc.c-torture/compile/991208-1.c: New test.
17018
17019 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17020
17021         * gcc.dg/ultrasp2.c: New test.
17022
17023 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
17024
17025         * g++.old-deja/g++.abi/align.C (main): Fix typo.
17026
17027 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
17028
17029         * gcc.c-torture/compile/991202-1.c: New test.
17030         * gcc.c-torture/execute/991202-1.c: New test.
17031         * gcc.c-torture/execute/991202-2.c: New test.
17032         * gcc.c-torture/execute/991202-3.c: New test.
17033
17034 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
17035
17036         * g++.old-deja/g++.abi/align.C: New test.
17037         * g++.old-deja/g++.abi/aggregates.C: Likewise.
17038         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17039
17040 1999-12-01  Richard Henderson  <rth@cygnus.com>
17041
17042         * gcc.c-torture/execute/991201-1.c: New.
17043
17044 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
17045
17046         * gcc.dg/991129-1.c: New test.
17047
17048 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
17049
17050         * gcc.c-torture/compile/991127-1.c: New test.
17051
17052 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17053
17054         * g++.old-deja/g++.other/warn4.C: New test.
17055
17056 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17057
17058         * g++.old-deja/g++.eh/cleanup2.C: New test.
17059         * g++.old-deja/g++.ext/pretty2.C: New test.
17060         * g++.old-deja/g++.ext/pretty3.C: New test.
17061         * g++.old-deja/g++.other/debug6.C: New test.
17062
17063 1999-10-20  Jim Wilson  <wilson@cygnus.com>
17064
17065         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
17066         compiler_output to look for one error message instead of two.
17067
17068 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
17069
17070         * gcc.c-torture/execute/991118-1.c: Also test case
17071         where the word boundary does not split a byte evenly.
17072
17073 1999-11-19  Nathan Sidwell  <nathan@acm.org>
17074
17075         * g++.old-deja/g++.ext/restrict1.C: New test.
17076
17077 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17078
17079         * gcc.c-torture/execute/991118-1.c: New test.
17080
17081 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
17082
17083         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
17084         working directory pathnames.
17085
17086 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17087
17088         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
17089         host is equipped with driver.h and driver.o so it can actually
17090         compile and run the tests.
17091
17092 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
17093
17094         * gcc.c-torture/compile/991008-1.c: New test.
17095
17096 1999-11-08  Nick Clifton  <nickc@cygnus.com>
17097
17098         * lib/gcc-dg.exp: Include target-supports.exp
17099
17100 1999-11-05  Nick Clifton  <nickc@cygnus.com>
17101
17102         * lib/target-supports.exp: New file: Provide procs to test for
17103         features supported by the target.
17104         (check_weak_available): Moved here from ecos.exp.
17105         (check_alias_available): New proc: Determine of the target
17106         toolchain supports the alias attribute.
17107
17108         * gcc.dg/special/ecos.exp: Move check_weak_available to
17109         target-supports.exp.
17110         (alias-1.c): Only perform the test if the target supports
17111         aliases.
17112         (wkali-1.c): Only perform the test if the target supports
17113         aliases.
17114
17115         * gcc.dg/990506-0.c: Expect error messages from cross
17116         targets as well as native targets.
17117
17118 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17119
17120         * gcc.dg/ultrasp1.c: Removed xfail.
17121         * gcc.dg/struct-ret-2.c: Likewise.
17122         * gcc.dg/array-1.c: Likewise.
17123
17124 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17125
17126         * gcc.dg/struct-ret-2.c: New test.
17127
17128         * gcc.dg/array-1.c: New test.
17129
17130 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
17131
17132         * gcc.c-torture/execute/991030-1.c: New test.
17133
17134 1999-10-26  Richard Henderson  <rth@cygnus.com>
17135
17136         * gcc.c-torture/compile/991026-2.c: New test.
17137
17138 1999-10-26  Jeffrey A Law  (law@cygnus.com)
17139
17140         * gcc.c-torture/compile/991026-1.c: New test.
17141
17142 1999-10-23  Jeffrey A Law  (law@cygnus.com)
17143
17144         * gcc.c-torture/execute/991023-1.c: New test.
17145
17146 1999-10-19  Jeffrey A Law  (law@cygnus.com)
17147
17148         * gcc.c-torture/execute/991019-1.c: New test.
17149
17150 1999-10-16  Richard Henderson  <rth@cygnus.com>
17151
17152         * gcc.c-torture/execute/991016-1.c: New test.
17153
17154 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
17155
17156         * gcc.c-torture/execute/991014-1.c: New test.
17157
17158 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
17159
17160         * g++.old-deja/g++.other/union2.C: New test.
17161
17162 1999-10-13  Nathan Sidwell  <nathan@acm.org>
17163
17164         * g++.old-deja/g++.other/vaarg2.C: New test.
17165         * g++.old-deja/g++.other/vaarg3.C: New test.
17166
17167 1999-10-12  Craig Burley  <craig@jcb-sc.com>
17168
17169         * g77.f-torture/noncompile/19990905-1.f: Moved from being
17170         in compile/.
17171
17172 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
17173
17174         * gcc.c-torture/execute/va-arg-11.c: New test.
17175
17176 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
17177
17178         * lib/file-format.exp (gcc_target_object_format): Don't
17179         crash if objdump is unavailable.
17180
17181 1999-09-29  Donn Terry <donn@interix.com>
17182
17183         * gcc.misc-tests/mg.exp: delete extraneous redirection.
17184
17185 1999-09-28  Nick Clifton  <nickc@cygnus.com>
17186
17187         * gcc.c-torture/compile/990928-1.c: New test.
17188
17189 1999-09-28  Nathan Sidwell  <nathan@acm.org>
17190
17191         * g++.old-deja/g++.other/decl6.C: New test.
17192
17193 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17194
17195         * gcc.c-torture/execute/va-arg-10.c: New test.
17196
17197 1999-09-27  Nathan Sidwell  <nathan@acm.org>
17198
17199         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
17200         __PRETTY_FUNCTION__.
17201
17202 1999-09-23  Nick Clifton  <nickc@cygnus.com>
17203
17204         * gcc.c-torture/execute/990923-1.c: New test.
17205
17206 1999-09-21  Nick Clifton  <nickc@cygnus.com>
17207
17208         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
17209         for which -fpic is inappropriate.
17210
17211 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
17212
17213         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
17214
17215 1999-09-21  Nathan Sidwell  <nathan@acm.org>
17216
17217         * g++.old-deja/g++.other/dyncast1.C: New test.
17218         * g++.old-deja/g++.other/dyncast2.C: New test.
17219         * g++.old-deja/g++.other/dyncast3.C: New test.
17220         * g++.old-deja/g++.other/dyncast4.C: New test.
17221         * g++.old-deja/g++.other/dyncast5.C: New test.
17222         * g++.old-deja/g++.eh/catch3.C: New test.
17223         * g++.old-deja/g++.eh/catch3p.C: New test.
17224         * g++.old-deja/g++.eh/catch4.C: New test.
17225         * g++.old-deja/g++.eh/catch4p.C: New test.
17226         * g++.old-deja/g++.eh/catch5.C: New test.
17227         * g++.old-deja/g++.eh/catch5p.C: New test.
17228         * g++.old-deja/g++.eh/catch6.C: New test.
17229         * g++.old-deja/g++.eh/catch6p.C: New test.
17230         * g++.old-deja/g++.eh/catch7.C: New test.
17231         * g++.old-deja/g++.eh/catch7p.C: New test.
17232         * g++.old-deja/g++.eh/catch8.C: New test.
17233         * g++.old-deja/g++.eh/catch8p.C: New test.
17234         * g++.old-deja/g++.eh/catch9.C: New test.
17235         * g++.old-deja/g++.eh/catch9p.C: New test.
17236
17237 1999-09-13  Nathan Sidwell  <nathan@acm.org>
17238
17239         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
17240         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
17241
17242 1999-09-13  Jeffrey A Law  (law@cygnus.com)
17243
17244         * gcc.c-torture/compile/990913-1.c: New test.
17245
17246 1999-09-10  Nathan Sidwell  <nathan@acm.org>
17247
17248         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
17249         * g++.old-deja/g++.jason/rfg5.C: Likewise.
17250
17251 1999-09-09  Richard Henderson  <rth@cygnus.com>
17252
17253         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
17254
17255 1999-09-09  Nathan Sidwell  <nathan@acm.org>
17256
17257         * g++.old-deja/g++.other/lookup11.C: New test.
17258         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
17259         what is permitted and what we want.
17260         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
17261         overload use.
17262         * g++.old-deja/g++.jason/rfg5.C: Likewise
17263
17264 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
17265
17266         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
17267         * gcc.c-torture/noncompile/poison-1.c: New file.
17268
17269 1999-09-08  Nathan Sidwell  <nathan@acm.org>
17270
17271         * g++.old-deja/g++.other/sizeof3.C: New test.
17272         * g++.old-deja/g++.other/sizeof4.C: New test.
17273         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
17274         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
17275
17276 1999-09-07  Richard Henderson  <rth@cygnus.com>
17277
17278         * gcc.dg/va-arg-1.c: New.
17279
17280 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17281
17282         * gcc.c-torture/execute/va-arg-9.c: New test.
17283
17284 1999-09-05  Craig Burley  <craig@jcb-sc.com>
17285
17286         * g77.f-torture/compile/980519-2.f: New test.
17287         * g77.f-torture/compile/19990905-0.f: New test.
17288         * g77.f-torture/compile/19990905-1.f: New test.
17289         * g77.f-torture/compile/19990905-2.f: New test.
17290
17291         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
17292
17293 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
17294
17295         * gcc.c-torture/execute/990827-1.c: Fix typo.
17296
17297 1999-09-03  Nathan Sidwell  <nathan@acm.org>
17298
17299         * g++.old-deja/g++.other/deref1.C: New test.
17300
17301 1999-09-02  Nathan Sidwell  <nathan@acm.org>
17302
17303         * g++.old-deja/g++.other/ambig2.C: New test.
17304         * g++.old-deja/g++.other/cond5.C: New test.
17305         * g++.old-deja/g++.other/lookup16.C: New test.
17306
17307 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
17308
17309         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
17310         assemblers too.
17311
17312 1999-08-31  Jeffrey A Law  (law@cygnus.com)
17313
17314         * lib/c-torture.exp: Avoid the "compare executables" optimization
17315         when testing native.
17316
17317 1999-08-29  Jeffrey A Law  (law@cygnus.com)
17318
17319         * gcc.c-torture/execute/990829-1.c: New test.
17320         * gcc.c-torture/compile/990829-1.c: New test.
17321
17322 1999-08-27  Paul Burchard  <burchard@pobox.com>
17323
17324         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
17325         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
17326         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
17327         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
17328         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
17329         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
17330         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
17331         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
17332         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
17333         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
17334         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
17335
17336 1999-08-27  Jeffrey A Law  (law@cygnus.com)
17337
17338         * gcc.c-torture/execute/990827-1.c: New test.
17339
17340 1999-08-26  Craig Burley  <craig@jcb-sc.com>
17341
17342         * g77.f-torture/noncompile/19990826-4.f: New test.
17343
17344         * g77.f-torture/compile/19990826-3.f: New test.
17345
17346         * g77.f-torture/execute/19990826-2.f: New test.
17347
17348         * g77.f-torture/compile/19990826-1.f: New test.
17349
17350         * gcc.c-torture/execute/990826-0.c: New test.
17351         * g77.c-torture/execute/19990826-0.f: New test.
17352
17353         * g77.f-torture/noncompile/970626-2.f: New test.
17354
17355 1999-08-25  Paul Burchard  <burchard@pobox.com>
17356
17357         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
17358         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
17359         lss-011.C: New tests.
17360
17361 1999-08-25  Nathan Sidwell  <nathan@acm.org>
17362
17363         * g++.old-deja/g++.other/decl5.C: New test.
17364
17365 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17366
17367         * noncompile/noncompile.exp: Load_lib c-torture.exp.
17368         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
17369         call `postbase' for each one.  All callers of `postbase' changed
17370         to call this instead.
17371
17372 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
17373
17374         * gcc.c-torture/execute/990811-1.c: New test.
17375
17376 1999-08-09  Nick Clifton  <nickc@cygnus.com>
17377
17378         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
17379         just native ones.
17380
17381         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
17382         just native ones.
17383
17384 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17385
17386         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
17387
17388 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17389
17390         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
17391
17392 1999-08-04  Nathan Sidwell  <nathan@acm.org>
17393
17394         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
17395
17396 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17397
17398         * gcc.c-torture/execute/990804-1.c: New test.
17399
17400 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17401
17402         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
17403         * g++.old-deja/g++.brendan/crash64.C: Likewise
17404         * g++.old-deja/g++.brendan/overload8.C: Likewise
17405
17406 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17407
17408         * g++.old-deja/g++.other/struct1.C: New test.
17409
17410 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17411
17412         * g++.old-deja/g++.other/enum2.C: New test.
17413
17414 1999-08-02  Richard Henderson  <rth@cygnus.com>
17415
17416         Adapted from tests from Franz Sirl:
17417         * gcc.c-torture/execute/va-arg-7.c: New test.
17418         * gcc.c-torture/execute/va-arg-8.c: New test.
17419
17420 1999-08-01  Jeffrey A Law  (law@cygnus.com)
17421
17422         * gcc.c-torture/compile/990801-2.c: New test.
17423
17424         * gcc.c-torture/compile/990801-1.c: New test.
17425
17426 1999-07-27  Michael Meissner  <meissner@cygnus.com>
17427
17428         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
17429         fp-cmp-1.c, converting double to float.
17430
17431         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
17432         fp-cmp-1.c, converting double to long double.
17433
17434         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
17435         from fr1 to unknown_register, since fr1 is a legitimate register
17436         on some machines.
17437
17438 1999-07-25  Jeffrey A Law  (law@cygnus.com)
17439
17440         * README: More listname related changes.
17441
17442 1999-07-08  Catherine Moore  <clm@cygnus.com>
17443
17444         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
17445
17446 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
17447
17448         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
17449
17450 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17451
17452         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
17453
17454 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
17455
17456         * gcc.dg/990703-1.c: New test.
17457
17458 1999-06-29  Nick Clifton  <nickc@cygnus.com>
17459
17460         * lib/file-format.exp: New file: Move definition of proc
17461         gcc_target_object_format to here from
17462         gcc.dg/special/ecos.exp.
17463
17464         * lib/c-torture.exp: Include lib file-format.exp.
17465         * lib/gcc-dg.exp: Include lib file-format.exp.
17466
17467         * gcc.dg/special/ecos.exp: Remove definition of proc
17468         gcc_target_object_format.
17469
17470 1999-06-28  Jeffrey A Law  (law@cygnus.com)
17471
17472         * gcc.c-torture/execute/990628-1.c: New test.
17473
17474 1999-06-25  Jeffrey A Law  (law@cygnus.com)
17475
17476         * gcc.c-torture/compile/990625-2.c: New test.
17477
17478         * gcc.c-torture/compile/990625-1.c: New test.
17479
17480 1999-06-23  Nick Clifton  <nickc@cygnus.com>
17481
17482         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
17483         attributes compile.
17484         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
17485         ports that use the COFF/PE file format.
17486
17487 1999-06-17  Jeffrey A Law  (law@cygnus.com)
17488
17489         * gcc.c-torture/compile/990617-1.c: New test.
17490
17491 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
17492
17493         * g++.old-deja/g++.other/decl4.C: New test.
17494
17495 1999-06-14  Nathan Sidwell  <nathan@acm.org>
17496
17497         * g++.old-deja/g++.other/bitfld3.C: New test.
17498
17499 1999-06-08  Nathan Sidwell  <nathan@acm.org>
17500
17501         * g++.old-deja/g++.eh/catch1.C: New test.
17502
17503 1999-06-07  Jeffrey A Law  (law@cygnus.com)
17504
17505         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
17506
17507         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
17508         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
17509
17510 1999-06-05  Craig Burley  <craig@jcb-sc.com>
17511
17512         * g77.f-torture/compile/19990502-0.f: Replace with new,
17513         shorter, test that still fails after recent changes.
17514
17515 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17516
17517         * gcc.c-torture/execute/990604-1.c: New test.
17518
17519 1999-05-31  Jeffrey A Law  (law@cygnus.com)
17520
17521         * gcc.c-torture/execute/990531-1.c: New test.
17522
17523 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17524
17525         * gcc.c-torture/compile/990527-1.c: New test.
17526
17527 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
17528
17529         * gcc.c-torture/execute/990527-1.c: New test.
17530
17531 1999-05-25  Nick Clifton  <nickc@cygnus.com>
17532
17533         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
17534         bitfields as signed.
17535
17536 1999-05-25  Craig Burley  <craig@jcb-sc.com>
17537
17538         * g77.f-torture/compile/19990525-0.f: New test.
17539
17540 1999-05-25  Jeffrey A Law  (law@cygnus.com)
17541
17542         * gcc.c-torture/execute/990525-2.c: New test.
17543
17544         * gcc.c-torture/execute/990525-1.c: New test.
17545
17546 1999-05-24  Nathan Sidwell  <nathan@acm.org>
17547
17548         * g++.old-deja/g++.other/anon3.C: New test.
17549         * g++.old-deja/g++.other/anon4.C: New test.
17550         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
17551         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
17552         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
17553         Merrill).
17554
17555 1999-05-24  Jeffrey A Law  (law@cygnus.com)
17556
17557         * gcc.c-torture/execute/990524-1.c: New test.
17558
17559         * gcc.dg/990524-1.c: New test.
17560
17561 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17562
17563         * gcc.c-torture/compile/990523-1.c: New test.
17564
17565 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
17566
17567         * gcc.c-torture/compile/990519-1.c: New test.
17568
17569 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17570
17571         * gcc.c-torture/compile/990517-1.c: New test.
17572
17573         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
17574         (e4, f4): New tests.
17575         (main): Call them.
17576
17577 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17578
17579         * gcc.dg/noreturn-1.c: New test.
17580
17581 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17582
17583         * gcc.c-torture/execute/990513-1.c: New test.
17584
17585 1999-05-10  Richard Henderson  <rth@cygnus.com>
17586
17587         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
17588
17589 1999-05-10  Craig Burley  <craig@jcb-sc.com>
17590
17591         * g77.f-torture/execute/erfc.f: Use small single-precision
17592         values, to avoid problems on Alphas when not -mieee.
17593
17594 1999-05-08  Craig Burley  <craig@jcb-sc.com>
17595
17596         * gcc.dg/990506-0.c: New test.
17597
17598 1999-05-08  Richard Henderson  <rth@cygnus.com>
17599
17600         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
17601         the constant to test.  Don't XFAIL 64-bit targets.
17602
17603         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
17604         * g++.old-deja/g++.law/profile1.C: Likewise.
17605
17606         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
17607         operator new instances.
17608         * g++.old-deja/g++.other/delete5.C: Likewise.
17609
17610 1999-05-03  Craig Burley  <craig@jcb-sc.com>
17611
17612         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
17613         intrinsic.
17614
17615 1999-05-03  Craig Burley  <craig@jcb-sc.com>
17616
17617         * g77.f-torture/execute/u77-test.f: Reverse order of two
17618         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
17619
17620 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17621
17622         * gcc.dg/compare1.c: New test.
17623
17624 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17625
17626         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
17627         New tests.
17628
17629 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17630
17631         * g77.f-torture/compile/19990502-1.f: New test.
17632
17633 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17634
17635         * g77.f-torture/compile/19990502-0.f: New test.
17636
17637 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17638
17639         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
17640         intrinsic.
17641
17642 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17643
17644         * g77.f-torture/execute/u77-test.f (main): List libU77
17645         intrinsics not currently tested.
17646         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
17647         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
17648         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
17649         Trim blanks off the ends of some printed strings.
17650
17651 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17652
17653         * g77.f-torture/execute/u77-test.f (main): Just warn about
17654         FSTAT gid disagreement, as it's expected on some systems.
17655
17656 1999-05-01  Craig Burley  <craig@jcb-sc.com>
17657
17658         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
17659         use a new function, which allows for some slop.
17660         Clean up some commentary.
17661         (issum): The new function.
17662         (sgladd): Deleted subroutine.
17663
17664 1999-05-01  Craig Burley  <craig@jcb-sc.com>
17665
17666         * g77.f-torture/execute/u77-test.f: Modify to be more like
17667         libf2c/libU77 version, bringing patches to that version here.
17668         Add suitable commentary.
17669
17670 1999-04-25  Richard Henderson  <rth@cygnus.com>
17671
17672         * gcc.dg/990424-1.c: New test.
17673
17674 1999-04-24  Craig Burley  <craig@jcb-sc.com>
17675
17676         * g77.f-torture/execute/u77-test.f (main): Bug involving
17677         LSTAT has been fixed, so turn back on full checking.
17678
17679 1999-04-20  Craig Burley  <craig@jcb-sc.com>
17680
17681         * g77.f-torture/compile/19990419-0.f: New test.
17682         * g77.f-torture/execute/19990419-1.f: New test.
17683
17684 1999-04-17  Richard Henderson  <rth@cygnus.com>
17685
17686         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
17687         to avoid the need for a prototype to supress a warning.
17688
17689 1999-04-07  Jim Wilson  <wilson@cygnus.com>
17690
17691         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
17692
17693 1999-04-04  Jeffrey A Law  (law@cygnus.com)
17694
17695         * gcc.c-torture/execute/990404-1.c: New test.
17696
17697 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17698
17699         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
17700         * gcc.dg/cpp-if3.c: Don't use -pedantic.
17701         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
17702         missing initializer warnings.
17703
17704 1999-03-28  Jeffrey A Law  (law@cygnus.com)
17705
17706         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
17707         matching strings.
17708
17709 1999-03-26  Jeffrey A Law  (law@cygnus.com)
17710
17711         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
17712
17713 1999-03-26  Craig Burley  <craig@jcb-sc.com>
17714
17715         * g77.f-torture/execute/19990325-0.f: New test.
17716         * g77.f-torture/execute/19990325-1.f: New test.
17717
17718 1999-03-24  Jeffrey A Law  (law@cygnus.com)
17719
17720         * gcc.c-torture/execute/990324-1.c: New test.
17721
17722 1999-03-22  Jim Wilson  <wilson@cygnus.com>
17723
17724         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
17725         test with 4.
17726
17727 1999-03-17  Richard Henderson  <rth@cygnus.com>
17728
17729         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
17730
17731 1999-03-13  Craig Burley  <craig@jcb-sc.com>
17732
17733         * g77.f-torture/execute/19990313-2.f: New test.
17734         * g77.f-torture/execute/19990313-3.f: New test.
17735
17736 1999-03-13  Craig Burley  <craig@jcb-sc.com>
17737
17738         * g77.f-torture/execute/19990313-0.f: New test.
17739         * g77.f-torture/execute/19990313-1.f: New test.
17740
17741 1999-03-12  Jim Wilson  <wilson@cygnus.com>
17742
17743         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
17744         printf to sprintf.
17745         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
17746         (main): Add check for u15.  Conditionalize u31 check depending on
17747         whether ints are <32 bits or >=32 bits.
17748
17749 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17750
17751         * g77.f-torture/execute/19981119-0.f: Improve testiness.
17752
17753 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17754
17755         * g77.f-torture/compile/19990305-0.f: New test.
17756         * g77.f-torture/execute/19981119-0.f: New test.
17757
17758 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17759
17760         * g77.f-torture/execute/970625-2.f: call ABORT if final
17761         result is not correct, instead of just printing it.
17762         Add this checking via newly introduced obfuscation, to
17763         trip up buggy front ends.
17764
17765 1999-03-07  Craig Burley  <craig@jcb-sc.com>
17766
17767         * g77.f-torture/compile/960317-1.f: Moved from being
17768         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
17769
17770 1999-03-06  Craig Burley  <craig@jcb-sc.com>
17771
17772         * g77.f-torture/execute/960317-1.f: New (old) test.
17773         * g77.f-torture/execute/970625-2.f: Ditto.
17774
17775 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
17776
17777         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
17778         message on line 1 or line 2; cccp and cpplib do this differently.
17779
17780 1999-03-01  Jeffrey A Law  (law@cygnus.com)
17781
17782         * g++.old-deja/g++.law/weak1.C: New test.
17783
17784 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17785
17786         * gcc.c-torture/execute/990119-1.c: Renamed to...
17787         * gcc.dg/990119-1.c: this, so it will only be tested once
17788         (it's a preprocessor test, it doesn't need to be run at
17789         multiple optimization levels).
17790
17791 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17792
17793         * lib/g++.exp: Don't add incdir=$base_dir/../include to
17794           ALWAYS_CXXFLAGS.
17795
17796 1999-02-24  Craig Burley  <craig@jcb-sc.com>
17797
17798         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
17799         * g77.f-torture/compile/19981216-0.f: ...as it is expected
17800         to not be compilable by current g77.
17801
17802 1999-02-24  Nick Clifton  <nickc@cygnus.com>
17803
17804         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
17805
17806 1999-02-22  Jeffrey A Law  (law@cygnus.com)
17807
17808         * gcc.c-torture/execute/990222-1.c: New test.
17809
17810 1999-02-19  Craig Burley  <craig@jcb-sc.com>
17811
17812         * g77.f-torture/compile/19990218-0.f: New test.
17813         * g77.f-torture/noncompile/19990218-1.f: New test.
17814
17815 1999-02-18  Craig Burley  <craig@jcb-sc.com>
17816
17817         * g77.f-torture/compile/19981216-0.f: New test.
17818
17819 1999-02-14  Jeffrey A Law  (law@cygnus.com)
17820
17821         * gcc.dg/990214-1.c: New test.
17822
17823 1999-02-13  Jeffrey A Law  (law@cygnus.com)
17824
17825         * gcc.dg/990213-2.c: New test.
17826
17827         * gcc.dg/990213-1.c: New test.
17828
17829 1999-02-12  Jeffrey A Law  (law@cygnus.com)
17830
17831         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
17832         ints.
17833
17834 1999-02-11  Nick Clifton  <nickc@cygnus.com>
17835
17836         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
17837         specified by target.
17838
17839         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
17840
17841 1999-02-11  Jeffrey A Law  (law@cygnus.com)
17842
17843         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
17844
17845 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17846
17847         * gcc.dg/special/ecos.exp: New test driver for new tests with
17848         special requirements.
17849
17850         * gcc.dg/special/alias-1.c: New test.
17851         * gcc.dg/special/gcsec-1.c: New test.
17852         * gcc.dg/special/weak-1.c: New test.
17853         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
17854         * gcc.dg/special/weak-2.c: New test.
17855         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
17856         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
17857         * gcc.dg/special/wkali-1.c: New test.
17858         * gcc.dg/special/wkali-2.c: New test.
17859         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
17860         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
17861
17862 1999-02-10  Felix Lee  <flee@cygnus.com>
17863
17864           * lib/c-torture.exp (c-torture-compile): Pull out code for
17865           analyzing gcc error messages.
17866           (c-torture-execute): Likewise.  Fix some (harmless) false
17867           positives.
17868           * lib/gcc.exp (gcc_check_compile): New function.
17869
17870 1999-02-08  Richard Henderson  <rth@cygnus.com>
17871
17872         * gcc.c-torture/execute/990208-1.c: New test.
17873
17874 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17875
17876         * g++.dg/special/ecos.exp: New driver for new tests with special
17877         requirements
17878
17879         * g++.dg/special/conpr-1.C: New test
17880         * g++.dg/special/conpr-2.C: New test
17881         * g++.dg/special/conpr-2a.C: New test
17882         * g++.dg/special/conpr-3.C: New test
17883         * g++.dg/special/conpr-3a.C: New test
17884         * g++.dg/special/conpr-3b.C: New test
17885
17886         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
17887         allow g++ to use the dg driver
17888
17889         * README: Add comment about g++.dg directory
17890
17891 1999-02-06  Jeffrey A Law  (law@cygnus.com)
17892
17893         * README: Update email addresses.
17894
17895 1999-02-03  Nick Clifton  <nickc@cygnus.com>
17896
17897         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
17898         arguments in order to force structure S onto the stack even on
17899         the alpha.
17900         (test): Pass 10 leading arguments to function foo as well as the
17901         structure S.
17902
17903         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
17904         failure for all targets.
17905
17906         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
17907         abort to terminate program execution.
17908
17909 1999-01-30  Richard Henderson  <rth@cygnus.com>
17910
17911         * gcc.c-torture/execute/990130-1.c: New test.
17912
17913 1999-01-30  Jeffrey A Law  (law@cygnus.com)
17914
17915         * gcc.dg/990130-1.c: New test.
17916
17917 1999-01-28  Michael Meissner  <meissner@cygnus.com>
17918
17919         * gcc.c-torture/execute/990128-1.c: New test.
17920
17921 1999-01-27  Michael Meissner  <meissner@cygnus.com>
17922
17923         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
17924
17925 1999-01-27  Felix Lee  <flee@cygnus.com>
17926
17927         * lib/c-torture.exp (c-torture-compile): pull out code for
17928         analyzing gcc error messages.
17929         (c-torture-execute): ditto, and fix some (harmless) false
17930         positives.
17931         * lib/gcc.exp (gcc_check_compile): new function.
17932
17933 1999-01-17  Jeffrey A Law  (law@cygnus.com)
17934
17935         * gcc.dg/990117-1.c: New test.
17936
17937         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
17938
17939         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
17940
17941 1999-01-15  Jeffrey A Law  (law@cygnus.com)
17942
17943         * g77.f-torture/compile/990115-1.f: New test.
17944
17945 1999-01-07  Jeffrey A Law  (law@cygnus.com)
17946
17947         * gcc.c-torture/compile/990107-1.c: New test
17948
17949 1999-01-06  Jeffrey A Law  (law@cygnus.com)
17950
17951         * gcc.c-torture/execute/990106-2.c: New test.
17952
17953         * gcc.c-torture/execute/990106-1.c: New test.
17954
17955 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
17956
17957         * gcc.c-torture/compile/981223-1.c: New test.
17958
17959 1998-12-29  Richard Henderson  <rth@cygnus.com>
17960
17961         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
17962         (opt3): Rename from opt4 and disable.
17963
17964 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
17965
17966         * g++.old-deja/g++.pt/ptrmem5.C: New test.
17967
17968 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
17969
17970         * g++.old-deja/g++.other/conv5.C: New test.
17971
17972 1998-12-14  Nick Clifton  <nickc@cygnus.com>
17973
17974         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
17975
17976 1998-12-11  Jeffrey A Law  (law@cygnus.com)
17977
17978         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
17979
17980 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
17981
17982         * gcc.c-torture/compile/981211-1.c: New test.
17983
17984 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
17985
17986         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
17987
17988         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
17989
17990 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17991
17992         * gcc.special/930510-1.c: Make C9X safe.
17993         * gcc.misc-tests/gcov-1.c Similarly.
17994         * gcc.misc-tests/gcov-2.c Similarly.
17995
17996 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
17997
17998         * gcc.dg/ultrasp1.c: New test.
17999
18000 1998-12-06  Richard Henderson  <rth@cygnus.com>
18001
18002         * gcc.c-torture/execute/981206.c: New test.
18003
18004 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18005
18006         * g++.old-deja/g++.ns/template7.C: New test.
18007
18008         * g++.old-deja/g++.other/expr1.C: New test.
18009
18010         * g++.old-deja/g++.eh/tmpl3.C: New test.
18011
18012         * g++.old-deja/g++.eh/tmpl2.C: New test.
18013
18014 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18015
18016         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
18017         * g++.old-deja/g++.other/using6.C: Removed.
18018         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
18019
18020         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
18021
18022 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18023
18024         * g++.old-deja/g++.pt/overload8.C: New test.
18025
18026         * g++.old-deja/g++.pt/overload7.C: New test.
18027
18028         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
18029
18030         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
18031         and relinking messages.
18032         * lib/g++.exp (g++_target_compile): Remove .rpo file when
18033         compiling with -frepo.
18034
18035 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
18036
18037         * g++.old-deja/g++.pt/lookup6.C: New test.
18038
18039 1998-11-30  Nick Clifton  <nickc@cygnus.com>
18040
18041         * gcc.c-torture/execute/981130-1.c: New test.
18042         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
18043
18044 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18045
18046         * g++.old-deja/g++.pt/explicit76.C: New test.
18047
18048         * g++.old-deja/g++.pt/friend38.C: New test.
18049
18050         * g++.old-deja/g++.ns/crash2.C: New test.
18051
18052         * g++.old-deja/g++.pt/defarg8.C: New test.
18053
18054         * g++.old-deja/g++.pt/instantiate6.C: New test.
18055
18056         * g++.old-deja/g++.pt/static6.C: New test.
18057
18058         * g++.old-deja/g++.pt/decl2.C: New test.
18059
18060 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18061
18062         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
18063         problem is actually related with name lookup, but so what? :-)
18064
18065         * g++.old-deja/g++.pt/friend37.C: New test.
18066
18067 1998-11-25  Dave Love  <d.love@dl.ac.uk>
18068
18069         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
18070         element, which fails on some systems.
18071
18072         * g77.f-torture/execute/labug1.f: New test.
18073
18074 1998-11-21  Jeffrey A Law  (law@cygnus.com)
18075
18076         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
18077         is defined.
18078
18079 1998-11-18  Dave Love  <d.love@dl.ac.uk>
18080
18081         * g77.f-torture/compile/981117-1.f: New test.
18082
18083 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
18084
18085         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
18086         properly discarded.
18087
18088 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
18089
18090         * gcc.c-torture/execute/memcheck: New directory of tests for
18091         -fcheck-memory-usage.
18092
18093 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18094
18095         * README: New file, general information about the testsuite and
18096         new description of the various C++ test subdirectories.
18097         * README.g++: Eliminate obsolete information, update and move most
18098         relevant stuff to README.
18099
18100 1998-11-07  Richard Henderson  <rth@cygnus.com>
18101
18102         * gcc.c-torture/compile/981107-1.c: New test.
18103
18104 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
18105
18106         * execute/memcpy-bi.c: New testcase.
18107
18108 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
18109
18110         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
18111         base classes.
18112
18113         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
18114         template is selected.
18115
18116         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
18117         classes, it should be accepted for all types.
18118
18119         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
18120
18121         * g++.old-deja/g++.pt/spec24.C: Ensure that template
18122         specializations start with template headers.
18123
18124 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
18125
18126         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
18127
18128         * g++.old-deja/g++.other/init9.C: Test cross initialization of
18129         non-POD types.
18130
18131 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18132
18133         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
18134
18135 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18136
18137         * compile/981022-1.c, compile/981022-1.x: New test and driver.
18138
18139 1998-10-19  Jeffrey A Law  (law@cygnus.com)
18140
18141         * 981019-1.c: New test.
18142
18143 1998-10-14  Robert Lipe <robertl@dgii.com>
18144
18145         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
18146         find objc headers.
18147
18148 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18149
18150         * compile/981001-4.c: Remove use of GCC extension that triggers a
18151         compiler bug.
18152
18153 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
18154
18155         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
18156
18157 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18158
18159         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
18160         instantiation of template produces incorrect code for delete
18161         expression.
18162
18163         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
18164         constructors' name is not unique.
18165         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
18166         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
18167
18168         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
18169         automatic array of const is ill-formed.
18170
18171         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
18172         of template parameter?
18173
18174         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
18175         const.
18176
18177         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
18178         pointer-to-member expression.
18179
18180         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
18181         declaration causes ICE.
18182
18183 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
18184
18185         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
18186         reserved in the global namespace.
18187
18188         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
18189         generate needed virtual table.
18190
18191         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
18192
18193 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
18194
18195         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
18196         template-dependent type
18197
18198 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
18199
18200         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
18201         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
18202         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
18203
18204         * g++.old-deja/g++.other/using5.C: New test; using decl from base
18205         class should be usable as argument of member function.
18206         * g++.old-deja/g++.other/using6.C: New test; using decl from base
18207         class should be usable as return type of member function.
18208         * g++.old-deja/g++.other/using7.C: New test; using decl from base
18209         class should be usable as type of data member.
18210
18211         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
18212
18213 1998-10-09  Jeffrey A Law  (law@cygnus.com)
18214
18215         * gcc.c-torture/special/920521-1.c: Fix bogus test.
18216
18217 1998-10-08  Nick Clifton  <nickc@cygnus.com>
18218
18219         * gcc.dg/dll-?.c Add thumb to target list.
18220         Fix assembler scan patterns to match current assembler output.
18221
18222 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
18223
18224         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
18225         matching of template brackets.
18226
18227         * g++.old-deja/g++.other/using4.C: New test.  Test using
18228         declarations of methods from base classes.
18229
18230         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
18231         within functions should introduce names into the innermost
18232         enclosing namespace.
18233
18234         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
18235         of static locals if first initialization throws.
18236
18237 1998-10-07  Jim Wilson  <wilson@cygnus.com>
18238
18239         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
18240
18241 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
18242
18243         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
18244         lose track of the possible targets of tablejump insns.
18245         * special/special.exp: Run it.
18246
18247 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18248
18249         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
18250         must be declared before its specializations can be named in friend
18251         declarations.
18252
18253 1998-10-05  Dave Love  <d.love@dl.ac.uk>
18254
18255         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
18256
18257         * g77.f-torture/execute/io1.f: New test.
18258
18259 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18260
18261         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
18262         with pointer to template function, for which no argument deduction
18263         is possible.
18264
18265         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
18266         specialization of template function as argument to template
18267         function.
18268
18269         * g++.old-deja/g++.other/access2.C: New test; Inner class
18270         shouldn't have privileged access to Outer's names.
18271
18272 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18273
18274         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
18275         friend template declared within template class conflicts with
18276         nested class of the same name.
18277
18278         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
18279         is ignored.
18280
18281         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
18282         object with direct initializer as function declaration.
18283
18284         * g++.old-deja/g++.other/decl2.C: New test; duplicate
18285         initializers.
18286
18287         * g++.old-deja/g++.other/null2.C: New test; conditional operator
18288         involving const pointer and NULL produces incorrect result.
18289
18290         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
18291         type name without `typename' should be rejected with -pedantic.
18292
18293 1998-10-02  Richard Henderson  <rth@cygnus.com>
18294
18295         * g++.old-deja/g++.other/addrof1.C: New test.
18296
18297 1998-10-01  Nick Clifton  <nickc@cygnus.com>
18298
18299         * gcc.c-torture/compile/981001-1.c: New test.
18300         * gcc.c-torture/execute/981001-1.c: New test.
18301
18302 1998-10-01  Jeffrey A Law  (law@cygnus.com)
18303
18304         * gcc.c-torture/compile/981001-2.c: New test.
18305         * gcc.c-torture/compile/981001-3.c: New test.
18306         * gcc.c-torture/compile/981001-4.c: New test.
18307
18308 1998-10-01  Robert Lipe  <robertl@dgii.com>
18309
18310         * lib/objc.exp (objc_target_compile): Add -L during compiles for
18311         multilibbed hosts.   Idea grafted from g77.exp.
18312
18313 1998-09-30  Dave Love  <d.love@dl.ac.uk>
18314
18315         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
18316         avoid losing on systems which need -lsocket.
18317
18318 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
18319
18320         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
18321         * g++.old-deja/g++.other/nested2.C: Ditto.
18322         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
18323         failure.
18324
18325 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18326
18327         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
18328         preferred over template operator!= for enum bitfields.
18329
18330 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
18331
18332         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
18333         that happen to have the same base name, but in different scopes,
18334         are incorrectly rejected.
18335
18336 1998-09-16  Richard Henderson  <rth@cygnus.com>
18337
18338         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
18339         on the native word size instead of an integer literal.
18340
18341 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18342
18343         * g++.old-deja/g++.other/static2.C: Invocation of static data
18344         member of type pointer-to-function denoted as non-static member.
18345
18346         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
18347         checks involving function types and aliases.
18348
18349 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18350
18351         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
18352         redefined to the same non-trivial type.
18353
18354         * g++.old-deja/g++.pt/explicit73.C: Test for proper
18355         namespace-qualification of template specializations declared in
18356         other namespaces.
18357
18358         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
18359         to declare a subset of the specializations of a template function
18360         as friends of specializations of a template class.
18361
18362         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
18363         member templates that do not fully specialize the enclosing
18364         template class are rejected.
18365
18366 1998-09-11  Dave Love  <d.love@dl.ac.uk>
18367
18368         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
18369
18370 1998-09-08  Dave Love  <d.love@dl.ac.uk>
18371
18372         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
18373         altered from libf2c/libU77 version.
18374
18375 1998-09-06  Dave Love  <d.love@dl.ac.uk>
18376
18377         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
18378
18379 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
18380
18381         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
18382         (un)signed char are different types for template specialization
18383         purposes.
18384
18385 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
18386
18387         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
18388         * objc: ObjC testsuite.
18389
18390 1998-08-31  Catherine Moore  <clm@cygnus.com>
18391
18392         * gcc.c-torture/execute/941014-1.x:  New file.
18393
18394 1998-08-31  Nick Clifton  <nickc@cygnus.com>
18395
18396         * lib/c-torture.exp: Add support for
18397         torture_eval_before_compile and torture_eval_before_execute
18398         variables.
18399
18400 1998-08-30  Jeffrey A Law  (law@cygnus.com)
18401
18402         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
18403         this test triggers valid.
18404
18405 1998-08-27  Jeffrey A Law  (law@cygnus.com)
18406
18407         * gcc.dg/980827-1.c: New test.
18408
18409 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
18410
18411         * gcc.c-torture/execute/loop-4b.c: New test.
18412
18413 1998-08-26  Nick Clifton  <nickc@cygnus.com>
18414
18415         * lib/c-torture.exp: Add support for
18416         torture_eval_before_compile and torture_eval_before_execute
18417         variables.
18418
18419 1998-08-25  Jeffrey A Law  (law@cygnus.com)
18420
18421         * gcc.c-torture/compile/980825-1.c: New test.
18422
18423 1998-08-24  Nick Clifton  <nickc@cygnus.com>
18424
18425         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
18426         count number tests in opt_t0 not good_t0.
18427
18428 1998-08-24  Jeffrey A Law  (law@cygnus.com)
18429
18430         * gcc.c-torture/compile/930326-1.x: Fix typo.
18431
18432 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
18433
18434         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
18435         causes an ICE.
18436
18437 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18438
18439         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
18440         STACK_SIZE is defined.
18441         * gcc.c-torture/unsorted/stuct.c: Similarly.
18442
18443         * gcc.c-torture/compile/980821-1.c: New test.
18444
18445 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18446
18447         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
18448
18449 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
18450
18451         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
18452         code.
18453
18454 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
18455
18456         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
18457         error'.
18458
18459 1998-08-18  Jeffrey A Law  (law@cygnus.com)
18460
18461         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
18462
18463 1998-08-16  Jeffrey A Law  (law@cygnus.com)
18464
18465         * gcc.c-torture/compile/980816-1.c: New test.
18466
18467         * gcc.dg/980816-1.c: New test.
18468
18469 1998-08-13  Jeffrey A Law  (law@cygnus.com)
18470
18471         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
18472         compiler for ieee tests.
18473
18474 1998-08-01  Dave Love  <d.love@dl.ac.uk>
18475
18476         * g77.f-torture/compile/980729-0.f: New test.
18477
18478 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
18479
18480         * gcc.c-torture/special/eeprof-1.c: New test, for
18481         -finstrument-functions.
18482         * gcc.c-torture/special/special.exp: Run it.
18483
18484 1998-07-29  Jeffrey A Law  (law@cygnus.com)
18485
18486         * gcc.c-torture/compile/980729-1.c: New test.
18487
18488 1998-07-27  Nick Clifton  <nickc@cygnus.com>
18489
18490         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
18491         __thumb__ is defined, and test for ARM style doubles if so.
18492
18493 1998-07-26  Dave Love  <d.love@dl.ac.uk>
18494
18495         * g77.f-torture/noncompile/980615-0.f: New test.
18496
18497 1998-07-26  H.J. Lu  (hjl@gnu.org)
18498
18499         * gcc.dg/980312-1.c: Do link instead of compile.
18500         * gcc.dg/980313-1.c: Likewise.
18501
18502 1998-07-26  Jeffrey A Law  (law@cygnus.com)
18503
18504         * gcc.c-torture/compile/980726-1.c: New test.
18505
18506 1998-07-25  Dave Love  <d.love@dl.ac.uk>
18507
18508         * g77.f-torture/execute/io0.f: New test.
18509
18510 1998-07-24  Nick Clifton  <nickc@cygnus.com>
18511
18512         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
18513         an int.
18514
18515 1998-06-18  Michael Meissner  <meissner@cygnus.com>
18516
18517         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
18518         m32r bugs.
18519
18520 1998-07-17  Nick Clifton  <nickc@cygnus.com>
18521
18522         * gcc.dg/980626-1.c: Expect failures for all toolchains until
18523         c-decl.c:grokdeclarator can handle mode attributes.
18524
18525 1998-07-16  Jeffrey A Law  (law@cygnus.com)
18526
18527         * gcc.c-torture/execute/980716-1.c: New test.
18528
18529 1998-07-13  Jeffrey A Law  (law@cygnus.com)
18530
18531         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
18532         the mn10200.
18533         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
18534         the mn10200.
18535         * gcc.c-torture/execute/va-arg-3.x: Similarly.
18536         * gcc.c-torture/compile/930326-1.x: Similarly.
18537
18538 1998-07-13  Dave Love  <d.love@dl.ac.uk>
18539
18540         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
18541         New test from Craig.
18542
18543 1998-07-12  Dave Love  <d.love@dl.ac.uk>
18544
18545         * g77.f-torture/noncompile/980616-0.f: New test.
18546
18547         * g77.f-torture/execute/970816-3.f:  New test from Craig.
18548
18549 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18550
18551         *  g++.other/singleton.C: Return error value instead of taking
18552         SIGSEGV.
18553
18554 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
18555
18556         *  g++.other/singleton.C: New test.   Warning is under dispute.
18557         Runtime crash is not.
18558
18559 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18560
18561         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
18562         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
18563         using6.C, using7.C}:  New namespace tests.
18564
18565 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
18566
18567         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
18568         specialization with typedef'ed names used as array indexes.
18569
18570 1998-07-09  Jeffrey A Law  (law@cygnus.com)
18571
18572         * gcc.c-torture/execute/980709-1.c: New test.
18573
18574         * gcc.dg/980709-1.c: New test.
18575
18576 1998-07-07  Richard Henderson  <rth@cygnus.com>
18577
18578         * gcc.c-torture/execute/bcp-1.c: New test.
18579
18580 1998-07-07  Jeffrey A Law  (law@cygnus.com)
18581
18582         * gcc.c-torture/execute/980707-1.c: New test.
18583
18584 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
18585
18586         * gcc.c-torture/compile/980706-1.c: New test.
18587
18588 1998-07-01  Dave Love  <d.love@dl.ac.uk>
18589
18590         * g77.f-torture/execute/980701-0.f,
18591         g77.f-torture/execute/980701-1.f: New test from Craig.
18592
18593 1998-07-01  Jeffrey A Law  (law@cygnus.com)
18594
18595         * gcc.c-torture/compile/980701-1.c: New test.
18596
18597         * gcc.c-torture/execute/980701-1.c: New test.
18598
18599 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
18600 rlsruhe.de>
18601
18602         * g++.old-deja/g++.robertl/eb132.C: New test.
18603         * g++.old-deja/g++.robertl/eb133.C: Likewise.
18604
18605 1998-06-29  Dave Love  <d.love@dl.ac.uk>
18606
18607         * g77.f-torture/execute/980628-7.f,
18608         g77.f-torture/execute/980628-8.f,
18609         g77.f-torture/execute/980628-9.f,
18610         g77.f-torture/execute/980628-10.f: New tests from Craig.
18611
18612         * g77.f-torture/execute/980628-3.f: Remove mail headers.
18613
18614 1998-06-28  Jeffrey A Law  (law@cygnus.com)
18615
18616         * g77.f-torture/execute/980628-4.f: New test from Craig.
18617         * g77.f-torture/execute/980628-5.f: Likewise.
18618         * g77.f-torture/execute/980628-2.f: Likewise.
18619         * g77.f-torture/execute/980628-0.f: Likewise.
18620         * g77.f-torture/execute/980628-1.f: Likewise.
18621         * g77.f-torture/execute/980628-3.f: Likewise.
18622         * g77.f-torture/execute/980628-6.f: Likewise.
18623
18624 1998-06-28  Jeffrey A Law  (law@cygnus.com)
18625
18626         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
18627         directory when nothing has been installed yet.
18628
18629 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
18630
18631         * gcc.c-torture/special/special.exp: Handle newer versions of
18632         dejagnu.
18633
18634 1998-06-26  Jeffrey A Law  (law@cygnus.com)
18635
18636         * gcc.dg/980626-1.c: New test.
18637
18638 1998-06-19  Bruno Haible <haible@ilog.fr>
18639
18640         * gcc.misc-tests/m-un-2.c: New test.
18641         * g++.old-deja/g++.other/warn01.c: Likewise.
18642
18643 1998-06-19  Robert Lipe  <robertl@dgii.com>
18644
18645         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
18646         compatibility with assmblers with a different comment character.
18647         Eliminate use of GAS-specific extensions.
18648
18649 1998-06-19  Jeffrey A Law  (law@cygnus.com)
18650
18651         * gcc.c-torture/execute/ieee/980619-1.c: New test.
18652
18653 1998-06-19  Robert Lipe  <robertl@dgii.com>
18654
18655         *lib/g77.exp: Replace search for libf2c.a with search for newly
18656         renamed libg2c.a
18657
18658 1998-06-17  Jeffrey A Law  (law@cygnus.com)
18659
18660         * gcc.c-torture/execute/980617-1.c: New test.
18661
18662 1998-06-12  Jeffrey A Law  (law@cygnus.com)
18663
18664         * gcc.c-torture/execute/980612-1.c: New test.
18665
18666 1998-06-08  Jeffrey A Law  (law@cygnus.com)
18667
18668         * gcc.dg/980523-1.c: Only test on ppc-linux.
18669         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
18670
18671         * gcc.c-torture/execute/980608-1.c: New test.
18672
18673 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
18674
18675         * gcc.c-torture/execute/980605-1.c: New test.
18676
18677 1998-06-04  Jeffrey A Law  (law@cygnus.com)
18678
18679         * gcc.c-torture/execute/980604-1.c: New test.
18680
18681 1998-06-02  Jeffrey A Law  (law@cygnus.com)
18682
18683         * gcc.c-torture/execute/980602-1.c: New test.
18684         * gcc.c-torture/execute/980602-2.c: Likewise.
18685
18686 1998-06-02  Dave Love  <d.love@dl.ac.uk>
18687
18688         * 970125-0.f: Fix per JCB.  Add commentary.
18689
18690 1998-05-31  Michael Meissner  <meissner@cygnus.com>
18691
18692         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
18693         IEEE -0 support.
18694
18695 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
18696
18697         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
18698         earlier.
18699
18700 1998-05-28  Catherine Moore <clm@cygnus.com>
18701
18702         * gcc.c-torture/execute/980526-3.c: New test.
18703
18704 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
18705
18706         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
18707         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
18708         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
18709         m88k-motorola-sysv3 to XFAIL.
18710
18711 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18712
18713         * gcc.dg/980526-1.c: New test.
18714         * gcc.c-torture/execute/980526-2.c: New test.
18715
18716 1998-05-26  Jeffrey A Law  (law@cygnus.com)
18717
18718         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
18719
18720         * gcc.c-torture/execute/980526-1.c: New test.
18721
18722 1998-05-26  Dave Love  <d.love@dl.ac.uk>
18723
18724         * g77.f-torture/execute/alpha2.f: Add runtime test.
18725
18726 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
18727
18728         * g++.old-deja/old-deja.exp: Strip leading directories.
18729
18730         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
18731         error for the line.  Don't run multiple tests for the same line.
18732
18733 1998-05-23  Jeffrey A Law  (law@cygnus.com)
18734
18735         * gcc.dg/980523-1.c: New test.
18736
18737 1998-05-23  Dave Love  <d.love@dl.ac.uk>
18738
18739         * g77.f-torture/compile/970915-0.f: New test.
18740
18741 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
18742
18743         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
18744
18745 1998-05-21  Jeffrey A Law  (law@cygnus.com)
18746
18747         * gcc.dg/980520-1.c: New test.
18748
18749 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
18750
18751         * gcc.dg/980502-1.c: Fix return type.
18752
18753 1998-05-20  Jeffrey A Law  (law@cygnus.com)
18754
18755         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
18756         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
18757         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
18758         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
18759         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
18760
18761 1998-05-20  Dave Love  <d.love@dl.ac.uk>
18762
18763         * g77.f-torture/execute/980520-1.f: New test.
18764
18765 1998-05-15  Dave Love  <d.love@dl.ac.uk>
18766
18767         * lib/mike-g77.exp: New file.
18768
18769         * g77.f-torture/noncompile/noncompile.exp,
18770         g77.f-torture/noncompile/check0.f: New files.
18771
18772 1998-05-14  Dave Love  <d.love@dl.ac.uk>
18773
18774         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
18775         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
18776         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
18777         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
18778         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
18779         abort where appropriate.
18780
18781 1998-05-05  Michael Meissner  <meissner@cygnus.com>
18782
18783         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
18784         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
18785
18786 1998-04-29  Dave Love  <d.love@dl.ac.uk>
18787
18788         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
18789
18790 1998-04-27  Dave Love  <d.love@dl.ac.uk>
18791
18792         * g77.f-torture/compile/980427-0.f: New test.
18793
18794 1998-04-24  Dave Love  <d.love@dl.ac.uk>
18795
18796         * g77.f-torture/compile/980424-0.f: New test.
18797
18798 1998-04-19  Dave Love  <d.love@dl.ac.uk>
18799
18800         * g77.f-torture/compile/980419-2.f (main): New test.
18801         * g77.f-torture/compile/970125-0.f: New test.
18802         * g77.f-torture/compile/980419-1.f: New test.
18803
18804 1998-04-08  Jim Wilson  <wilson@cygnus.com>
18805
18806         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
18807         of loop-4.c.
18808
18809 1998-04-07  Jim Wilson  <wilson@cygnus.com>
18810
18811         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
18812
18813 1998-04-03  Jim Wilson  <wilson@cygnus.com>
18814
18815         * gcc.c-torture/compile/980329-1.c: New test.
18816
18817 1998-03-18  Jim Wilson  <wilson@cygnus.com>
18818
18819         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
18820         * gcc.dg/980312-1.c: Fix typo in -march command.
18821
18822 1998-03-16  H.J. Lu  (hjl@gnu.org)
18823
18824         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
18825
18826 1998-03-11  Robert Lipe  <robertl@dgii.com>
18827
18828         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
18829         Dave Love agree the Fortran source is bogus.
18830
18831 1998-03-11  Robert Lipe  <robertl@dgii.com>
18832
18833         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
18834         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
18835         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
18836         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
18837         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
18838
18839 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
18840
18841         * g++.old-deja/g++.other/friend1.C: New test.
18842
18843 1998-02-18  Dave Love  <d.love@dl.ac.uk>
18844
18845         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
18846         possibly uninitialized) variables and declare dnrm2.
18847
18848 1998-02-23  Robert Lipe <robertl@dgii.com>
18849
18850         From Bruno Haible <haible@ilog.fr>:
18851         * gcc.c-torture/execute/980223.c: New test.
18852
18853 1998-02-13  Jeffrey A Law  (law@cygnus.com)
18854
18855         * gcc.dg/ifelse-1.c: New test.
18856
18857 1998-02-09  H.J. Lu  (hjl@gnu.org)
18858
18859         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
18860
18861           * lib/old-dejagnu.exp (old-dejagnu): Added the
18862           "execution test - XFAIL *-*-*" handling in the spirit of
18863           "excess errors test -". Changed the "execution test fails"
18864           handling to be like "excess errors test fails".
18865           * Update various tests accordingly.
18866
18867 1998-02-06  Jim Wilson  <wilson@cygnus.com>
18868
18869         * gcc.c-torture/execute/980205.c: New test.
18870
18871 1998-01-18  Jeffrey A Law  (law@cygnus.com)
18872
18873         * lib/c-torture.exp: Look for .x files instead of .cexp files.
18874         * lib/f-torture.exp: Similarly.
18875         * gcc.c-torture: Rename all .cexp files to .x files.
18876
18877 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
18878
18879         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
18880         (940510-1.c): Removed duplicate.
18881         (971104-1.c): New test.
18882
18883 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
18884
18885           * lib/f-torture.exp: Improve error and loop detection.
18886
18887 1997-11-19  Michael Meissner  <meissner@cygnus.com>
18888
18889         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
18890         use that to size the filler array.
18891
18892 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
18893
18894         * lib/c-torture.exp(c-torture-execute): Fix typo.
18895
18896         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
18897         testcase as the executable name. Keep the executable around if
18898         the test fails.
18899
18900 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
18901
18902         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
18903         changes.  Only test one -g option, and move it to the end of the
18904         list of options to test.
18905
18906 1997-09-19  Michael Meissner  <meissner@cygnus.com>
18907
18908         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
18909         variable GCC_TORTURE_OPTIONS to supply default switches separated
18910         by colons.  If no environment variable, run tests with -O0 -g, -O1
18911         -g, and -O2 -g as well.
18912
18913 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
18914
18915         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
18916         explanatory comments. Fix indentation.
18917
18918 1997-09-15  Jeffrey A Law  (law@cygnus.com)
18919
18920         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
18921
18922 1997-09-11  Jeffrey A Law  (law@cygnus.com)
18923
18924         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
18925         * g++.old-deja/g++.mike/p7325.C: Likewise.
18926         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
18927
18928 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
18929
18930         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
18931         * g++.old-deja/g++.brendan/crash30.C: Likewise.
18932         * g++.old-deja/g++.brendan/crash39.C: Likewise.
18933         * g++.old-deja/g++.law/operators4.C: Likewise.
18934
18935 1997-09-11  Joe Buck  (jbuck@synopsys.com)
18936
18937         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
18938         * g++.old-deja/g++.mike/p784.C: Ditto.
18939         * g++.old-deja/g++.mike/p785.C: Ditto.
18940
18941 1997-09-05  Jeffrey A Law  (law@cygnus.com)
18942
18943           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
18944
18945 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
18946
18947         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
18948         target feature; pass this to c-torture-execute as needed.
18949
18950 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
18951
18952         * lib/c-torture.exp(c-torture-execute): If the previous and the
18953         current executables being tested are identical, we don't need to
18954         run the executable again. Try to make the executable names
18955         unique. Add an optional argument for passing additional compiler
18956         flags.
18957
18958 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
18959
18960         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
18961
18962 1997-08-29  Jeffrey A Law  (law@cygnus.com)
18963
18964         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
18965
18966 1997-07-31  Jeffrey A Law  (law@cygnus.com)
18967
18968         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
18969         32bit or larger longs.
18970
18971         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
18972         have either a 32bit long or 32bit int.
18973
18974 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
18975
18976         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
18977         Make double precision tests dependent on sizeof (double).
18978
18979 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
18980
18981         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
18982         too.
18983
18984 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
18985
18986         * gcc.c-torture/compile/961203-1.cexp: New script.
18987
18988 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
18989
18990         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
18991         up the includes ourselves.
18992
18993 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
18994
18995         * lib/plumhall.exp: Remove random include, and add a few
18996         verbose messages for debugging.
18997
18998 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
18999
19000         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
19001         of trying to do it ourselves.
19002
19003 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
19004
19005         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
19006
19007 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
19008
19009         * gcc.prms/5403.c: Made regexp a bit less strict.
19010
19011 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
19012
19013         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
19014         is returned from remote_load instead.
19015         * lib/plumhall.exp: Ditto.
19016         * lib/mike-g++.exp: Ditto.
19017         * lib/old-dejagnu.exp: Ditto.
19018         * lib/c-torture.exp: Ditto.
19019
19020 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
19021
19022         * lib/g++.exp: Use build_wrapper procedure.
19023         * lib/gcc.exp: Ditto.
19024
19025 1997-05-20  Jeffrey A Law  (law@cygnus.com)
19026
19027         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
19028         an old-style decl for malloc.  Fixes tests to work when
19029         sizeof (int) != sizeof (size_t).
19030
19031 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19032
19033         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
19034
19035         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
19036         use stdargs.h interface.
19037
19038 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19039
19040         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
19041         NO_VARARGS when compiling.
19042
19043 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
19044
19045         * lib/plumhall.exp(ph_includes): New procedure.
19046         (ph_make): Use it.
19047         (ph_compiler): Ditto.
19048
19049         * lib/g++.exp: Rename test-glue.c to testglue.c.
19050         * lib/gcc.exp: Ditto.
19051
19052 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
19053
19054         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
19055         to completion when it's called.
19056
19057 1997-03-21  Michael Meissner  <meissner@cygnus.com>
19058
19059         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
19060         is defined, don't do test.
19061
19062 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
19063
19064         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
19065         for object files.
19066         (ph_summary): Mark skipped testcases as untested, not unresolved.
19067
19068         * lib/plumhall.exp (ph_make): If unresolved because of bad
19069         errorCode, record errorCode in log file.
19070         (*): Replace send_log/verbose with verbose -log.
19071
19072 1997-03-19  Michael Meissner  <meissner@cygnus.com>
19073
19074         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
19075         double conversion if double isn't at least 8 bytes.
19076
19077         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
19078         int to work with targets where int is 16 bits.
19079
19080         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
19081         8 bytes, just exit, since 4 byte doubles don't have enough bits of
19082         precision for the test to complete.
19083
19084 1997-03-14  Michael Meissner  <meissner@cygnus.com>
19085
19086         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
19087         if d10v is not compiled with the -mdouble64 flag.
19088         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
19089
19090         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
19091         d10v is not compiled with the -mint32 flag.
19092
19093 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
19094
19095         * lib/plumhall.exp: Use incr_count.
19096
19097 1997-03-12  Jeffrey A Law  (law@cygnus.com)
19098
19099         * gcc.c-torture: Update to c-torture-1.45.
19100
19101 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
19102
19103         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
19104         the name of the expect testcase file).
19105
19106         * lib/g++.exp(g++_init): Ditto.
19107
19108 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
19109
19110         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
19111         the host.
19112
19113         * lib/gcc.exp(gcc_exit): New procedure.
19114
19115 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
19116
19117         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
19118         specs where appropriate.
19119
19120         * g++.old-deja/g++.arm/*: Added additional ERROR checks
19121         because of new "candidates are" messages, and removed a few
19122
19123         * Converted all non-old-style g++ testcases to old-style, and
19124         moved into g++.old-deja.
19125
19126 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
19127
19128         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
19129         options.
19130
19131         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
19132         succeeded.
19133
19134         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
19135
19136 1997-02-13  Michael Meissner  <meissner@cygnus.com>
19137
19138         * lib/gcc.exp (gcc_target_compile): Add support for defining
19139         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
19140         the machine doesn't have those features.
19141
19142 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
19143
19144         * g++.law/operators4.exp: Don't use LIBS.
19145
19146 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
19147
19148         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
19149
19150         * lib/mike-g++.exp: Don't set the compiler to be tested here.
19151         * lib/g++.exp: Set it here instead. Also, allow use of the
19152         --tool_exec and --tool_opt options. Change CXX to
19153         GXX_UNDER_TEST.
19154
19155         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
19156
19157         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
19158
19159 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
19160
19161         * lib/old-dejagnu.exp: Use prune_warnings instead of
19162         prune_system_crud.
19163         * lib/mike-g++.exp: Ditto.
19164         * lib/gcc.exp: Ditto.
19165         * lib/g++.exp: Ditto.
19166
19167         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
19168
19169 1997-02-07  Jeffrey A Law  (law@cygnus.com)
19170
19171           * 941014-2.c: Include stdlib.h
19172           * 960327-1.c: Include stdio.h
19173           * dbra.c, index-1.c: Don't assume ints are 32bits.
19174
19175 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
19176
19177         * lib/gcc.exp: Add gcc,stack_size target feature.
19178
19179         * lib/g++.exp(g++_target_compile): Add the include and link
19180         paths here, not in two other places. And, it's $options, not
19181         options.
19182
19183         * lib/mike-g++.exp(postbase): Remove the code that determines
19184         the correct include and link paths.
19185         * g++.old-deja/old-deja.exp: Ditto.
19186
19187 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
19188
19189         * lib/g++.exp(g++_init): target_compile no longer returns the
19190         filename of the result.
19191
19192 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
19193
19194         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
19195         call to glob.
19196
19197         * gcc.c-torture/special/special.exp: Change call to
19198         gcc_target_compile to include the object file.
19199
19200 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
19201
19202         * gcc.c-torture/special/special.exp: Correct misspelling in last
19203         change.
19204
19205 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
19206
19207         * lib/plumhall.exp(ph_summary): Log the entire output of the
19208         executable. Return -1 if there were any failures, 0 otherwise.
19209         (ph_execute): Return -1 if there were any failures, 0 otherwise.
19210         (ph_make): Clean up objects and executables that were built
19211         if the tests succeeded.
19212
19213 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
19214
19215         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
19216         libraries and includes in the build tree as appropriate.
19217
19218 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19219
19220         * lib/c-torture.exp: Instead of looking for the global variable
19221         NO_LONG_LONG, check to see if that's a feature of the target.
19222
19223 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19224
19225         * config/default.exp: Minimize. Delete the remainer of the files in
19226         config; this functionality is now in devo/dejagnu/config.
19227
19228         g++.*/*: Pass any additional flags used to compile to postbase;
19229         delete CXXFLAGS.
19230
19231         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
19232         is now done by runtest.exp. Use gcc_target_compile instead of
19233         compile.
19234
19235         lib/c-torture.exp: Use gcc_target_compile instead of compile.
19236         Remove references to CFLAGS. Use remote_file instead of
19237         calling rm -f.
19238         (c-torture): Take a list of arguments to use to compile this
19239         testcase.
19240
19241         lib/g++.exp: Simplify. Use target_compile instead of compile.
19242         lib/gcc-dg.exp: Ditto.
19243         lib/gcc.exp: Ditto.
19244         lib/mike-{gcc,g++}.exp: Ditto.
19245         lib/old-dejagnu.exp: Ditto.
19246         lib/plumhall.exp: Ditto.
19247
19248 1997-01-08  Jim Wilson  <wilson@cygnus.com>
19249
19250         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
19251         (ph_linker): Likewise.
19252
19253 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
19254
19255           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
19256         MAP_ANON / MAP_ANONYMOUS if defined;
19257         else try to map from /dev/zero .
19258
19259 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19260
19261         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
19262         isn't defined, then define it to MAP_ANONYMOUS.
19263
19264 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19265
19266         * gcc.c-torture: Update to c-torture-1.42 release.
19267
19268 1996-11-11  Jeffrey A Law  (law@cygnus.com)
19269
19270         * gcc.c-torture: Update to c-torture-1.41 release.
19271
19272 1996-10-27  Jeffrey A Law  (law@cygnus.com)
19273
19274         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
19275         c-torture release.
19276
19277 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
19278
19279         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
19280         and LDFLAGS.  Fix second case to append the target_info ldflags
19281         onto LDFLAGS, not CFLAGS.
19282         * lib/g++.exp (g++_init): Add target_info stuff.
19283         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
19284         of libgloss and newlib flags for !native.
19285
19286         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
19287         (GDB): Fix relative path to go up another dir for finding gdb.
19288
19289 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
19290
19291         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
19292         versions in the target_info array, if they don't exist.
19293
19294 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
19295
19296         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19297
19298 1996-07-08  Jim Wilson  <wilson@cygnus.com>
19299
19300         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19301         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19302
19303 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
19304
19305         * lib/old-dejagnu.exp: Don't remove the output file before we've
19306         actually tested it. Don't append pwd to the path of the executable
19307         we're testing.
19308
19309 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
19310
19311         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
19312
19313 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
19314
19315         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
19316         temporary directory for compiler files, and set it to a default
19317         value of /tmp. Set $output as the name of the output file from
19318         compiling the testcase. Add a -o option to $cflags_var so the
19319         compiler writes the final output file as $output. Set $executable
19320         to $output.
19321
19322         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
19323         directory for compiler files, and set it to /tmp if it doesn't
19324         already have a value. Set $output_file to the name of the output
19325         file from compiling the testcase. Add a -o option to CXXFLAGS so
19326         the compiler writes the final output file as $output. Use $output
19327         as the executable to be tested.
19328
19329 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19330
19331         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
19332
19333 1996-06-08  Jeffrey A Law  (law@cygnus.com)
19334
19335         * gcc.c-torture/execute/pending-1.c: New test.  Still
19336         pending in Tege's queue.
19337
19338 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
19339
19340         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
19341         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
19342         if there were failures.  Call unresolved if there were unresolved
19343         testcases.  Call gcc_fail if program did not run to completion.
19344         (ph_make): Pass additional argument name to ph_execute.
19345         (ph_execute): Add new argument.  Pass additional arguments to
19346         ph_summary.  Call gcc_fail is there is no execution output.
19347
19348 1996-04-24  Jeffrey A Law  (law@cygnus.com)
19349
19350         * lib/plumhall.exp (proc_summary): Output relavent summary
19351         lines into the log so specific failures in plumhall can be
19352         investigated.
19353
19354 1996-04-10  Jeffrey A Law  (law@cygnus.com)
19355
19356         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
19357         (c-torture-execute): Don't try to execute tests which use
19358         "long long" types if $NO_LONG_LONG is nonzero.
19359
19360 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
19361
19362         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
19363         not c-torture.
19364
19365         * gcc.ieee: Move from here.
19366         * gcc.c-torture/execute/ieee: To here.
19367
19368 1996-03-26  Jeffrey A Law  (law@cygnus.com)
19369
19370         * gcc.c-torture: Update to c-torture-1.41 release.
19371
19372 1996-03-22  Jeffrey A Law  (law@cygnus.com)
19373
19374         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
19375         not "$output".
19376
19377 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
19378
19379         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
19380         -c present.
19381
19382 1996-03-02  Jeffrey A Law  (law@cygnus.com)
19383
19384         * config/proelf.exp: Handle connecting to a simulator.
19385
19386 1996-01-31  Jeffrey A Law  (law@cygnus.com)
19387
19388         * config/proelf.exp: New file.  Enough framework that we can
19389         run c-torture tests on the proelf targets (or any other target
19390         that gdb can connect to for that matter).
19391
19392 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
19393
19394         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
19395         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
19396
19397         * lib/plumhall.exp (ph_execute): Always call ph_summary if
19398         exec_output exists.
19399
19400 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
19401
19402         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
19403         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
19404
19405         * config/*.exp: Update FSF address.  Change result of ${tool}_load
19406         to pass/fail/unresolved/unsupported/untested.  Caller must now
19407         call unresolved/unsupported/untested.
19408         * lib/*.exp: Update FSF address.  Update to handle new results of
19409         ${tool}_load.
19410         * lib/chill.exp (verbose): Delete.
19411
19412 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
19413
19414         * lib/gcc.exp (default_gcc_start): Change order of args to
19415         $LDFLAGS $CFLAGS $LIBS.
19416         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
19417         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
19418         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
19419         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19420         * gcc.misc-tests/dg-test.exp: Likewise.
19421         * gcc.misc-tests/msgs.exp: Likewise.
19422         * gcc.prms/prms.exp: Likewise.
19423         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
19424         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
19425
19426         * lib/dg.exp: Deleted, moved to dejagnu/lib.
19427
19428 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19429
19430         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
19431
19432         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
19433         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
19434
19435         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
19436         necessary.
19437
19438 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
19439
19440         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
19441         global for loop; add use of $mathlib.
19442         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
19443         settings here; set mathlib for anything but VxWorks.
19444
19445 1996-01-22  Jeffrey A Law  (law@cygnus.com)
19446
19447         * gcc.c-torture: Update to c-torture-1.40 release.
19448
19449 1996-01-03  Jeffrey A Law  (law@cygnus.com)
19450
19451         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
19452         dg.exp.
19453
19454 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
19455
19456         * lib/c-torture.exp (c-torture-execute): Declare "output" as
19457         global.
19458
19459 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
19460
19461         * lib/g++.exp (LIBS): Define if not already.
19462         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
19463         (gcc-dg-prune): Call prune_gcc_output.
19464         * lib/gcc.exp (prune_gcc_output): New proc.
19465         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
19466         prune_gcc_output.
19467
19468 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
19469
19470         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
19471         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
19472
19473 1995-11-15  Jeffrey A Law  (law@cygnus.com)
19474
19475         * gcc.c-torture: Update to c-torture-1.39 release.
19476
19477 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
19478
19479         * lib/c-torture.exp (c-torture-execute): Don't return if one option
19480         fails, try others as well.
19481
19482 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
19483
19484         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
19485         If compilation fails, mark execute tests as `untested'.
19486         If test is marked as unsupported, don't mark compilation and
19487         execute tests as failed.
19488
19489 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
19490
19491         * lib/g++.exp (g++_init): Don't link in libg++, and look to
19492         libstdc++ for whether or not we want to be doing shared
19493         libraries.  Delete link_curses since we don't need it anymore.
19494         * lib/mike-g++.exp (postbase): Don't link in libg++.
19495         * g++.old-deja/old-deja.exp: Likewise.
19496
19497 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
19498
19499         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
19500
19501 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
19502
19503         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
19504         For that, add `-Wl,-a,shared_archive'.
19505         * g++.old-deja/old-deja.exp: Likewise.
19506
19507 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
19508
19509         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
19510
19511 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
19512
19513         * lib/mike-g++.exp (postbase): Pay attention to the status of
19514         g++_load.
19515
19516 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
19517
19518           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
19519
19520 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
19521
19522         * lib/gcc.exp (default_gcc_start): No longer need to log program
19523         being executed or its output, execute_anywhere does that now.
19524         * lib/g++.exp (default_g++_version): Call execute_anywhere.
19525         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
19526
19527 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
19528
19529         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
19530         the same as those in lib/g++.exp.
19531
19532 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
19533
19534         * gcc.c-torture: Update to c-torture-1.38 release.
19535         * gcc.ieee: Related changes.
19536
19537 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
19538
19539         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
19540         "exec". Minor reformatting changes.
19541
19542         * config/rom68k.exp (${tool}_load): Make it work in a canadian
19543         cross. This means all "exec" calls now work on a remote host as
19544         well.
19545         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
19546         cross. Filter out the extra "\r\n" stuff that expect puts in.
19547         (c-torture-execute): Filter out the bogus warnings like
19548         c-torture-compile does. Add support for canadian cross.
19549         * lib/gcc.exp (default_gcc_version, default_gcc_start)
19550         Use execute_anywhere rather than calling exec directly. Now it
19551         works for canadian cross testing.
19552
19553 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
19554
19555         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
19556         results into a variable, and check that rather than using file exists.
19557
19558 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
19559
19560         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
19561         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
19562
19563 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
19564
19565         * g++.old-deja/old-deja.exp: Create and pass runshlib and
19566         lib_curses if there's a shared libg++ in the build tree.
19567
19568 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
19569
19570         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
19571         if not supported target.
19572
19573 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
19574
19575         * lib/g++.exp (g++_init): Move empty setting of runshlib and
19576         link_curses up to always happen, not just for native builds.
19577
19578 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
19579
19580         * gcc.c-torture: Update to c-torture-1.36 release.
19581         * gcc.failure: Related changes.
19582
19583 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
19584
19585         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
19586
19587 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
19588
19589         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
19590         * lib/mike-g++.exp (postbase): Not in here.  Still reference
19591         runshlib, link_curses, and mathlib for link and run.
19592
19593         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
19594         pass the runtime shared library options for Solaris, OSF/1, and
19595         Irix5, and link with -lcurses to avoid unresolved references.
19596
19597 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
19598
19599         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
19600         only run once.
19601
19602 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
19603
19604         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
19605
19606 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
19607
19608         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
19609         do not have a framework for the "compat" tests yet.
19610
19611 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
19612
19613         * lib/mike-g++.exp (postbase): New local variable `mathlib',
19614         set to null if we're testing vxworks5.1.  Use that instead of
19615         `-lm' in the setting of LIBS for link and run.
19616
19617 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
19618
19619         * config/rom68k.exp (${tool}_load): Major changes to make it
19620         work.  Verified that it does in fact return the stuff in
19621         exec_output properly.  Catch any Emul or any TRAP other than 0.
19622
19623 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
19624
19625         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
19626         LDFLAGS properly for targets that need stuff from libgloss.
19627         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
19628         only run once.
19629         (gpp_initialized): New variable.
19630
19631 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
19632
19633         * config/rom68k.exp: Load libgloss.exp.
19634         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
19635         so we can produce a fully linked binary.
19636         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
19637         so we can produce a fully linked binary.
19638
19639 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
19640
19641         * lib/plumhall.exp (ph_section): Watch for expected failures.
19642         Add missing `else'.
19643
19644         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
19645         run the testcase.
19646         (c-torture): Likewise.
19647
19648 1995-08-28  Doug Evans  <dje@cygnus.com>
19649
19650         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
19651
19652         * lib/mike-g++.exp (mike_cleanup): New proc.
19653         (prebase): New globals compiler_result, not_compiler_result,
19654         target_regexp.
19655         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
19656         allow leading "-" in pattern.  Watch for unsupported tests.
19657         If $compiler_result is set, pattern match assembler code,
19658         and ditto for $not_compiler_result.
19659         * lib/mike-gcc.exp: Likewise.
19660
19661         * lib/plumhall.exp (ph_execute): Only call ph_summary if
19662         execution "succeeded".
19663
19664 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
19665
19666         * config/win32.exp: New file.
19667         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
19668
19669 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
19670
19671         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
19672         unsupported.
19673         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
19674         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
19675         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
19676
19677         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
19678         "... without exceptions was ...".  That is now handled by
19679         prune_system_crud.
19680         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19681
19682 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
19683
19684         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
19685         sieve.c,sort2.c}: New files.
19686         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
19687         sieve.exp,sort2.exp}: Drivers for them.
19688
19689         * lib/mike-gcc.exp (program_output): New user settable variable.
19690         (postbase): Call prune_system_crud.  Also prune extraneous compiler
19691         messages.
19692         * lib/mike-g++.exp (program_output): New user settable variable.
19693
19694         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
19695
19696         * config/sh.exp: Deleted (use sim.exp instead).
19697
19698 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
19699
19700         * config/vx.exp: Declare CHECKTASK as global.
19701         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
19702         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
19703         * lib/old-dejagnu.exp: Load [pwd]/$executable.
19704
19705 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
19706
19707         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
19708         target. Like vx.exp, only includes `vx29k.exp' instead of
19709         `vxworks.exp'.
19710
19711 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
19712
19713         * config/sim.exp: Increase time limit from 120 seconds to 240.
19714
19715 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
19716
19717         * gcc.c-torture/execute/950628-1.c: New test.
19718
19719 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
19720
19721         * gcc.c-torture: Update with changes/additions from
19722         c-torture-1.34.
19723
19724 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
19725
19726         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
19727
19728 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
19729
19730         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
19731
19732 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
19733
19734         * gcc.c-torture/compile/950512-1.c: New test.
19735         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
19736         * gcc.dg/struct-ret-1.c: Likewise.
19737
19738 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
19739
19740         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
19741           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
19742
19743 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
19744
19745         * gcc.c-torture/special/920411-1.c: Deleted.
19746         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
19747
19748 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
19749
19750         * config/sim.exp (${tool}_load): Hack in call to bash to get a
19751         cpu limit.
19752
19753 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
19754
19755         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
19756
19757 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
19758
19759         From kenner;
19760         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
19761         is the proper length.
19762         * va-arg-3.c: Likewise.
19763
19764 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
19765
19766         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
19767         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
19768
19769         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
19770         * lib/g++.exp (default_g++_start): Delete old cruft.
19771
19772 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
19773
19774         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
19775         (2 * (1 << 18)) to (2 * (1 << 17)).
19776
19777         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
19778
19779 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
19780
19781         * config/rom68k.exp: Renamed from config/idp.exp
19782
19783 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
19784
19785         * c-torture/compile/921109-2.c
19786
19787 1995-04-18  Mike Stump  <mrs@cygnus.com>
19788
19789         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
19790         excess errors.
19791
19792 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
19793
19794         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
19795         output.
19796         * lib/g++.exp (default_g++_start): Likewise.
19797
19798 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
19799
19800         * gcc.c-torture/compile/950329-1.c: New test.
19801
19802 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
19803
19804           * config/bug.exp (${tool}_load): Updated to use new remote_open
19805           and remote_close procs.
19806         * config/idp.exp: New file.
19807
19808 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
19809
19810         * gcc.c-torture/execute/950322-1.c: New test.
19811
19812 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
19813
19814         * config/vx.exp (${tool}_load): Clean up testing of return code from
19815         vxworks_ld and vxworks_spawn.
19816
19817 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
19818
19819         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
19820
19821 1995-03-13  Mike Stump  <mrs@cygnus.com>
19822
19823         * lib/old-deja.exp: Add `excess errors test - ' error, now one
19824         can mark excess errors on a machine by machine basis.  Note, the
19825         default is to not expect any excess errors, even when excess
19826         errors test - is given, so you will want to put an XFAIL ... on
19827         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
19828         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
19829         those 4 machines, but no others.
19830
19831 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
19832
19833         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
19834         * lib/c-torture.exp: to here.
19835
19836 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
19837
19838         * gcc.c-torture/execute/950221-1.c: New test.
19839         * gcc.c-torture/execute/struct-ret-1.c: New test.
19840         * gcc.c-torture/compile/950221-1.c: New test.
19841
19842         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
19843
19844 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
19845
19846         * gcc.c-torture/execute/arith-1.c (main): Return 0.
19847         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
19848
19849 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
19850
19851         * g++.gb: New directory of tests, derived from my signature and
19852         class scoping tests.
19853
19854         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
19855         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
19856         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
19857         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
19858         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
19859         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
19860         * g++.gb/sig25.C: Likewise.
19861
19862         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
19863         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
19864         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
19865         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
19866         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
19867         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
19868         * g++.gb/sig25.exp: Likewise.
19869
19870         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
19871         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
19872         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
19873         * g++.gb/scope13.C: Likewise, this test still fails.
19874
19875         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
19876         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
19877         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
19878         * g++.gb/scope13.exp: Ditto.
19879
19880         * g++.gb/README: New file, explains what these tests are about.
19881
19882 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
19883
19884         * lib/dg.exp (dg-do): Support `preprocess'.
19885         (dg-test): Likewise.
19886
19887 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
19888
19889         * config/udi.exp: change "continue -expect" to "exp_continue".
19890
19891 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
19892
19893         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
19894         Delete redundant tests.
19895
19896         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
19897         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
19898         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
19899         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
19900         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
19901         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
19902         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
19903         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
19904
19905         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
19906         storing label pointers.
19907         * gcc.c-torture/execute/921019-1.c: Likewise.
19908         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
19909         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
19910         parameter fp.
19911         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
19912         constants.
19913
19914         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
19915         Delete obsolete tests.
19916
19917         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
19918         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
19919         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
19920         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
19921         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
19922         * gcc.c-torture/compile/950124-1.c: New test.
19923
19924         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
19925
19926 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
19927
19928         * lib/mike-g++.exp: Add -lm to LIBS.
19929
19930 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
19931
19932         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
19933
19934 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
19935
19936         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
19937
19938 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
19939
19940         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
19941
19942 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
19943
19944         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
19945         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
19946         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
19947         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
19948         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
19949         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
19950         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
19951         * g++.law/{operators31.C, operators32.C,
19952         * g++.law/{operators33.C, operators34.C}: Likewise.
19953         * g++.law/{pic1.C, refs2.C}: Likewise.
19954         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
19955         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
19956         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
19957         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19958
19959         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
19960         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
19961         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
19962         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
19963         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
19964         * g++.law/{enum9.exp, friend5.exp}: Likewise.
19965         * g++.law/{nest3.exp, nest4.exp}: Likewise.
19966         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
19967         * g++.law/{operators30.exp, operators31.exp}: Likewise.
19968         * g++.law/{operators32.exp, operators33.exp}: Likewise.
19969         * g++.law/{operators34.exp}: Likewise.
19970         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
19971         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
19972         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
19973         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
19974         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19975
19976         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
19977         No longer expected to fail.
19978         * g++.law/missed-error3.C: Tweak for recent bool changes.
19979
19980 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
19981
19982         * config/emb-unix: Deleted.
19983         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
19984         remote execution.  Do final link on remote host if REMOTE_LINK is set.
19985
19986 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
19987
19988         * lib/dg.exp (dg-test): Fix typo in last patch.
19989
19990 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
19991
19992         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
19993         (handles multiple occurrences).
19994
19995 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
19996
19997         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
19998         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
19999         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
20000         printed).
20001         * lib/c-torture.exp (c-torture-compile): Likewise.
20002         (c-torture): Prepend full path if missing.
20003         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
20004         (gcc_fail): Likewise.
20005         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
20006
20007 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
20008
20009         * lib/netware.exp: Only attach to NetWare i386 systems.
20010
20011 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
20012
20013         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
20014         messages.  Add test name to "output pattern match" pass/fail message.
20015
20016 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
20017
20018         * gcc.dg: New testsuite.
20019         * gcc.dg/dg.exp: New file.
20020
20021         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
20022         test-switch.c}: Deleted.
20023
20024         * gcc.misc-tests/msgs.exp: New testcase driver.
20025
20026 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
20027
20028         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
20029         Watch for illegal return values from ${tool}_load.
20030         * config/unix.exp (${tool}_load): Fix pass/fail detection for
20031         cross targets.  Coerce return value >0 to 1.
20032
20033 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
20034
20035         * config/unix.exp (${tool}_load): Call program rsh, not proc.
20036
20037         * config/emb-unix.exp: New file.
20038
20039         * config/sim.exp: Error if variable $SIM not defined.
20040         (${tool}_load): Mark test as "untested" if simulator missing.
20041
20042         * config/unix.exp: Load remote.exp to get rcp_download.
20043         * lib/c-torture.exp: Use different option lists for testcases with
20044         and without loops.
20045         * gcc.c-torture/execute/execute.exp: Likewise.
20046
20047 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
20048
20049         * config/*.exp: Clarify return code from ${tool}_load.
20050         Call `unresolved' or `untested' instead of `warning' or `perror'
20051         (sometimes you still want to call both though).
20052         Add comment that `shell_id' is local to each file.
20053         * config/udi.exp (timeout): Set to 30.
20054         Don't print warning if connection fails, $connectmode has already
20055         printed an error.
20056         (${tool}_load): Move verbose messages to level 2.
20057         Rework pattern for "Process started" message.
20058         Pass `shell_id' to ${connectmode}_download.
20059         Retry twice upon timeout.  Make resetting of target more robust.
20060         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
20061         Pass `shell_id' to exit_$connectmode.
20062         Only call exit_$connectmode if connected.
20063         * config/unix.exp (${tool}_load): Check return codes better.
20064         * config/vrtx.exp (${tool}_load): Likewise.
20065         * config/vx.exp (${tool}_load): Likewise.
20066         Delete unneeded global's.
20067         * lib/dg.exp (dg-test): Update to reflect clarified return codes
20068         from ${tool}_load.
20069         (dg-stat): Delete.
20070         (dg-init): Delete recording of pass/fail counts.
20071         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20072         (old-dejagnu-init): Likewise.
20073         (old-dejagnu-stat): Delete contents, empty proc now.
20074         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
20075         (c-torture): Delete references to lcnt, lpass, lfail.
20076         Get option list from TORTURE_OPTIONS.
20077         Delete -funroll[-all]-loops if no loops.
20078         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
20079         (g++_stat): Delete contents (empty proc now).
20080         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
20081         (gcc_finish): Likewise.
20082         (gcc_stat): Deleted.
20083         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
20084         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
20085         * gcc.c-torture/execute/execute.exp: Likewise.
20086         Split tests into two parts: compile, execute.
20087         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
20088         no loops.  Update to reflect clarified return codes from ${tool}_load.
20089
20090 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
20091
20092         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
20093         to grep for.
20094         (old-dejagnu): Likewise (where necessary).
20095
20096 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
20097
20098         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
20099
20100         * lib/dg.exp (dg-process-target): Fix processing of selector.
20101         Add comment regarding use of `error'.
20102
20103         * lib/gcc.exp (prune_system_crud): Define if missing.
20104         * lib/g++.exp (prune_system_crud): Likewise.
20105
20106         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
20107         Call prune_system_crud.
20108         * lib/dg.exp (dg-runtest): New proc.
20109         Use perror instead of send_user for tcl errors in testcase.
20110         Don't return any value, it's never used.
20111         Don't clobber previous definition of `unknown'.
20112         Print tcl errors in `dg-final'.
20113
20114 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
20115
20116         * lib/dg.exp (dg-process-target): Improve syntax error messages.
20117         (dg-test): Don't print errorInfo, it contains stack backtrace.
20118
20119 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
20120
20121         * lib/g++.exp (runtest_file_p): Define if missing.
20122
20123 1994-09-24  Doug Evans  (dje@cygnus.com)
20124
20125         * lib/mike-g++.exp: Comment out loading of g++.exp.
20126         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
20127         (default_g++_version): Always print something.
20128         (default_g++_start): Comment out call to `which'.
20129         (g++_start, g++_load): Deleted (must be defined in config file).
20130         * lib/gcc.exp: Test for existence of $CC at start.
20131         Delete check for tmpdir (done in gcc_init).
20132         (default_gcc_version): Always print something.
20133         (default_gcc_start): Comment out call to `which'.
20134         * config/*.exp: Major cleanup - make cross targets work at least a
20135         little better for g++ (by not being "--tool gcc" specific).
20136         Rename gcc_xxx to ${tool}_xxx.
20137         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
20138         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
20139
20140 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
20141
20142         * lib/c-torture.exp (c-torture-compile): Rework compiler
20143         message processing.
20144
20145         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
20146         c-torture.
20147
20148 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
20149
20150         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
20151
20152         * lib/dg.exp (dg-process-target): Support { target native }.
20153
20154 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
20155
20156         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
20157         looked for "... program xxx got fatal signal".
20158         Correct regsub munging of `comp_output'.
20159         Ignore compiler messages "path prefix not used" and "linker input
20160         file unused".
20161
20162 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
20163
20164         * lib/gcc.exp (runtest_file_p): Define if missing.
20165         * gcc.prms/template.c: Example to work from.
20166
20167 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
20168
20169         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
20170         * lib/dg.exp (dg-test): Call unsupported testcases as such.
20171
20172         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
20173         * gcc.prms/1883.c: Moved from compile/940714-1.c.
20174         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
20175         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
20176
20177         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
20178         (dg-process-target): No longer a varargs proc.
20179         Return S/N for target, P/F for xfail.  All callers changed.
20180         (user option procs): More argument checking.
20181         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
20182         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
20183         (dg-test): Skip test if not running on selected target in `dg-do'.
20184         Update handling of `dg-do-what', `dg-output-text'.
20185         Separate execution pass/fail from output pattern match pass/fail.
20186         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
20187
20188 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
20189
20190         * gcc.c-torture/special/special.exp: Don't expect failure for mips
20191         target for 920510-1.c.
20192
20193 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
20194
20195         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
20196         Clean up comment regarding use of passcnt, etc.
20197         (gcc_stat): Don't update `testcnt' here.
20198         (gcc_finish): Do it here.
20199         Might as well reset `but_id' here too.
20200         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
20201         to determine if the file should be tested.
20202         * gcc.c-torture/compile/compile.exp: Likewise.
20203         * gcc.c-torture/execute/execute.exp: Likewise.
20204         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20205         * gcc.misc-tests/dg-test.exp: Likewise.
20206         * gcc.prms/prms.exp: Likewise.
20207         * gcc.wendy/wendy.exp: Likewise.
20208         * g++.old-deja.exp: Likewise.
20209         Move "Testing file" message to verbose level 1.
20210
20211 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
20212
20213         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
20214
20215 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
20216
20217         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
20218         (default_gcc_start): Accept optional second list element
20219         of compiler flags.  Print compiler output at verbosity level 2.
20220         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
20221         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
20222         Save current values of framework globals passcnt, failcnt, xpasscnt,
20223         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
20224         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
20225         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
20226         xfailcnt to compute stats.  Update framework global `testcnt' from
20227         pass/fail counts.
20228         (gcc_finish): New proc.  Clean up test environment.
20229         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
20230         (gcc_epass, gcc_efail): Delete.
20231         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
20232         argument of line number.
20233         (dg-init): If the tool has an init routine, call it.
20234         (dg-test): Remove args `cflags_var' and `libs_var'.
20235         Pass all compiler options to ${tool}_start.
20236         Handle missing line number.
20237         (dg-finish): New function.
20238         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
20239         particular files.  Call gcc_finish at end.  Move "skipping test"
20240         message to verbosity level 3.
20241         * gcc.c-torture/compile/compile.exp: Likewise.
20242         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20243         * gcc.c-torture/execute/execute.exp: Likewise.
20244         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20245         Print testcase being tried at verbosity level 1.
20246         * gcc.c-torture/special/special.exp: Unset xfail.
20247         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20248         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
20249         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
20250         * gcc.failure/failure.exp: Likewise.
20251         * gcc.ieee/ieee.exp: Likewise.
20252         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
20253         Update call to dg-test.  Call dg-finish at end.
20254         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
20255         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20256         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
20257         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
20258         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
20259         * gcc.wendy/wendy.exp: Add copyright.
20260         Delete setting of tmpdir (done by gcc_init).
20261         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
20262         Pass compiler flags to gcc_start.  Call gcc_finish at end.
20263         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
20264         gcc_[ce]pass/fail.
20265
20266 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
20267
20268         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
20269         confusion.
20270         (g++_load): Likewise.
20271
20272         * config/*.exp (gcc_load): Some were varargs fns and some were not.
20273         Rename argument to `prog' to remove the confusion.
20274         Varargs fns behave differently too!
20275         (g++_load): Likewise.
20276
20277         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
20278
20279         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
20280         what it is.  Delete (always) printing of status value for !native.
20281         Simplify verbose code, and include status and exec_output.
20282         (g++_load): Use gcc_load.
20283
20284 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
20285
20286         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
20287         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
20288         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
20289         940714-3.c as these testcases don't exist anymore.  Make
20290         va-arg-1.c expected to pass.
20291
20292 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
20293
20294         * gcc.misc-tests/misc.exp: Only run specific testcases.
20295         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
20296         * gcc.misc-tests/dg-[1-9].c: New files.
20297
20298         * lib/dg.exp: New testsuite driver.
20299         * gcc.prms/prms.exp: Use it.
20300
20301         * README.gcc: New file.
20302
20303         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20304         Document and reset `lxpass' and `lxfail'.
20305         Simplify "initialized" message.
20306         (gcc_stat): Clean up comments a little.
20307
20308 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
20309
20310         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
20311
20312 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
20313
20314         * lib/old-dejagnu.exp (process-option): New proc.
20315         (old-dejagnu-init, old-dejagnu-stat): Likewise.
20316         (old-dejagnu): Simplify.
20317         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
20318
20319 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
20320
20321         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
20322         exists and is not an empty string.
20323
20324         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
20325         $xfail rather than calling setup_xfail.  Clear $xfail when test is
20326         finished.
20327         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
20328         automatically.
20329
20330         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
20331         longer expected to fail.
20332
20333         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
20334         "f" function call.
20335
20336         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
20337
20338         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
20339         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
20340         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
20341         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
20342         c-torture-1.29.
20343
20344         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
20345         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
20346
20347         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
20348
20349         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
20350         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
20351
20352         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
20353         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
20354         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
20355
20356 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
20357
20358         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
20359         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
20360         940714-1.c, 940714-2.c, 940714-3.c},
20361         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
20362         gcc.misc-tests/{mg.c,mg.exp}:
20363         New tests.
20364         * gcc.noncompile/noncompile.exp: Change accordingly.
20365
20366 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
20367
20368         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
20369         Undo previous clobberage.
20370
20371 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
20372
20373         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
20374         * gcc.special/{930510-1.c, special.exp}:
20375         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
20376         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
20377         struct-varargs-1.c}: New tests from c-torture-1.26.
20378
20379 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
20380
20381         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
20382           argument to switch.
20383
20384 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
20385
20386         * Revert the previous changes.  Please see Rob's directory
20387           (/lisa/test/rob/progressive/gcc/testsuite) for testing
20388           fixes.
20389
20390 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
20391
20392         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
20393             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
20394             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
20395             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
20396             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
20397             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
20398             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
20399             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
20400             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
20401             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
20402             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
20403             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
20404             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
20405             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
20406             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
20407             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
20408             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
20409             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
20410             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
20411             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
20412             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
20413             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
20414             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
20415             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
20416             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
20417             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20418             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
20419
20420 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
20421
20422         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
20423             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
20424           with perror calls.
20425
20426 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
20427
20428         * config/unix.exp (g++_load): Fix syntax.
20429
20430 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
20431
20432         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
20433         * gcc.noncompile/921017-1.c: Deleted obsolete test.
20434         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
20435         Don't expect va-arg-1.c to fail.  Correct expected output for
20436         920928-1.c.
20437         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
20438         * gcc.wendy/hbm4.c: Correct typo.
20439         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
20440
20441 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
20442
20443         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
20444         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
20445         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
20446         * lib/c-torture.exp (c-torture-compile): Ditto.
20447
20448         Reduce volume of output (remove all the -I's and such).
20449         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
20450         Call gcc_cpass, gcc_cfail.
20451         (c-torture): Pass testing option to c-torture-compile.
20452
20453 1994-03-21  Doug Evans  (dje@cygnus.com)
20454
20455         Bring patches over from progressive.
20456         * config/default.exp: Exit remote shell cleanly.
20457         (g++_exit, g++_start): Add default versions.
20458         * config/sim.exp (gcc_load): Use perror, not error.
20459
20460 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
20461
20462         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
20463         set in site.exp.
20464
20465 1994-03-14  Doug Evans  (dje@cygnus.com)
20466
20467         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
20468         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
20469         (wendy_try): New proc to run testcase.
20470         (main loop): Call 'em.
20471         * gcc.wendy/*.c: Clean up pass to correct expected output.
20472
20473         * lib/gcc.exp: Minor cleanup work.
20474         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
20475
20476 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
20477
20478         * config/sim.exp (gcc_load): Document return codes better.
20479         Don't pass -v to simulator.
20480
20481 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
20482
20483           * gcc.special/920717-x.c: Fix typo.
20484           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
20485           get at sources.
20486
20487         * lib/mike-gcc.exp: Fix typo.
20488
20489 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
20490
20491         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
20492         binary to use, transform the name.
20493         * config/*.exp: rename everything. Nuke any g++ specific files,
20494         it's now a special case of gcc that requires no special support.
20495         Add a default.exp for unsupported targets.
20496
20497 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
20498
20499         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
20500         lib/old-dejagnu.exp: Fix a few patterns to work with the new
20501         version of Tcl.
20502
20503 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
20504
20505         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
20506         than a warning.
20507
20508 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
20509
20510         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
20511
20512 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
20513
20514         * gcc.execute/execute.exp: Combine opt_list and foption_list into
20515         option_list.  Compile every file with only 4/6 option choices
20516         (same as C torture) instead of with 12/18 different option
20517         choices.
20518         * lib/c-torture.exp: Likewise.
20519
20520         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
20521         not already set.
20522
20523 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
20524
20525         * lib/old-deja.exp: Add `excess errors test fails' error, now one
20526         can put an XFAIL *-*-* on excess errors.
20527
20528 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
20529
20530         * g++.law: Add more tests derived from g++-bugs snapshots.
20531
20532         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
20533         equivalent to g++.law/init9.
20534
20535         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
20536         compiled it, and the a.out file after we've run it.
20537
20538 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
20539
20540         * lib/mike-g++.exp (postbase): Delete the .o file after we've
20541         compiled it, and the a.out file after we've run it.
20542
20543 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
20544
20545         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
20546
20547 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
20548
20549         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
20550         version number.
20551
20552 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
20553
20554         * g++.law: New directory of g++ tests derived from the g++-bugs
20555         snapshots.
20556
20557 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
20558
20559         * gcc.compile: initbug1.c initbug1.exp testcase added
20560
20561 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
20562
20563         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
20564         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
20565           fixes submitted by Jeff Law (law@cs.utah.edu)
20566         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
20567           Jeff Law (law@cs.utah.edu)
20568
20569
20570 1993-11-30  Mike Stump  (mrs@cygnus.com)
20571
20572         * config/unix-g++.exp: Follow the gcc way of doing things.
20573         * g++.old-deja/old-deja.exp: Minor updates.
20574         * lib/g++.exp: New file, follow the gcc way of doing things.
20575         * lib/old-dejagnu.exp: Minor updates.
20576         * lib/mike-g++.exp: Always unset errorInfo.
20577
20578 1993-11-06  Mike Stump  (mrs@cygnus.com)
20579
20580         * lib/gcc.exp: Fix some errors with the below change, CC and
20581         CFLAGS should be global when setting, not local.
20582
20583 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
20584
20585         * lib/gcc.exp: Transform tool name.
20586
20587 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20588
20589         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
20590
20591 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20592
20593         * lib/gcc.exp: change gcc_done to gcc_stat
20594
20595 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20596
20597         * Upgraded gcc testsuite to c-torture version 1.25
20598
20599 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
20600
20601         * lib/gcc.exp: added reporting code. Changed verbose compile message.
20602         * lib/c-torture: added hooks for new reporting code.
20603
20604 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
20605
20606         * config/sh-gcc.exp: check if sh-sim exists in the path
20607
20608 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
20609
20610         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
20611         * gcc.compile/compile.exp: Initial changes for new logic.
20612         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
20613         * gcc.failure/failure.exp: Initial changes for new logic.
20614         * gcc.ieee/ieee.exp: Initial changes for new logic.
20615         * gcc.misc-tests/misc.exp: Initial changes for new logic.
20616         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
20617         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
20618         * lib/c-torture.exp: Initial changes for new logic.
20619         * lib/gcc.exp: Initial changes for new logic.
20620
20621 1993-10-15  Mike Stump  (mrs@cygnus.com)
20622
20623         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
20624         depend upon failure or success.  Fully qualify names in failure
20625         and success messages.  Always remove a.out before starting
20626         compile, just in case.  Pay more attention to error text output by
20627         the compiler.  Handle testcases with no known past errors just
20628         like all others, so that things are uniform.  Other miscellaneous
20629         improvements.
20630
20631 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
20632
20633         * gcc.cpp: new directory for cpp tests
20634
20635 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
20636
20637         * lib/chill.exp: Code reformatted, removed unused code.
20638         * config/unix-chill.exp: Code reformatted, removed unused code.
20639         * chill.execute/execute.exp: Code reformatted, removed unused code.
20640         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
20641
20642 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
20643
20644         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
20645         routines not written.
20646
20647 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
20648
20649         * config/bug-gcc.exp: Use new procs from bug.exp.
20650
20651 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
20652
20653         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
20654         via ftp, rather than depending on NFS.
20655         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
20656         case.
20657
20658 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
20659
20660         * config/bug-gcc.exp: Use new download proc.
20661
20662 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
20663
20664         * chill.execute/execute.exp: cleanups, handles errors better
20665         * chill.compile/compile.exp: rewrite, based on execute.exp
20666         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
20667         * lib/chill.exp: major changes to diff proc and compile and link
20668           procs. added chill_fail and chill_pass wrappers to pass and
20669           fail. added more comments, and handle error codes better.
20670           Added a hack to capture stderr from exec, so noncompile tests
20671           can work.
20672
20673 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
20674
20675         * chill.execute/execute.exp: rewrite of testsuite driver
20676         * lib/chill.exp: rewrite of testsuite driver
20677         * config/unix-chill.exp: rewrite of testsuite driver
20678
20679 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
20680
20681     In chill.execute:
20682         * iexpr.ch: Standardize uppercase.
20683         * tuples.dat: Standardize uppercase.
20684         * vary.ch: standardize.  Correct varying string assignments.
20685         * vary.dat: Add new output lines.
20686
20687 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
20688
20689     In chill.execute:
20690         * chprintf.ch: Standardize use of uppercase.
20691         * tuples.ch: Standardize and turn arr2 into a DCL,
20692           rather than a SYN.
20693         * pinits.ch: Standardize.
20694
20695 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
20696
20697         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
20698         * Makefil: Renamed to Makefile.in.
20699         * configure.in: New.
20700
20701 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
20702
20703     In chill.execute:
20704         * .cvsignore: Add result/output files.
20705         * Makefile: Fix up variables at start.  Use MFLAGS
20706           everywhere.  Correct bool_loc, built_ins entries.
20707           Add entry for vary1.ch.
20708         * bitarray.ch: Standardize upper-case usage.
20709         * bitexpr.ch: Standardize, add output of b1.
20710         * params.ch: Use arrayt in along PROC parameters, to
20711           avoid novelty problems.
20712         * sets.ch: Tiny cleanup.
20713         * vary1.ch: Re-indent.
20714
20715 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
20716
20717           * Add PR-related files to Makefiles, .cvsignore files, etc.
20718
20719 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
20720
20721         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
20722           with compiler objects. New names are test-flow.c and test-loop.c
20723
20724 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
20725
20726         * Upgraded c-torture tests from 1.19 to 1.20
20727
20728         * new files:
20729         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
20730         * gcc.compile: 930623-1.c 930623-2.c
20731         * gcc.noncompile: 930622-1.c 930622-2.c
20732         * gcc.failure: 920411-1.c 920627-2.c
20733         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
20734
20735 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
20736
20737         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20738           More changes to get testsuite working properly. Needs more work.
20739           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
20740
20741 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
20742
20743         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20744           More changes to get testsuite working properly. Needs more work.
20745
20746 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
20747
20748         * chill.compile/compile.exp: Added for Dejagnu support
20749         * chill.execute/execute.exp: Added for Dejagnu support
20750         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
20751
20752 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
20753
20754     This should complete moving the CHILL test files.
20755         * chill.noncompile(.cvsignore printf.grt
20756             in-printf.grt chprintf.grt chprintf.ch):
20757             Added test-support files.
20758           (Makefile): Modified further.
20759         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
20760             signal.ch): Added test files.
20761           * chill.execute (.cvsignore printf.grt printr.c
20762             in-printf.grt rts.c chprintf.grt rts.h): Added
20763           test-support files.
20764             (Makefile): More corrections.
20765
20766 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
20767
20768         * chill.compile, chill.execute, chill.nocompile: Add CHILL
20769           test cases, ready for DejaGnu.
20770
20771 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
20772
20773         * Upgraded c-torture tests from 1.18 to 1.19
20774
20775         * gcc.compile: added test(s):
20776           930607-1.c
20777         * gcc.execute: added test(s):
20778           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
20779
20780         * added new subdirectory for misc tests: gcc.misc-tests
20781         * gcc.misc-test(s): added tests:
20782           inst-check.c test-consts.c test-ior.c test-switch.c
20783
20784 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
20785
20786         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
20787
20788 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
20789
20790         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
20791
20792 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
20793
20794         * Upgraded c-torture tests from 1.17 to 1.18
20795
20796 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
20797
20798         * Upgraded c-torture tests from 1.12 to 1.17
20799
20800 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
20801
20802         * lib/old-dejagnu.exp:
20803           Fixed handling of XFAIL target triplets to correctly
20804           recognize wildcard characters.  Removed code that
20805           appended a unique id tag to the end of the file name
20806           printed out by the result of the testcases within a
20807           given test file.
20808
20809 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
20810
20811         * lib/old-dejagnu.exp:
20812           Reworked expected failure handling to trigger off of XFAIL
20813           keyword in keyphrase embeded in testcase source code. The
20814           XFAIL keyword must be at the end of the keyphrase line. It
20815           may optionally be followed by one or more target triplets.
20816           It has just occured that the handling of wildcards in the
20817           target triplet may not be correct.
20818
20819 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
20820
20821         * g++.old-deja/tests:
20822           Moved all subdirectories up one level into g++.old-deja .
20823
20824         * lib/old-dejagnu.exp:
20825           Fixed problem with CXXFLAGS not being properly reset, and being
20826           corrupted with extraneous "-c" compiler option.  This was
20827           causing binaries to not be generated for test that needed them.
20828           Modified strings passed to "pass" and "fail" so that individual
20829           tests from the same test file would be distinguished by an
20830           identifier appended to the test file name in the summary logs;
20831           this corrected a problem with erroneous diff logs.  Added code
20832           to search testcases for expected fail and unexpected pass keywords.
20833
20834 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
20835
20836         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
20837
20838 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
20839
20840         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
20841           Removed extraneous text from end of "Special g++ Options"
20842           keyphrase.
20843
20844         * lib/old-dejagnu.exp: Added pattern matching to look for new
20845           keywords, embedded in testcases comments, which will trigger
20846           calls to xpass and xfail.
20847
20848 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
20849
20850         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
20851           comments embedded in the testcases, especially the one looking for
20852           special compiler options, as well as the pattern matching for the
20853           compiler output again.
20854
20855 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
20856
20857         * lib/old-dejagnu.exp: Do a proper check of the return value for
20858           execute tests. Fixed several problems with the pattern matching
20859           of the compiler output which gave erroneous test results.
20860           Changed several of the test result messages to be more descriptive.
20861         * config/unix-g++.exp: Proc g++_load now actually works and
20862           executes the tests passed to it and returns a usable return
20863           value.
20864
20865 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
20866
20867           * lib/gcc.exp: Exits gracefully if $CC is bogus.
20868
20869 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
20870
20871         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
20872           Modified both files to properly execute the old style
20873           dejagnu tests. The previous versions of these files were
20874           experimental and did not function anything near correctly.
20875
20876 1993-04-05  Rob Savoye  (rob@cygnus.com)
20877
20878         * Removed all Makefile.in and configure.in files. No configuration
20879         needed now.
20880
20881 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
20882
20883         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
20884
20885 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20886
20887         * gcc.compile/configure.in, gcc.unsorted/configure.in,
20888         gcc.special/configure.in, gcc.noncompile/configure.in,
20889         gcc.execute/configure.in, gcc.code_quality/configure.in,
20890         g++.other/configure.in, g++.old-deja/configure.in,
20891         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
20892         in srcname setting.
20893
20894 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
20895
20896         * lib/udi.exp:  Fixed mondfe and mondfe_download.
20897         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
20898         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
20899
20900 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
20901
20902         * config/udi-gdb.exp: Check $shell_id after connecting to target.
20903         (gdb_exit): Don't remove *_soc files.
20904
20905 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
20906
20907         * lib/c-torture.exp: Don't look for main; instead always use -w
20908         -c.  This is how the c-torture tests work.  Remove the object
20909         file if the compilation succeeds.
20910         * gcc.execute/execute.exp: Remove executable if test passes.
20911         * gcc.noncompile/noncompile.exp: Every test is an expected
20912         failure.
20913         * gcc.special/special.exp: Added tests from c-torture 1.11,
20914         corrected use of existing test.
20915         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
20916         gcc.execute/920625-1.c: Updated to c-torture 1.11.
20917         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
20918         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
20919         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
20920         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
20921         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
20922         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
20923         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
20924         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
20925         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
20926         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
20927         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
20928         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
20929         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
20930         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
20931         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
20932         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
20933         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
20934         c-torture 1.11.
20935         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
20936         correspond to c-torture 1.11.
20937
20938         * New file.
20939
20940