OSDN Git Service

Testcase for PR 169.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-02-23  James E Wilson  <wilson@specifixinc.com>
2
3         * gcc.c-torture/execute/20040223-1.c: New.
4
5 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
6             Kazu Hirata  <kazu@cs.umass.edu>
7
8         * gcc.dg/fwritable-strings-1.c: Remove.
9
10 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
11
12         PR c/14156
13         * gcc.dg/20040223-1.c: New test.
14
15 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16
17         PR c++/14106
18         * g++.dg/ext/typeof9.C: New test.
19
20 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
21
22         PR c++/14250
23         * g++.dg/other/switch1.C: New test.
24
25 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
26
27         * gcc.dg/cast-function-1.c: Adjust for new informative message.
28         * gcc.dg/va-arg-1.c: Likewise.
29
30 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
31
32         PR c++/14143
33         * g++.dg/template/koenig5.C: New test.
34
35 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
36
37         * g++.dg/ext/altivec-1.C: Generalize target triple.
38         * g++.dg/ext/altivec-2.C: New test case.
39         * g++.dg/ext/altivec_check.h: New file.
40         * gcc.dg/altivec-1.c: Generalize target triple;
41         include altivec_check.h and call altivec_check().
42         * gcc.dg/altivec-[2-5].c: Generalize target triple.
43         * gcc.dg/altivec-6.c: New test case.
44         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
45         type casts as needed.
46         * gcc.dg/altivec-10.c: Include altivec_check.h and call 
47         altivec_check().
48         * gcc.dg/altivec-12.c: New test case.
49         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
50         include altivec_check.h and call altivec_check().
51         * gcc.dg/altivec_check.h: New file.
52
53 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
54
55         * lib/target-supports.exp (check_alias_available): Don't mangle
56         function `g' in test program.
57
58 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
59
60         * lib/target-supports.exp (check_profiling_available): Check
61         argument to determine whether we support a profiling type.
62         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
63         check_profiling_available.
64         * g++.dg/bprob/bprob.exp: Likewise
65         * g77.dg/bprob/bprob.exp: Likewise.
66         * gcc.misc-tests/bprob.exp: Likewise.
67         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
68         dg-require-profiling and delete expected error handling.
69         * gcc.dg/20021014-1.c: Likewise.
70         * gcc.dg/nest.c: Likewise.
71
72 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
73
74         PR c++/12007
75         * g++.dg/other/vthunk1.C: New test.
76
77 2004-02-20  Falk Hueffner  <falk@debian.org>
78
79         PR target/14201
80         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
81
82 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
83
84         PR c++/13927
85         * g++.dg/other/error8.C: Remove XFAIL markers.
86
87         PR c++/14173
88         * g++.dg/ext/packed5.C: New test.
89
90         PR c++/14199
91         * g++.dg/warn/Wunused-5.C: New test.
92
93         PR c++/14186
94         * g++.dg/lookup/member1.C: New test.
95
96 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
97
98         * gcc.c-torture/compile/20040130-1.c: Enable only when
99         __INT_MAX__ >= 2147483647L.
100         * gcc.c-torture/compile/961203-1.c: Likewise.
101
102 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
103
104         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
105         * g++.dg/opt/template1.C: Robustify assembler regexp
106
107 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
108
109         * gcc.c-torture/execute/simd-4.x: Remove.
110         * gcc.c-torture/execute/va-arg-25.x: Likewise.
111         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
112         Guard with #ifndef SKIP_ATTRIBUTE.
113         * gcc.dg/compat/vector-1_y.c: Likewise.
114         * gcc.dg/compat/vector-2_x.c: Likewise.
115         * gcc.dg/compat/vector-2_y.c: Likewise.
116         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
117         * g++.dg/eh/simd-2.C: Likewise.
118
119 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
120
121         * gcc.c-torture/compile/complex-1.c: New.
122
123 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
124
125         PR target/14209
126         * gcc.c-torture/execute/20040218-1.c: New test.
127
128 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
129
130         PR c++/14181
131         * g++.dg/parse/new2.C: New test.
132
133 2004-02-18  Paul Brook  <paul@codesourcery.com>
134
135         * gcc.c-torture/compile/libcall-1.c: New test.
136
137 2004-02-18  Paul Brook  <paul@codesourcery.com>
138
139         PR debug/12934
140         * gcc.dg/debug/debug-7.c: New test.
141
142 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
143
144         * gcc.dg/20040217-1.c: New test.
145
146 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
147
148         * gcc.c-torture/execute/990208-1.x: Delete.
149
150 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
151
152         * gcc.c-torture/execute/20040208-2.x: New file.
153
154 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
155
156         PR c++/11326
157         * g++.dg/abi/structret1.C: New test.
158
159 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
160
161         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
162         (i386_cpuid): No need to test if cpuid is available on AMD64.
163         Fix assembly, so that it works onboth i386 and AMD64.
164         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
165         (vecInLong): Fix s[] member type to unsigned int.
166         (vecInWord): Remove type.
167         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
168         (a64, b64, c64, d64, e64): Remove.
169         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
170         Remove unused variable.  Remove initialization of removed variables.
171         Don't call mmx_tests nor sse_tests.
172         (reference_mmx, reference_sse): Remove.
173         (check): Add return stmt.
174         * gcc.dg/i386-sse-7.c: New test.
175         * gcc.dg/i386-mmx-4.c: New test.
176
177 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
178
179         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
180         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
181         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
182         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
183         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
184         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
185         g++.dg/tc1/dr94.C: Fix line terminator.
186
187 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
188
189         * gcc.c-torture/compile/20040216-1.c: New.
190
191 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
192
193         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
194         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
195         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
196         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
197         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
198         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
199
200 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
201
202         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
203
204 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
205
206         PR c++/13971
207         * g++.dg/expr/cond4.C: New test.
208
209         PR c++/14086
210         * g++.dg/lookup/crash2.C: New test.
211
212 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
213
214         * gcc.c-torture/compile/20040214-2.c: New test.
215
216 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
217
218         PR c++/14116
219         * g++.dg/ext/typeof8.C: New test.
220
221 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
222
223         * gcc.c-torture/compile/20040214-1.c: New test.
224
225 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
226
227         PR c++/13635
228         * g++.dg/template/spec11.C: New test.
229
230 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
231
232         PR c++/13927
233         * g++.dg/other/error8.C: New test.
234
235 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
236
237         PR c++/14122
238         * g++.dg/template/array4.C: New test.
239
240         PR c++/14108
241         * g++.dg/inherit/thunk2.C: New test.
242
243         PR c++/14083
244         * g++.dg/eh/cond2.C: New test.
245
246 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
247
248         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
249
250 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
251
252         * lib/scanasm.exp (dg-scan): Quote pattern before display.
253
254 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
255
256         * g++.dg/simd-2.C: xfail on ppc64-linux.
257
258 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
259
260         PR c/456
261         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
262         tests.
263
264 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
265
266         * gcc.dg/builtins-33.c: New test.
267
268 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
269
270         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
271
272 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
273
274         * g++.dg/simd-2.C: Set -maltivec for ppc64.
275
276 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
277
278         * gcc.dg/ppc64-abi-3.c: New test.
279
280 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
281
282         PR c/14092
283
284         * gcc.dg/pr14092-1.c: New testcase.
285
286 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
287
288         * gcc.dg/cpp/assert4.c: Fix typo last change.
289
290         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
291         * gcc.dg/cpp/assert4.c: Handle powerpc64.
292
293         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
294
295 2004-02-09  Roger Sayle  <roger@eyesopen.com>
296
297         * gcc.c-torture/compile/20040209-1.c: New test case.
298
299 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
300
301         * gcc.dg/c90-init-1.c: Adjust expected error messages.
302
303 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
304
305         * gcc.c-torture/execute/20040208-[12].c: New tests.
306
307 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
308
309         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
310
311 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
312
313         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
314
315 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
316
317         Bug 13856
318         * gcc.dg/visibility-8.c: New testcase.
319
320 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
321
322         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
323         arguments.
324         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
325
326 2004-02-07  Roger Sayle  <roger@eyesopen.com>
327
328         PR middle-end/13696
329         * g++.dg/opt/fold1.C: New test case.
330
331 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
332
333         PR c++/14033
334         * g++.dg/other/crash-2.C: New test.
335
336 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
337
338         PR c++/14028
339         * g++.dg/parse/angle-bracket2.C: New test.
340
341 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
342
343         PR middle-end/13750
344         Revert:
345         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
346         PR pch/13361
347         * testsuite/g++.dg/pch/wchar-1.C: New.
348         * testsuite/g++.dg/pch/wchar-1.Hs: New.
349
350 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
351
352         PR c++/14008
353         * g++.dg/parse/error15.C: New test.
354         * g++.dg/parse/crash11.C: Update dg-error mark.
355
356 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
357
358         PR c++/13932
359         * g++.dg/warn/conv2.C: New test.
360
361 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
362
363         PR c++/13086
364         * g++.dg/warn/incomplete1.C: Remove xfail.
365
366 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
367
368         * lib/file-format.exp (gcc_target_object_format): Use
369         ${tool}_target_compile, not gcc_target_compile.
370         * lib/target-supports.exp (check_alias_available): Likewise.
371         (check_gc_sections_available): Likewise.
372         * g++.dg/ext/attrib10.C: Use dg-require-alias.
373         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
374         dg-require-alias.
375
376 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
377
378         PR c++/13969
379         * g++.dg/template/static6.C: New test.
380
381 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
382
383         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
384
385 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
386
387         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
388         tests for systems where `char' is unsigned by default.
389
390 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
391
392         PR c++/13997
393         * g++.dg/template/partial3.C: New test.
394
395 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
396
397         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
398         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
399         Remove mentions of obsolete ports.
400
401 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
402
403         * gcc.dg/noncompile/20001228-1.c: Fix for new
404         error message.
405
406 2004-02-03  Roger Sayle  <roger@eyesopen.com>
407
408         PR target/9348
409         * gcc.c-torture/execute/multdi-1.c: New test case.
410
411 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
412
413         PR c++/13925
414         * g++.dg/template/lookup5.C: New test.
415
416 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
417
418         PR c++/13950
419         * g++.dg/template/lookup4.C: New test.
420
421         PR c++/13970
422         * g++.dg/parse/error14.C: New test.
423
424         PR c++/14002
425         * g++.dg/parse/template13.C: New test.
426
427 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
428
429         PR c++/13978
430         * g++.dg/template/koenig4.C: New test.
431
432         PR c++/13968
433         * g++.dg/template/crash17.C: New test.
434
435         PR c++/13975
436         * g++.dg/parse/error13.C: New test.
437         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
438
439 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
440
441         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
442
443 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
444
445         PR c/11658
446         PR c/13994
447         * gcc.dg/noncompile/20040203-1.c: New test.
448         * gcc.dg/noncompile/20040203-2.c: Likewise.
449         * gcc.dg/noncompile/20040203-3.c: Likewise.
450         * gcc.dg/20040203-1.c: Likewise.
451
452 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
453
454         PR c++/10858
455         * g++.dg/template/sizeof7.C: New test.
456
457 2004-02-02  Eric Christopher  <echristo@redhat.com>
458             Zack Weinberg  <zack@codesourcery.com>
459
460         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
461
462 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
463
464         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
465         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
466         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
467         * gcc.dg/cleanup-5.c: Run only on Linux targets.
468
469 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
470
471         PR c++/13113
472         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
473
474         PR c++/13854
475         * g++.dg/ext/attrib13.C: New test.
476
477         PR c++/13907
478         * g++.dg/conversion/op2.C: New test.
479
480 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
481
482         * gcc.dg/titype-1.c: Fix pasto.
483
484 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
485
486         * gcc.dg/titype-1.c: New test.
487
488 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
489
490         PR c++/13957
491         * g++.dg/template/non-type-template-argument-1.C,
492         g++.dg/template/qualified-id1.C: Update dg-error marks.
493         * g++.dg/template/nontype6.C: New test.
494
495 2004-02-01  Roger Sayle  <roger@eyesopen.com>
496
497         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
498         * gcc.dg/builtins-31.c: New testcase.
499         * gcc.dg/builtins-32.c: New testcase.
500
501 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
502
503         * objc.dg/call-super-2.m: Update line numbers
504         for the including of stddef.h.
505
506 2004-01-30  Michael Matz  <matz@suse.de>
507
508         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
509         g++.dg/ext/case-range3.C: New tests.
510
511 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
512
513         DR206
514         PR c++/13813
515         * g++.dg/template/member4.C: New test.
516
517 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
518
519         PR c++/13683
520         * g++.dg/template/sizeof6.C: New test.
521
522 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
523
524         * gcc.dg/fwritable-strings-1.c: New test.
525
526 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
527
528         * gcc.c-torture/compile/20040130-1.c: New test.
529
530 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
531
532         * objc.dg/call-super-2.m: Include stddef.h for size_t.
533
534 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
535
536         PR c++/13883
537         * g++.dg/template/ctor3.C: New test.
538
539 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
540
541         * g++.dg/tc1: New directory.
542         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
543         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
544         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
545         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
546         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
547
548 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
549
550         * g++.dg/parse/error11.C: New test.
551         * g++.dg/parse/error12.C: Likewise.
552
553 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
554
555         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
556         (scan_initial, main): Use aligned_sizeof instead of sizeof.
557
558 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
559
560         PR c++/13791
561         * g++.dg/ext/attrib12.C: New test.
562
563         PR c++/13736
564         * g++.dg/parse/cast2.C: New test.
565
566 2004-01-27  James E Wilson  <wilson@specifixinc.com>
567
568         * objc.dg/encode-2.m (main): New local string.  Set depending on
569         sizeof long.  Use in sscanf call.
570         * objc.dg/encode-3.m (main): New local string.  Set depending on
571         sizeof long.  Use in scan_initial call.
572
573 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
574
575         * objc.dg/call-super-2.m: Make LP64-safe.
576         * objc.dg/desig-init-1.m: Likewise.
577
578 2004-01-27  Devang Patel <dpatel@apple.com>
579
580         * g++.dg/debug/namespace1.C: New test.
581
582 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
583
584         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
585         xscale-*-*.
586
587         * gcc.dg/arm-mmx-1.c: New test.
588
589 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
590
591         * gcc.dg/20040127-1.c: New test.
592         * gcc.dg/20040127-2.c: New test.
593
594 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
595
596         * objc.dg/stret-1.m (glob): Renamed to globa.
597
598 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
599
600         PR c++/13663
601         * g++.dg/expr/for1.C: New test.
602
603 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
604
605         PR middle-end/13779
606         * gcc.dg/darwin-longlong.c: New test.
607
608 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
609
610         * gcc.dg/20040124-1.c: Moved test from here...
611         * gcc.c-torture/compile/20040124-1.c: ...to here.
612
613 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
614
615         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
616         the assembly output if -m64 is passed.
617
618 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
619
620         PR c++/13833
621         * g++.dg/template/cond3.C: New test.
622
623 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
624
625         PR c++/13810
626         * g++.dg/template/ttp7.C: New test.
627
628 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
629
630         PR c++/13797
631         * g++.dg/template/nontype4.C: New test.
632         * g++.dg/template/nontype5.C: Likewise.
633
634 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
635
636         * gcc.dg/torture/mips-clobber-at.c: New test.
637
638 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
639
640         * gcc.dg/20040124-1.c: New test.
641
642 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
643
644         * gcc.dg/20040123-1.c: New test.
645
646 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
647
648         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
649
650 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
651
652         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
653
654 2004-01-23  Andrew Pinski  <apinski@apple.com>
655
656         * gcc.dg/20030121-1.c: Move to ..
657         * gcc.dg/20040121-1.c: here.
658
659 2004-01-23  Roger Sayle  <roger@eyesopen.com>
660
661         * gcc.dg/builtins-29.c: New test case.
662
663 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
664
665         PR 18314
666         * gcc.dg/builtins-30.c: New testcase.
667
668 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
669
670         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
671         * lib/g77.exp: Likewise.
672         * lib/objc.exp: Likewise.
673         * lib/g++.exp: Likewise.
674
675 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
676
677         * gcc.dg/struct-by-value-2.c: New test.
678
679 2004-01-21  Andrew Pinski  <apinski@apple.com>
680
681         PR target/13785
682         * gcc.dg/20030121-1.c: New test.
683
684 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
685
686         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
687         clobber frame pointer register in asm statement.
688
689 2004-01-21  Falk Hueffner  <falk@debian.org>
690
691         * gcc.c-torture/compile/20040121-1.c: New test.
692
693 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
694
695         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
696
697 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
698
699         * gcc.dg/ppc64-abi-2.c: New test.
700
701 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
702
703         * lib/treelang.exp: Fill out this file.
704         * lib/treelang-dg.exp: New File.
705
706 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
707
708         * gcc.c-torture/compile/981022-1.c: Remove.
709         * gcc.dg/array-5.c: Remove XFAIL.
710         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
711         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
712         gcc.dg/cond-lvalue-1.c: Update.
713         * gcc.dg/cast-lvalue-2.c: New test.
714
715 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
716
717         PR c++/13592
718         * g++.dg/other/error1.C (class foo): Tweak error message.
719
720         PR c++/13592
721         * g++.dg/template/call2.C: New test.
722
723 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
724
725         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
726         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
727         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
728         scalar-return-1_x.c, scalar-return-2_y.c,
729         scalar-return-3_x.c, scalar-return-3_y.c,
730         scalar-return-4_x.c, scalar-return-4_y.c,
731         struct-align-1.h, struct-align-1_x.c,
732         struct-align-1_y.c, struct-align-2.h,
733         struct-align-2_x.c, struct-align-2_y.c,
734         struct-by-value-10_y.c, struct-by-value-11_x.c,
735         struct-by-value-11_y.c, struct-by-value-12_x.c,
736         struct-by-value-12_y.c, struct-by-value-13_x.c,
737         struct-by-value-13_y.c, struct-by-value-14_x.c,
738         struct-by-value-14_y.c, struct-by-value-15_x.c,
739         struct-by-value-15_y.c, struct-by-value-16_y.c,
740         struct-by-value-17_y.c, struct-by-value-18_y.c,
741         struct-by-value-19_y.c, struct-by-value-1_x.c,
742         struct-by-value-1_y.c, struct-by-value-20_y.c,
743         struct-by-value-2_x.c, struct-by-value-2_y.c,
744         struct-by-value-3_y.c, struct-by-value-4_x.c,
745         struct-by-value-4_y.c, struct-by-value-5_y.c,
746         struct-by-value-6_y.c, struct-by-value-7_y.c
747         struct-by-value-8_x.c, struct-by-value-8_y.c
748         struct-by-value-9_x.c, struct-by-value-9_y.c
749         struct-return-10_x.c, struct-return-10_y.c,
750         struct-return-19_x.c, struct-return-20_x.c
751         struct-return-2_x.c, struct-return-2_y.c
752         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
753         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
754
755 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
756
757         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
758         attribute on sparc*-sun-solaris2.*.
759
760 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
761
762         PR c++/13710
763         * g++.dg/ext/typeof7.C: New test.
764
765 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
766
767         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
768         * gcc.dg/const-elim-1.c: Same.
769
770 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
771
772         * objc.dg/stret-1.m: New.
773         * objc.dg/stret-2.m: New.
774
775 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
776
777         PR c++/11895
778         * g++.dg/ext/vector1.C: New test.
779
780 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
781
782         * gcc.dg/pch/import-1.c: New.
783         * gcc.dg/pch/import-1.hs: New.
784         * gcc.dg/pch/import-1a.h: New.
785         * gcc.dg/pch/import-1b.h: New.
786         * gcc.dg/pch/import-1c.h: New.
787
788 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
789
790         PR c++/13574
791         * g++.dg/ext/array1.C: New test.
792
793         PR c++/13178
794         * g++.dg/conversion/op1.C: New test.
795
796 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
797
798         PR 11864
799         From Kazumoto Kojima / Dan Kegel:
800         * gcc.dg/pr11864-1.c: New test.
801
802         PR 10392
803         From Marcus Comstedt / Dan Kegel:
804         * gcc.dg/pr10392-1.c: New test.
805
806 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
807
808         PR c++/13478
809         * g++.dg/init/ref10.C: New test.
810
811 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
812
813         PR c++/13407
814         * g++.dg/parse/typename6.C: New test.
815
816 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
817
818         PR pch/13361
819         * testsuite/g++.dg/pch/wchar-1.C: New.
820         * testsuite/g++.dg/pch/wchar-1.Hs: New.
821
822 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
823
824         PR c++/9259
825         * g++.dg/expr/sizeof2.C: New test.
826
827 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
828
829         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
830
831 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
832
833         PR c++/13659
834         * g++.dg/lookup/strong-using-3.C: New.
835         * g++.dg/lookup/using-10.C: New.
836
837 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
838
839         PR c++/13594
840         * g++.dg/lookup/strong-using-2.C: New.
841
842 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
843             Dan Kegel <dank@kegel.com>
844             J"orn Rennecke <joern.rennecke@superh.com>
845
846         PR target/9365
847         * gcc.dg/pr9365-1.c: New test.
848
849 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
850
851         PR c++/8856
852         * g++.dg/parse/casting-operator2.C: New test.
853         * g++.old-deja/g++.pt/explicit83.C: Remove.
854
855 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
856
857         * gcc.dg/label-compound-stmt-1.c: New test.
858         * gcc.c-torture/compile/950922-1.c,
859         gcc.c-torture/compile/20000211-3.c,
860         gcc.c-torture/compile/20000518-1.c,
861         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
862         compound statements.
863
864 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
865
866         * gcc.dg/ppc64-abi-1.c: New test.
867
868 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
869
870          * g++.dg/ext/attrib9.C: Add dg-warnings.
871
872 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
873
874         PR c++/12335
875         * g++.dg/parse/dtor3.C: New test.
876
877 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
878
879         PR c++/12709
880         * g++.dg/parse/try-catch-1.C: New test.
881
882 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
883
884         * ada/acats/run_all.sh: Add more verbose output in acats.log
885         when compiling tests.
886
887 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
888
889         PR 13656
890         * gcc.dg/typedef-redecl.c: New test case.
891         * gcc.dg/typedef-redecl.h: New support file.
892
893 2004-01-13  Jan Hubicka  <jh@suse.cz>
894
895         * gcc.dg/always_inline.c: New test.
896         * gcc.dg/debug/20031231-1.c: Fix.
897
898 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
899
900         PR c++/13474
901         * g++.dg/template/array3.C: New test.
902
903 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
904
905         * g++.dg/ext/lvalue1.C: No longer expected to fail.
906         * g++.dg/warn/Wunused-2.C: Likewise.
907
908 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
909
910         PR c++/13289
911         * g++.dg/template/instantiate6.C: New test.
912
913 2004-01-12  Roger Sayle  <roger@eyesopen.com>
914
915         PR middle-end/11397
916         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
917
918 2004-01-12  Jan Hubicka  <jh@suse.cz>
919
920         PR opt/12826
921         * gcc.dg/20040112-1.c: New.
922
923         * gcc.dg/dwarf-die[1-7].c: Move to...
924         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
925         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
926
927 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
928
929         PR c++/4100
930         * g++.dg/parse/friend4.C: New test.
931
932 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
933
934         PR c++/4100
935         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
936         definition is called a friend.
937
938 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
939
940         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
941
942 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
943
944         PR c++/3478
945         * g++.dg/parse/error10.C: New test.
946         * g++.dg/template/arg2.C: Accept "invalid type" error.
947
948 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
949
950         PR middle-end/13392
951         * g++.dg/opt/expect2.C: New test.
952
953 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
954
955         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
956         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
957         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
958         Update dg-error regexps.
959
960 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
961
962         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
963         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
964
965 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
966
967         * gcc.dg/pragma-re-1.c: Use right pointer type.
968
969 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
970
971         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
972
973 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
974
975         * gcc.dg/rs6000-ldouble-1.c: New.
976
977 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
978
979         DR 337
980         PR c++/9256
981         * g++.dg/other/abstract1.C: New test.
982
983 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
984
985         * g++.dg/lookup/strong-using-1.C: New.
986
987 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
988
989         PR c/11234
990         * gcc.dg/func-ptr-conv-1.c: New test.
991         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
992
993 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
994
995         PR target/13380.
996         * gcc.c-torture/compile/20040109-1.c: New.
997
998 2004-01-08  Stuart Hastings  <stuart@apple.com>
999
1000         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
1001         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
1002         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
1003
1004 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
1005
1006         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
1007
1008 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1009
1010         * ada/acats/run_acats: Treat 'gnatchop' the same way
1011         as 'gnatmake'.  Export GCC_DRIVER.
1012         * ada/acats/run_all.sh: Add target_gnatchop.  Use
1013         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
1014
1015 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1016
1017         PR c++/12573
1018         * g++.dg/template/dependent-expr4.C: New test.
1019
1020 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
1021
1022         * gcc.dg/altivec-11.c: New test.
1023
1024 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
1025
1026         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
1027
1028 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1029
1030         PR c/6024
1031         * gcc.dg/enum-compat-1.c: New test.
1032         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
1033
1034 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1035
1036         PR c/12165
1037         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
1038         gcc.dg/c99-idem-qual-3.c: New tests.
1039
1040 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
1041
1042         * gcc.dg/winline-7.c: Don't cast void * to int.
1043
1044 2004-01-06  Jan Hubicka  <jh@suse.cz>
1045
1046         * gcc.dg/i386-sse-5.c: New test
1047         * g++.dg/eh/simd-1.c: Add -w argument for i386.
1048
1049 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1050
1051         PR c++/12815
1052         * g++.dg/rtti/typeid4.C: New test.
1053
1054 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1055
1056         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
1057
1058 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1059
1060         PR c++/12132
1061         * g++.dg/template/error11.C: New test.
1062
1063         PR c++/13451
1064         * g++.dg/template/class2.C: New test.
1065
1066 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1067         Richard Sandiford <rsandifo@redhat.com>
1068
1069         PR c++/13387
1070         * g++.dg/opt/alias3.C: New test.
1071
1072 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
1073
1074         PR c++/13157
1075         * g++.dg/template/koenig3.C: New test.
1076
1077         PR c++/13529
1078         * g++.dg/parse/offsetof3.C: New test.
1079
1080         * g++.dg/init/copy7.C: Add missing dg-error markers.
1081
1082         PR c++/12226
1083         * g++.dg/init/copy7.c: New test.
1084
1085         PR c++/13536
1086         * g++.dg/parse/cast1.C: New test.
1087
1088 2004-01-04  Jan Hubicka  <jh@suse.cz>
1089
1090         * gcc.dg/winline[1-7].c: New tests.
1091
1092 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1093
1094         PR c++/13520
1095         * g++.dg/template/qualttp22.C: New test.
1096
1097 2004-01-01  Jan Hubicka  <jh@suse.cz>
1098
1099         * gcc.dg/debug/20031231-1.c: New.
1100         * gcc.c-torture/compile/20040101-1.c: New.
1101         * gcc.dg/dwarf-die-[1-7].c: New.
1102
1103 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
1104
1105         PR optimization/13521
1106         * gcc.c-torture/compile/20031231-1.c: New test.
1107
1108 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1109
1110         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
1111
1112 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1113
1114         PR c++/10079
1115         * g++.dg/template/crash16.C: New test.
1116
1117 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
1118
1119         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
1120
1121 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1122
1123         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
1124         ports.
1125         * g++.old-deja/g++.jason/thunk3.C: Likewise.
1126         * g++.old-deja/g++.law/profile1.C: Likewise.
1127         * gcc.c-torture/compile/981006-1.c: Likewise.
1128         * gcc.c-torture/execute/loop-2e.x: Likewise.
1129         * gcc.c-torture/execute/loop-2f.x: Remove.
1130         * gcc.c-torture/execute/loop-2g.x: Likewise.
1131         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
1132         * gcc.dg/20020312-2.c: Remove traces of dead ports.
1133
1134 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
1135
1136         PR c++/13507
1137         * g++.dg/ext/attrib11.C: New test.
1138
1139         PR c++/13494
1140         * g++.dg/template/array2-1.C: New test.
1141         * g++.dg/template/array2-2.C: New test.
1142
1143 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
1144
1145         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
1146
1147 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1148
1149         PR c++/12774
1150         * g++.dg/template/array1-1.C: New test.
1151         * g++.dg/template/array1-2.C: New test.
1152
1153 2003-12-29  Roger Sayle  <roger@eyesopen.com>
1154
1155         PR fortran/12632
1156         * g77.dg/12632.f: New test case.
1157
1158 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1159
1160         PR c++/13289
1161         * g++.dg/parse/nontype1.C: New test.
1162
1163 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1164
1165         PR c++/12403
1166         * g++.dg/parse/explicit1.C: New test.
1167         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
1168
1169 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1170
1171         PR c++/13081
1172         * g++.dg/opt/inline6.C: New test.
1173
1174         PR c++/12613
1175         * g++.dg/parse/error9.C: New test.
1176
1177         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
1178
1179 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1180
1181         PR c++/13009
1182         * g++.dg/init/assign1.C: New test.
1183
1184 2003-12-28  Roger Sayle  <roger@eyesopen.com>
1185
1186         PR c++/13070
1187         * g++.dg/warn/format3.C: New test case.
1188
1189 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1190
1191         * gcc.c-torture/compile/20031227-1.c: New test.
1192
1193 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1194
1195         * g++.dg/bprob/bprob.exp: Load target-supports.exp
1196         * g77.dg/bprob/bprob.exp: Likewise.
1197         * gcc.misc-tests/bprob.exp: Likewise.
1198         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
1199         variants on systems where the library does not provide that
1200         functionality.
1201         * gcc.dg/builtins-20.c: Use builtins-config.h.
1202         * gcc.dg/builtins-config.h: New file.
1203
1204 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1205
1206         * lib/gcc-dg.exp (dg-require-profiling): New function.
1207         * lib/target-supports.exp (check_profiling_available): Likewise.
1208         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
1209         * g77.dg/bprob/bprob.exp: Likewise.
1210         * gcc.misc-tests/bprob.exp: Likewise.
1211         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
1212         * gcc.dg/20021014-1.c: Likewise.
1213         * gcc.dg/nest.c: Likewise.
1214
1215 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1216
1217         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
1218         compiling.
1219         * g++.dg/lookup/java2.C: Likewise.
1220         * gcc.dg/cpp/lexident.c: Likewise.
1221
1222 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
1223
1224         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
1225         given.
1226         * gcc.c-torture/compile/961203-1.c: Likewise.
1227         * gcc.c-torture/compile/980506-1.c: Likewise.
1228
1229 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
1230
1231         * lib/gcc-dg.exp (dg-prune-output): New annotation.
1232         (additional_prunes): New global.
1233         (gcc-dg-prune): Handle additional per-test pruning.
1234         (dg-test): Clear additional_prunes between tests.
1235
1236         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
1237         dg-prune-output to avoid spurious failures from assembler
1238         complaining about nonexistent WAW violations.
1239         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
1240         Use dg-prune-output to avoid spurious failures from assembler
1241         warning about Itanium B-step errata.
1242
1243 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1244
1245         * g++.dg/abi/macro0.C: New test.
1246         * g++.dg/abi/macro1.C: Likewise.
1247         * g++.dg/abi/macro2.C: Likewise.
1248
1249         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
1250         * g++.dg/abi/bitfield7.C: Likewise.
1251         * g++.dg/abi/dtor2.C: Likewise.
1252         * g++.dg/abi/mangle11.C: Likewise.
1253         * g++.dg/abi/mangle12.C: Likewise.
1254         * g++.dg/abi/mangle14.C: Likewise.
1255         * g++.dg/abi/mangle17.C: Likewise.
1256         * g++.dg/abi/vbase10.C: Likewise.
1257         * g++.dg/abi/vbase14.C: Likewise.
1258         * g++.dg/template/qualttp17.C: Likewise.
1259
1260 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
1261
1262         PR c/11995
1263         * gcc.dg/20031223-1.c: New test.
1264
1265 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1266
1267         * gcc.dg/noreturn-7.c: New test.
1268
1269 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1270
1271         * gcc.dg/null-pointer-1.c: New test.
1272
1273 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1274
1275         * g++.old-deja/g++.jason/template18.C: Remove.
1276         * g++.old-deja/g++.jason/template37.C: Likewise.
1277
1278         PR c++/12862
1279         * g++.dg/lookup/ns1.C: New test.
1280
1281         PR c++/12397
1282         * g++.dg/template/lookup3.C: New test.
1283
1284 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1285
1286         * g++.dg/template/recurse1.C: New test
1287
1288 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1289
1290         PR c++/12479
1291         * g++.dg/parse/semicolon1.C: New test.
1292         * g++.dg/parse/semicolon1.h: Likewise.
1293
1294 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
1295
1296         * gcc.dg/darwin-misaligned.c: New test.
1297
1298 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1299
1300         PR c/9163
1301         * gcc.dg/20031222-1.c: New test.
1302
1303 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
1304
1305         PR c++/13438
1306         * g++.dg/parse/error8.C: New test.
1307
1308         PR c++/11554
1309         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
1310
1311 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
1312
1313         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
1314         too small.
1315         * gcc.c-torture/compile/930217-1.c: Likewise.
1316         * gcc.c-torture/compile/930513-1.c: Likewise.
1317         * gcc.c-torture/execute/920908-2.c: Likewise.
1318         * gcc.c-torture/execute/921204-1.c: Likewise.
1319         * gcc.c-torture/execute/930621-1.c: Likewise.
1320         * gcc.c-torture/execute/930630-1.c: Likewise.
1321         * gcc.c-torture/execute/931031-1.c: Likewise.
1322         * gcc.c-torture/execute/980602-2.c: Likewise.
1323         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1324         * gcc.c-torture/execute/compndlit-1.c: Likewise.
1325         * gcc.c-torture/execute/extzvsi.c: Likewise.
1326         * gcc.c-torture/unsorted/ext.c: Likewise.
1327
1328 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
1329
1330         PR target/12749
1331         * gcc.c-torture/compile/20031220-2.c: New test case.
1332
1333 2003-12-20  Roger Sayle  <roger@eyesopen.com>
1334
1335         PR optimization/13031
1336         * gcc.c-torture/compile/20031220-1.c: New test case.
1337
1338 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1339
1340         * gcc.dg/cast-function-1.c: New test.
1341
1342 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1343
1344         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
1345         formats.
1346
1347 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
1348
1349         PR c++/12795
1350         * g++.dg/ext/attrib10.C: New test.
1351
1352 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1353
1354         * gcc.dg/cleanup-10.c: New test.
1355         * gcc.dg/cleanup-11.c: New test.
1356
1357 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1358
1359         PR c++/13239
1360         * g++.dg/opt/expect1.C: New test.
1361
1362 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
1363
1364         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
1365
1366 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
1367
1368         PR debug/12923
1369         * gcc.dg/20031218-1.c: New test.
1370
1371         PR debug/12389
1372         * gcc.dg/20031218-2.c: New test.
1373         * gcc.dg/20031218-3.c: New test.
1374
1375         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1376         of label name and allow for USER_LABEL_PREFIX == "_" names.
1377         * g++.dg/abi/mangle18-2.C: Likewise.
1378         * g++.dg/abi/mangle19-1.C: Likewise.
1379         * g++.dg/abi/mangle19-2.C: Likewise.
1380         * g++.dg/abi/mangle20-1.C: Likewise.
1381         * g++.dg/abi/mangle20-2.C: Likewise.
1382
1383 2003-12-18  Richard Henderson  <rth@redhat.com>
1384
1385         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1386
1387 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
1388             Dan Kegel <dank@kegel.com>
1389
1390         PR other/12009
1391         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
1392         testing a cross compiler, it causes spurious compile failures.
1393         * lib/g++.exp: Likewise.
1394
1395 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1396
1397         PR c++/13262
1398         * g++.dg/template/access13.C: New test.
1399
1400 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
1401
1402         * gcc.dg/20031216-1.c: New test.
1403
1404 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1405
1406         PR c++/9154
1407         * g++.dg/template/error10.C: New test.
1408
1409 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1410
1411         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
1412         * g++.dg/eh/simd-2.C: Likewise.
1413
1414 2003-12-17  James E Wilson  <wilson@specifixinc.com>
1415             Roger Sayle  <roger@eyesopen.com>
1416
1417         * gcc.c-torture/execute/ieee/mzero5.c: New.
1418
1419 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
1420
1421         PR c++/10603
1422         * g++.dg/parse/error6.C: New test.
1423
1424         PR c++/12827
1425         * g++.dg/parse/error7.C: New test.
1426
1427 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
1428
1429         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
1430         at -O with stabs debugging formats.
1431         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
1432         * gcc.dg/debug/debug-2.c: Likewise.
1433
1434 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1435
1436         PR c++/12696
1437         * g++.dg/init/error1.C: New test.
1438
1439         PR c++/12218
1440         * g++.dg/init/pm3.C: New test.
1441
1442 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1443
1444         PR c/3347
1445         * gcc.dg/bitfld-8.c: New test.
1446
1447 2003-12-16  James Lemke  <jim@wasabisystems.com>
1448
1449         * gcc.dg/arm-scd42-[123].c: New tests.
1450
1451 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1452
1453         PR c++/9043
1454         * g++.dg/abi/mangle20-1.C: New test.
1455         * g++.dg/abi/mangle20-2.C: New test.
1456
1457 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1458
1459         PR c++/13275
1460         * g++.dg/other/offsetof2.C: Remove XFAIL.
1461         * g++.dg/parse/offsetof1.C: New test.
1462         * g++.gd/parse/offsetof2.C: Likewise.
1463
1464 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1465
1466         * g++.dg/template/nontype3.C: New test.
1467         * g++.dg/template/static2.C: Tweaked the dg-error clause.
1468
1469 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1470
1471         * g++.dg/warn/noreturn-3.C: Also test instantiation.
1472
1473 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1474
1475         PR c++/13387
1476         * g++.dg/expr/assign1.C: New test.
1477
1478         PR c++/13242
1479         * g++.dg/abi/mangle19-1.C: New test.
1480         * g++.dg/abi/mangle19-2.C: New test.
1481
1482 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
1483
1484         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
1485
1486 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1487
1488         * gcc.c-torture/execute/20031216-1.c: New test.
1489
1490 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1491
1492         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
1493         an ICE regression.
1494
1495 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1496
1497         PR c++/10926
1498         * g++.dg/template/error9.C: New test.
1499
1500         PR c++/11116
1501         * g++.dg/template/error8.C: New test.
1502
1503 2003-12-15  Roger Sayle  <roger@eyesopen.com>
1504
1505         PR middle-end/13400
1506         * gcc.c-torture/execute/20031215-1.c: New test case.
1507
1508 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1509
1510         PR c++/13269
1511         * g++.dg/parse/error5.C: New test.
1512
1513         PR c++/12989
1514         * g++.dg/expr/sizeof1.C: New test.
1515
1516         PR c++/13310
1517         * g++.dg/template/crash15.C: New test.
1518
1519 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
1520
1521         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
1522         a non-POD type as the last named parameter of a varargs function.
1523
1524 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1525
1526         PR c++/13243
1527         PR c++/12573
1528         * g++.dg/template/crash14.C: New test.
1529         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
1530
1531 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
1532
1533         * g++.dg/other/java1.C: New test.
1534
1535         PR c++/13241
1536         * g++.dg/abi/mangle18-1.C: New test.
1537         * g++.dg/abi/mangle18-2.C: New test.
1538
1539 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1540
1541         PR optimization/10312
1542         * gcc.c-torture/execute/20031214-1.c: New.
1543
1544 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
1545
1546         PR c++/10779
1547         PR c++/12160
1548         * g++.dg/parse/error3.C: New test.
1549         * g++.dg/parse/error4.C: Likewise.
1550         * g++.dg/abi/mangle4.C: Tweak error messages.
1551         * g++.dg/lookup/using5.C: Likewise.
1552         * g++.dg/other/error2.C: Likewise.
1553         * g++.dg/parse/typename5.C: Likewise.
1554         * g++.dg/parse/undefined1.C: Likewise.
1555         * g++.dg/template/arg2.C: Likewise.
1556         * g++.dg/template/ttp3.C: Likewise.
1557         * g++.dg/template/type1.C: Likewise.
1558         * g++.old-deja/g++.other/crash32.C: Likewise.
1559         * g++.old-djea/g++.pt/defarg8.C: Likewise.
1560
1561 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1562
1563         PR c++/13106
1564         * g++.dg/warn/noreturn-3.C: New test.
1565
1566 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1567
1568         PR c++/13118
1569         * g++.dg/abi/covariant3.C: New.
1570
1571 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
1572
1573         * g++.dg/eh/ia64-1.C: New test.
1574
1575 2003-12-12  Roger Sayle  <roger@eyesopen.com>
1576
1577         PR optimization/13037
1578         * g77.f-torture/execute/13037.f: New test case.
1579
1580 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1581
1582         PR c++/12881
1583         * g++.dg/abi/covariant2.C: New.
1584
1585 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
1586
1587         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
1588
1589 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
1590
1591         * gcc.c-torture/execute/wchar_t-1.x: Delete.
1592
1593 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
1594
1595         PR other/10819
1596         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
1597         to fix Bug 10819.
1598         * lib/g++.exp (g++_version): Likewise.
1599         * lib/g77.exp (g77_version): Likewise.
1600         * lib/objc.exp (default_objc_version): Likewise.
1601
1602 2003-12-10  Richard Henderson  <rth@redhat.com>
1603
1604         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
1605
1606         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
1607
1608 2003-12-08  Matt Austern  <austern@apple.com>
1609
1610         PR c/13134
1611         * lib/gcc-dg.exp (dg-require-visibility): Define.
1612         * lib/target-supports (check_visibility_available): Define.
1613         * gcc.dg/visibility-1.c: New test.
1614         * gcc.dg/visibility-2.c: Likewise.
1615         * gcc.dg/visibility-3.c: Likewise.
1616         * gcc.dg/visibility-4.c: Likewise.
1617         * gcc.dg/visibility-5.c: Likewise.
1618         * gcc.dg/visibility-6.c: Likewise.
1619         * g++.dg/ext/visibility-1.C: Likewise.
1620         * g++.dg/ext/visibility-2.C: Likewise.
1621         * g++.dg/ext/visibility-3.C: Likewise.
1622         * g++.dg/ext/visibility-4.C: Likewise.
1623         * g++.dg/ext/visibility-5.C: Likewise.
1624         * g++.dg/ext/visibility-6.C: Likewise.
1625
1626 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1627
1628         * g++.dg/lookup/java1.C: New test.
1629         * g++.dg/lookup/java2.C: New test.
1630
1631 2003-12-07  Falk Hueffner  <falk@debian.org>
1632
1633         * g++.dg/opt/noreturn-1.C: New test.
1634
1635 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
1636
1637         * gcc.dg/overflow-1.c: New test.
1638
1639 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1640
1641         * g77.f-torture/compile/13060.f: New test.
1642
1643 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
1644
1645         PR c++/13323
1646         * g++.dg/inherit/operator2.C: New test.
1647
1648 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
1649
1650         PR c++/13305
1651         * g++.dg/ext/attrib9.C: New test.
1652
1653 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
1654
1655         PR c++/13314
1656         * g++.dg/template/error7.C: New test.
1657
1658 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
1659             J"orn Rennecke <joern.rennecke@superh.com>
1660
1661         PR target/13302
1662         * g++.dg/other/struct-va_list.C: New test.
1663
1664 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1665
1666         PR c++/13166
1667         * g++.dg/parse/defarg6.C: New test.
1668
1669 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
1670
1671         PR target/13256
1672         * gcc.c-torture/execute/20031201-1.c: New test.
1673
1674 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
1675
1676         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
1677
1678 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1679
1680         * gcc.dg/builtin-return-1.c: New test.
1681
1682 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
1683             J"orn Rennecke <joern.rennecke@superh.com>
1684
1685         PR optimization/13260
1686         * gcc.c-torture/execute/20031204-1.c: New test.
1687
1688 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
1689
1690         PR c++/9127
1691         * g++.dg/template/error6.C: New test.
1692
1693 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
1694
1695         * gcc.dg/20031202-1.c: New test.
1696
1697 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
1698
1699         PR c++/13179
1700         * g++.dg/template/eh1.C: New test.
1701
1702         PR c++/10771
1703         * g++.dg/template/error5.C: New test.
1704
1705 2003-12-02  David Ung  <davidu@mips.com>
1706
1707         * gcc.dg/compat/vector-check.h: Corrected type for var
1708         g_##TMODE
1709
1710 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1711
1712         PR c++/10126
1713         * g++.dg/template/ptrmem8.C: New test.
1714
1715 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1716
1717         PR c++/12573
1718         * g++.dg/template/dependent-expr3.C: New test.
1719
1720 2003-12-01  James Lemke  <jim@wasabisystems.com>
1721
1722         * gcc.dg/arm-g2.c: New test.
1723
1724 2003-12-01  Roger Sayle  <roger@eyesopen.com>
1725
1726         PR optimization/11634
1727         * gcc.dg/20031201-2.c: New test case.
1728
1729 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
1730
1731         PR 11433
1732         * objc.dg/proto-lossage-3.m: New test.
1733
1734 2003-12-01  Roger Sayle  <roger@eyesopen.com>
1735
1736         PR optimization/12628
1737         * gcc.dg/20031201-1.c: New test case.
1738
1739 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1740
1741         * gcc.dg/unaligned-1.c: New test.
1742
1743 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
1744
1745         PR c++/9849
1746         * g++.dg/template/error4.C: New test.
1747         * g++.dg/template/nested3.C: Adjust error markers.
1748
1749 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1750
1751         * gcc.dg/cpp/assert4.c: Check more #system assertions.
1752
1753 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1754
1755         PR c/10333
1756         * gcc.dg/bitfld-7.c: New test.
1757
1758 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
1759
1760         * gcc.dg/tls/asm-1.C: New test.
1761
1762 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1763
1764         * gcc.dg/cpp/assert4.c: Update.
1765
1766 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
1767
1768         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
1769         * gcc.dg/builtin-apply3.c: New test.
1770
1771 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1772
1773         * lib/compat.exp (compat-obj): New xfaildata parameter.
1774         Use it to set compiler_conditional_xfail_data before compiling.
1775         (compat-get-options): Handle dg-xfail-if.
1776         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
1777         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
1778         * gcc.dg/compat/vector-1_y.c: Likewise.
1779         * gcc.dg/compat/vector-2_x.c: Likewise.
1780         * gcc.dg/compat/vector-2_y.c: Likewise.
1781
1782 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1783
1784         * g++.dg/opt/reg-stack4.C: New test.
1785
1786 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1787
1788         * gcc.dg/builtin-apply2.c: New test.
1789
1790 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1791
1792         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
1793
1794 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1795
1796         PR c++/12924
1797         * g++.dg/template/template-id-2.C: New test.
1798
1799 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1800
1801         PR c++/5369
1802         * g++.dg/template/memfriend1.C: New test.
1803         * g++.dg/template/memfriend2.C: Likewise.
1804         * g++.dg/template/memfriend3.C: Likewise.
1805         * g++.dg/template/memfriend4.C: Likewise.
1806         * g++.dg/template/memfriend5.C: Likewise.
1807         * g++.dg/template/memfriend6.C: Likewise.
1808         * g++.dg/template/memfriend7.C: Likewise.
1809         * g++.dg/template/memfriend8.C: Likewise.
1810         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
1811
1812 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
1813
1814         PR c++/12515
1815         * g++.dg/ext/cond1.C: New test.
1816
1817 2003-11-20  Richard Henderson  <rth@redhat.com>
1818
1819         * gcc.dg/20020201-2.c: Remove.
1820         * gcc.dg/20020201-4.c: Remove.
1821         * gcc.dg/20020304-1.c: Remove.
1822
1823 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1824
1825         * gcc.dg/cpp/trad/xwin1.c: New test case.
1826
1827 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
1828
1829         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
1830         * lib/g77.exp: Likewise.
1831         * lib/objc.exp: Likewise.
1832         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
1833         for darwin.
1834
1835 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1836
1837         PR c++/12932
1838         * g++.dg/template/static5.C: New test.
1839
1840 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1841
1842         * gcc.dg/nested-func-1.c: New test.
1843
1844 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1845
1846         * gcc.dg/cpp/assert4.c: New test.
1847
1848 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
1849
1850         PR c++/2294
1851         * g++.dg/lookup/using9.c: New test.
1852
1853 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
1854
1855         PR c++/12762
1856         * g++.dg/template/error3.C: New test.
1857
1858 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
1859
1860         PR ada/13035
1861         * ada/acats/run_acats, run_all.sh: Fix syntax error.
1862         No longer use a wrapper for gcc, since this does not work under
1863         Windows.
1864
1865 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
1866
1867         PR c++/2094
1868         * g++.dg/template/ptrmem7.C: New test.
1869
1870 2003-11-13  Andrew Pinski <apinski@apple.com>
1871
1872         * gcc.c-torture/compile/20031113-1.c: New test.
1873
1874 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
1875             Kean Johnston <jkj@sco.com>
1876
1877         PR c/13029
1878         * gcc.dg/unused-4.c: Update.
1879
1880 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1881
1882         * g++.dg/opt/const3.C: New test.
1883
1884 2003-11-13  Jan Hubicka  <jh@suse.cz>
1885
1886         * gcc.c-torture/compile/20031112-1.c: New test.
1887
1888 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
1889
1890         * g++.dg/parse/crash10.C: Remove bogus error marker.
1891
1892 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1893
1894         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
1895         (host_gcc): Likewise.
1896         (ROOT): Honor $PWDCMD.
1897         (BASE): Likewise.
1898         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
1899
1900 2003-11-12  Catherine Moore  <clm@redhat.com>
1901
1902         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
1903
1904 2003-11-12  Andreas Jaeger  <aj@suse.de>
1905             Jakub Jelinek  <jakub@redhat.com>
1906             Andrew Pinski  <pinskia@physics.uc.edu>
1907             Richard Henderson  <rth@redhat.com>
1908
1909         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
1910         systems.
1911         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
1912
1913         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
1914         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1915
1916 2003-11-11  Andreas Jaeger  <aj@suse.de>
1917
1918         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
1919
1920         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
1921
1922 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
1923
1924         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
1925         Clean ups.
1926
1927 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
1928
1929         * gcc.dg/trampoline-1.c: New test.
1930
1931 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
1932
1933         * gcc.c-torture/compile/200031109-1.c: New test.
1934
1935 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1936
1937         PR c/3190
1938         PR c/8714
1939         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1940         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
1941         gcc.dg/format/no-y2k-1.c: Update.
1942
1943 2003-11-08  Roger Sayle  <roger@eyesopen.com>
1944
1945         PR optimization/10467
1946         * gcc.dg/20031108-1.c: New test case.
1947
1948 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
1949
1950         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
1951
1952 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1953
1954         * gcc.dg/compound-lvalue-1.c: New test.
1955         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
1956         some XFAILs.
1957
1958 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
1959
1960         * gcc.dg/altivec-varargs-1.c: New test.
1961
1962 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1963
1964         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
1965         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
1966         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
1967         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
1968         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
1969
1970 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1971
1972         * gcc.dg/cond-lvalue-1.c: New test.
1973
1974 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
1975
1976         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
1977
1978 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1979
1980         PR c++/11616
1981         * g++.dg/template/instantiate5.C: New test.
1982
1983 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1984
1985         PR c++/12726
1986         * g++.dg/ext/complit2.C: Replace test with self-contained version.
1987         * ChangeLog: Add missing first entry for above test.
1988
1989 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1990
1991         PR c++/9810
1992         * g++.dg/template/using8.C: New test.
1993         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
1994
1995 2003-11-02  Roger Sayle  <roger@eyesopen.com>
1996
1997         PR optimization/10817
1998         * gcc.c-torture/compile/20031102-1.c: New test case.
1999
2000 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
2001
2002         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
2003         2147483647.
2004
2005 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2006
2007         * gcc.dg/20031102-1.c: New test.
2008
2009 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2010
2011         * gcc.dg/complex-1.c: New test.
2012
2013 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2014
2015         PR c++/12796
2016         * g++.dg/template/crash13.C: Adjust expected error location.
2017         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2018
2019 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2020
2021         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2022
2023 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2024
2025         PR/10239
2026         * gcc.c-torture/compile/20031031-2.c: New test.
2027
2028 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2029
2030         PR/11640
2031         * gcc.c-torture/compile/20031031-1.c: New test.
2032
2033 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2034
2035         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2036         * gcc.misc-tests/bprob.exp: Likewise.
2037         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
2038         the execution test on arm-elf configs.
2039         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
2040         configs that don't support scratch files.
2041         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
2042
2043 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
2044
2045         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
2046         done by dejagnu.
2047
2048 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
2049
2050         * ada/acats/run_all.sh: Redirect mv output to /dev/null
2051         Avoid non pure sh syntax. Add more logging.
2052
2053         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
2054         fail.
2055
2056 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2057
2058         PR libgcj/10610
2059         * gcc.dg/ppc-stackalign-1.c: New test.
2060
2061 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
2062
2063         * ada/acats/run_all.sh: Change output to be more compliant with
2064         dejagnu framework.
2065         Create acats.sum and acats.log files under testsuite/ada/acats
2066         Only run [a-z]* directories, to filter out e.g. CVS.
2067         Redirect build output to log file.
2068
2069 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2070
2071         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
2072
2073 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2074
2075         PR ada/5909:
2076         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
2077
2078 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
2079
2080         * gcc.c-torture/compile/20031023-1.c: New test.
2081         * gcc.c-torture/compile/20031023-2.c: New test.
2082         * gcc.c-torture/compile/20031023-3.c: New test.
2083         * gcc.c-torture/compile/20031023-4.c: New test.
2084
2085 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2086
2087         PR c++/10371
2088         * g++.dg/lookup/scoped8.C: New test.
2089
2090 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2091
2092         * g++.dg/opt/reg-stack3.C: New test.
2093
2094 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2095
2096         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
2097
2098 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2099
2100         PR c++/11076
2101         * g++.dg/template/crash13.C: New test.
2102
2103 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2104
2105         * gcc.dg/c99-restrict-2.c: New test.
2106
2107 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
2108
2109         PR c++/12698, c++/12699, c++/12700, c++/12566
2110         * g++.dg/inherit/covariant9.C: New test.
2111         * g++.dg/inherit/covariant10.C: New test.
2112         * g++.dg/inherit/covariant11.C: New test.
2113
2114 2003-10-23  Jason Merrill  <jason@redhat.com>
2115
2116         PR c++/12726
2117         * g++.dg/ext/complit2.C: New test.
2118
2119 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2120
2121         PR target/12654
2122         * gcc.c-torture/execute/20031020-1.c: New test.
2123
2124 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2125
2126         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
2127         following the jump_insn.
2128
2129 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2130
2131         * gcc.dg/cast-lvalue-1.c: New test.
2132
2133 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
2134
2135         PR c++/11962
2136         * g++.dg/template/cond2.C: New test.
2137
2138 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2139
2140         * gcc.dg/builtins-28.c: New test.
2141
2142 2003-10-20  Jan Hubicka  <jh@suse.cz>
2143
2144         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
2145         parameter.
2146         * testsuite/gcc.dg/inline-2.c: Likewise.
2147
2148 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2149
2150         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
2151         * gcc.dg/nest.c:  Likewise.
2152
2153 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2154
2155         PR c++/9781, c++/10583, c++/11862
2156         * g++.dg/parse/crash13.C: New test.
2157
2158 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2159
2160         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
2161
2162 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2163
2164         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
2165         Define HAVE_C99_RUNTIME except on Solaris.
2166         * gcc.dg/builtins-20.c: Likewise.
2167
2168 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2169
2170         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2171
2172 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2173
2174         PR c++/12495
2175         * g++.dg/template/crash21.C: New test.
2176
2177 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2178
2179         PR c++/2513
2180         * g++.dg/template/typename5.C: New test.
2181
2182 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2183
2184         PR c++/12369
2185         * g++.dg/template/friend25.C: New test.
2186
2187 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
2188
2189         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
2190         versions.
2191
2192 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
2193
2194         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
2195         == 2147483647.
2196
2197 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
2198
2199         * gcc.c-torture/execute/960416-1.x: Remove.
2200         * gcc.c-torture/execute/divconst-3.x: Likewise.
2201
2202 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
2203
2204         PR target/12598
2205         * gcc.dg/torture/cris-volatile-1.c: New test.
2206
2207 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2208
2209         PR optimization/9325
2210         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
2211         for overflowing floating point to integer conversion during RTL
2212         simplification.
2213
2214 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
2215
2216         * objc/execute/_cmd.m: Fix typo.
2217         * objc.dg/image-info.m, objc.dg/symtab-1.m:
2218         Relax 'scan-assembler' regexp.
2219         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
2220         objc.dg/try-catch-4.m: Run on non-Darwin targets.
2221         * objc.dg/zero-link-2.m: Remove blank line.
2222         * objc.dg/zero-link-3.m: New test case.
2223
2224 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
2225
2226         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
2227
2228         * gcc.dg/asm-names.c: Use scan-assembler-not rather
2229         than linker trickery.
2230
2231 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2232
2233         PR c++/12370
2234         * g++.dg/other/friend2.C: New test.
2235
2236 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2237
2238         * gcc.dg/20031012-1.c: New test.
2239
2240 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2241
2242         * gcc.dg/weak/weak-3.c: Fix for new warning.
2243
2244 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2245
2246         PR optimization/8750
2247         * gcc.c-torture/execute/20031012-1.c: New test case.
2248
2249 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2250
2251         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
2252         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
2253
2254 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2255
2256         PR optimization/12260
2257         * gcc.c-torture/compile/20031011-2.c: New test case.
2258
2259 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2260
2261         * gcc.c-torture/execute/20031011-1.c: New testcase.
2262
2263 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
2264
2265         * gcc.c-torture/compile/20031011-1.c: New test.
2266
2267 2003-10-11  Jan Hubicka  <jh@suse.cz>
2268
2269         * g++.dg/other/first-global.C: New test.
2270
2271 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2272
2273         * gcc.c-torture/execute/string-opt-18.c: New testcase.
2274
2275 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
2276
2277         * gcc.c-torture/compile/20031010-1.c: New test.
2278
2279 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
2280
2281         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
2282         * gcc.c-torture/execute/va-arg-25.c: ... here.
2283
2284 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
2285
2286         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
2287
2288 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
2289
2290         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
2291
2292 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
2293
2294         * g++.dg/parse/error2.C: New test.
2295
2296 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
2297
2298         PR c++/11097
2299         * g++.dg/other/error5.C: Modify the error message.
2300         * g++.dg/lookup/using8.C: New test.
2301
2302 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
2303
2304         * gcc.dg/darwin-abi-2.c: New file.
2305         * gcc.c-torture/execute/va-arg-24.c: New file.
2306
2307 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
2308
2309         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
2310         indentation.
2311
2312 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
2313
2314         PR c++/10147
2315         * g++.dg/other/error4.C: Update error messages.
2316         * g++.dg/template/ptrmem4.C: Likewise.
2317
2318         PR c++/12337
2319         * g++.dg/init/new9.C: New test.
2320
2321         PR c++/12334, c++/12236, c++/8656
2322         * g++.dg/ext/attrib8.C: New test.
2323
2324 2003-10-06  Devang Patel  <dpatel@apple.com>
2325
2326         * gcc.dg/debug/dwarf2-3.h: New test.
2327         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
2328
2329 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
2330
2331         * g++.dg/opt/cfg2.C: New test.
2332
2333 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2334
2335         * g++.dg/opt/float1.C: New test.
2336
2337 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2338
2339         * gcc.dg/c90-array-lval-6.c: New test.
2340         * gcc.dg/c99-array-lval-6.c: New test.
2341
2342 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
2343             Ziemowit Laski  <zlaski@apple.com>
2344
2345         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
2346         'Derived', so that it is never considered a class method; add
2347         new warning for '+port' method ambiguity.
2348         * objc.dg/method-12.m: Include <objc/objc.h> instead of
2349         <objc/objc-api.h> (needed on Mac OS X).
2350         * objc.dg/method-13.m: New test.
2351
2352 2003-10-03  Roger Sayle  <roger@eyesopen.com>
2353
2354         PR optimization/9325, PR java/6391
2355         * gcc.c-torture/execute/20031003-1.c: New test case.
2356
2357 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
2358
2359         PR optimization/12180
2360         * gcc.dg/20031002-1.c: New test.
2361
2362         PR c++/12486
2363         * g++.dg/inherit/error1.C: New test.
2364
2365 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
2366
2367         * lib/f-torture.exp (search_for): Rename to...
2368         (search_for_re): This.  Also, clean up comments and the
2369         "regexp" invocation.
2370
2371 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2372
2373         * gcc.c-torture/compile/20031002-1.c: New test.
2374
2375 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
2376
2377         * g++.dg/opt/cond1.C: New test.
2378
2379 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2380
2381         * gcc.dg/Wold-style-definition-2.c: New testcase.
2382         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2383
2384 2003-09-29  Richard Henderson  <rth@redhat.com>
2385
2386         * g++.dg/init/array10.C: Add dg-options.
2387
2388 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2389
2390         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2391
2392 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2393
2394         * g++.dg/template/friend19.C: Fix typo.
2395         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
2396
2397 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2398
2399         * gcc.c-torture/execute/20030928-1.c: New test.
2400         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
2401
2402 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2403
2404         * g++.dg/opt/unroll1.C: New test.
2405
2406 2003-09-26  Roger Sayle  <roger@eyesopen.com>
2407
2408         PR optimization/11741
2409         * gcc.dg/20030926-1.c: New test case.
2410
2411 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2412
2413         PR c++/5655
2414         * g++.dg/parse/access7.C: New test.
2415         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
2416
2417 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
2418
2419         MERGE OF objc-improvements-branch into MAINLINE:
2420         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
2421         if libobjc has not been built.
2422         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
2423         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
2424         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
2425         objc/execute/nested-3.m, objc/execute/np-2.m,
2426         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
2427         objc/execute/redefining_self.m, objc/execute/root_methods.m,
2428         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
2429         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
2430         objc.dg/special/unclaimed-category-1.h,
2431         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
2432         well as GNU runtime.
2433         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
2434         * execute/cascading-1.m, execute/function-message-1.m,
2435         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
2436         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
2437         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
2438         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
2439         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
2440         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
2441         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
2442         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
2443         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
2444         * objc.dg/bitfield-2.m: Run only on Darwin.
2445         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
2446         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
2447         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
2448         * objc.dg/const-str-1.m: Fix constant string layout.
2449
2450 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
2451
2452         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
2453
2454 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
2455
2456         * gcc.dg/darwin-abi-1.c: New file.
2457
2458 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
2459
2460         PR target/12281
2461         * gcc.c-torture/compile/20030921-1.c: New test.
2462
2463 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2464
2465         * g++.dg/opt/reg-stack2.C: New test.
2466
2467 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2468
2469         * g++.dg/eh/delayslot1.C: New test.
2470
2471 2003-09-20  Richard Henderson  <rth@redhat.com>
2472
2473         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
2474
2475 2003-09-20  Roger Sayle  <roger@eyesopen.com>
2476
2477         * gcc.c-torture/execute/20030920-1.c: New test case.
2478
2479 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2480
2481         * g++.dg/rtti/typeid3.C: Correct expected error message.
2482
2483 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2484
2485         PR c++/157
2486         * g++.dg/parse/crash12.C: New test.
2487
2488 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
2489
2490         * gcc.dg/compat/mixed-struct-check.h: New.
2491         * gcc.dg/compat/mixed-struct-defs.h: New.
2492         * gcc.dg/compat/mixed-struct-init.h: New.
2493         * gcc.dg/compat/struct-by-value-19_main.c: New.
2494         * gcc.dg/compat/struct-by-value-19_x.c: New.
2495         * gcc.dg/compat/struct-by-value-19_y.c: New.
2496         * gcc.dg/compat/struct-by-value-20_main.c: New.
2497         * gcc.dg/compat/struct-by-value-20_x.c: New.
2498         * gcc.dg/compat/struct-by-value-20_y.c: New.
2499         * gcc.dg/compat/struct-return-19_main.c: New.
2500         * gcc.dg/compat/struct-return-19_x.c: New.
2501         * gcc.dg/compat/struct-return-19_y.c: New.
2502         * gcc.dg/compat/struct-return-20_main.c: New.
2503         * gcc.dg/compat/struct-return-20_x.c: New.
2504         * gcc.dg/compat/struct-return-20_y.c: New.
2505
2506 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
2507         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
2508         so that it will not complain on LP64 targets.
2509
2510 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2511
2512         PR c++/495
2513         * g++.dg/template/friend24.C: New test.
2514
2515 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
2516
2517         PR c++/12332
2518         * g++.dg/template/memtmpl2.C: New test.
2519
2520 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
2521
2522         PR target/11184
2523         * gcc.dg/builtin-apply1.c: New test.
2524
2525 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
2526
2527         PR c++/9848
2528         * g++.dg/warn/Wunused-4.C: New test.
2529
2530 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2531
2532         PR c++/12316
2533         * g++.dg/other/gc2.C: New test.
2534
2535 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
2536
2537         PR c++/11991
2538         * g++.dg/rtti/typeid3.C: New test.
2539
2540         PR c++/12266
2541         * g++.dg/overload/template1.C: New test.
2542
2543 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
2544
2545         * g++.dg/opt/cfg3.C: New test.
2546
2547 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2548
2549         PR c++/7939
2550         * g++.dg/template/crash11.C: New test.
2551
2552 2003-09-16  Jason Merrill  <jason@redhat.com>
2553             Jakub Jelinek  <jakub@redhat.com>
2554
2555         * gcc.dg/attr-warn-unused-result.c: New test.
2556
2557 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2558
2559         PR c++/12184
2560         * g++.dg/expr/call2.C: New test.
2561
2562 2003-09-15  Andreas Jaeger  <aj@suse.de>
2563
2564         * gcc.dg/Wold-style-definition-1.c: New test.
2565
2566 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
2567
2568         PR c++/3907
2569         * g++.dg/parse/template12.C: New test.
2570
2571         * g++.dg/abi/bitfield11.C: New test.
2572         * g++.dg/abi/bitfield12.C: Likewise.
2573
2574 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
2575
2576         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
2577         non-expansion of functional macro name without arguments at EOL.
2578         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
2579
2580 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
2581
2582         * gcc.c-torture/execute/20030914-[12].c: New tests.
2583
2584 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
2585
2586         PR c++/11788
2587         * g++.dg/overload/addr1.C: New test.
2588
2589 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
2590
2591         * gcc.dg/20030909-1.c: New test.
2592
2593 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2594
2595         * gcc.dg/ultrasp10.c: New test.
2596
2597 2003-09-09  Devang Patel  <dpatel@apple.com>
2598
2599         * gcc.dg/darwin-ld-6.c: New test.
2600
2601 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2602
2603         * gcc.dg/torture/builtin-explog-1.c: New testcase.
2604
2605 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
2606
2607         * gcc.dg/ia64-types1.c: New test.
2608         * gcc.dg/ia64-types2.c: Likewise.
2609
2610 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2611
2612         * gcc.dg/builtins-1.c: Add more _Complex tests.
2613         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2614
2615         * gcc.dg/builtins-1.c: Test existing _Complex functions.
2616         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2617
2618 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
2619
2620         PR c++/11786
2621         * g++.dg/lookup/koenig2.C: New test.
2622
2623         PR c++/5296
2624         * g++.dg/rtti/typeid2.C: New test.
2625
2626 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
2627
2628         * gcc.c-torture/compile/20030904-1.c: New test.
2629
2630 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2631
2632         * g++.dg/opt/longbranch2.C: New test.
2633
2634 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
2635
2636         * g++.dg/template/crash10.C: Only compile it.
2637
2638 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
2639
2640         PR middle-end/11665
2641         * gcc.c-torture/compile/20030907-1.c: New test.
2642         * g++.dg/init/array11.C: New test.
2643
2644 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
2645
2646         PR c++/11852
2647         * g++.dg/init/struct1.C: New test.
2648
2649 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
2650
2651         PR c++/12181
2652         * g++.dg/expr/comma1.C: New test.
2653
2654 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
2655
2656         PR c++/11867
2657         * g++.dg/expr/static_cast5.C: New test.
2658
2659 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
2660
2661         PR c++/11507
2662         * g++.dg/lookup/scoped7.C: New test.
2663
2664         PR c++/9574
2665         * g++.dg/other/static1.C: New test.
2666
2667         PR c++/11490
2668         * g++.dg/warn/template-1.C: New test.
2669
2670         PR c++/11432
2671         * g++.dg/template/crash10.C: New test.
2672
2673         PR c++/2478
2674         * g++.dg/overload/VLA.C: New test.
2675
2676         PR c++/10804
2677         * g++.dg/template/call1.C: New test.
2678
2679 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2680
2681         PR c++/11794
2682         * g++.dg/parse/using3.C: New test.
2683
2684 2003-09-06  Roger Sayle  <roger@eyesopen.com>
2685
2686         PR c++/11409
2687         * g++.dg/overload/builtin3.C: New test case.
2688
2689 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
2690
2691         PR c/9862
2692         * gcc.dg/20030906-1.c: New test.
2693         * gcc.dg/20030906-2.c: Likewise.
2694
2695 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2696
2697         PR c++/12167
2698         * g++.dg/parse/defarg5.C: New test.
2699
2700         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
2701
2702 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
2703
2704         PR c++/12163
2705         * g++.dg/expr/static_cast4.C: New test.
2706
2707         PR c++/12146
2708         * g++.dg/template/crash9.C: New test.
2709
2710 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
2711
2712         * g++.old-deja/g++.ext/pretty2.C: Update for change
2713         in __FUNCTION__.
2714         * g++.old-deja/g++.ext/pretty3.C: Likewise.
2715
2716 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
2717
2718         PR c++/11922
2719         * g++/dg/template/qualified-id1.C: New test.
2720
2721         PR c++/12037
2722         * g++.dg/warn/noeffect4.C: New test.
2723
2724 2003-09-04  Matt Austern  <austern@apple.com>
2725
2726         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
2727         * g++.dg/ext/fnname2.C: Likewise.
2728         * g++.dg/ext/fnname3.C: Likewise.
2729
2730 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
2731
2732         * g++.dg/expr/lval1.C: New test.
2733         * g++.dg/ext/lvcast.C: Remove.
2734
2735 2003-09-03  Roger Sayle  <roger@eyesopen.com>
2736
2737         PR optimization/11700.
2738         * gcc.c-torture/compile/20030903-1.c: New test case.
2739
2740 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
2741
2742         PR c++/12053
2743         * g++.dg/abi/layout4.C: New test.
2744
2745 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
2746
2747         PR c++/11553
2748         * g++.dg/parse/friend3.C: New test.
2749
2750 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
2751
2752         PR c++/11847
2753         * g++.dg/template/class1.C: New test.
2754
2755         PR c++/11808
2756         * g++.dg/expr/call1.C: New test.
2757
2758 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
2759
2760         PR c++/12114
2761         * g++.dg/init/ref9.C: New test.
2762
2763         PR c++/11972
2764         * g++.dg/template/nested4.C: New test.
2765
2766 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
2767
2768         PR c++/12093
2769         * g++.dg/template/non-dependent4.C: New test.
2770
2771         PR c++/11928
2772         * g++.dg/inherit/conv1.C: New test.
2773
2774 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
2775
2776         PR c++/6196
2777         * g++.dg/ext/label1.C: New test.
2778         * g++.dg/ext/label2.C: Likewise.
2779
2780 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
2781
2782         * g++.dg/expr/cond3.C: New test.
2783
2784 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2785
2786         * gcc.dg/builtins-1.c: Add new builtin cases.
2787
2788 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2789
2790         * gcc.dg/builtins-1.c: Add new cases.
2791         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2792
2793 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2794
2795         * gcc.dg/builtins-1.c: Add more math builtin tests.
2796         * gcc.dg/torture/builtin-attr-1.c: New test.
2797
2798 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
2799
2800         PR optimization/5079
2801         * g++.dg/opt/static3.C: New test.
2802
2803 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2804
2805         * gcc.misc-tests/gcov-10b.c: New test.
2806
2807 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
2808
2809         * g++.dg/opt/ptrmem3.C: New test.
2810
2811         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
2812
2813 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
2814
2815         * gcc.dg/20030826-2.c: New test.
2816
2817 2003-08-26  Roger Sayle  <roger@eyesopen.com>
2818
2819         PR middle-end/12002
2820         * g77.f-torture/compile/12002.f: New test case.
2821
2822 2003-08-26  Roger Sayle  <roger@eyesopen.com>
2823
2824         * gcc.dg/20030826-1.c: New test case.
2825
2826 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
2827
2828         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
2829
2830 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
2831
2832         PR c++/11871
2833         * c++.dg/lookup/crash1.C: New test.
2834
2835         * c++.dg/warn/noeffect3.C: New test.
2836
2837 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
2838
2839         * gcc.dg/compat/vector-1_x.c: Compile with -w.
2840         * gcc.dg/compat/vector-1_y.c: Ditto.
2841         * gcc.dg/compat/vector-2_x.c: Ditto.
2842         * gcc.dg/compat/vector-2_y.c: Ditto.
2843
2844 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
2845
2846         * gcc.dg/20030702-1.c: New test.
2847
2848 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
2849
2850         PR c++/8795
2851         * g++.dg/ext/altivec-1.C: New test.
2852
2853 2003-08-24  Richard Henderson  <rth@redhat.com>
2854
2855         * g++.dg/eh/simd-2.C: Add -w for x86.
2856
2857 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
2858
2859         * gcc.dg/20030815-1.c: New test.
2860
2861 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2862
2863         PR c++/3765
2864         * g++.dg/parse/access6.C: New test.
2865
2866 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2867
2868         PR c++/641, c++/11876
2869         * g++.dg/template/friend22.C: New test.
2870         * g++.dg/template/friend23.C: Likewise.
2871
2872 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2873
2874         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
2875         identically.
2876
2877 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2878
2879         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
2880
2881 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2882
2883         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
2884
2885 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2886
2887         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
2888
2889 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2890
2891         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
2892
2893 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
2894
2895         PR c++/11919
2896         * g++.dg/overload/prom1.C: New test.
2897
2898         PR c++/11551
2899         * g++.dg/parse/dtor2.C: New test.
2900
2901         PR c++/10762
2902         * g++.dg/parse/using2.C: New test.
2903
2904 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
2905
2906         PR target/11805
2907         * gcc.c-torture/compile/20030821-1.c: New.
2908
2909 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
2910
2911         PR c++/11834
2912         * g++.dg/template/deduce2.C: New test.
2913
2914 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
2915
2916         * gcc.c-torture/execute/20030821-1.c: New test.
2917
2918 2003-08-20  Roger Sayle  <roger@eyesopen.com>
2919
2920         PR middle-end/11984
2921         * gcc.dg/20030820-1.c: New test case.
2922
2923 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
2924
2925         PR c++/11945
2926         * g++.dg/warn/noeffect2.C: New test.
2927
2928 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
2929
2930         PR c++/10926
2931         * g++.dg/template/dtor2.C: New test.
2932
2933         PR c++/11684
2934         * g++.dg/template/operator1.C: New test.
2935         * g++.dg/parse/operator4.C: New test.
2936
2937         PR c++/11946.C
2938         * g++.dg/expr/enum1.C: New test.
2939         * gcc.dg/c99-bool-1.c: Remove bogus warning.
2940
2941         PR c++/11036.C
2942         * g++.dg/parse/elab2.C: New test.
2943         * g++.dg/parse/typedef4.C: Change error message.
2944         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
2945         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
2946         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
2947
2948 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2949
2950         * gcc.dg/pch/warn-1.c: New.
2951         * gcc.dg/pch/warn-1.hs: New.
2952
2953         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
2954         not-tested file.
2955
2956 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2957
2958         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
2959
2960 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2961
2962         * gcc.dg/uninit-D.c: New Test.
2963         * gcc.dg/uninit-E.c: New Test.
2964         * gcc.dg/uninit-F.c: New Test.
2965         * gcc.dg/uninit-G.c: New Test.
2966
2967 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
2968
2969         * g++.dg/README: Describe the pch directory.
2970
2971 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2972
2973         PR c++/11174
2974         * g++.dg/parse/access4.C: New test.
2975         * g++.dg/parse/access5.C: Likewise.
2976         * g++.old-deja/g++.jason/access17.C: Adjust error message.
2977
2978 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
2979
2980         * gcc.dg/noncompile/20030818-1.c: New.
2981
2982 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2983
2984         PR c++/11957
2985         * g++.dg/warn/noeffect1.C: New test.
2986
2987         * g++.dg/template/scope2.C: New test.
2988         * g++.dg/template/error2.C: Correct dg-error
2989
2990 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
2991
2992         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
2993
2994 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
2995
2996         PR C++/11512
2997         * g++.dg/template/warn1.C: New.
2998
2999 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3000
3001         * g++.dg/template/error2.C: New test.
3002         * g++.dg/lookup/using7.C: Adjust errors
3003         * g++.old-deja/g++.pt/crash36.C: Likewise.
3004         * g++.old-deja/g++.pt/derived3.C: Likewise.
3005
3006 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3007
3008         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
3009         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
3010         * gcc.c-torture/execute/builtins/string-9.c: New, from
3011         string-opt-9.c.  Adjust for execute/builtins framework.
3012         * gcc.c-torture/execute/string-opt-9.c: Delete.
3013
3014 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
3015
3016         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
3017
3018         * g++.dg/parse/ret-type2.C: New test.
3019
3020         PR c++/11703
3021         * g++.dg/init/new8.C: New test.
3022
3023         PR c++/10923
3024         * g++.dg/parse/typedef5.C: New test.
3025
3026         PR c++/9512
3027         * g++.dg/parse/qualified2.C: New test.
3028         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
3029         invalid code.
3030
3031 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
3032
3033         * g++.dg/conversion/ptrmem1.C: New test.
3034
3035 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
3036
3037         PR target/11693
3038         * gcc.dg/20030811-1.c: New test.
3039
3040         PR target/11535
3041         * gcc.c-torture/execute/20030811-1.c: New test.
3042
3043 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3044
3045         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
3046
3047 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
3048
3049         PR c++/11789.C
3050         * g++.dg/inherit/multiple1.C: New test.
3051
3052 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3053
3054         * gcc.dg/spe1.c: New test.
3055
3056         PR c++/11670
3057         * g++.dg/expr/cast2.C: New test.
3058
3059         PR c++/10530
3060         * g++.dg/template/dependent-name2.C: New test.
3061
3062 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
3063
3064         * g++.dg/parse/crash11.C: Put the dg options in comments.
3065
3066 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
3067
3068         * lib/gcc-dg.exp: Update for diagnostic change.
3069
3070 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3071
3072         PR c++/5767
3073         * g++.dg/parse/crash11.C: New test.
3074
3075 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
3076
3077         * gcc.dg/cpp/spacing1.c: Update.
3078
3079 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
3080
3081         PR target/11739
3082         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
3083         a value for -mtune.
3084
3085 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3086
3087         PR middle-end/11771
3088         * gcc.c-torture/compile/20030804-1.c: New test case.
3089
3090 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3091
3092         * gcc.dg/20030804-1.c: New test case.
3093
3094 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
3095
3096         * gcc.dg/cpp/separate-1.c: New test.
3097
3098 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3099
3100         PR c++/11704
3101         * g++.dg/template/dependent-expr2.C: New test.
3102
3103         PR c++/11766
3104         * g++.dg/expr/ptrmem1.C: New test.
3105
3106 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3107
3108         PR c++/9453
3109         * g++.dg/template/friend15.C: New test.
3110
3111 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3112
3113         * lib/dg-pch.exp: Work round PCH bug.
3114
3115 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3116
3117         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
3118         builtins.  Move cases from builtins-4.c here.
3119
3120         * gcc.dg/torture/builtin-math-1.c: New test taken from
3121         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
3122         additional cases.
3123
3124         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
3125         Delete.
3126
3127 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3128
3129         PR c++/9447
3130         * g++.dg/template/using7.C: New test.
3131
3132 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3133
3134         * import1.c, import2.c: New tests.
3135
3136 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
3137
3138         * g++.dg/eh/crossjump1.C: New test.
3139
3140 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
3141
3142         PR c++/11697
3143         * g++.dg/template/using6.C: New test.
3144
3145         PR c++/11744
3146         * g++.dg/template/koenig2.C: New test.
3147
3148 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3149
3150         PR c++/7983
3151         * g++.dg/parse/typedef4.C: New test.
3152
3153 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3154
3155         PR c++/8442, c++/8806
3156         * g++.dg/template/elab1.C: New test.
3157         * g++.dg/template/type2.C: Likewise.
3158         * g++.dg/template/ttp3.C: Adjust expected error message.
3159         * g++.old-deja/g++.law/visibility13.C: Likewise.
3160         * g++.old-deja/g++.niklas/t135.C: Likewise.
3161         * g++.old-deja/g++.pt/ttp41.C: Likewise.
3162         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
3163         template argument.
3164         * g++.old-deja/g++.pt/ttp44.C: Likewise.
3165
3166 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
3167
3168         PR c++/11295
3169         * g++.dg/ext/stmtexpr1.C: New test.
3170
3171         * g++.dg/opt/tmp1.C: New test.
3172
3173         PR c++/11525
3174         * g++.dg/parse/constant4.C: New test.
3175
3176         PR c++/9447
3177         * g++.dg/template/using5.C: New test.
3178
3179 2003-07-31  Roger Sayle  <roger@eyesopen.com>
3180
3181         * gcc.dg/builtins-27.c: New test case.
3182
3183 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
3184
3185         * gcc.dg/tls/opt-7.c: New test.
3186
3187 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
3188
3189         * g++.old-deja/g++.other/crash18.C: Remove.
3190
3191 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3192
3193         * g++.dg/template/explicit3.C: New.
3194         * g++.dg/template/explicit4.C: New.
3195         * g++.dg/template/explicit5.C: New.
3196
3197         PR c++/11347
3198         * g++.dg/template/memtmpl1.C: New.
3199
3200 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
3201
3202         PR target/11565
3203         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
3204         * gcc.dg/i386-387-5.c (dg-options): Likewise.
3205
3206 2003-07-30  Jan Hubicka  <jh@suse.cz>
3207
3208         * vtgc1.c: Kill.
3209
3210 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
3211
3212         * gcc.dg/struct-in-proto-1.c: New test.
3213
3214 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
3215
3216         * gcc.dg/cpp/include2.c: Only expect one message.
3217
3218 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
3219
3220         PR c++/9447
3221         * g++.dg/template/using1.C: New test.
3222         * g++.dg/template/using2.C: New test.
3223         * g++.dg/template/using3.C: New test.
3224         * g++.dg/template/using4.C: New test.
3225
3226 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
3227
3228         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
3229         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3230
3231 2003-07-28  Jan Hubicka  <jh@suse.cz>
3232
3233         PR c++/11530
3234         * g++.dg/opt/call1.C: New test.
3235
3236 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
3237
3238         PR c++/11667
3239         * g++.dg/init/enum2.C: New test.
3240         * g++.dg/template/overload1.C: Add "-w" option.
3241
3242 2003-07-28    <hp@bitrange.com>
3243
3244         * gcc.dg/Wdeclaration-after-statement-1.c,
3245         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
3246
3247 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
3248
3249         * gcc.c-torture/compile/20030725-1.c: New test.
3250
3251 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
3252
3253         * gcc.dg/20030505.c: Only run for SPE.
3254         Remove definition of opaque type.
3255
3256 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
3257
3258         * g++.dg/template/ptrmem6.C: New test.
3259
3260 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
3261
3262         * gcc.c-torture/compile/zero-strct-2.c: New test.
3263
3264 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
3265
3266         * gcc.dg/intermod-1.c: New test.
3267
3268 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3269
3270         PR c++/11617
3271         * g++.dg/template/lookup2.C: New test.
3272         * g++.dg/template/memclass1.C: Remove instantiated from error.
3273         * g++.dg/other/error2.C: Tweak expected errors.
3274
3275         PR c++/11596
3276         * g++.dg/template/defarg3.C: New test.
3277
3278         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
3279
3280 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
3281
3282         * g++.dg/inherit/access5.C: New test.
3283
3284 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3285
3286         PR c++/11513
3287         * g++.dg/template/crash8.C: New test.
3288
3289 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
3290
3291         PR c/10602
3292         * gcc.dg/noncompile/incomplete-2.c: New test.
3293
3294 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
3295
3296         PR c++/11645
3297         * g++.dg/inherit/access4.C: New test.
3298
3299         PR c++/11517
3300         * g++.dg/expr/cond2.C: New test.
3301
3302         PR optimization/10679
3303         * g++.dg/opt/inline4.C: New test.
3304
3305 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3306
3307         * g++.dg/parse/crash10: New test.
3308
3309 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3310
3311         * g++.dg/ext/flexary1.C: New test.
3312
3313 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3314
3315         PR c++/10793
3316         * g++.dg/template/crash9.C: New test.
3317
3318 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3319
3320         PR c++/3004
3321         * g++.dg/parse/typedef3.C: New test.
3322
3323         PR c++/7906
3324         * g++.dg/parse/operator2.C: New test.
3325
3326         PR c++/8895
3327         * g++.dg/parse/def-tmpl-arg1.C: New test.
3328
3329         PR c++/9282
3330         * g++.dg/parse/funptr1.C: New test.
3331
3332         PR c++/9452
3333         * g++.dg/parse/ambig3.C: New test.
3334
3335         PR c++/9454
3336         * g++.dg/parse/operator3.C: New test.
3337
3338         PR c++/9486
3339         * g++.dg/parse/template10.C: New test.
3340
3341         PR c++/9488
3342         * g++.dg/parse/template11.C: New test.
3343
3344         PR c++/10150
3345         * g++.dg/parse/invalid-op1.C: New test.
3346
3347         PR c++/10247
3348         * g++.dg/parse/condexpr1.C: New test.
3349
3350 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3351
3352         * g++.dg/ext/packed3.C: New test.
3353         * g++.dg/ext/packed4.C: New test.
3354
3355         * gcc.dg/pack-test-3.c: New test.
3356
3357 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
3358
3359         * lib/compat.exp: Handle dg-options per source file.
3360         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
3361         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
3362         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
3363         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
3364         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
3365         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
3366         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
3367         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
3368         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
3369         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
3370         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
3371         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
3372         * g++.dg/compat/break/bitfield7_x.C: Ditto.
3373         * g++.dg/compat/break/bitfield7_y.C: Ditto.
3374
3375 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3376
3377         PR c/10320
3378         * gcc.c-torture/execute/20030718-1.c: New test.
3379
3380 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3381
3382         PR optimization/11536
3383         * gcc.dg/20030721-1.c: New test.
3384
3385 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
3386
3387         PR c++/11546
3388         * g++.dg/template/lookup1.C: New test.
3389
3390 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
3391
3392         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
3393         diagnostics of ill-formed constructs involving labels.
3394         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
3395         the new 'previously defined here' message.
3396
3397 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
3398
3399         * g++.dg/parse/non-dependent2.C: New test.
3400
3401 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
3402
3403         * g++.dg/init/init-ref4.C: xfail on targets without
3404         weak symbols.
3405
3406 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
3407
3408         PR target/11087
3409         * gcc.c-torture/execute/20030717-1.c: New test.
3410
3411 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3412
3413         * g++.dg/opt/cfg1.C: New test.
3414
3415 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
3416
3417         PR optimization/11557
3418         * gcc.dg/20030717-1.c: New test.
3419
3420 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
3421
3422         PR c++/10476
3423         * g++.dg/expr/crash-1.C: New test.
3424
3425         PR c++/11027
3426         * g++.dg/template/init3.C: New test.
3427
3428         PR c++/8222
3429         * g++.dg/template/non-dependent1.C: New test.
3430
3431         PR c++/11070
3432         * g++.dg/template/non-dependent2.C: New test.
3433
3434         PR c++/11071
3435         * g++.dg/template/non-dependent3.C: New test.
3436
3437         PR c++/9907
3438         * g++.dg/template/sizeof5.C: New test.
3439
3440 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
3441
3442         PR 11498
3443         * gcc.c-torture/compile/mangle-1.c: New file.
3444
3445 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3446
3447         PR c++/7809
3448         * g++.dg/parse/access3.C: New test.
3449
3450 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
3451
3452         PR c++/11384
3453         * g++.dg/init/init-ref4.C: New test.
3454
3455 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
3456
3457         PR c++/11547
3458         * g++.dg/parse/constant3.C: New test.
3459         * g++.dg/parse/crash7.C: Likewise.
3460
3461 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
3462
3463         PR target/11008
3464         * gcc.dg/i386-pentium4-not-mull.c: New.
3465
3466 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
3467
3468         * gcc.dg/asm-names.c (ymain): Make it weak.
3469
3470 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3471
3472         PR c++/5421
3473         * g++.dg/template/friend21.C: New test.
3474
3475 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
3476
3477         * gcc.dg/cleanup-8.c: New test.
3478         * gcc.dg/cleanup-9.c: New test.
3479
3480 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
3481
3482         * g++.dg/ext/dll-MI1.h: New file.
3483         * g++.dg/ext/dllexport-MI1.C: New file.
3484         * g++.dg/ext/dllimport-MI1.C: New file.
3485
3486 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
3487
3488         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
3489         it does not have cmpstrsi patterns (just cmpmemsi).
3490
3491 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
3492
3493         PR debug/11473
3494         * g++.dg/debug/debug8.C: New test.
3495
3496 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3497
3498         PR c++/10108
3499         * g++.dg/template/crash7.C: New test.
3500
3501 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
3502
3503         PR target/10795
3504         * gcc.c-torture/compile/20030708-1.c: New.
3505
3506 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3507
3508         * gcc.c-torture/execute/20030715-1.c: New test.
3509
3510 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
3511
3512         * gcc.dg/pch/inline-3.c: New file.
3513         * gcc.dg/pch/inline-3.hs: New file.
3514         * gcc.dg/pch/inline-4.c: New file.
3515         * gcc.dg/pch/inline-4.hs: New file.
3516
3517 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
3518
3519         PR c++/11509
3520         * g++.dg/template/crash6.C: New test.
3521
3522         PR c++/7053
3523         * g++.dg/template/friend20.C: New test.
3524
3525         PR c++/7019
3526         * g++.dg/template/overload2.C: New test.
3527
3528 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3529
3530         PR optimization/11440
3531         * gcc.c-torture/execute/20030714-1.c: New test.
3532
3533 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3534
3535         PR c++/11154
3536         * g++.dg/template/partial2.C: New test.
3537
3538 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
3539
3540         PR c++/11503
3541         * g++.dg/template/anon1.C: New test.
3542
3543         PR c++/11493
3544         PR c++/11495
3545         * g++.dg/parse/template9.C: Likewise.
3546         * g++.dg/template/crash4.C: New test.
3547         * g++.dg/template/koenig1.C: Likewise.
3548         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
3549         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
3550         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
3551         functions.
3552         * g++.old-deja/g++.jason/template36.C: Likewise.
3553         * g++.old-deja/g++.mike/p1989.C: Likewise.
3554         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
3555         * g++.old-deja/g++.pt/ttp20.C: Use this->.
3556         * g++.old-deja/g++.pt/ttp21.C: Use this->.
3557         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
3558         compiling.
3559         * g++.old-deja/g++.pt/union2.C: Use this->.
3560
3561 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
3562
3563         * gcc.dg/20030711-1.c: New test.
3564
3565 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
3566
3567         PR c++/11050
3568         * g++.dg/parse/args1.C: New test.
3569         * g++.pt/defarg8.C: Change expected errors.
3570
3571 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
3572
3573         PR c++/8164
3574         * g++.dg/template/nontype2.C: New test.
3575
3576         PR c++/10558
3577         * g++.dg/parse/template8.C: New test.
3578
3579         PR c++/8327
3580         * g++.dg/template/scope1.C: New test.
3581
3582         * g++.dg/warn/Wsign-compare-1.C: New test.
3583
3584 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
3585
3586         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
3587
3588 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
3589
3590         PR c++/9411
3591         * g++.dg/template/explicit2.C: New test.
3592
3593         PR c++/10032
3594         * g++.dg/warn/pedantic1.C: New test.
3595
3596 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
3597
3598         PR c++ 9483
3599         * g++.dg/other/field1.C: New test.
3600
3601 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
3602
3603         PR c/11449
3604         * gcc.c-torture/compile/20030707-1.c: New.
3605
3606 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3607
3608         PR c++/10849
3609         * g++.dg/template/access12.C: New test.
3610
3611 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
3612
3613         * g++.dg/bprob/bprob.exp (prof_ext): Update.
3614         * g77.dg/bprob/bprob.exp (prof_ext): Update.
3615         * gcc.misc-tests/bprob.exp (prof_ext): Update.
3616         * gcc.misc-tests/gcov.exp: Update
3617         * g++.dg/gcov/gcov.exp: Update
3618         * lib/gcov.exp: Update.
3619
3620 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
3621
3622         * g++.dg/abi/mangle17.C: Make sure template expressions are
3623         dependent.
3624         * g++.dg/abi/mangle4.C: Mark erroneous casts.
3625         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
3626         * g++.dg/opt/stack1.C: Remove erroneous code.
3627         * g++.dg/parse/template7.C: New test.
3628         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
3629         * g++.old-deja/g++.pt/crash4.C: Likewise.
3630
3631 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3632
3633         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
3634         with zero or one occurence of `$' after the initial `L'.
3635
3636 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
3637
3638         * gcc.c-torture/compile/20030704-1.c: Add a comment.
3639
3640 2003-07-08  Roger Sayle  <roger@eyesopen.com>
3641
3642         PR c/11370
3643         * gcc.dg/Wunreachable-6.c: New testcase.
3644         * gcc.dg/Wunreachable-7.c: New testcase.
3645
3646 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
3647
3648         PR c/11420
3649         * gcc.dg/20030708-1.c: New test.
3650
3651 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
3652
3653         * gcc.dg/compat/sdata-section.h: New file.
3654         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
3655         * gcc.dg/torture/mips-sdata-1.c: New test.
3656
3657 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3658
3659         PR c++/11030
3660         * g++.dg/template/friend19.C: New test.
3661
3662 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
3663
3664         * g++.dg/opt/strength-reduce.C: New test.
3665
3666 2003-07-07  Roger Sayle  <roger@eyesopen.com>
3667
3668         PR target/10979
3669         * gcc.dg/20030707-1.c: New testcase.
3670
3671 2003-07-07  Roger Sayle  <roger@eyesopen.com>
3672
3673         PR optimization/11059
3674         * g++.dg/opt/emptyunion.C: New testcase.
3675
3676 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3677             Eric Botcazou  <ebotcazou@libertysurf.fr>
3678
3679         * g++.dg/opt/stack1.C: New test.
3680
3681 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
3682
3683         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
3684         run test.
3685
3686         PR c++/11431
3687         * g++.dg/expr/static_cast3.C: New test.
3688
3689 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3690
3691         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
3692         everywhere.
3693         * gcc.dg/concat.c: Concatenation of string constants with
3694         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
3695         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
3696         * gcc.dg/cpp/escape-2.c: Use wide character constants where
3697         necessary to avoid multi-character character constant warning.
3698         * gcc.dg/cpp/escape.c: Likewise.
3699         * gcc.dg/cpp/ucs.c: Likewise.
3700         Remove backslashes from dg-bogus comments, as they confuse Tcl.
3701         Fix a typo.
3702
3703 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
3704
3705         PR c/11428
3706         * gcc.c-torture/compile/20030704-1.c: New.
3707
3708 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
3709
3710         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
3711
3712 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
3713
3714         PR c++/5287, PR c++/7910,  PR c++/11021
3715         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
3716         tests for warnings.
3717         * g++.dg/ext/dllimport2.C: Add tests for warnings.
3718         * g++.dg/ext/dllimport3.C: Likewise.
3719         * g++.dg/ext/dllimport4.C: New file.
3720         * g++.dg/ext/dllimport5.C: New file.
3721         * g++.dg/ext/dllimport6.C: New file.
3722         * g++.dg/ext/dllimport7.C: New file.
3723         * g++.dg/ext/dllimport8.C: New file.
3724         * g++.dg/ext/dllimport9.C: New file.
3725         * g++.dg/ext/dllimport10.C: New file.
3726         * g++.dg/ext/dllexport1.C: New file.
3727
3728 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
3729
3730         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
3731         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
3732
3733 2003-07-03  Roger Sayle  <roger@eyesopen.com>
3734
3735         * gcc.dg/builtins-25.c: New testcase.
3736         * gcc.dg/builtins-26.c: New testcase.
3737
3738 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
3739
3740         * gcc.dg/compat/vector-defs.h: New file.
3741         * gcc.dg/compat/vector-setup.h: New file.
3742         * gcc.dg/compat/vector-check.h: New file.
3743         * gcc.dg/compat/vector-1_main.c: New file.
3744         * gcc.dg/compat/vector-1_x.c: New file.
3745         * gcc.dg/compat/vector-1_y.c: New file.
3746         * gcc.dg/compat/vector-2_main.c: New file.
3747         * gcc.dg/compat/vector-2_x.c: New file.
3748         * gcc.dg/compat/vector-2_y.c: New file.
3749
3750         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
3751         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
3752         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
3753         * gcc.dg/compat/struct-align-1.h: New file.
3754         * gcc.dg/compat/struct-align-1_main.c: New file.
3755         * gcc.dg/compat/struct-align-1_x.c: New file.
3756         * gcc.dg/compat/struct-align-1_y.c: New file.
3757         * gcc.dg/compat/struct-align-2.h: New file.
3758         * gcc.dg/compat/struct-align-2_main.c: New file.
3759         * gcc.dg/compat/struct-align-2_x.c: New file.
3760         * gcc.dg/compat/struct-align-2_y.c: New file.
3761
3762         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
3763         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3764         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3765         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3766         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3767         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3768         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3769         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3770         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3771         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3772         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3773         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3774         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3775         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3776         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3777         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3778         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3779         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3780         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3781         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3782         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3783         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3784         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3785         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3786         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3787         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3788         * gcc.dg/compat/struct-return-10_x.c: Ditto.
3789         * gcc.dg/compat/struct-return-2_x.c: Ditto.
3790         * gcc.dg/compat/struct-return-3_x.c: Ditto.
3791
3792 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3793
3794         * gcc.dg/i386-call-1.c: New test.
3795
3796 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
3797
3798         PR c++/9162
3799         * g++.dg/parse/defarg4.C: New.
3800
3801 2003-07-03  Roger Sayle  <roger@eyesopen.com>
3802
3803         PR target/10700
3804         * gcc.c-torture/compile/20030703-1.c: New test case.
3805
3806 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
3807
3808         * g++.dg/template/local3.C: Remove extra semicolon.
3809
3810 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3811
3812         * gcc.dg/i386-volatile-1.c: New test.
3813
3814 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
3815
3816         PR c++/11072
3817         * g++.dg/other/offsetof2.C: XFAIL.
3818         * g++.dg/other/offsetof5.C: New.
3819
3820         PR c++/10219
3821         * g++.dg/template/error1.C: New.
3822
3823         PR c++/9779
3824         * g++.dg/template/dependent-expr1.C: New.
3825
3826 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
3827
3828         PR c++/6949
3829         * g++.dg/template/local3.C: New test.
3830
3831         PR c++/11149
3832         * g++.dg/lookup/scoped6.C: New test.
3833
3834 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
3835
3836         PR c++/8046
3837         * g++.dg/other/error7.C: New test.
3838
3839 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
3840
3841         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
3842         * g++.old-deja/g++.abi/vtable3.h: Likewise.
3843         * g++.old-deja/g++.law/code-gen5.C: Likewise.
3844         * g++.old-deja/g++.other/union2.C: Likewise.
3845         * gcc.dg/c90-const-expr-2.c: Likewise.
3846         * gcc.dg/c90-const-expr-3.c: Likewise.
3847         * gcc.dg/c99-const-expr-2.c: Likewise.
3848         * gcc.dg/c99-const-expr-3.c: Likewise.
3849         * gcc.dg/concat.c: Likewise.
3850
3851 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
3852
3853         PR c++/9559
3854         * g++.dg/init/static1.C: New test.
3855
3856 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3857
3858         * Changelog: Remove ">>>>>>>" from previous change.
3859
3860 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3861
3862         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
3863         * g++.old-deja/g++.other/access2.C: Likewise.
3864         * g++.old-deja/g++.other/decl2.C: Likewise.
3865         * gcc.c-torture/execute/20020615-1.c: Likewise.
3866
3867 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3868
3869         PR c++/4933
3870         * g++.dg/template/sizeof4.C: New test.
3871
3872 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3873
3874         * g++.dg/other/error6.C: New test.
3875
3876 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3877
3878         PR c++/10750
3879         * g++.dg/parse/constant2.C: New test.
3880
3881 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
3882
3883         PR c++/11106
3884         * g++.dg/other/error5.C: New test.
3885
3886 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3887
3888         * gcc.dg/format/gcc_diag-1.c: New test.
3889
3890 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
3891
3892         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
3893
3894 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3895
3896         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
3897         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
3898         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
3899
3900 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
3901
3902         * gcc.c-torture/execute/builtins/string-8.c: New test.
3903         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
3904         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
3905         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
3906
3907 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3908
3909         PR c++/10468
3910         * g++.dg/ext/typeof6.C: New test.
3911
3912 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3913
3914         PR c++/10796
3915         * g++.dg/init/enum1.C: New test.
3916
3917 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3918
3919         * gcc.dg/20030627-1.c: New test.
3920
3921 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
3922
3923         PR c++/11332
3924         * g++.dg/expr/static_cast2.C: New test.
3925
3926 2003-06-26  Roger Sayle  <roger@eyesopen.com>
3927             Jakub Jelinek  <jakub@redhat.com>
3928
3929         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
3930         sprintf(dst,"%s",src) optimization.
3931         * gcc.c-torture/execute/20030626-1.c: New test case.
3932         * gcc.c-torture/execute/20030626-2.c: New test case.
3933
3934 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
3935
3936         * gcc.c-torture/execute/multi-ix.c: New test.
3937
3938         * gcc.c-torture/execute/simd-4.c (main):
3939         Added missing semicolon at end of union.
3940
3941 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
3942
3943         PR c++/8266
3944         * g++.dg/template/explicit-instantiation3.C: New test.
3945
3946 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3947
3948         * gcc.dg/20030626-1.c: Use signed char.
3949
3950 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3951
3952         * gcc.dg/20030626-1.c: New test.
3953
3954 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
3955
3956         * const-str-2.m: Update.
3957
3958 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
3959
3960         PR c++/10990
3961         * g++.dg/rtti/dyncast1.C: New test.
3962         * g++.dg/abi/mangle4.C: Correct base-specifier access.
3963         * g++.dg/lookup/scoped1.C: Remove XFAIL.
3964         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
3965
3966         PR c++/10931
3967         * g++.dg/expr/static_cast1.C: New test.
3968
3969 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3970
3971         * gcc.dg/20030625-1.c: New test.
3972
3973 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3974
3975         * gcc.c-torture/compile/20030624-1.c: New test case.
3976
3977 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3978
3979         * gcc.c-torture/execute/string-opt-17.c: New test.
3980
3981 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
3982
3983         PR c++/5754
3984         * g++.dg/parse/crash6.C: New test.
3985
3986 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3987
3988         * gcc.dg/builtins-24.c: New test case.
3989
3990 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3991
3992         * g++.dg/opt/operator1.C: New test.
3993
3994 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3995
3996         * gcc.c-torture/execute/string-opt-16.c: New test case.
3997
3998 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
3999
4000         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
4001         * g++.old-deja/g++.other/conv7.C: Likewise
4002         * g++.old-deja/g++.other/overcnv2.C: Likewise.
4003         * g++.old-deja/g++.other/overload14.C: Likewise.
4004
4005 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4006
4007         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
4008         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
4009
4010 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4011
4012         PR c++/10888
4013         * g++.dg/warn/Winline-3.C: New test.
4014
4015 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4016
4017         * lib/target-supports.exp (check_alias_available): Make the test
4018         program acceptable to the Solaris assembler.
4019
4020         PR c++/10749
4021         * g++.dg/template/memclass2.C: New test.
4022
4023 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4024             Eric Botcazou  <ebotcazou@libertysurf.fr>
4025
4026         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
4027         data for non-matching targets.
4028         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
4029
4030 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4031
4032         PR c++/10845
4033         * g++.dg/template/member3.C: New test.
4034
4035 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
4036
4037         PR c++/10939
4038         * g++.dg/template/func1.C: New test.
4039
4040         PR c++/9649
4041         * g++.dg/template/static4.C: New test.
4042         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
4043
4044         PR c++/11041
4045         * g++.dg/init/ref7.C: New test.
4046
4047 2003-06-19  Matt Austern  <austern@apple.com>
4048
4049         PR c++/11228
4050         * g++.dg/anew1.C: New test.
4051         * g++.dg/anew2.C: New test.
4052         * g++.dg/anew3.C: New test.
4053         * g++.dg/anew4.C: New test.
4054
4055 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
4056
4057         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
4058
4059 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
4060
4061         * gcc.c-torture/execute/simd-4.c (main): Make expected value
4062         endian-dependent.
4063
4064 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4065
4066         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
4067         Remove cruft.
4068
4069 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4070
4071         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
4072         * gcc.c-torture/compile/961203-1.c: Likewise.
4073         * gcc.c-torture/compile/980506-1.c: Likewise.
4074
4075 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4076
4077         PR c++/10712
4078         * g++.dg/lookup/using7.C: New test.
4079
4080 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4081
4082         PR c++/11105
4083         * g++.dg/abi/conv1.C: Remove it.
4084         * g++.dg/template/conv7.C: New test.
4085         * g++.dg/template/conv8.C: Likewise.
4086         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
4087         conversion operator.
4088
4089 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
4090
4091         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
4092         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4093         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4094         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4095         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4096         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4097         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4098         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4099         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4100         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4101         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4102         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4103         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4104         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4105         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4106         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4107         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4108         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4109         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4110         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4111         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4112         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4113         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4114         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4115         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4116         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4117         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4118         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4119         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4120
4121 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
4122
4123         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
4124         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
4125         indications.
4126
4127 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4128
4129         * gcc.dg/i386-387-5.c: New test case.
4130         * gcc.dg/i386-387-6.c: New test case.
4131         * gcc.dg/builtins-23.c: New test case.
4132
4133 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4134
4135         * gcc.dg/builtins-22.c: New test case.
4136         * gcc.dg/i386-387-1.c: Update to test exp.
4137         * gcc.dg/i386-387-2.c: Likewise.
4138
4139 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4140
4141         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
4142
4143 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4144
4145         * lib/gcc-dg.exp (dg-require-dll): New function.
4146         (dg-xfail-if): Likewise.
4147         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
4148         driver.
4149
4150         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
4151         * gcc.c-torture/compile/20001205-1.c: Likewise.
4152         * gcc.c-torture/compile/20001226-1.c: Likewise.
4153         * gcc.c-torture/compile/20010518-2.c: Likewise.
4154         * gcc.c-torture/compile/20020312-1.c: Likewise.
4155         * gcc.c-torture/compile/20020604-1.c: Likewise.
4156         * gcc.c-torture/compile/920501-12.c: Likewise.
4157         * gcc.c-torture/compile/920501-4.c: Likewise.
4158         * gcc.c-torture/compile/920520-1.c: Likewise.
4159         * gcc.c-torture/compile/920521-1.c: Likewise.
4160         * gcc.c-torture/compile/920625-1.c: Likewise.
4161         * gcc.c-torture/compile/961203-1.c: Likewise.
4162         * gcc.c-torture/compile/980506-1.c: Likewise.
4163         * gcc.c-torture/compile/981006-1.c: Likewise.
4164         * gcc.c-torture/compile/981022-1.c: Likewise.
4165         * gcc.c-torture/compile/981223-1.c: Likewise.
4166         * gcc.c-torture/compile/990617-1.c: Likewise.
4167         * gcc.c-torture/compile/dll.c: Likewise.
4168         * gcc.c-torture/compile/labels-3.c: Likewise.
4169         * gcc.c-torture/compile/mipscop-1.c: Likewise.
4170         * gcc.c-torture/compile/mipscop-2.c: Likewise.
4171         * gcc.c-torture/compile/mipscop-3.c: Likewise.
4172         * gcc.c-torture/compile/mipscop-4.c: Likewise.
4173         * gcc.c-torture/compile/simd-5.c: Likewise.
4174         * gcc.c-torture/compile/20000804-1.x: Remove.
4175         * gcc.c-torture/compile/20001205-1.x: Likewise.
4176         * gcc.c-torture/compile/20001226-1.x: Likewise.
4177         * gcc.c-torture/compile/20010518-2.x: Likewise.
4178         * gcc.c-torture/compile/20020312-1.x: Likewise.
4179         * gcc.c-torture/compile/20020604-1.x: Likewise.
4180         * gcc.c-torture/compile/920501-12.x: Likewise.
4181         * gcc.c-torture/compile/920501-4.x: Likewise.
4182         * gcc.c-torture/compile/920520-1.x: Likewise.
4183         * gcc.c-torture/compile/920521-1.x: Likewise.
4184         * gcc.c-torture/compile/920625-1.x: Likewise.
4185         * gcc.c-torture/compile/961203-1.x: Likewise.
4186         * gcc.c-torture/compile/980506-1.x: Likewise.
4187         * gcc.c-torture/compile/981006-1.x: Likewise.
4188         * gcc.c-torture/compile/981022-1.x: Likewise.
4189         * gcc.c-torture/compile/981223-1.x: Likewise.
4190         * gcc.c-torture/compile/990617-1.x: Likewise.
4191         * gcc.c-torture/compile/mipscop-1.x: Likewise.
4192         * gcc.c-torture/compile/mipscop-2.x: Likewise.
4193         * gcc.c-torture/compile/mipscop-3.x: Likewise.
4194         * gcc.c-torture/compile/mipscop-4.x: Likewise.
4195         * gcc.c-torture/compile/simd-5.x: Likewise.
4196
4197         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
4198
4199 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4200
4201         * gcc.c-torture/execute/20030611-1.c: New test.
4202
4203 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4204
4205         PR middle-end/168
4206         * gcc.dg/20030612-1.c: New test case.
4207
4208 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4209
4210         PR c++/10635
4211         * g++.dg/expr/cast1.C: New test.
4212
4213 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4214
4215         * gcc.dg/builtins-21.c: New test case.
4216
4217 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
4218
4219         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
4220         options instead of at the end.
4221         * lib/objc.exp (objc_target_compile): Likewise.
4222
4223 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
4224
4225         PR c++/10432
4226         * g++.dg/parse/error1.C: New test.
4227
4228 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
4229
4230         * gcc.dg/compat/struct-by-value-11_main.c: New file.
4231         * gcc.dg/compat/struct-by-value-11_x.c: New file.
4232         * gcc.dg/compat/struct-by-value-11_y.c: New file.
4233         * gcc.dg/compat/struct-by-value-12_main.c: New file.
4234         * gcc.dg/compat/struct-by-value-12_x.c: New file.
4235         * gcc.dg/compat/struct-by-value-12_y.c: New file.
4236         * gcc.dg/compat/struct-by-value-13_main.c: New file.
4237         * gcc.dg/compat/struct-by-value-13_x.c: New file.
4238         * gcc.dg/compat/struct-by-value-13_y.c: New file.
4239         * gcc.dg/compat/struct-by-value-14_main.c: New file.
4240         * gcc.dg/compat/struct-by-value-14_x.c: New file.
4241         * gcc.dg/compat/struct-by-value-14_y.c: New file.
4242         * gcc.dg/compat/struct-by-value-15_main.c: New file.
4243         * gcc.dg/compat/struct-by-value-15_x.c: New file.
4244         * gcc.dg/compat/struct-by-value-15_y.c: New file.
4245         * gcc.dg/compat/struct-by-value-16_main.c: New file.
4246         * gcc.dg/compat/struct-by-value-16_x.c: New file.
4247         * gcc.dg/compat/struct-by-value-16_y.c: New file.
4248         * gcc.dg/compat/struct-by-value-17_main.c: New file.
4249         * gcc.dg/compat/struct-by-value-17_x.c: New file.
4250         * gcc.dg/compat/struct-by-value-17_y.c: New file.
4251         * gcc.dg/compat/struct-by-value-18_main.c: New file.
4252         * gcc.dg/compat/struct-by-value-18_x.c: New file.
4253         * gcc.dg/compat/struct-by-value-18_y.c: New file.
4254
4255         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
4256         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
4257         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
4258         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
4259         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
4260         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
4261         * gcc.dg/compat/scalar-return-3_main.c: New file.
4262         * gcc.dg/compat/scalar-return-3_x.c: New file.
4263         * gcc.dg/compat/scalar-return-3_y.c: New file.
4264         * gcc.dg/compat/scalar-return-4_main.c: New file.
4265         * gcc.dg/compat/scalar-return-4_x.c: New file.
4266         * gcc.dg/compat/scalar-return-4_y.c: New file.
4267
4268 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
4269
4270         * gcc.dg/compat/fp2-struct-check.h: New file.
4271         * gcc.dg/compat/fp2-struct-defs.h: New file.
4272         * gcc.dg/compat/fp2-struct-init.h: New file.
4273         * gcc.dg/compat/struct-by-value-10_main.c: New file.
4274         * gcc.dg/compat/struct-by-value-10_x.c: New file.
4275         * gcc.dg/compat/struct-by-value-10_y.c: New file.
4276         * gcc.dg/compat/struct-return-10_main.c: New file.
4277         * gcc.dg/compat/struct-return-10_x.c: New file.
4278         * gcc.dg/compat/struct-return-10_y.c: New file.
4279
4280         * gcc.dg/compat/compat-common.h: New file.
4281         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
4282         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
4283         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
4284         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
4285         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
4286         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
4287         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
4288         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4289         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
4290         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
4291         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4292         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
4293         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
4294         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4295         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
4296         * gcc.dg/compat/small-struct-check.h: Ditto.
4297         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
4298         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4299         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
4300         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
4301         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4302         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4303         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
4304         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4305         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
4306         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
4307         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4308         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4309         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
4310         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4311         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4312         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
4313         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4314         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
4315         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
4316         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4317         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
4318         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
4319         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4320         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
4321         * gcc.dg/compat/struct-return-2_main.c: Ditto.
4322         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4323         * gcc.dg/compat/struct-return-2_y.c: Ditto.
4324         * gcc.dg/compat/struct-return-3_main.c: Ditto.
4325         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4326         * gcc.dg/compat/struct-return-3_y.c: Ditto.
4327
4328 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
4329
4330         * g++.dg/pch/static-1.C: New file.
4331         * g++.dg/pch/static-1.Hs: New file.
4332
4333 2003-06-10  Richard Henderson  <rth@redhat.com>
4334
4335         * gcc.dg/asm-7.c: Adjust expected warning text.
4336
4337 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4338
4339         * gcc.dg/builtins-20.c: New test case.
4340
4341 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
4342
4343         PR c++/11131
4344         * g++.dg/opt/template1.C: New test.
4345
4346 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4347
4348         * lib/gcc-dg.exp (dg-test): Clear additional_files and
4349         additional_sources.
4350
4351 2003-05-21  David Taylor  <dtaylor@emc.com>
4352
4353         * gcc.dg/Wpadded.c: New file.
4354
4355 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4356
4357         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
4358         * gcc.dg/special/weak-2.c: Add dg-require-weak.
4359         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
4360         dg-require-weak.
4361
4362 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
4363
4364         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
4365
4366 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4367
4368         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
4369         (dg-require-alias): Likewise.
4370         (dg-require-gc-sections): Likewise.
4371         * lib/target-supports.exp (check_gc_sections_available): Likewise.
4372
4373 2003-06-08  Richard Henderson  <rth@redhat.com>
4374
4375         * gcc.dg/20011029-2.c: Fix the array reference.
4376         * gcc.dg/asm-7.c: New.
4377
4378 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4379
4380         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4381
4382 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
4383
4384         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4385         (dg-require-gc-sections): Likewise.
4386
4387 2003-06-08  Jan Hubicka  <jh@suse.cz>
4388
4389         * i386-cmov1.c: Fix regular expression.
4390         * i386-cvt-1.c: Likewise.
4391         * i386-local.c: Likewise.
4392         * i386-local2.c: Likewise.
4393         * i386-mul.c: Likewise.
4394         * i386-ssetype-1.c: Likewise.
4395         * i386-ssetype-3.c: Likewise.
4396         * i386-ssetype-5.c: Likewise.
4397
4398 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4399
4400         PR c++/11039
4401         * g++.dg/warn/implicit-typename2.C: New test.
4402         * g++.dg/warn/implicit-typename3.C: New test.
4403
4404 2003-06-07  Richard Henderson  <rth@redhat.com>
4405
4406         * g++.dg/other/offsetof3.C: Use size_t.
4407         * g++.dg/other/offsetof4.C: Likewise.
4408
4409 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
4410
4411         * lib/copy-file.exp: New. Implement gcc_copy_files.
4412
4413         * lib/dg-pch.exp: Load copy-file.exp
4414         (dg-pch): Use gcc_copy_files instead of "file copy".
4415
4416 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
4417
4418         * gcc.dg/weak/weak.exp: Simplify.
4419         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
4420         * gcc.dg/weak/weak-1.c: Likewise.
4421         * gcc.dg/weak/weak-2.c: Likewise.
4422         * gcc.dg/weak/weak-3.c: Likewise.
4423         * gcc.dg/weak/weak-4.c: Likewise.
4424         * gcc.dg/weak/weak-5.c: Likewise.
4425         * gcc.dg/weak/weak-6.c: Likewise.
4426         * gcc.dg/weak/weak-7.c: Likewise.
4427         * gcc.dg/weak/weak-8.c: Likewise.
4428         * gcc.dg/weak/weak-9.c: Likewise.
4429
4430 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
4431
4432         gcc.c-torture/execute/20030606-1.c: New.
4433
4434 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4435
4436         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
4437         * gcc.dg/builtins-19.c: Likewise.
4438
4439 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4440
4441         * gcc.dg/builtins-2.c: Add some more tests.
4442         * gcc.dg/builtins-18.c: New test case.
4443         * gcc.dg/builtins-19.c: New test case.
4444
4445 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4446             Jim Wilson  <wilson@tuliptree.org>
4447
4448         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
4449
4450 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
4451
4452         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
4453         mempcpy/stpcpy calls not to be optimized into something else.
4454         * gcc.c-torture/execute/string-opt-3.c: Moved to...
4455         * gcc.c-torture/execute/builtins/string-7.c: ...here.
4456         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
4457
4458 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4459
4460         * gcc.dg/format/asm_fprintf-1.c: New test.
4461
4462 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
4463
4464         * lib/gcc-defs.exp (additional_sources): New variable.
4465         (dg-additional-sources): New function.
4466         (additional_files): New variable.
4467         (dg-additional-files): New function.
4468         (dg-additional-files-options): Likewise.
4469         * lib/gcc-dg.exp (dg-require-weak): New function.
4470         (dg-require-alias): Likewise.
4471         (dg-require-gc-sections): Likewise.
4472         * lib/target-supports.exp (check_alias_available): Remove testfile
4473         parameter.
4474         (check_gc_sections_available): New function.
4475         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
4476         (dg-gpp-additional-files): Likewise.
4477         * lib/g++.exp (additional_sources): Remove.
4478         (additional_files): Likewise.
4479         (g++_target_compile): Use dg-additional-files-options.
4480
4481         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
4482         Tcl logic.
4483         * gcc.dg/special/ecos.exp: Remove.
4484         * gcc.dg/special/20000419-2.c: Use dg-require-*.
4485         * gcc.dg/special/alias-1.c: Likewise.
4486         * gcc.dg/special/alias-2.c: Likewise.
4487         * gcc.dg/special/gcsec-1.c: Likewise.
4488         * gcc.dg/special/weak-1.c: Likewise.
4489         * gcc.dg/special/weak-2.c: Likewise.
4490         * gcc.dg/special/wkali-1.c: Likewise.
4491         * gcc.dg/special/wkali-2.c: Likewise.
4492
4493         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
4494         dg-gpp-additional-*.
4495         * g++.dg/special/conpr-3.C: Likewise.
4496         * g++.dg/special/conpr-4.C: Likewise.
4497         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
4498         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
4499         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
4500         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
4501         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
4502         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
4503         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
4504         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
4505         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
4506         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
4507         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
4508         * g++.old-deja/g++.other/comdat1.C: Likewise.
4509         * g++.old-deja/g++.other/comdat2.C: Likewise.
4510         * g++.old-deja/g++.other/comdat3.C: Likewise.
4511         * g++.old-deja/g++.other/ctor1.C: Likewise.
4512         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
4513
4514 2003-06-05  Richard Henderson  <rth@redhat.com>
4515
4516         * gcc.dg/debug/20030605-1.c: New.
4517
4518 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4519
4520         * README.QMTEST: Update.
4521
4522 2003-06-04  Richard Henderson  <rth@redhat.com>
4523
4524         * gcc.dg/cleanup-1.c: New.
4525         * gcc.dg/cleanup-2.c: New.
4526         * gcc.dg/cleanup-3.c: New.
4527         * gcc.dg/cleanup-4.c: New.
4528         * gcc.dg/cleanup-5.c: New.
4529         * gcc.dg/cleanup-6.c: New.
4530         * gcc.dg/cleanup-7.c: New.
4531
4532 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4533
4534         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
4535
4536         * lib/dg-pch.exp: New file.
4537         * g++.dg/pch/pch.exp: Use dg-pch.exp.
4538         * gcc.dg/pch/pch.exp: Likewise.
4539
4540 2003-06-04  Roger Sayle  <roger@eyesopen.com>
4541
4542         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
4543         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
4544         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
4545         * gcc.dg/builtins-17.c: New test case.
4546         * gcc.dg/i386-387-4.c: New test case.
4547         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
4548
4549 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4550
4551         * gcc.dg/ultrasp9.c: New test.
4552
4553 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4554
4555         * gcc.c-torture/compile/20030604-1.c: New test.
4556         * gcc.dg/sparc-constant-1.c: New test.
4557
4558 2003-06-03  Glen Nakamura  <glen@imodulo.com>
4559
4560         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
4561
4562 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
4563
4564         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
4565
4566         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
4567         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
4568
4569 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
4570
4571         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
4572
4573 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4574
4575         PR c++/10940
4576         * g++.dg/template/spec10.C: New test.
4577
4578 2003-06-03  Roger Sayle  <roger@eyesopen.com>
4579
4580         * gcc.dg/builtins-16.c: New test case.
4581
4582 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
4583
4584         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
4585         mempcpy test with post-increments.
4586         * gcc.c-torture/execute/string-opt-3.c: New test.
4587         * gcc.dg/string-opt-1.c: New test.
4588
4589 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
4590
4591         PR fortran/10965
4592         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
4593
4594 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
4595
4596         * lib/scanasm.exp (dg-scan): New function, factored out of ...
4597         (scan-assembler): ... here.  Use dg-scan.
4598         (scan-assembler-not): Likewise.
4599         (scan-file): New function.
4600         (scan-file-not): Likewise.
4601         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
4602         * gcc.dg/cpp/_Pragma4.c: Likewise.
4603         * gcc.dg/cpp/_Pragma5.c: Likewise.
4604         * gcc.dg/cpp/avoidpaste1.c: Likewise.
4605         * gcc.dg/cpp/avoidpaste2.c: Likewise.
4606         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
4607         * gcc.dg/cpp/cmdlne-P.c: Likewise.
4608         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
4609         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
4610         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
4611         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
4612         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
4613         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
4614         * gcc.dg/cpp/cxxcom1.c: Likewise.
4615         * gcc.dg/cpp/line1.c: Likewise.
4616         * gcc.dg/cpp/maccom1.c: Likewise.
4617         * gcc.dg/cpp/maccom2.c: Likewise.
4618         * gcc.dg/cpp/maccom3.c: Likewise.
4619         * gcc.dg/cpp/maccom4.c: Likewise.
4620         * gcc.dg/cpp/maccom5.c: Likewise.
4621         * gcc.dg/cpp/maccom6.c: Likewise.
4622         * gcc.dg/cpp/multiline.c: Likewise.
4623         * gcc.dg/cpp/spacing1.c: Likewise.
4624         * gcc.dg/cpp/spacing2.c: Likewise.
4625         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
4626         * gcc.dg/cpp/trad/maccom1.c: Likewise.
4627         * gcc.dg/cpp/trad/maccom2.c: Likewise.
4628         * gcc.dg/cpp/trad/maccom3.c: Likewise.
4629         * gcc.dg/cpp/trad/maccom4.c: Likewise.
4630         * gcc.dg/cpp/trad/maccom6.c: Likewise.
4631         * gcc.dg/cpp/cxxcom2.c: Likewise.
4632         * gcc.dg/cpp/cxxcom2.h: New file.
4633
4634         * gcc.dg/cpp/truefalse.cpp: Move it to ...
4635         * g++.dg/cpp/truefalse.C: Here.
4636         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
4637
4638 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
4639
4640         * gcc.dg/cpp/redef3.c: New file.
4641
4642 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
4643
4644         * gcc.dg/i386-loop-3.c: New test.
4645
4646 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
4647
4648         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
4649
4650 2003-05-31  Roger Sayle  <roger@eyesopen.com>
4651
4652         * gcc.dg/fwrapv-1.c: New test case.
4653         * gcc.dg/fwrapv-2.c: New test case.
4654
4655 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4656
4657         PR c++/10956
4658         * g++.dg/template/spec9.C: New test.
4659
4660 2003-05-29  Roger Sayle  <roger@eyesopen.com>
4661
4662         * gcc.dg/duff-4.c: New test case.
4663
4664 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
4665
4666         PR fortran/10843
4667         * g77.dg/ffixed-form-1.f: New test
4668         * g77.dg/ffixed-form-2.f: New test
4669         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
4670         * g77.dg/ffree-form-3.f: New test
4671
4672 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
4673
4674         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
4675         * gcc.dg/wint_t-1.c: Likewise.
4676
4677 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4678
4679         * g++.dg/template/access11.C: New test.
4680
4681 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4682
4683         PR c++/10849
4684         * g++.dg/template/access10.C: New test.
4685
4686 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4687             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4688
4689         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
4690
4691 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
4692
4693         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
4694         suppress for powerpc-*-darwin*.
4695         * gcc.dg/torture/builtin-noret-2.c: Likewise.
4696
4697 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
4698
4699         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
4700         suppress option for powerpc-*-darwin*.
4701
4702 2003-05-23  Roger Sayle  <roger@eyesopen.com>
4703
4704         * gcc.dg/builtins-1.c: Add tests for tan and atan.
4705         * gcc.dg/builtins-4.c: Add test for fmod.
4706
4707 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4708
4709         PR c++/10682
4710         * g++.dg/template/instantiate4.C: New test.
4711
4712 2003-05-22  Roger Sayle  <roger@eyesopen.com>
4713
4714         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
4715
4716 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
4717
4718         * gcc.dg/compat/scalar-return-1_main.c: New file.
4719         * gcc.dg/compat/scalar-return-1_x.c: New file.
4720         * gcc.dg/compat/scalar-return-1_y.c: New file.
4721         * gcc.dg/compat/scalar-return-2_main.c: New file.
4722         * gcc.dg/compat/scalar-return-2_x.c: New file.
4723         * gcc.dg/compat/scalar-return-2_y.c: New file.
4724         * gcc.dg/compat/struct-return-3_main.c: New file.
4725         * gcc.dg/compat/struct-return-3_y.c: New file.
4726         * gcc.dg/compat/struct-return-3_x.c: New file.
4727         * gcc.dg/compat/struct-return-2_main.c: New file.
4728         * gcc.dg/compat/struct-return-2_x.c: New file.
4729         * gcc.dg/compat/struct-return-2_y.c: New file.
4730
4731 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4732
4733         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
4734         for hppa*-hp-hpux*.
4735         * gcc.dg/20021014-1.c (dg-options): Likewise.
4736         * gcc.dg/nest.c (dg-options): Likewise.
4737
4738 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
4739
4740         PR c++/9738
4741         * g++.dg/ext/dllimport2.C: New file.
4742         * g++.dg/ext/dllimport3.C: New file.
4743
4744 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
4745
4746         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
4747         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4748         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4749         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4750         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4751         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4752         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
4753         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
4754         * gcc.dg/compat/small-struct-defs.h: New file.
4755         * gcc.dg/compat/small-struct-init.h: New file.
4756         * gcc.dg/compat/small-struct-check.h: New file.
4757         * gcc.dg/compat/fp-struct-defs.h: New file.
4758         * gcc.dg/compat/fp-struct-check.h: New file.
4759         * gcc.dg/compat/fp-struct-init.h: New file.
4760         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
4761         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
4762
4763 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
4764
4765         * gcc.dg/20030225-2.c: New test.
4766
4767 2003-05-18  Roger Sayle  <roger@eyesopen.com>
4768             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4769
4770         * gcc.c-torture/compile/20030518-1.c: New test case.
4771
4772 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
4773
4774         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
4775         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
4776         gcc-dg-debug-runtest.
4777         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
4778         gcc-dg-debug-runtest.
4779
4780 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4781
4782         PR c++/9022
4783         * g++.dg/lookup/using6.C: New test.
4784
4785 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4786
4787         * g++.dg/parse/access2.C: New test.
4788
4789 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
4790
4791         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
4792         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
4793         * gcc.dg/debug/debug.exp: Likewise.
4794
4795 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
4796
4797         * gcc.dg/dollar.c: New test.
4798
4799 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
4800
4801         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
4802         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
4803         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
4804         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
4805         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
4806         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
4807         * gcc.dg/compat/struct-by-value-6_main.c: New file.
4808         * gcc.dg/compat/struct-by-value-6_x.c: New file.
4809         * gcc.dg/compat/struct-by-value-6_y.c: New file.
4810         * gcc.dg/compat/struct-by-value-7_main.c: New file.
4811         * gcc.dg/compat/struct-by-value-7_x.c: New file.
4812         * gcc.dg/compat/struct-by-value-7_y.c: New file.
4813         * gcc.dg/compat/struct-by-value-8_main.c: New file.
4814         * gcc.dg/compat/struct-by-value-8_x.c: New file.
4815         * gcc.dg/compat/struct-by-value-8_y.c: New file.
4816         * gcc.dg/compat/struct-by-value-9_main.c: New file.
4817         * gcc.dg/compat/struct-by-value-9_x.c: New file.
4818         * gcc.dg/compat/struct-by-value-9_y.c: New file.
4819
4820 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
4821
4822         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
4823         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
4824         support for "repo" mode.
4825         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
4826         * lib/g77-dg.exp: Likewise.
4827         * lib/obj-dg.exp: Likewise.
4828
4829 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
4830
4831         Merge from gcc-3_2-rhl8-branch:
4832         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
4833
4834         * gcc.dg/tls/opt-6.c: New test.
4835
4836         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
4837
4838         * gcc.dg/20030405-1.c: New test.
4839
4840         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
4841
4842         * gcc.dg/20030309-1.c: New test.
4843
4844         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4845
4846         * gcc.c-torture/execute/20030307-1.c: New test.
4847
4848         2003-02-20  Randolph Chung  <tausq@debian.org>
4849
4850         * gcc.c-torture/compile/20030220-1.c: New test.
4851
4852         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
4853
4854         * gcc.dg/20030217-1.c: New test.
4855
4856         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
4857
4858         * gcc.c-torture/compile/20020129-1.c: New test.
4859
4860         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4861
4862         * gcc.dg/unroll-1.c: New test.
4863
4864         2002-11-16  Jan Hubicka  <jh@suse.cz>
4865
4866         * gcc.c-torture/execute/20020920-1.c: New test.
4867
4868         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
4869
4870         PR target/7434
4871         * gcc.c-torture/compile/20021008-1.c: New test.
4872
4873         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
4874
4875         PR target/7559
4876         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
4877
4878         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
4879
4880         * gcc.c-torture/compile/20020807-1.c: New test.
4881
4882         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
4883
4884         * gcc.dg/tls/opt-1.c: New test.
4885
4886         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
4887
4888         * gcc.dg/20020729-1.c: New test.
4889
4890         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
4891
4892         * g++.dg/opt/life1.C: New test.
4893
4894         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
4895
4896         * gcc.dg/20020525-1.c: New test.
4897
4898         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
4899
4900         PR c++/6794
4901         * g++.dg/ext/pretty1.C: New test.
4902         * g++.dg/ext/pretty2.C: New test.
4903
4904 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
4905
4906         PR c++/8385
4907         * g++.dg/ext/typeof5.C: New test.
4908
4909 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
4910
4911         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
4912         __USER_LABEL_PREFIX__ into account.
4913         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
4914
4915 2003-05-14  Roger Sayle  <roger@eyesopen.com>
4916
4917         * gcc.dg/builtins-15.c: New test case.
4918
4919 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
4920
4921         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
4922
4923 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
4924
4925         * lib/g++.exp: Tweak handling of additional source files.
4926         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
4927         * g++.dg/special/conpr-2a.C: Rename to ...
4928         * g++.dg/special/conpr-2a.cc: ... this.
4929         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
4930         * g++.dg/special/conpr-3a.C: Rename to ...
4931         * g++.dg/special/conpr-3a.cc: This.
4932         * g++.dg/special/conpr-3b.C: Rename to ...
4933         * g++.dg/special/conpr-3b.cc: This.
4934         * g++.dg/special/conpr-4.C: New test.
4935         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
4936
4937 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
4938
4939         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
4940
4941 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4942
4943         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
4944         * g++.old-deja/g++.robertl/eb71.C: Likewise.
4945         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
4946         * g++.old-deja/g++.other/warn3.C: Likewise.
4947
4948 2003-05-11  Roger Sayle  <roger@eyesopen.com>
4949
4950         * gcc.dg/i386-387-1.c: Update to also test log.
4951         * gcc.dg/i386-387-2.c: Likewise.
4952
4953 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
4954
4955         * g77.f-torture/execute/int8421.f: New test.
4956
4957 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4958
4959         PR c++/10230, c++/10481
4960         * g++.dg/lookup/scoped5.C: New test.
4961
4962 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4963
4964         PR c++/10552
4965         * g++.dg/template/ttp6.C: New test.
4966
4967 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
4968
4969         * gcc.c-torture/execute/builtins: New directory.
4970         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
4971         gcc.c-torture/execute/builtins.
4972         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
4973         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
4974         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
4975         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
4976
4977 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4978
4979         PR c++/9252
4980         * g++.dg/template/access8.C: New test.
4981         * g++.dg/template/access9.C: New test.
4982
4983 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4984
4985         PR c++/9554
4986         * g++.dg/parse/access1.C: New test.
4987
4988 2003-05-09  DJ Delorie  <dj@redhat.com>
4989
4990         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
4991         long, and not an int.
4992
4993 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4994
4995         PR c++/10555, c++/10576
4996         * g++.dg/template/memclass1.C: New test.
4997
4998 2003-05-08  DJ Delorie  <dj@redhat.com>
4999
5000         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
5001         targets.
5002         * gcc.c-torture/execute/20021024-1.x: Likewise.
5003         * gcc.c-torture/execute/shiftdi.x: Likewise.
5004         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
5005         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
5006         * gcc.dg/20021018-1.c: Likewise.
5007
5008 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5009
5010         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
5011
5012         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
5013         (bcopy): Call memmove.
5014
5015 2003-05-08  Roger Sayle  <roger@eyesopen.com>
5016
5017         * g77.f-torture/compile/8485.f: New test case.
5018
5019 2003-05-07  Richard Henderson  <rth@redhat.com>
5020
5021         PR c++/10570
5022         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
5023         Verify exception_cleanup not called for rethrows.
5024         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
5025         when exiting catch block without rethrowing.
5026         * g++.dg/eh/forced3.C: New.
5027         * g++.dg/eh/forced4.C: New.
5028
5029 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
5030
5031         * gcc.dg/20030505.c: Fix triplet.
5032
5033 2003-05-06  DJ Delorie  <dj@redhat.com>
5034
5035         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
5036         * gcc.dg/nest.c: Likewise.
5037
5038 2003-05-05  Roger Sayle  <roger@eyesopen.com>
5039
5040         * gcc.dg/builtins-14.c: New test case.
5041
5042 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
5043
5044         * lib/compat.exp (compat-execute): New argument.
5045         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
5046         * gcc.dg/compat: New test directory.
5047         * gcc.dg/compat/compat.exp: New expect script.
5048         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
5049         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
5050         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
5051         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
5052         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
5053         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
5054
5055         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
5056         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
5057         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
5058         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
5059         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
5060         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
5061         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
5062         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
5063         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
5064         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
5065         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
5066         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
5067         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
5068         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
5069         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
5070
5071 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
5072
5073         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
5074
5075 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
5076
5077         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
5078
5079 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
5080
5081         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
5082         * gcc.dg/ppc-fsel-2.c: New test.
5083
5084         * gcc.dg/unused-5.c: New test.
5085
5086 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5087
5088         PR c++/10496
5089         * g++.dg/warn/pmf1.C: New test.
5090
5091 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5092
5093         PR c++/4494
5094         * g++.dg/warn/main.C: New test.
5095
5096 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5097
5098         * gcc.dg/nonnull-3.c: New test.
5099
5100 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
5101
5102         * gcc.dg/cpp/Wtrigraphs.c: Update.
5103         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
5104
5105 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
5106
5107         * gcc.dg/ppc-fsel-1.c: New test.
5108
5109 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
5110
5111         PR c/10604
5112         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
5113
5114 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
5115
5116         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
5117
5118 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5119
5120         PR c++/9364, c++/10553, c++/10586
5121         * g++.dg/parse/typename4.C: New test.
5122         * g++.dg/parse/typename5.C: Likewise.
5123
5124 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
5125
5126         * gcc.c-torture/compile/20030503-1.c: New test.
5127
5128 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5129
5130         * g++.dg/lookup/using5.C: Fix testcase error.
5131
5132 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
5133
5134         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
5135         since MEABI is no longer supported.  Remove all vestiges
5136         of MEABI from the test.
5137
5138 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5139
5140         PR c++/10554
5141         * g++.dg/lookup/using5.C: New test.
5142
5143 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5144
5145         PR c++/8772
5146         * g++.dg/template/ttp5.C: New test.
5147
5148 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
5149
5150         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
5151         (dg-gpp-additional-sources): New function.
5152         (dg-gpp-additional-files): Likewise.
5153         * lib/g++.exp (additional_sources): New variable.
5154         (additional_files): Likewise.
5155         (g++_target_compile): Deal with them.
5156         * lib/old-dejagnu.exp: Remove.
5157         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
5158         * g++.old-deja: Revise all tests to use dg commands.
5159
5160 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5161
5162         PR c++/9432, c++/9528
5163         * g++.dg/lookup/using4.C: New test.
5164
5165 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5166
5167         * gcc.dg/noreturn-5.c: New file.
5168         * gcc.dg/noreturn-6.c: New file.
5169
5170         * gcc.c-torture/compile/inline-1.c: New file.
5171
5172 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5173
5174         PR c++/10551
5175         * g++.dg/template/explicit1.C: New test.
5176
5177 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5178
5179         PR c++/10549
5180         * g++.dg/other/bitfield1.C: New test.
5181
5182         PR c++/10527
5183         * g++.dg/init/new7.C: New test.
5184
5185 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5186
5187         * g++.dg/ext/desig1.C: New test.
5188         * g++.dg/ext/init1.C: Update.
5189
5190         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
5191
5192 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5193
5194         PR c++/10180
5195         * g++.dg/warn/Winline-1.C: New test.
5196
5197 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5198
5199         * gcc.c-torture/execute/string-opt-19.c: New test.
5200
5201         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
5202         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
5203
5204 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
5205
5206         PR c++/10506
5207         * g++.dg/init/new6.C: New test.
5208
5209         PR c++/10503
5210         * g++.dg/init/ref6.C: New test.
5211
5212 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
5213
5214         * g++.dg/warn/weak1.C: XFAIL on AIX4.
5215
5216 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5217
5218         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
5219         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
5220
5221 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
5222
5223         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
5224         initialized static data members.
5225
5226 2003-04-25  H.J. Lu <hjl@gnu.org>
5227
5228         * gcc.dg/ia64-sync-4.c: New test.
5229
5230 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5231
5232         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
5233         date.
5234
5235 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
5236
5237         PR c++/10337
5238         * g++.dg/warn/conv1.C: New test.
5239         * g++.old-deja/g++.other/conv7.C: Adjust.
5240         * g++.old-deja/g++.other/overload14.C: Adjust.
5241
5242 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5243
5244         PR c++/10471
5245         * g++.dg/template/defarg2.C: New test.
5246
5247 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
5248
5249         * gcc.dg/cpp/include2.c: Update.
5250         * gcc.dg/cpp/multiline-2.c: New.
5251         * gcc.dg/cpp/multiline.c: Update.
5252         * gcc.dg/cpp/strify2.c: Update.
5253         * gcc.dg/cpp/trad/literals-2.c: Update.
5254
5255 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5256
5257         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
5258
5259 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5260
5261         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
5262
5263 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5264
5265         PR c++/10451
5266         * g++.dg/parse/crash4.C: New test.
5267
5268         PR c++/9847
5269         * g++.dg/parse/crash5.C: New test.
5270
5271 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5272
5273         PR c++/10446
5274         * g++.dg/parse/crash3.C: New test.
5275
5276         PR c++/10428
5277         * g++.dg/parse/elab1.C: New test.
5278
5279 2003-04-22  Devang Patel  <dpatel@apple.com>
5280
5281         * gcc.dg/cpp/trad/funlike-5.c: New test.
5282
5283 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
5284
5285         * g++.dg/other/packed1.C: Fix dg options.
5286
5287 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5288
5289         * g++.dg/other/offsetof2.C: New test.
5290
5291 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
5292
5293         * g++.dg/template/recurse.C: Adjust location of error messages.
5294
5295 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5296
5297         PR c++/9881
5298         * g++.dg/init/addr-const1.C: New test.
5299         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
5300
5301 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5302
5303         PR c++/10405
5304         * g++.dg/lookup/struct-hack1.C: New test.
5305
5306 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
5307
5308         * ucs.c: Update diagnostic messages.
5309
5310 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5311
5312         * gcc.dg/cpp/truefalse.cpp: New test.
5313         * gcc.dg/cpp/cpp.exp: Update.
5314         * g++.dg/other/stdbool-if.C: Remove.
5315
5316 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5317
5318         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
5319         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
5320
5321 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5322
5323         * gcc.c-torture/compile/20030418-1.c: New test.
5324
5325 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
5326
5327         * README.compat: Remove; content moved to doc/sourcebuild.texi.
5328
5329 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5330
5331         PR c++/10347
5332         g++.dg/template/dependent-name1.C: New test.
5333
5334 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
5335
5336         * gcc.dg/warn-1.c (tourist_guide): New array,
5337         contains a pointer to bar.
5338
5339 2003-04-16  Roger Sayle  <roger@eyesopen.com>
5340
5341         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
5342         * gcc.c-torture/execute/medce-1.c: New test case.
5343         * gcc.c-torture/execute/medce-2.c: New test case.
5344
5345 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
5346
5347         * lib/prune.exp: Ignore more messages.
5348
5349         PR c++/10381
5350         * g++.dg/parse/lookup3.C: New test.
5351
5352 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
5353
5354         * gcc.c-torture/compile/20030415-1.c : New test.
5355
5356 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
5357
5358         * gcc.c-torture/execute/scope-2.c: Move to ...
5359         * gcc.dg/noncompile/scope.c: .... here.
5360
5361 2003-04-14  Roger Sayle  <roger@eyesopen.com>
5362
5363         * gcc.dg/20030414-2.c: New test case.
5364
5365 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
5366
5367         PR target/10377
5368         * gcc.dg/20030414-1.c: New test.
5369
5370 2003-04-13  Roger Sayle  <roger@eyesopen.com>
5371
5372         * gcc.dg/builtins-12.c: New test case.
5373         * gcc.dg/builtins-13.c: New test case.
5374
5375 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5376
5377         * gcc.c-torture/execute/string-opt-18.c: New test.
5378
5379 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
5380
5381         PR c++/10300
5382         * g++.dg/init/new5.C: New test.
5383
5384 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
5385
5386         PR c++/7910
5387         * g++.dg/ext/dllimport1.C: New test.
5388
5389 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5390
5391         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
5392
5393 2003-04-11  Bud Davis <bdavis9659@comcast.net>
5394
5395         PR Fortran/9263
5396         * g77.f-torture/noncompile/9263.f: New test
5397         PR Fortran/1832
5398         * g77.f-torture/execute/1832.f: New test
5399
5400 2003-04-11  David Chad  <davidc@freebsd.org>
5401             Loren J. Rittle  <ljrittle@acm.org>
5402
5403         libobjc/8562
5404         * objc.dg/headers.m: New test.
5405
5406 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
5407
5408         * gcc.c-torture/execute/builtin-noret-2.c: New.
5409         * gcc.c-torture/execute/builtin-noret-2.x: New.
5410         XFAIL builtin-noret-2.c at -O1 and above.
5411         * gcc.dg/redecl.c: New.
5412         * gcc.dg/Wshadow-1.c: Update error regexps.
5413
5414 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
5415
5416         * g++.dg/abi/bitfield10.C: New test.
5417
5418 2003-04-09  Mike Stump  <mrs@apple.com>
5419
5420         * gcc.dg/pch/pch.exp: Make testcase names longer.
5421         * g++.dg/pch/pch.exp: Make testcase names longer.
5422
5423 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5424
5425         * gcc.dg/builtins-11.c: New test case.
5426
5427 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5428
5429         * gcc.dg/builtins-9.c: New test case.
5430         * gcc.dg/builtins-10.c: New test case.
5431
5432 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
5433
5434         * gcc.dg/noncompile/init-4.c.c: New test.
5435
5436 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5437
5438         * gcc.misc-test/gcov-9.c: New test.
5439         * gcc.misc-test/gcov-10.c: New test
5440         * gcc.misc-test/gcov-11.c: New test.
5441
5442 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
5443
5444         PR optimization/10024
5445         * gcc.c-torture/compile/20030405-1.c: New test.
5446
5447 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
5448
5449         * gcc.dg/pch/static-3.c: New.
5450         * gcc.dg/pch/static-3.hs: New.
5451         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
5452
5453 2003-04-04  Richard Henderson  <rth@redhat.com>
5454
5455         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
5456         * g++.dg/eh/forced2.C: Likewise.
5457
5458 2003-04-03  Mike Stump  <mrs@apple.com>
5459
5460         * lib/scanasm.exp (scan-assembler): Add xfail processing for
5461         target arg.
5462         (scan-assembler-times, scan-assembler-not): Likewise.
5463         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
5464
5465 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
5466
5467         * gcc.dg/sparc-loop-1.c: New test.
5468
5469 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
5470
5471         PR other/9274
5472         * g++.dg/pch/system-2.C: New.
5473         * g++.dg/pch/system-2.Hs: New.
5474
5475 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
5476
5477         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
5478
5479         * g++.dg/eh/simd-1.C (vecfunc): Same.
5480
5481 2003-04-01  Roger Sayle  <roger@eyesopen.com>
5482
5483         * gcc.c-torture/execute/20030401-1.c: New test case.
5484
5485 2003-04-01  Ziemowit Laski <zlaski@apple.com>
5486
5487         * objc.dg/defs.m: New.
5488
5489 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
5490
5491         * g++.dg/eh/simd-1.C: New.
5492         * g++.dg/eh/simd-2.C: New.
5493
5494 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
5495
5496         * gcc.c-torture/execute/simd-3.c: New.
5497
5498 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5499
5500         PR c/9936
5501         * gcc.dg/20030331-2.c: New test.
5502
5503 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5504
5505         PR c++/10278
5506         * g++.dg/parse/crash2.C: New test.
5507
5508 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5509
5510         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
5511         * gcc.c-torture/execute/20030331-1.c: ...here.
5512
5513 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5514
5515         * gcc.c-torture/execute/20030331-1.c: New test.
5516
5517 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
5518
5519         * lib/gcov.exp: Adjust call return testing strings.
5520         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
5521
5522 2003-03-31  Roger Sayle  <roger@eyesopen.com>
5523
5524         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
5525         * gcc.dg/builtins-7.c: New test case.
5526         * gcc.dg/builtins-8.c: New test case.
5527
5528 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5529
5530         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
5531
5532 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
5533
5534         PR c++/7647
5535         * g++.dg/lookup-class-member-2.C: New test.
5536
5537 2003-03-30  Glen Nakamura  <glen@imodulo.com>
5538
5539         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
5540
5541 2003-03-28  Roger Sayle  <roger@eyesopen.com>
5542
5543         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
5544
5545 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
5546
5547         * g++.dg/init/attrib1.C: New test.
5548
5549 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5550
5551         * gcc.dg/ultrasp8.c: New test.
5552
5553 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5554
5555         * gcc.dg/ultrasp7.c: New test.
5556
5557 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
5558
5559         PR c++/10047
5560         * g++.dg/template/inline1.C: New test.
5561
5562 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5563
5564         * gcc.dg/sparc-dwarf2.c: New test.
5565
5566 2003-03-27  Roger Sayle  <roger@eyesopen.com>
5567
5568         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
5569         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
5570
5571 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
5572
5573         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
5574         than reading .x files.
5575         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
5576         * g77.dg/gcov/gcov-1.f: Likewise.
5577         * gcc.misc-tests/gcov-4b.c: Likewise.
5578         * gcc.misc-tests/gcov-5b.c: Likewise.
5579         * gcc.misc-tests/gcov-6.c: Likewise.
5580         * gcc.misc-tests/gcov-7.c: Likewise.
5581         * gcc.misc-tests/gcov-8.c: Likewise.
5582         * g++.dg/gcov/gcov-1.x: Remove.
5583         * g77.dg/gcov/gcov-1.x: Likewise.
5584         * gcc.misc-tests/gcov-4b.x: Likewise.
5585         * gcc.misc-tests/gcov-5b.x: Likewise.
5586         * gcc.misc-tests/gcov-6.x: Likewise.
5587         * gcc.misc-tests/gcov-7.x: Likewise.
5588         * gcc.misc-tests/gcov-8.x: Likewise.
5589
5590 2003-03-27  Glen Nakamura  <glen@imodulo.com>
5591
5592         PR opt/10087
5593         * gcc.dg/20030324-1.c: New test.
5594
5595 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
5596
5597         PR c++/10224
5598         * g++.dg/template/arg3.C: New test.
5599
5600         PR c++/10158
5601         * g++.dg/template/friend18.C: New test.
5602
5603 2003-03-26  Roger Sayle  <roger@eyesopen.com>
5604
5605         * g77.f-torture/compile/20030326-1.f: New test case.
5606
5607 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
5608
5609         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
5610
5611         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
5612
5613 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
5614
5615         * gcc.dg/ia64-sync-3.c: New test.
5616
5617 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
5618
5619         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
5620
5621 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
5622
5623         * gcc.dg/ultrasp6.c: New test.
5624
5625 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
5626
5627         * gcc.dg/i386-signbit-1.c: New test.
5628         * gcc.dg/i386-signbit-2.c: New test.
5629         * gcc.dg/i386-signbit-3.c: New test.
5630
5631 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
5632
5633         * gcc.dg/ultrasp5.c: Fix options.
5634
5635 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5636
5637         * gcc.dg/ultrasp5.c: Fix comment.
5638
5639 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
5640
5641         PR fortran/10197
5642         * g77.f-torture/execute/10197.f: New test.
5643
5644 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
5645
5646         PR c++/9898, c++/383
5647         * g++.dg/template/conv6.C: New test.
5648
5649         PR c++/10119
5650         * g++.dg/template/ptrmem5.C: New test.
5651
5652         PR c++/10026
5653         * g++.dg/lookup/koenig1.C: New test.
5654
5655         PR C++/10199
5656         * g++.dg/lookup/template2.C: New test.
5657
5658 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
5659
5660         * g++.dg/opt/rtti1.C: New test.
5661
5662 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5663
5664         * gcc.dg/ultrasp5.c: New test.
5665
5666 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
5667
5668         PR middle-end/9967
5669         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
5670         builtin fputs.
5671
5672 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5673
5674         PR c/8224
5675         * gcc.dg/20030323-1.c: New test.
5676
5677 2003-03-23  Roger Sayle  <roger@eyesopen.com>
5678
5679         * gcc.c-torture/compile/20030323-1.c: New test case.
5680
5681 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
5682
5683         * gcc.dg/20030321-1.c: New test.
5684
5685 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
5686
5687         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
5688
5689 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
5690
5691         PR c++/9978, c++/9708
5692         * g++.dg/ext/vlm1.C: Adjust expected error.
5693         * g++.dg/ext/vla2.C: New test.
5694         * g++.dg/template/arg1.C: New test.
5695         * g++.dg/template/arg2.C: New test.
5696
5697 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
5698
5699         * g77.f-torture/execute/select.f: New test.
5700         * g77.f-torture/noncompile/select_no_compile.f: New test.
5701
5702 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
5703
5704         PR c++/9898
5705         * g++.dg/other/error4.C: New test.
5706
5707 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
5708
5709         * g++.dg/template/friend17.C: New test.
5710
5711 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
5712
5713         * gcc.c-torture/compile/20030320-1.c: New.
5714
5715 2003-03-20  Roger Sayle  <roger@eyesopen.com>
5716
5717         * gcc.dg/builtins-6.c: New test case.
5718
5719 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
5720
5721         PR target/10073
5722         * gcc.c-torture/compile/20030319-1.c: New.
5723
5724 2003-03-18  Jan Hubicka  <jh@suse.cz>
5725
5726         * gcc.dg/i386-cvt-1.c: New test.
5727
5728 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
5729
5730         * objc.dg/naming-1.m: Use "(parse|syntax) error".
5731         * objc.dg/naming-2.m: Likewise.
5732
5733 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
5734
5735         PR c++/9639
5736         * g++.dg/parse/crash1.C: New test.
5737
5738 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
5739
5740         PR c++/8805
5741         * g++.dg/eh/cleanup1.C: New test.
5742
5743 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
5744
5745         * gcc.c-torture/execute/20030316-1.c: New test case.
5746
5747 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5748
5749         PR c++/9629
5750         * g++.dg/init/ctor2.C: New test.
5751
5752 2003-03-15  Roger Sayle  <roger@eyesopen.com>
5753
5754         * g77.f-torture/compile/xformat.f: New test case.
5755
5756 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5757
5758         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
5759         * g++.old-deja/g++.mike/eh50.C: Likewise.
5760
5761 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5762
5763         PR c++/6440
5764         * g++.dg/template/spec7.C: New test.
5765         * g++.dg/template/spec8.C: Likewise.
5766
5767 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
5768
5769         * gcc.c-torture/execute/20030313-1.c: New test.
5770
5771 2003-03-14  Richard Henderson  <rth@redhat.com>
5772
5773         * gcc.dg/inline-2.c: Adjust alpha test for external call.
5774
5775 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
5776
5777         * gcc.c-torture/compile/20030314-1.c: New test.
5778
5779 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5780
5781         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
5782         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
5783         thumb target,
5784         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
5785         to accept newer _imp__  prefix and additional
5786         newline in .drectve section.
5787         * gcc.dg/dll-4.c: Likewise.
5788         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
5789         switch.
5790
5791 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
5792
5793         * g++.dg/parse/namespace9.C: New test.
5794
5795         * g++.dg/init/ref5.C: New test.
5796         * g++.dg/parse/ptrmem1.C: Likewise.
5797
5798 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5799
5800         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
5801         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
5802         regular expression.
5803         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
5804         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
5805
5806 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
5807
5808         * gcc.c-torture/execute/20030224-2.c: New test.
5809
5810 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5811
5812         * gcc.dg/decl-3.c: New test.
5813
5814 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5815
5816         * gcc.dg/i386-loop-2.c: New test.
5817
5818 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
5819
5820         PR c++/9474
5821         * g++.dg/parse/namespace8.C: New test.
5822
5823         PR c++/9924
5824         * g++.dg/overload/builtin2.C: New test.
5825
5826 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5827
5828         * gcc.dg/return-type-3.c: New test.
5829
5830 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
5831
5832         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
5833         profiling options are not supported.
5834
5835 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
5836
5837         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
5838         * g++.old-deja/g++.warn/impint2.C: Likewise.
5839
5840 2003-03-10  Devang Patel  <dpatel@apple.com>
5841
5842         * g++.dg/cpp/c++_cmd_1.C: New test.
5843         * g++.dg/cpp/c++_cmd_1.h: New file.
5844
5845 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
5846
5847         * gcc.dg/altivec-9.c: New file.
5848
5849 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5850
5851         * gcc.dg/ppc-sdata-1.c: New test.
5852         * gcc.dg/ppc-sdata-2.c: New test.
5853
5854 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
5855
5856         PR c++/9373
5857         * g++.dg/opt/ptrmem2.C: New test.
5858
5859         PR c++/8534
5860         * g++.dg/opt/ptrmem1.C: New test.
5861
5862 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5863
5864         * gcc.dg/i386-loop-1.c: New test.
5865
5866 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5867
5868         PR c++/9970
5869         * g++.dg/lookup/friend1.C: New test.
5870
5871 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5872
5873         PR c++/9823
5874         * g++.dg/parser/constructor1.C: New test.
5875
5876 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
5877
5878         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
5879
5880         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
5881
5882 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
5883
5884         * gcc.dg/cpp/Wunused.c: Update test.
5885
5886 2003-03-08  Jan Hubicka  <jh@suse.cz>
5887
5888         * gcc.dg/inline-3.c: New test.
5889
5890 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5891
5892         PR c++/9809
5893         * g++.dg/parse/builtin1.C: New test.
5894
5895         PR c++/9982
5896         * g++.dg/abi/cookie1.C: New test.
5897         * g++.dg/abi/cookie2.C: Likewise.
5898
5899         PR c++/9524
5900         * g++.dg/template/field1.C: New test.
5901
5902         PR c++/9912
5903         * g++.dg/parse/class1.C: New test.
5904         * g++.dg/parse/namespace7.C: Likewise.
5905         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
5906
5907 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
5908
5909         * g++.dg/init/ref4.C: New test.
5910
5911 2003-03-07  Jan Hubicka  <jh@suse.cz>
5912
5913         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
5914         * gcc.dg/inline-3.c:  New test.
5915
5916 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
5917
5918         * g++.dg/init/ref3.C: New test.
5919
5920         PR c++/9965
5921         * g++.dg/init/ref2.C: New test.
5922
5923         PR c++/9400
5924         * g++.dg/warn/Wshadow-2.C: New test.
5925
5926         PR c++/9791
5927         * g++.dg/warn/Woverloaded-1.C: New test.
5928
5929 2003-03-05  Jan Hubicka  <jh@suse.cz>
5930
5931         * gcc.dg/i386-local2.c: New.
5932         * gcc.dg/i386-local.c: Fix typo.
5933
5934 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
5935
5936         * g++.dg/abi/layout3.C: New test.
5937
5938 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5939
5940         * gcc.c-torture/compile/20030305-1.c
5941
5942 2003-03-05  Jan Hubicka  <jh@suse.cz>
5943
5944         * gcc.dg/i386-local.c: New.
5945
5946 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
5947
5948         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
5949
5950 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5951
5952         * gcc.dg/switch-2.c: New test.
5953         * gcc.dg/switch-3.c: New test.
5954         * gcc.dg/Wswitch.c: Adjust line numbers.
5955         * gcc.dg/Wswitch-default.c: Likewise.
5956         * gcc.dg/Wswitch-enum.c: Likewise.
5957
5958 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
5959
5960         * gcc.c-torture/execute/20030222-1.c: New test.
5961
5962 2003-03-03  James E Wilson  <wilson@tuliptree.org>
5963
5964         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
5965
5966 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
5967
5968         PR c++/9878
5969         * g++.dg/init/ref1.C: New test.
5970
5971 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
5972
5973         * gcc.dg/sh-relax.c: New SH-only test.
5974
5975 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
5976
5977         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
5978         comment explaining purpose of testcase.
5979
5980 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5981
5982         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
5983         for HC11/HC12 (asm needs two int registers).
5984         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
5985         HC11/HC12 because the test uses an asm which needs two 32-bit
5986         registers.
5987
5988 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5989
5990         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
5991         for HC11/HC12 (array is too large otherwise).
5992         * gcc.c-torture/compile/920501-4.x: New file, likewise.
5993         * gcc.c-torture/compile/20010518-2.x: Likewise.
5994         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
5995         HC11/HC12 (array is too large).
5996
5997 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
5998
5999         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
6000         * lib/g++-dg.exp (g++-dg-test): Likewise.
6001
6002 2003-03-01  Roger Sayle  <roger@eyesopen.com>
6003
6004         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
6005         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
6006
6007 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6008
6009         * g++.dg/warn/implicit-typename1.C: Remove warning.
6010
6011 2003-02-28  Richard Henderson  <rth@redhat.com>
6012
6013         * gcc.dg/noreturn-1.c: Move noreturn warning line.
6014         * gcc.dg/return-type-1.c: Move control reaches end warning line.
6015
6016 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
6017
6018         * gcc.dg/pch/pch.exp: Change .pch to .gch.
6019         * g++.dg/pch/pch.exp: Likewise.
6020
6021 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
6022
6023         PR c++/9879
6024         * testsuite/g++.dg/init/new4.C: New test.
6025
6026 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
6027
6028         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
6029
6030 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
6031
6032         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
6033         unsigned long.
6034
6035         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
6036         wider than float.
6037
6038 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6039
6040         * lib/scanasm.exp: Add support for counting numbers of
6041         occurences.
6042         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
6043         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
6044
6045 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
6046
6047         PR c++/9683
6048         * g++.dg/template/static3.C: New test.
6049
6050         PR c++/9829
6051         * g++.dg/parse/namespace6.C: New test.
6052
6053 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6054
6055         PR target/9732
6056         * gcc.dg/20030225-1.c: New test.
6057
6058 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
6059
6060         * README: Remove out-of-date information.
6061
6062         PR c++/9836
6063         * g++.dg/template/spec6.C: New test.
6064
6065 2003-02-24  Jeff Law  <law@redhat.com>
6066
6067         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
6068
6069 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6070
6071         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
6072         * gcc.dg/pragma-ep-1.c: Likewise.
6073
6074 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6075
6076         PR c++/9602
6077         * g++.dg/template/friend16.C: New test.
6078
6079 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
6080
6081         PR c++/5333
6082         * g++.dg/parse/fused-params1.C: Adjust error messages.
6083         * g++.dg/template/nested3.C: New test.
6084
6085 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
6086
6087         * g++.dg/abi/param1.C: New test.
6088
6089 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6090
6091         PR c++/7982
6092         * g++.dg/warn/implicit-typename1.C: New test.
6093
6094 2003-02-22  Kelley Cook <kelleycook@comcast.net>
6095
6096         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
6097         with "mtune".
6098         * g++.old-deja/g++.other/store-expr2.C: Likewise.
6099         * gcc.c-torture/execute/20010129-1.x: Likewise.
6100         * gcc.dg/20011107-1.c: Likewise.
6101         * gcc.dg/20020108-1.c: Likewise.
6102         * gcc.dg/20020122-3.c: Likewise.
6103         * gcc.dg/20020206-1.c: Likewise.
6104         * gcc.dg/20020310-1.c: Likewise.
6105         * gcc.dg/20020426-2.c: Likewise.
6106         * gcc.dg/20020517-1.c: Likewise.
6107         * gcc.dg/991230-1.c: Likewise.
6108         * gcc.dg/i386-unroll-1.c: Likewise.
6109         * gcc.misc-tests/i386-prefetch.exp: Likewise.
6110
6111 2003-02-22  Jan Hubicka  <jh@suse.cz>
6112
6113         * gcc.dg/i386-mul.c: New test.
6114
6115 2003-02-21  Roger Sayle  <roger@eyesopen.com>
6116
6117         * gcc.dg/builtins-5.c: New test case.
6118
6119 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
6120
6121         * gcc.dg/asmreg-1.c: New test.
6122
6123 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6124
6125         PR c++/9749
6126         * g++.dg/parse/varmod1.C: New test.
6127
6128 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6129
6130         PR c++/9727
6131         * g++.dg/template/op1.C: New test.
6132
6133 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6134
6135         PR c++/8906
6136         * g++.dg/template/nested2.C: New test.
6137
6138 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6139
6140         PR c++/8724
6141         * g++.dg/expr/dtor1.C: New test.
6142
6143 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6144
6145         * gcc.dg/cpp/include3.c: New test.
6146         * gcc.dg/cpp/inc/foo.h: New file.
6147
6148 2003-02-21  Glen Nakamura  <glen@imodulo.com>
6149
6150         * gcc.c-torture/execute/20030221-1.c: New test.
6151
6152 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
6153
6154         PR c++/9729
6155         * g++.dg/abi/conv1.C: New test.
6156
6157 2003-02-20  Jan Hubicka  <jh@suse.cz>
6158
6159         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
6160
6161 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
6162
6163         * gcc.c-torture/compile/20030219-1.c: New test.
6164
6165 2003-02-18  Jan Hubicka  <jh@suse.cz>
6166
6167         * gcc.dg/funcorder.c: New test.
6168
6169 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6170
6171         * gcc.c-torture/execute/20030218-1.c: New.
6172
6173 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
6174
6175         * gcc.dg/20030218-1.c: New.
6176
6177 2003-02-18  Richard Henderson  <rth@redhat.com>
6178
6179         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
6180         * gcc.dg/attr-used-2.c: New.
6181
6182 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
6183
6184         PR c++/9704
6185         * g++.dg/init/copy5.C: New test.
6186
6187 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
6188
6189         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
6190         * g++.dg/pch/pch.exp: Likewise.
6191
6192 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6193
6194         * gcc.c-torture/execute/20030209-1.c: Enable the test if
6195         STACK_SIZE is not defined.
6196
6197 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6198
6199         PR c++/9457
6200         * g++.dg/template/init1.C: New test.
6201
6202 2003-02-16  Jan HUbicka  <jh@suse.cz>
6203
6204         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
6205         (foo): Add few extra tests
6206         * gcc.dg/c99-const-expr-3.c: Likewise.
6207         * gcc.c-torture/execute/20030216-1.c: New.
6208
6209 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6210
6211         PR c++/9459
6212         * g++.dg/ext/typeof4.C: New test.
6213
6214 2003-02-15  Roger Sayle  <roger@eyesopen.com>
6215
6216         * gcc.dg/i386-387-3.c: New test case.
6217
6218 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
6219
6220         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
6221         cris-*-elf* cris-*-aout* and mmix-*-*.
6222
6223 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
6224
6225         * gcc.dg/20030213-1.c: New test.
6226
6227 2003-02-12  Roger Sayle  <roger@eyesopen.com>
6228
6229         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
6230         * gcc.dg/i386-387-2.c: Likewise.
6231
6232 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
6233
6234         * gcc.dg/ppc-spe.c: Fix formatting.
6235         Enable tests that were previously unsupported by gas.
6236         Delete tests for instructions that no longer exist.
6237         Switch arguments on evsubifw builtin.
6238
6239 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6240
6241         * gcc.c-torture/execute/20030209-1.c: Disable the test if
6242         STACK_SIZE is too small.
6243
6244 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6245             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
6246
6247         * gcc.dg/decl-2.c: New test.
6248
6249 2003-02-10  Jan Hubicka  <jh@suse.cz>
6250
6251         * gcc.dg/i386-fpcvt-1.c:  New test.
6252
6253 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
6254
6255         * gcc.c-torture/execute/20030209-1.c: New test.
6256
6257 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
6258
6259         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
6260         int-wide bitops, use the constants of the same width.
6261         Likewise, if long long is 32-bit wide, test bitops using
6262         32-bit constants.
6263
6264 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
6265
6266         * gcc.dg/20021014-1.c: Annotate with expected notice text.
6267
6268 2003-02-07  Roger Sayle  <roger@eyesopen.com>
6269
6270         * testsuite/gcc.dg/builtins-4.c: New test case.
6271
6272 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6273
6274         * gcc.dg/20020430-1.c: Fix dg command typos.
6275         * gcc.dg/20020503-1.c: Likewise.
6276
6277 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6278
6279         PR c++/8785
6280         * g++.dg/parse/fused-params1.C: New test.
6281
6282         PR c++/8857
6283         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
6284
6285         PR c++/8921
6286         * g++.dg/parse/non-dependent1.C: New test.
6287
6288         PR c++/8928
6289         * g++.dg/parse/dupl-tmpl-args1.C: New test.
6290
6291         PR c++/9228
6292         * g++.dg/parse/undefined7.C: New test.
6293         * g++.dg/parse/non-templ1.C: New test.
6294
6295         PR c++/9229
6296         * g++.dg/parse/too-many-tmpl-args1.C: New test.
6297
6298 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
6299
6300         * gcc.c-torture/compile/20030206-1.c: New test.
6301
6302 2003-02-05  Roger Sayle  <roger@eyesopen.com>
6303
6304         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
6305         "pow" to "foo" to avoid potential confusion with a math built-in.
6306
6307 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6308
6309         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
6310         conditions for SPARC targets.
6311
6312 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
6313
6314         * gcc.dg/20030204-1.c: New test.
6315
6316 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6317
6318         PR c++/38
6319         * g++.dg/parse/array-size1.C: New test.
6320
6321         PR c++/5657
6322         * g++.dg/parse/undefined3.C: New test.
6323
6324         PR c++/5665
6325         * g++.dg/parse/undefined4.C: New test.
6326
6327         PR c++/5975
6328         * g++.dg/parse/undefined5.C: New test.
6329
6330         PR c++/7259
6331         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
6332
6333         PR c++/8578
6334         * g++.dg/parse/casting-operator1.C: New test.
6335
6336         PR c++/8596
6337         * g++.dg/parse/undefined6.C: New test.
6338
6339         PR c++/8736
6340         * g++.dg/parse/missing-template1.C: New test.
6341
6342 2003-02-04  Jan Hubicka  <jh@suse.cz>
6343
6344         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
6345         * gcc.dg/i386-cmov?.c:  Likewise.
6346         * gcc.dg/i386-fpcvt-?.c:  Likewise.
6347         * gcc.dg/i386-ssefp-1.c:  Likewise.
6348         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
6349         conventions.
6350
6351 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
6352
6353         PR c++/7129
6354         * testsuite/g++.dg/ext/max.C: New test.
6355
6356 2003-02-03  Jan Hubicka  <jh@suse.cz>
6357
6358         * gcc.c-torture/execute/20030203-1.c: New test.
6359
6360 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
6361
6362         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
6363         'natural-endian'.
6364
6365 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
6366
6367         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
6368         * g++.dg/init/new2.C: Likewise.
6369         * g++.dg/other/new1.C: Likewise.
6370
6371 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
6372
6373         * gcc.dg/struct-ret-libc.c: New test.
6374
6375 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
6376
6377         * gcc.dg/20030129-1.c: New test.
6378
6379 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6380
6381         PR c++/8849
6382         * g++.dg/template/ptrmem4.C: New test.
6383
6384 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
6385
6386         * g++.dg/parser/constant1.C: New test.
6387
6388 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6389
6390         PR c++/8591
6391         * g++.dg/parse/friend2.C: New test.
6392
6393 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
6394
6395         PR c++/9437
6396         * g++.dg/template/unify4.C: New test.
6397
6398 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
6399
6400         * gcc.c-torture/execute/20030128-1.c: New test.
6401
6402 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
6403
6404         * g++.dg/lookup/nested1.C: Test moved from ...
6405         * g++.old-deja/g++.other/lookup24.C: ... here.
6406
6407 2003-01-28  Jan Hubicka  <jh@suse.cz>
6408
6409         * gcc.dg/i386-cmov5.c:  New test.
6410
6411 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
6412
6413         * gcc.c-torture/execute/20010925-1.c: Changed the
6414         memcpy declaration.
6415
6416 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6417
6418         PR c++/3902
6419         * g++.dg/parse/template5.C: New test.
6420
6421 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
6422
6423         PR fortran/9258
6424         * g77.dg/pr9258: New test.
6425
6426 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6427
6428         * README: Move relevant parts from README.g++.
6429
6430         * README.g++: Remove this file.
6431
6432 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6433
6434         * g++.dg/abi/dcast1.C: New test.
6435
6436 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6437
6438         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
6439
6440 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
6441
6442         PR c++/47
6443         * g++.old-deja/g++.other/lookup24.C: New test.
6444
6445 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6446
6447         PR middle-end/7227
6448         * gcc.dg/uninit-C.c: New test.
6449
6450 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
6451
6452         * g++.dg/abi/covariant1.C: New test.
6453
6454 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
6455
6456         * gcc.dg/20030123-1.c: New test.
6457
6458 2003-01-25  Jan Hubicka  <jh@suse.cz>
6459
6460         PR opt/8492
6461         * gcc.c-torture/compile/20030125-1.c
6462
6463 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
6464
6465         PR c++/9403
6466         * g++.dg/parse/template3.C: New test.
6467         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
6468
6469         PR c++/795
6470         * g++.dg/parse/template4.C: New test.
6471
6472         PR c++/9415
6473         * g++.dg/template/qual2.C: New test.
6474
6475         PR c++/8545
6476         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
6477
6478         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
6479
6480 2003-01-25  Roger Sayle  <roger@eyesopen.com>
6481
6482         * gcc.c-torture/execute/switch-1.c: New test case.
6483
6484 2003-01-25  Jan Hubicka  <jh@suse.cz>
6485
6486         * gcc.c-torture/execute/20030125-1.[cx]: New test.
6487
6488 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
6489
6490         Tweaks for Bison-1.875. From the NEWS file:
6491         "- `parse error' -> `syntax error'
6492         Bison now uniformly uses the term `syntax error'"
6493         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
6494         * gcc.dg/cpp/digraph2.c: Likewise.
6495         * gcc.dg/cpp/direct2.c: Likewise.
6496         * gcc.dg/cpp/paste4.c: Likewise.
6497         * gcc.dg/c90-restrict-1.c: Likewise.
6498         * gcc.dg/c99-func-2.c: Likewise.
6499         * gcc.dg/noncompile/920721-2.c: Likewise.
6500         * gcc.dg/noncompile/930622-2.c: Likewise.
6501         * gcc.dg/noncompile/940112-1.c: Likewise.
6502         * gcc.dg/noncompile/950921-1.c: Likewise.
6503         * gcc.dg/noncompile/951123-1.c: Likewise.
6504         * gcc.dg/noncompile/971104-1.c: Likewise.
6505         * gcc.dg/noncompile/990416-1.c: Likewise.
6506
6507 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
6508
6509         * g++.dg/parse/undefined1.C: Add error message.
6510
6511 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6512
6513         PR c++/9354
6514         * g++.dg/parse/new1.C: New test.
6515
6516         PR c++/9216
6517         * g++.dg/parse/template2.C: New test.
6518
6519         PR c++/9354
6520         * g++.dg/parse/typedef2.C: New test.
6521
6522         PR c++/9328
6523         * g++.dg/ext/typeof3.C: New test.
6524
6525 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6526
6527         PR c++/2738
6528         * g++.dg/parse/ret-type1.C: New test.
6529
6530         PR c++/3792
6531         * g++.dg/parse/tmpl-outside1.C: New test.
6532
6533         PR c++/4207
6534         * g++.dg/parse/int-as-enum1.C: New test.
6535
6536         PR c++/4903
6537         * g++.dg/parse/no-typename1.C: New test.
6538
6539         PR c++/5533
6540         * g++.dg/parse/no-value1.C: New test.
6541
6542         PR c++/5921
6543         * g++.dg/parse/wrong-inline1.C: New test.
6544
6545         PR c++/6402
6546         * g++.dg/parse/ref1.C: New test.
6547
6548         PR c++/6992
6549         * g++.dg/parse/attr-ctor1.C: New test.
6550
6551         PR c++/7229
6552         * g++.dg/parse/namespace5.C: New test.
6553
6554         PR c++/7917
6555         * g++.dg/parse/func-def1.C: New test.
6556
6557         PR c++/8143
6558         * g++.dg/parse/undefined1.C: New test.
6559
6560         PR c++/5723, PR c++/8522
6561         * g++.dg/parse/specialization1.C: New test.
6562
6563         PR c++/163, PR c++/8595
6564         * g++.dg/parse/struct-as-enum1.C: New test.
6565
6566         PR c++/9173
6567         * g++.dg/parse/undefined2.C: New test.
6568
6569 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6570
6571         PR c++/9298
6572         * g++.dg/parse/template1.C: New test.
6573
6574         PR c++/9384
6575         * g++.dg/parse/using1.C: New test.
6576
6577         PR c++/9285
6578         PR c++/9294
6579         * g++.dg/parse/expr2.C: New test.
6580
6581         PR c++/9388
6582         * g++.dg/parse/lookup2.C: Likewise.
6583
6584 2003-01-21  Jan Hubicka  <jh@suse.cz>
6585
6586         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
6587         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
6588         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
6589         * gcc.c-torture/execute/string-opt-*.c: Likewise.
6590
6591 2003-01-20  Nick Clifton  <nickc@redhat.com>
6592
6593         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
6594         problem with ARM sibcall code generation.
6595
6596 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
6597
6598         * gcc.c-torture/execute/20030120-1.c: New.
6599
6600 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
6601
6602         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
6603
6604 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
6605
6606         PR c++/9272
6607         * g++.dg/parse/ctor1.C: New test.
6608
6609         PR c++/9294:
6610         * g++.dg/parse/qualified1.C: New test.
6611
6612         * g++.dg/parse/typename3.C: New test.
6613
6614 2003-01-16  Richard Henderson  <rth@redhat.com>
6615
6616         * g++.dg/tls/init-2.C: Fix error matches for real this time.
6617
6618 2003-01-16  Richard Henderson  <rth@redhat.com>
6619
6620         * g++.dg/pch/pch.exp: Copy test header to the working directory
6621         before using it either for precompilation or direct use.
6622         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
6623         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
6624
6625 2003-01-16  Richard Henderson  <rth@redhat.com>
6626
6627         * gcc.dg/pch/pch.exp: Copy test header to the working directory
6628         before using it either for precompilation or direct use.
6629         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
6630         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
6631
6632 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
6633
6634         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
6635         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
6636         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
6637         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
6638         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
6639         typename warning into error.
6640         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
6641         error messages.
6642         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
6643         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
6644         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
6645         messages.
6646         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
6647         make declaration visible in template.
6648         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
6649         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
6650         messages.
6651         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
6652         message.
6653         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
6654         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
6655         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
6656         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
6657         typename warning with error message.
6658         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
6659         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
6660         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
6661
6662 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
6663
6664         * g++.dg/parse/ambig2.C: New test.
6665
6666 2003-01-15  Richard Henderson  <rth@redhat.com>
6667
6668         * g++.dg/tls/init-2.C: Update error message string.
6669
6670 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6671
6672         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
6673
6674 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
6675
6676         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
6677         all for HC11/HC12.
6678         * gcc.c-torture/compile/20001205-1.x: Likewise.
6679         * gcc.c-torture/compile/20001226-1.x: Likewise.
6680         * gcc.c-torture/compile/920520-1.x: Likewise.
6681         * gcc.c-torture/compile/961203-1.x: Likewise.
6682         * gcc.c-torture/compile/20020604-1.x: Likewise.
6683
6684 2003-01-15  Jan Hubicka  <jh@suse.cz>
6685
6686         * gcc.c-torture/compile/20030115-1.c: New test.
6687
6688         * gcc.dg/i386-fpcvt-1.c: New test.
6689         * gcc.dg/i386-fpcvt-2.c: New test.
6690
6691 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
6692
6693         Further conform g++'s __vmi_class_type_info to the C++ ABI
6694         specification.
6695         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
6696         the specification.
6697
6698 2003-01-14  Jan Hubicka  <jh@suse.cz>
6699
6700         * gcc.dg/i386-fpcvt-1.c: New test.
6701         * gcc.dg/i386-fpcvt-2.c: New test.
6702
6703 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
6704
6705         * gcc.dg/i386-mmx-3.c: New test.
6706
6707 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
6708
6709         PR c++/9264
6710         * g++.dg/parse/octal1.C: New file.
6711
6712         PR c++/9172
6713         * g++.dg/parse/typename1.C: New file.
6714
6715 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
6716
6717         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
6718         * gcc.dg/bf-no-ms-layout.c: Likewise.
6719         * gcc.dg/bf-ms-attrib.c: Likewise.
6720
6721 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
6722
6723         PR c++/9099
6724         * g++.dg/parse/dtor1.C: New file.
6725
6726         PR c++/9128
6727         * g++.dg/rtti/typeid1.C: New file.
6728
6729         PR c++/9153
6730         * g++.dg/parse/lookup1.C: New file.
6731
6732         PR c++/9171
6733         * g++.dg/templ/spec5.C: New file.
6734
6735 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
6736
6737         * gcc.c-torture/compile/20030110-1.c: New test.
6738
6739 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
6740
6741         Merge from pch-branch:
6742
6743         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
6744
6745         * gcc.dg/pch/cpp-1.h: New.
6746         * gcc.dg/pch/cpp-1.c: New.
6747         * gcc.dg/pch/cpp-2.h: New.
6748         * gcc.dg/pch/cpp-2.c: New.
6749
6750         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
6751
6752         * gcc.dg/pch/except-1.h: New.
6753         * gcc.dg/pch/except-1.c: New.
6754
6755         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
6756
6757         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
6758         running test.
6759         * gcc.dg/pch: Include *.hp not *.h.
6760         * gcc.dg/pch/system-1.h: New.
6761         * gcc.dg/pch/system-1.c: New.
6762
6763         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
6764
6765         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
6766         rather than trying to build and run a program using PCH.
6767         * gcc.dg/pch: Remove dg-do commands from test files.
6768
6769         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
6770
6771         * gcc.dg/pch/macro-3.c: New.
6772         * gcc.dg/pch/macro-3.h: New.
6773
6774         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
6775
6776         * gcc.dg/pch/common-1.c: New.
6777         * gcc.dg/pch/common-1.h: New.
6778         * gcc.dg/pch/decl-1.c: New.
6779         * gcc.dg/pch/decl-1.h: New.
6780         * gcc.dg/pch/decl-2.c: New.
6781         * gcc.dg/pch/decl-2.h: New.
6782         * gcc.dg/pch/decl-3.c: New.
6783         * gcc.dg/pch/decl-3.h: New.
6784         * gcc.dg/pch/decl-4.c: New.
6785         * gcc.dg/pch/decl-4.h: New.
6786         * gcc.dg/pch/decl-5.c: New.
6787         * gcc.dg/pch/decl-5.h: New.
6788         * gcc.dg/pch/global-1.c: New.
6789         * gcc.dg/pch/global-1.h: New.
6790         * gcc.dg/pch/inline-1.c: New.
6791         * gcc.dg/pch/inline-1.h: New.
6792         * gcc.dg/pch/inline-2.c: New.
6793         * gcc.dg/pch/inline-2.h: New.
6794         * gcc.dg/pch/static-1.c: New.
6795         * gcc.dg/pch/static-1.h: New.
6796         * gcc.dg/pch/static-2.c: New.
6797         * gcc.dg/pch/static-2.h: New.
6798
6799         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
6800
6801         * g++.dg/pch/pch.exp: Better handle failing testcases.
6802         * gcc.dg/pch/pch.exp: Likewise.
6803         * gcc.dg/pch/macro-1.c: New.
6804         * gcc.dg/pch/macro-1.h: New.
6805         * gcc.dg/pch/macro-2.c: New.
6806         * gcc.dg/pch/macro-2.h: New.
6807
6808         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
6809
6810         * g++.dg/dg.exp: Treat files in pch/ specially.
6811         * g++.dg/pch/pch.exp: New file.
6812         * g++.dg/pch/empty.H: New file.
6813         * g++.dg/pch/empty.C: New file.
6814         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
6815         "precompile".
6816
6817         * gcc.dg/pch/pch.exp: New file.
6818         * gcc.dg/pch/empty.h: New file.
6819         * gcc.dg/pch/empty.c: New file.
6820         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
6821         "precompile".
6822
6823 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6824
6825         * g++.dg/template/friend14.C: New test.
6826
6827 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6828
6829         * gcc.dg/old-style-asm-1.c: New test.
6830
6831 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
6832
6833         * gcc.c-torture/compile/20030109-1.c: New test.
6834
6835 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6836
6837         * gcc.c-torture/execute/20030109-1.c: New test.
6838
6839 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
6840
6841         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
6842         * g++.old-deja/g++.mike/dyncast2.C: Likewise
6843         * g++.old-deja/g++.mike/dyncast3.C: Likewise
6844         * g++.old-deja/g++.mike/eh2.C: Likewise
6845         * g++.old-deja/g++.mike/eh3.C: Likewise
6846         * g++.old-deja/g++.mike/eh5.C: Likewise
6847         * g++.old-deja/g++.mike/eh6.C: Likewise
6848         * g++.old-deja/g++.mike/eh7.C: Likewise
6849         * g++.old-deja/g++.mike/eh8.C: Likewise
6850         * g++.old-deja/g++.mike/eh9.C: Likewise
6851         * g++.old-deja/g++.mike/eh10.C: Likewise
6852         * g++.old-deja/g++.mike/eh12.C: Likewise
6853         * g++.old-deja/g++.mike/eh13.C: Likewise
6854         * g++.old-deja/g++.mike/eh14.C: Likewise
6855         * g++.old-deja/g++.mike/eh16.C: Likewise
6856         * g++.old-deja/g++.mike/eh17.C: Likewise
6857         * g++.old-deja/g++.mike/eh18.C: Likewise
6858         * g++.old-deja/g++.mike/eh21.C: Likewise
6859         * g++.old-deja/g++.mike/eh23.C: Likewise
6860         * g++.old-deja/g++.mike/eh24.C: Likewise
6861         * g++.old-deja/g++.mike/eh25.C: Likewise
6862         * g++.old-deja/g++.mike/eh26.C: Likewise
6863         * g++.old-deja/g++.mike/eh27.C: Likewise
6864         * g++.old-deja/g++.mike/eh28.C: Likewise
6865         * g++.old-deja/g++.mike/eh29.C: Likewise
6866         * g++.old-deja/g++.mike/eh31.C: Likewise
6867         * g++.old-deja/g++.mike/eh33.C: Likewise
6868         * g++.old-deja/g++.mike/eh34.C: Likewise
6869         * g++.old-deja/g++.mike/eh35.C: Likewise
6870         * g++.old-deja/g++.mike/eh36.C: Likewise
6871         * g++.old-deja/g++.mike/eh37.C: Likewise
6872         * g++.old-deja/g++.mike/eh38.C: Likewise
6873         * g++.old-deja/g++.mike/eh39.C: Likewise
6874         * g++.old-deja/g++.mike/eh40.C: Likewise
6875         * g++.old-deja/g++.mike/eh41.C: Likewise
6876         * g++.old-deja/g++.mike/eh42.C: Likewise
6877         * g++.old-deja/g++.mike/eh44.C: Likewise
6878         * g++.old-deja/g++.mike/eh46.C: Likewise
6879         * g++.old-deja/g++.mike/eh47.C: Likewise
6880         * g++.old-deja/g++.mike/eh48.C: Likewise
6881         * g++.old-deja/g++.mike/eh49.C: Likewise
6882         * g++.old-deja/g++.mike/eh50.C: Likewise
6883         * g++.old-deja/g++.mike/eh51.C: Likewise
6884         * g++.old-deja/g++.mike/eh53.C: Likewise
6885         * g++.old-deja/g++.mike/eh55.C: Likewise
6886         * g++.old-deja/g++.mike/p7912.C: Likewise
6887         * g++.old-deja/g++.mike/p9706.C: Likewise
6888         * g++.old-deja/g++.mike/p10416.C: Likewise
6889         * g++.old-deja/g++.mike/p11667.C: Likewise
6890         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
6891         Remove redundant reference to Iris.
6892         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
6893         Elxsi, i860, Pico Java, and WE32K.
6894
6895 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
6896
6897         * g++.dg/ext/asm4.C: New test.
6898
6899 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6900
6901         PR c++/9030
6902         * g++.dg/template/friend12.C: New test.
6903         * g++.dg/template/friend13.C: Likewise.
6904         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
6905
6906 2003-01-08  Jan Hubicka  <jh@suse.cz>
6907
6908         * gcc.dg/i386-cadd.c: New test.
6909         * gcc.dg/i386-cmov4.c: Likewise.
6910
6911 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
6912
6913         PR c++/9165
6914         * g++.dg/warn/Wunused-3.C: New test.
6915
6916         * g++.dg/abi/bitfield9.C: New test.
6917
6918         PR c++/9189
6919         * g++.dg/parse/defarg3.C: New test.
6920
6921 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
6922
6923         * g++.dg/parse/ambig1.C: New test.
6924         * g++.dg/parse/defarg2.C: New test.
6925
6926 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
6927
6928         * g++.dg/template/defarg-1.C: New test.
6929         * g++.dg/template/local2.C: Likewise.
6930
6931 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
6932
6933         * gcc.c-torture/execute/20030105-1.c: New test.
6934
6935 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6936
6937         * g++.dg/parse/namespace3.C: Remove extra semicolons.
6938         * g++.dg/parse/namespace4.C: Likewise.
6939
6940 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
6941
6942         * g++.dg/template/ntp2.C: New test.
6943
6944 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6945
6946         * g++.dg/parse/extern-C-1.C: New test.
6947
6948         * g++.dg/parse/namespace4.C: New test.
6949
6950         * g++.dg/template/nested1.C: New test.
6951
6952         * g++.dg/parse/namespace3.C: New test.
6953
6954 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6955
6956         * g++.dg/lookup/two-stage1.C: New test.
6957
6958 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6959
6960         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
6961         * g++.old-deja/g++.jason/access8.C: Likewise.
6962         * g++.old-deja/g++.other/decl5.C: Likewise.
6963
6964 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6965
6966         * g++.dg/parse/parse7.C: New test.
6967
6968 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
6969
6970         PR c++/2843
6971         * g++.dg/ext/attrib7.C: New test.
6972
6973 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6974
6975         * g++.dg/parse/parse6.C: New test.
6976
6977 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
6978
6979         * gcc.dg/h8300-stack-1.c: New.
6980
6981 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6982
6983         g++.dg/lookup/exception1.C: New test.
6984
6985         g++.dg/lookup/template1.C: New test.
6986
6987         g++.dg/parse/namespace2.C: New test.
6988
6989         g++.dg/parse/parens2.C: New test.
6990
6991 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6992
6993         * g++.dg/parse/parse5.C: New test.
6994         * g++.dg/lookup/scoped4.C: New test.
6995
6996 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6997
6998         * g++.dg/parse/parens1.C: New test.
6999
7000         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
7001         angle-bracket1.C.
7002         * g++.dg/parse/parens2.C: New test.
7003
7004         * g++.dg/lookup/scope-operator1.C: New test.
7005
7006         * g++.dg/parse/operator1.C: New test.
7007
7008 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7009
7010         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
7011         * g++.old-deja/g++.other/access6.C: Likewise.
7012         * g++.old-deja/g++.other/decl1.C: Likewise.
7013         * g++.old-deja/g++.pt/typename12.C: Likewise.
7014
7015 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7016
7017         * g++.dg/parse/namespace1.C: New test.
7018
7019 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7020
7021         * g++.dg/parse/parse4.C: New test.
7022
7023 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7024
7025         * g++.dg/parse/parse3.C: New test.
7026
7027 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7028
7029         * g++.dg/parse/parse2.C: New test.
7030
7031 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7032
7033         * g++.dg/template/friend11.C: New test.
7034
7035 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7036
7037         * g++.dg/parse/parse1.C: New test.
7038
7039 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
7040
7041         * lib/profopt.exp: Change the name of a global variable to avoid
7042         possible clashes with other test suites.
7043
7044 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
7045
7046         * g++.dg/inherit/covariant8.C: New test.
7047
7048 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7049
7050         * g++.dg/init/array9.C: New test.
7051
7052         PR c++/9112
7053         * g++.dg/parse/expr1.C: New test.
7054
7055 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7056
7057         * gcc.c-torture/compile/20021230-1.c: New test.
7058
7059 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7060
7061         * g++.dg/inherit/covariant5.C: New test.
7062         * g++.dg/inherit/covariant6.C: New test.
7063         * g++.dg/inherit/covariant7.C: New test.
7064
7065 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7066
7067         PR c++/2739
7068         * g++.dg/other/access2.C: New test.
7069
7070 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7071
7072         * g++.dg/other/anon-struct.C: No longer fails
7073         * g++.old-deja/g++.brendan/parse4.C: Likewise.
7074         * g++.old-deja/g++.brendan/parse5.C: Likewise.
7075         * g++.old-deja/g++.brendan/parse6.C: Likewise.
7076
7077 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7078
7079         * g++.dg/parse/angle-bracket.C (main): No longer fails.
7080
7081 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
7082
7083         * g++.dg/eh/spec4.C: Remove stray semicolon.
7084         * g++.dg/expr/pmf-1.C: Change error message.
7085         * g++.dg/ext/asm1.C: Remove stray semicolon.
7086         * g++.dg/ext/typename1.C: Add missing typenames.
7087         * g++.dg/inherit/template-as-base.C: Change error message.
7088         * g++.dg/lookup/scoped1.C: Likewise.
7089         * g++.dg/lookup/scoped2.C: Likewise.
7090         * g++.dg/lookup/using2.C: Likewise.
7091         * g++.dg/other/component1.C: Remove stray semicolon.
7092         * g++.dg/other/do1.C: Change error message.
7093         * g++.dg/other/error2.C: Likewise.
7094         * g++.dg/other/init1.C: Likewise.
7095         * g++.dg/other/packed1.C: Remove stray semicolon.
7096         * g++.dg/other/ptrmem2.C: Change error message.
7097         * g++.dg/parse/parameter-declaration-1.C: Remove line number
7098         marker.
7099         * g++.dg/special/initp1.C: Remove invalid attribute usage.
7100         * g++.dg/template/access3.C: Add typename keyword.
7101         * g++.dg/template/access5.C: Remove stray semicolon.
7102         * g++.dg/template/access6.C: Likewise.
7103         * g++.dg/template/complit1.C: Likewise.
7104         * g++.dg/template/crash1.C: Change error message.
7105         * g++.dg/template/inherit2.C: Remove stray semicolon.
7106         * g++.dg/template/instantiate2.C: Likewise.
7107         * g++.dg/template/instantiate3.C: Change error message.
7108         * g++.dg/template/qual1.C: Remove stray semicolon.
7109         * g++.dg/template/qualttp18.C: Change error message.
7110         * g++.dg/template/ref1.C: Remove stray semicolon.
7111         * g++.dg/template/sizeof1.C (A::value): Declare it.
7112         * g++.dg/template/spec4.C: Change error message.
7113         * g++.dg/template/static1.C: Likewise.
7114         * g++.dg/template/type1.C: Likewise.
7115         * g++.dg/template/typename3.C: Likewise.
7116         * g++.old-deja/g++.benjamin/13478.C: Change error message.
7117         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
7118         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
7119         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
7120         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
7121         named return value extension.
7122         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
7123         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
7124         * g++.old-deja/g++.bob/extern_C.C: Likewise.
7125         * g++.old-deja/g++.bob/inherit2.C: Likewise.
7126         * g++.old-deja/g++.brendan/complex1.C: Likewise.
7127         * g++.old-deja/g++.brendan/copy5.C: Likewise.
7128         * g++.old-deja/g++.brendan/crash13.C: Likewise.
7129         * g++.old-deja/g++.brendan/crash15.C: Likewise.
7130         * g++.old-deja/g++.brendan/crash18.C: Change error message.
7131         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
7132         * g++.old-deja/g++.brendan/crash38.C: Likewise.
7133         * g++.old-deja/g++.brendan/crash50.C: Likewise.
7134         * g++.old-deja/g++.brendan/crash56.C: Likewise.
7135         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
7136         syntax.
7137         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
7138         * g++.old-deja/g++.brendan/crash8.C: Change error message.
7139         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
7140         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7141         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
7142         * g++.old-deja/g++.brendan/template11.C: Likewise.
7143         * g++.old-deja/g++.brendan/template26.C: Likewise.
7144         * g++.old-deja/g++.brendan/template27.C: Use explicit
7145         specialization syntax.
7146         * g++.old-deja/g++.brendan/template30.C: Likewise.
7147         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
7148         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
7149         non-dependent names.
7150         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
7151         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
7152         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
7153         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
7154         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
7155         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
7156         named return value extension.
7157         * g++.old-deja/g++.ext/namedret2.C: Likewise.
7158         * g++.old-deja/g++.ext/namedret3.C: Likewise.
7159         * g++.old-deja/g++.ext/return1.C: Likewise.
7160         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
7161         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
7162         * g++.old-deja/g++.jason/access8.C: Likewise.
7163         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
7164         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
7165         pseudo-destructor names.
7166         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
7167         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
7168         pseudo-destructor names.
7169         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
7170         * g++.old-deja/g++.jason/overload19.C: Likewise.
7171         * g++.old-deja/g++.jason/overload32.C: Likewise.
7172         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
7173         stray semicolons.
7174         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
7175         * g++.old-deja/g++.jason/return.C: Likewise.
7176         * g++.old-deja/g++.jason/return2.C: Likewise.
7177         * g++.old-deja/g++.jason/shadow1.C: Likewise.
7178         * g++.old-deja/g++.jason/special.C: Use explicit specialization
7179         syntax.
7180         * g++.old-deja/g++.jason/template10.C: Account for use of
7181         non-dependent names.
7182         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
7183         syntax.
7184         * g++.old-deja/g++.jason/template37.C: Likewise.
7185         * g++.old-deja/g++.law/access4.C: Change error messages.
7186         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
7187         pseudo-destructor names.
7188         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
7189         * g++.old-deja/g++.law/ctors9.C: Likewise.
7190         * g++.old-deja/g++.law/cvt22.C: Likewise.
7191         * g++.old-deja/g++.law/dtors5.C: Likewise.
7192         * g++.old-deja/g++.law/global-init1.C: Likewise.
7193         * g++.old-deja/g++.law/missed-error3.C: Likewise.
7194         * g++.old-deja/g++.law/operators28.C: Likewise.
7195         * g++.old-deja/g++.law/visibility28.C: Likewise.
7196         * g++.old-deja/g++.martin/eval1.C: Likewise.
7197         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
7198         name.
7199         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
7200         * g++.old-deja/g++.mike/net34.C: Likewise.
7201         * g++.old-deja/g++.mike/net36.C: Likewise.
7202         * g++.old-deja/g++.mike/ns2.C: Likewise.
7203         * g++.old-deja/g++.mike/p12306.C: Likewise.
7204         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
7205         value extension.
7206         * g++.old-deja/g++.mike/p700.C: Likewise.
7207         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
7208         * g++.old-deja/g++.mike/p710.C: Likewise.
7209         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
7210         value extension.
7211         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
7212         * g++.old-deja/g++.mike/pmf9.C: Likewise.
7213         * g++.old-deja/g++.ns/crash2.C: Likewise.
7214         * g++.old-deja/g++.ns/crash3.C: Likewise.
7215         * g++.old-deja/g++.ns/invalid1.C: Likewise.
7216         * g++.old-deja/g++.ns/ns17.C: Likewise.
7217         * g++.old-deja/g++.ns/template16.C: Likewise.
7218         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
7219         keyword.
7220         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
7221         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
7222         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
7223         named return value extension.
7224         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
7225         * g++.old-deja/g++.other/access4.C: Issue additional error
7226         messages.
7227         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
7228         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
7229         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
7230         * g++.old-deja/g++.other/crash25.C: Change error message.
7231         * g++.old-deja/g++.other/crash4.C: Change error message.
7232         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
7233         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
7234         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
7235         checks.
7236         * g++.old-deja/g++.other/defarg8.C: Likewise.
7237         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
7238         * g++.old-deja/g++.other/dtor10.C: Likewise.
7239         * g++.old-deja/g++.other/incomplete.C: Likewise.
7240         * g++.old-deja/g++.other/linkage7.C: Likewise.
7241         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
7242         lookup algorithm.
7243         * g++.old-deja/g++.other/mangle2.C: Likewise.
7244         * g++.old-deja/g++.other/refinit2.C: Likewise.
7245         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
7246         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
7247         * g++.old-deja/g++.pt/crash28.C: Likewise.
7248         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
7249         syntax.
7250         * g++.old-deja/g++.pt/crash32.C: Change error message.
7251         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
7252         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
7253         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
7254         error message position.
7255         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
7256         * g++.old-deja/g++.pt/defarg8.C: Change error message.
7257         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
7258         syntax.
7259         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
7260         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
7261         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
7262         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
7263         keyword.
7264         * g++.old-deja/g++.pt/explicit31.C: Likewise.
7265         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
7266         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
7267         keyword.
7268         * g++.old-deja/g++.pt/explicit71.C: Change error message.
7269         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
7270         syntax.
7271         * g++.old-deja/g++.pt/friend28.C: Account for use of
7272         non-dependent names.
7273         * g++.old-deja/g++.pt/friend29.C: Likewise.
7274         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
7275         rules.
7276         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
7277         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
7278         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
7279         lookup rules.
7280         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
7281         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
7282         keyword.
7283         * g++.old-deja/g++.pt/memclass20.C: Likewise.
7284         * g++.old-deja/g++.pt/memclass5.C: Likewise.
7285         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
7286         keyword.
7287         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
7288         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
7289         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
7290         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
7291         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
7292         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
7293         keyword.
7294         * g++.old-deja/g++.pt/spec10.C: Likewise.
7295         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
7296         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
7297         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
7298         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
7299         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
7300         * g++.old-deja/g++.pt/ttp62.C: Likewise.
7301         * g++.old-deja/g++.pt/ttp64.C: Likewise.
7302         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
7303         * g++.old-deja/g++.pt/typename15.C: Likewise.
7304         * g++.old-deja/g++.pt/typename22.C: Likewise.
7305         * g++.old-deja/g++.pt/typename6.C: Change error messages.
7306         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
7307         * g++.old-deja/g++.pt/virtual2.C: Likewise.
7308         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
7309         syntax.
7310         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
7311         return value extension.
7312         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
7313         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
7314         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
7315         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
7316
7317 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
7318
7319         * g++.dg/warn/inline1.C: New test.
7320         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
7321         * g++.old-deja/g++.jason/synth10.C: Likewise.
7322         * g++.old-deja/g++.mike/net31.C: Likewise.
7323         * g++.old-deja/g++.mike/p8786.C: Likewise.
7324
7325         * g++.dg/template/friend10.C: New test.
7326         * g++.dg/template/conv5.C: New test.
7327
7328 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
7329
7330         * g++.dg/lookup/scoped3.C: New test.
7331
7332         * g++.dg/lookup/decl1.C: New test.
7333         * g++.dg/lookup/decl2.C: New test.
7334
7335 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7336
7337         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
7338         gcc.c-torture/compile/20021015-1.c,
7339         gcc.c-torture/compile/20021015-2.c,
7340         gcc.c-torture/compile/20021123-1.c,
7341         gcc.c-torture/compile/20021123-2.c,
7342         gcc.c-torture/compile/20021123-3.c,
7343         gcc.c-torture/compile/20021123-4.c,
7344         gcc.c-torture/execute/20021024-1.c: Add tests previously added
7345         only to 3.1 or 3.2 branch.
7346
7347 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
7348
7349         * gcc.dg/i386-bitfield3.c: New test.
7350
7351         * gcc.dg/i386-bitfield2.c: New test.
7352
7353 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
7354
7355         * g++.dg/parse/conv_op1.C: New test.
7356
7357 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
7358
7359         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
7360         approved.
7361
7362 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
7363
7364         * gcc.c-torture/compile/20021220-1.c: New test.
7365
7366 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7367
7368         * gcc.dg/i386-fastcall-1.c: New.
7369
7370 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7371
7372         * gcc.c-torture/execute/20021219-1.c: New test.
7373
7374 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7375
7376         * gcc.dg/i386-pic-1.c: New test.
7377
7378 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7379
7380         PR c++/8099
7381         * g++.dg/template/friend9.C: New test.
7382
7383 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7384
7385         PR c++/3663
7386         * g++.dg/template/access7.C: New test.
7387
7388 2002-12-18  Nick Clifton  <nickc@redhat.com>
7389
7390         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
7391         the libstdc++-v3 directory has been found.
7392
7393 2002-12-12  Devang Patel <dpatel@apple.com>
7394         * gcc.dg/darwin-ld-1.c: New test.
7395         * gcc.dg/darwin-ld-2.c: New test.
7396         * gcc.dg/darwin-ld-3.c: New test.
7397         * gcc.dg/darwin-ld-4.c: New test.
7398         * gcc.dg/darwin-ld-5.c: New test.
7399
7400 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7401
7402         * gcc.c-torture/compile/20021212-1.c: New test.
7403
7404 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
7405
7406         * gcc.dg/fshort-wchar: New test.
7407
7408 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
7409
7410         PR c++/8372
7411         * g++.dg/template/dtor1.C: New test.
7412
7413         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
7414         markers.
7415
7416 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
7417
7418         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
7419
7420 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
7421
7422         * g++.dg/template/static1.C: New test.
7423         * g++.dg/template/static2.C: New test.
7424         * g++.old-deja/g++.ext/memconst.C: New test.
7425
7426 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7427
7428         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
7429         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
7430         * g++.dg/special/initp1.C: Likewise.
7431
7432 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
7433
7434         * gcc.c-torture/execute/20021204-1.c: New test.
7435
7436 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
7437
7438         * gcc.dg/ppc-fmadd-1.c: New file.
7439         * gcc.dg/ppc-fmadd-2.c: New file.
7440         * gcc.dg/ppc-fmadd-3.c: New file.
7441
7442 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7443
7444         * gcc.c-torture/compile/20021204-1.c: New test.
7445
7446 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
7447
7448         * g++.dg/inherit/covariant2.C: New test.
7449         * g++.dg/inherit/covariant3.C: New test.
7450         * g++.dg/inherit/covariant4.C: New test.
7451         * g++.dg/inherit/covariant1.C: Remove XFAIL.
7452         * g++.old-deja/g++.robertl/eb17.C: Likewise.
7453
7454 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
7455
7456         PR c++/8688
7457         * g++.dg/init/brace3.C: New test.
7458
7459 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7460
7461         * gcc.dg/20020210-1.c: Fix a comment typo.
7462
7463 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
7464
7465         PR c++/8720
7466         * g++.dg/parse/defarg1.C: New test.
7467
7468         PR c++/8615
7469         * g++.dg/template/char1.C: New test.
7470
7471         * g++.dg/template/varmod1.C: Fix typo.
7472
7473 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7474
7475         DR 180
7476         * g++.old-deja/g++.pt/crash32.C: Expect error.
7477
7478 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
7479
7480         PR c++/5919
7481         * g++.dg/template/varmod1.C: New test.
7482
7483         PR c++/8727
7484         * g++.dg/inherit/typeinfo1.C: New test.
7485
7486         PR c++/8663
7487         * g++.dg/inherit/typedef1.C: New test.
7488
7489 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
7490
7491         PR c++/8332
7492         PR c++/8493
7493         * g++.dg/template/strlen1.C: New test.
7494
7495         PR c++/8227
7496         * g++.dg/template/ctor2.C: New test.
7497
7498         PR c++/8214
7499         * g++.dg/init/string1.C: New test.
7500
7501         PR c++/8511
7502         * g++.dg/template/friend8.C: New test.
7503
7504 2002-11-29  Joe Buck <jbuck@synopsys.com>
7505
7506         * g++.dg/lookup/anon2.C: New test.
7507
7508 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7509
7510         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
7511         h8300 port.
7512
7513 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
7514
7515         * gcc.dg/bitfld-6.c: New test.
7516
7517 2002-11-27  Jan Hubicka  <jh@suse.cz>
7518
7519         * gcc.c-torture/execute/20021127.[cx]: New test.
7520
7521 2002-11-26  Jan Hubicka  <jh@suse.cz>
7522
7523         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
7524         quality.
7525
7526 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
7527
7528         * g++.dg/init/brace2.C: New test.
7529         * g++.old-deja/g++.mike/p9129.C: Correct.
7530
7531 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
7532
7533         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
7534
7535 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
7536
7537         * gcc.dg/sibcall-6: New test for indirect sibcalls.
7538
7539 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
7540
7541         * testsuite/g++.dg/abi/empty11.C: New test.
7542         * testsuite/g++.dg/rtti/cv1.C: New test.
7543
7544 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
7545
7546         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
7547
7548 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
7549
7550         * g++.dg/abi/empty10.C: New test.
7551
7552 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
7553
7554         * gcc.c-torture/compile/20021124-1.c: New test.
7555
7556 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
7557
7558         * g++.dg/abi/rtti2.C: New test.
7559
7560 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7561
7562         * gcc.dg/i386-unroll-1.c: New test.
7563
7564 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7565
7566         * gcc.c-torture/compile/20021120-1.c: New test.
7567         * gcc.c-torture/compile/20021120-2.c: New test.
7568
7569 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7570
7571         * gcc.dg/bitfld-5.c: New test.
7572
7573 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7574
7575         * gcc.c-torture/execute/20021120-3.c: New test.
7576
7577 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7578
7579         * gcc.c-torture/execute/20021120-2.c: New test.
7580
7581 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7582
7583         * gcc.c-torture/execute/20021120-1.c: New test.
7584
7585 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
7586
7587         * gcc.c-torture/execute/20021118-3.c: New test.
7588
7589 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7590
7591         * gcc.c-torture/compile/20021119-1.c: New test.
7592
7593 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
7594
7595         * gcc.dg/duff-1.c: New test.
7596         * gcc.dg/duff-2.c: New test.
7597         * gcc.dg/duff-3.c: New test.
7598
7599 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
7600
7601         * gcc.dg/cpp/_Pragma5.c: New test.
7602
7603 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
7604
7605         * gcc.c-torture/execute/20021118-2.c: New test.
7606
7607 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
7608
7609         * gcc.c-torture/execute/20021118-1.c: New test.
7610
7611 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
7612
7613         * gcc.dg/20021116-1.c: New test.
7614
7615 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
7616
7617         * g++.dg/abi/vcall1.C: New test.
7618
7619 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
7620
7621         * gcc.dg/20021029-1.c: New test.
7622         * gcc.dg/20021029-2.c: New test.
7623
7624 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7625
7626         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
7627
7628 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7629
7630         PR c/8439
7631         * gcc.dg/20021110.c: Move to ...
7632         * gcc.c-torture/compile/20021110.c: .... here.
7633
7634 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7635
7636         PR c/8467
7637         * gcc.c-torture/execute/20021111-1.c
7638
7639 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7640
7641         PR c/8439
7642         * gcc.dg/20021110.c: New test.
7643
7644 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
7645
7646         * g++.dg/abi/vthunk3.C: Run only on x86.
7647
7648 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
7649
7650         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
7651
7652 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
7653
7654         * lib/compat.exp (compat-execute): Fix logic error in last
7655         change.
7656
7657 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
7658
7659         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
7660
7661 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7662
7663         PR c++/8389
7664         * g++.dg/template/access6.C: New test.
7665
7666 2002-11-08  Jan Hubicka  <jh@suse.cz>
7667
7668         * gcc.dg/i386-ssefp-1.c: New test.
7669         * gcc.dg/i386-ssefp-1.c: New test.
7670
7671 2002-11-08  Jan Hubicka  <jh@suse.cz>
7672
7673         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
7674
7675 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
7676
7677         * g++.dg/abi/vthunk3.C: New test.
7678
7679         PR c++/8338
7680         * g++.dg/template/crash2.C: New test.
7681
7682 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
7683
7684         * testsuite/g++.dg/abi/dtor1.C: New test.
7685         * testsuite/g++.dg/abi/dtor2.C: Likewise.
7686
7687 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
7688
7689         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
7690         Darwin.
7691
7692 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7693
7694         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
7695         -mthumb.  Only xfail with -O0.
7696
7697 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
7698
7699         * g++.dg/abi/thunk1.C: New test.
7700         * g++.dg/abi/thunk2.C: Likewise.
7701         * g++.dg/abi/vtt1.C: Likewise.
7702
7703 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
7704
7705         PR optimization/8423
7706         * gcc.c-torture/execute/builtin-constant.c: New test.
7707
7708 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
7709
7710         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
7711         Add some more cases.
7712
7713 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
7714
7715         PR c++/8391
7716         * g++.dg/opt/local1.C: New test.
7717
7718 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
7719
7720         PR c++/8160
7721         * g++.dg/template/complit1.C: New test.
7722
7723         PR c++/8149
7724         * g++.dg/template/typename4.C: Likewise.
7725
7726 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7727
7728         Core issue 287, PR c++/7639
7729         * g++.dg/template/instantiate1.C: Adjust error location.
7730         * g++.dg/template/instantiate3.C: New test.
7731         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
7732         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
7733         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
7734
7735 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
7736
7737         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
7738
7739 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
7740
7741         PR c++/8287
7742         * g++.dg/init/dtor2.C: New test.
7743
7744 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7745
7746         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
7747         * gcc.dg/nest.c: Bypass errors on irix6.
7748
7749 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
7750
7751         * gcc.dg/nest.c: Expect error for mmix-*-*.
7752         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
7753
7754 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
7755
7756         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
7757         markers.
7758
7759         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
7760
7761 2002-10-25  Mike Stump  <mrs@apple.com>
7762
7763         * gcc.dg/warn-1.c: New test.
7764
7765 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
7766
7767         * g++.dg/template/typename3.C: New test.
7768
7769 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
7770
7771         * g++.dg/lookup/ptrmem1.C: New test.
7772
7773         * g++.dg/abi/vthunk2.C: New test.
7774
7775 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
7776
7777         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
7778
7779 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
7780
7781         * g++.dg/abi/empty9.C: New test.
7782
7783 2002-10-24  Richard Henderson  <rth@redhat.com>
7784
7785         * g++.dg/inherit/thunk1.C: Enable for ia64.
7786
7787 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
7788
7789         PR c++/8067
7790         * g++.dg/lookup/pretty1.C: New test.
7791
7792 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
7793
7794         * gcc.dg/20021023-1.c: New test.
7795
7796 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
7797
7798         PR c++/7679
7799         * g++.dg/parse/inline1.C: New test.
7800
7801 2002-10-23  Richard Henderson  <rth@redhat.com>
7802
7803         * g++.dg/inherit/thunk1.C: Enable for x86_64.
7804
7805         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
7806
7807 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
7808
7809         PR c++/6579
7810         * g++.dg/parse/stmtexpr3.C: New test.
7811
7812 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
7813
7814         * g++.dg/expr/cond1.C: New test.
7815
7816 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
7817
7818         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
7819
7820 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7821
7822         * g++.dg/abi/vbase13.C: New test.
7823         * g++.dg/abi/vbase14.C: Likewise.
7824
7825 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
7826
7827         * gcc.dg/tls/pic-1.c: New test.
7828         * gcc.dg/tls/nonpic-1.c: New test.
7829         * gcc.dg/20021018-1.c: New test.
7830
7831 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
7832
7833         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
7834         Remove only files with the same base name as the test case.
7835         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
7836         (profopt-execute): Likewise.  Also, remove old profiling
7837         and performance data files before running the tests.
7838
7839         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
7840         * g++.dg/bprob/bprob.exp: Likewise.
7841         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
7842         to allow more general test case names.
7843
7844         * g++.dg/bprob/bprob-1.C: Rename to ...
7845         * g++.dg/bprob/g++-bprob-1.C: ... this.
7846
7847         * g77.dg/bprob/bprob-1.f: Rename to ...
7848         * g77.dg/bprob/g77-bprob-1.f: ... this.
7849
7850 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
7851
7852         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
7853         bison 1.50 or later.
7854
7855 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
7856
7857         * g++.dg/README: Describe more test directories.
7858
7859 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7860
7861         * g++.dg/init/array6.C: Add additional tests.
7862
7863 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
7864
7865         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
7866         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
7867
7868 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
7869
7870         * gcc.c-torture/compile/20020604-1.x: New.
7871         * gcc.c-torture/compile/simd-5.x: Likewise.
7872         * gcc.c-torture/execute/920710-1.x: Likewise.
7873         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
7874
7875 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7876
7877         * g++.dg/inherit/override1.C: Add dg-options clause.
7878
7879 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7880
7881         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
7882         _mm_slli_si128.
7883
7884 2002-10-19  Andreas Schwab  <schwab@suse.de>
7885
7886         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
7887         directory component.
7888
7889 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
7890
7891         * g++.dg/inherit/thunk1.C: New test.
7892
7893         * g++.dg/inherit/override1.C: New test.
7894
7895         * g++.dg/abi/mangle11.C: New test.
7896         * g++.dg/abi/mangle14.C: New test.
7897         * g++.dg/abi/mangle17.C: New test.
7898
7899 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
7900
7901         * g++.dg/overload/member2.C: New test.
7902
7903 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
7904
7905         * g++.dg/README: Describe new compat directory.
7906         * g++.dg/dg.exp: Skip tests in compat directory.
7907         * README.compat: New file.
7908         * lib/compat.exp: New expect script.
7909         * g++.dg/compat: New test directory.
7910         * g++.dg/compat/compat.exp: New expect script.
7911         * g++.dg/compat/abi: New test directory.
7912         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
7913         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
7914         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
7915         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
7916         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
7917         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
7918         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
7919         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
7920         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
7921         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
7922         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
7923         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
7924         * g++.dg/compat/break: New test directory.
7925         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
7926         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
7927         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
7928         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
7929         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
7930         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
7931         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
7932         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
7933         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
7934         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
7935         g++.dg/compat/break/README: New files.
7936         * g++.dg/compat/eh: New test directory.
7937         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
7938         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
7939         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
7940         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
7941         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
7942         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
7943         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
7944         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
7945         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
7946         g++.dg/compat/eh/filter2_y.C,
7947         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
7948         g++.dg/compat/eh/new1_y.C,
7949         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
7950         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
7951         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
7952         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
7953         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
7954         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
7955         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
7956         g++.dg/compat/eh/unexpected1_y.C: New files.
7957         * g++.dg/compat/init: New test directory.
7958         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
7959         g++.dg/compat/init/array5_y.C,
7960         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
7961         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
7962         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
7963         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
7964         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
7965         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
7966         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
7967         g++.dg/compat/init/init-ref2_y.C: New files.
7968
7969 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7970
7971         PR c++/7584
7972         * g++.dg/inherit/using3.C: New test.
7973
7974 2002-10-17  Jan Hubicka  <jh@suse.cz>
7975
7976         * gcc.dg/20021017-2.c: New test.
7977
7978 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7979
7980         * g++.dg/abi/mangle16.C: Adjust.
7981
7982         * g++.dg/init/array8.C: New test.
7983
7984 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
7985
7986         * gcc.dg/special/mips-abi.exp: New test.
7987         * gcc.dg/special/mips-abi.s: Empty file used by the above.
7988
7989 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
7990
7991         * g++.dg/abi/mangle16.C: New test.
7992         * g++.dg/abi/mangle17.C: Likewise.
7993
7994         PR c++/7478
7995         * g++.dg/template/ref1.C: New test.
7996
7997 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7998
7999         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8000
8001 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
8002
8003         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8004
8005 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8006
8007         PR c++/7524
8008         * g++.dg/init/array7.C: New test.
8009
8010 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
8011
8012         * g++.dg/init/array6.C: New test.
8013
8014         * g++.dg/abi/mangle13.C: Likewise.
8015         * g++.dg/abi/mangle14.C: Likewise.
8016         * g++.dg/abi/mangle15.C: Likewise.
8017
8018 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8019
8020         * g++.dg/abi/empty8.C: New test.
8021
8022 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
8023
8024         * g++.dg/init/ctor1.C: New test.
8025
8026 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
8027
8028         * gcc.c-torture/execute/20021015-1.c: New test.
8029
8030 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
8031
8032         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8033
8034 2002-10-14  Jan Hubicka  <jh@suse.cz>
8035
8036         * gcc.dg/i386-ssetype-[1-5].c: New tests.
8037
8038 2002-10-14  Richard Henderson  <rth@redhat.com>
8039
8040         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8041
8042 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8043
8044         PR optimization/6631
8045         * g++.dg/opt/const2.C: New test.
8046
8047 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8048
8049         PR c++/7176
8050         * g++.dg/parse/friend1.C: New test.
8051         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8052
8053 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
8054
8055         * gcc.dg/20021014-1.c: New test.
8056
8057 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
8058
8059         PR c++/5661
8060         * g++.dg/ext/vlm1.C: New test.
8061         * g++.dg/ext/vlm2.C: Likewise.
8062
8063         * g++.dg/init/array1.C: Remove invalid braces.
8064         * g++.dg/init/brace1.C: New test.
8065         * g++.dg/init/copy2.C: Likewise.
8066         * g++.dg/init/copy3.C: Likewise.
8067         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8068         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8069         braces.
8070
8071 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
8072
8073         * gcc.dg/cpp/assembler.S: Don't use -ansi.
8074
8075 2002-10-11  Richard Shann  <richard.shann@superh.com>
8076
8077         * gcc.c-torture/compile/simd-5.c: New test.
8078
8079 2002-10-10  Roger Sayle  <roger@eyesopen.com>
8080
8081         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8082
8083 2002-10-10  Jim Wilson  <wilson@redhat.com>
8084
8085         * gcc.c-torture/execute/20021010-1.c: New test.
8086
8087 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8088
8089         PR c/7353
8090         * g++.dg/ext/typedef-init.C: New test.
8091         * gcc.dg/typedef-init.c: New test.
8092
8093 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
8094
8095         * gcc.dg/cpp/paste13.c: New test.
8096
8097 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8098
8099         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
8100         remaining platforms, XFAIL during compile, not execute.  Don't
8101         XFAIL at -O0.
8102
8103 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
8104
8105         * gcc.dg/alias-1.c: Tweak expected warning.
8106
8107 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
8108
8109         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
8110
8111 2002-10-06  Andreas Jaeger  <aj@suse.de>
8112
8113         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
8114         * gcc.dg/cpp/c++98.C: Likewise.
8115
8116         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
8117         * g++.dg/cpp/c++98.C: Likewise.
8118
8119         * g++.dg/README (Subdirectories): Mention cpp directory.
8120
8121         PR target/7559
8122         * gcc.dg/20021006-1.c: New test.
8123
8124 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8125
8126         PR c++/7804
8127         * g++.dg/other/warning1.C: New test.
8128
8129 2002-10-04  Roger Sayle  <roger@eyesopen.com>
8130
8131         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
8132         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
8133         and sparc-*-* with -m64 as expected failures.  See PR 8087.
8134
8135 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8136
8137         PR c++/7931
8138         * g++.dg/template/ptrmem3.C: New test.
8139
8140         PR c++/7754
8141         * g++.dg/template/union1.C: New test.
8142
8143 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8144
8145         PR c++/8006
8146         * g++.dg/abi/mangle9.C: New test.
8147         * g++.dg/abi/mangle10.C: New test.
8148         * g++.dg/abi/mangle11.C: New test.
8149         * g++.dg/abi/mangle12.C: New test.
8150
8151 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
8152
8153         PR c++/7188.
8154         * g++.dg/template/meminit1.C: New test.
8155         * g++.dg/warn/Wreorder-1.C: Likewise.
8156         * g++.old-deja/g++.mike/warn3.C: Tweak.
8157         * lib/prune.exp: Ingore "in copy constructor".
8158
8159 2002-10-02  Andreas Jaeger  <aj@suse.de>
8160
8161         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
8162         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
8163         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
8164         on x86-64.
8165
8166 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8167
8168         * gcc.dg/empty1.C: Fix typo.
8169
8170 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
8171
8172         * gcc.dg/alias-1.c: New test.
8173
8174 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8175
8176         * gcc.dg/empty1.C: New test.
8177
8178         * g++.dg/tls/init-2.C: Tweak error messages.
8179
8180 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
8181
8182         * gcc.c-torture/compile/20020923-1.c: New test.
8183
8184 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
8185
8186         * gcc.c-torture/execute/ffs-1.c: New test.
8187         * gcc.c-torture/execute/ffs-2.c: Ditto.
8188
8189 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
8190
8191         * g++.dg/overload/member1.C: New test.
8192
8193 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
8194
8195         * g++.dg/abi/empty7.C: New test.
8196         * g++.dg/init/pm2.C: Likewise.
8197
8198 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
8199
8200         * g++.dg/rtti/crash1.C: New test.
8201
8202 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8203
8204         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
8205         gcc.dg/sibcall-4.c: New tests.
8206
8207 2002-09-28  Roger Sayle  <roger@eyesopen.com>
8208
8209         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
8210         powerpc and MMIX targets.
8211
8212 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
8213
8214         * gcc.dg/cpp/20020927-1.c: New.
8215
8216 2002-09-26  David S. Miller  <davem@redhat.com>
8217
8218         * gcc.c-torture/compile/trunctfdf.c: New.
8219
8220 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8221
8222         * lib/target-supports.exp (check_weak_available): Handle solaris2.
8223
8224 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
8225
8226         * gcc.c-torture/execute/loop-15.c: New.
8227
8228 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
8229
8230         * README.QMTEST: Fix typo.
8231
8232 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
8233
8234         * gcc.dg/20020926-1.c: New test.
8235
8236 2002-09-25  David S. Miller  <davem@redhat.com>
8237
8238         PR target/7842
8239         * gcc.c-torture/execute/shiftdi.c: New test.
8240
8241 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
8242
8243         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
8244         unique to the tool.
8245         * lib/g77.exp (g77_init): Likewise.
8246         * lib/g++.exp (g++_init): Likewise.
8247         * lib/objc.exp (objc_init): Likewise.
8248
8249 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
8250
8251         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
8252         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
8253         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
8254
8255 2002-09-25  Richard Henderson  <rth@redhat.com>
8256
8257         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
8258         too-small long double.
8259
8260 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
8261
8262         * gcc.dg/20020919-1.c: New test.
8263
8264 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
8265
8266         * g++.dg/abi/bitfield6.C: New test.
8267         * g++.dg/abi/bitfield7.C: New test.
8268         * g++.dg/abi/bitfield8.C: New test.
8269         * g++.dg/abi/vbase11.C: New test.
8270
8271 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8272
8273         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
8274         hppa*-*-hpux*.  Update test comment.
8275
8276 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
8277
8278         * gcc.dg/tls/struct-1.c: New test.
8279
8280 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
8281
8282         * gcc.dg/cpp/tr-warn2.c: Update.
8283
8284 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8285
8286         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
8287
8288 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8289
8290         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
8291         systems.
8292
8293 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
8294
8295         * gcc.c-torture/execute/ieee/mzero3.c: New test.
8296
8297         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8298         Adjust for c++filt moved to binutils.  Remove spurious duplicate
8299         setting of cxxfilt.
8300
8301 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
8302
8303         * gcc.dg/20020312-2.c: Update for darwin.
8304
8305 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8306
8307         * g++.old-deja/g++.other/crash32.C: Mark ICE.
8308
8309 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
8310
8311         * objc.dg/comp-types-1.m: New test.
8312         * objc.dg/comp-types-2.m: New test.
8313         * objc.dg/comp-types-3.m: New test.
8314         * objc.dg/comp-types-4.m: New test.
8315         * objc.dg/comp-types-5.m: New test.
8316         * objc.dg/comp-types-6.m: New test.
8317
8318 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8319
8320         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
8321
8322 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8323
8324         * g++.dg/other/do1.C: New test.
8325
8326         * g++.dg/template/subst1.C: New test.
8327
8328 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
8329
8330         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
8331
8332 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8333
8334         * g++.dg/template/qualttp20.C: Adjust expected errors.
8335         * g++.old-deja/g++.jason/report.C: Likewise.
8336         * g++.old-deja/g++.other/qual1.C: Likewise.
8337
8338         * g++.dg/lookup/scoped2.C: New test.
8339
8340         * g++.dg/ext/asm3.C: New test.
8341
8342 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
8343
8344         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
8345
8346 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
8347
8348         * ChangeLog: follow spelling conventions.
8349         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
8350         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
8351         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
8352         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
8353         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
8354         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
8355         * g++.old-deja/g++.law/global-init1.C: Likewise.
8356         * g++.old-deja/g++.other/delete4.C: Likewise.
8357         * g++.old-deja/g++.other/inline21.C: Likewise.
8358         * g++.old-deja/g++.other/singleton.C: Likewise.
8359         * g77.dg/strlen0.f: Likewise.
8360         * g77.f-torture/compile/20010519-1.f: Likewise.
8361         * g77.f-torture/compile/980310-4.f: Likewise.
8362         * gcc.c-torture/compile/20000605-1.c: Likewise.
8363         * gcc.c-torture/execute/20020225-1.c: Likewise.
8364         * gcc.dg/c90-hexfloat-2.c: Likewise.
8365         * gcc.dg/c99-bool-1.c: Likewise.
8366         * gcc.dg/c99-hexfloat-2.c: Likewise.
8367         * gcc.dg/dll-2.c: Likewise.
8368         * gcc.dg/wtr-union-init-1.c: Likewise.
8369         * gcc.dg/wtr-union-init-2.c: Likewise.
8370         * gcc.dg/wtr-union-init-3.c: Likewise.
8371         * gcc.dg/cpp/avoidpaste1.c: Likewise.
8372         * gcc.dg/cpp/defined.c: Likewise.
8373         * gcc.dg/cpp/macsyntx.c: Likewise.
8374         * gcc.dg/cpp/paste2.c: Likewise.
8375         * gcc.dg/cpp/trad/defined.c: Likewise.
8376         * gcc.dg/format/c90-printf-1.c: Likewise.
8377         * gcc.dg/format/c90-scanf-1.c: Likewise.
8378         * gcc.dg/format/c99-printf-1.c: Likewise.
8379         * gcc.dg/format/c99-scanf-1.c: Likewise.
8380         * gcc.misc-tests/gcov-8.c: Likewise.
8381         * lib/profopt.exp: Likewise.
8382
8383 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
8384
8385         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8386
8387 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8388
8389         * g++.dg/inherit/using2.C: New test.
8390
8391 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
8392
8393         * ChangeLog: Follow spelling conventions.
8394         * g++.dg/template/friend4.C: Likewise.
8395         * g++.old-deja/g++.pt/crash67.C: Likewise.
8396         * gcc.c-torture/execute/20000801-4.c: Likewise.
8397         * gcc.dg/c90-digraph-1.c: Likewise.
8398         * gcc.dg/c94-digraph-1.c: Likewise.
8399         * gcc.dg/c99-digraph-1.c: Likewise.
8400         * gcc.dg/cpp/line5.c: Likewise.
8401         * gcc.dg/cpp/multiline.c: Likewise.
8402         * gcc.dg/cpp/trad/literals-1.c: Likewise.
8403         * gcc.dg/format/attr-3.c: Likewise.
8404         * gcc.dg/format/c90-scanf-3.c: Likewise.
8405         * gcc.dg/format/ext-4.c: Likewise.
8406
8407 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8408
8409         * g++.dg/template/pretty1.C: New test.
8410
8411 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
8412
8413         * gcc.c-torture/execute/struct-cpy-1.c: New test.
8414
8415 2002-09-13  Matt Austern  <austern@apple.com>
8416
8417         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
8418         passing a cast expression to a function by const reference.
8419
8420 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
8421
8422         * g++.dg/template/deduce1.C: New test.
8423
8424 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
8425
8426         * gcc.c-torture/execute/simd-1.c: Force all use of int to
8427         32-bit int.
8428
8429 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8430
8431         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
8432         usage.
8433
8434 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
8435
8436         * gcc.c-torture/compile/20020910-1.c: New test.
8437
8438 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
8439
8440         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
8441
8442 2002-09-10  Andreas Jaeger  <aj@suse.de>
8443
8444         * gcc.dg/20020312-2.c: Adjust for x86-64.
8445
8446 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
8447
8448         * g77.dg/7388.f: New test case for PR 7388.
8449
8450 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8451
8452         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
8453
8454 2002-09-05  Ziemowit Laski <zlaski@apple.com>
8455
8456         * objc.dg/proto-lossage-1.m: New test.
8457
8458 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
8459
8460         * gcc.dg/cpp/_Pragma4.c: Fix typo.
8461
8462 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
8463
8464         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
8465         expected to pass.
8466
8467 2002-09-06  Stan Shebs  <shebs@apple.com>
8468             David Edelsohn  <edelsohn@gnu.org>
8469
8470         * gcc.dg/weak: New directory.
8471         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
8472         target-specific xfail bits.
8473         * gcc.dg/typeof-2.c: Move to new directory.
8474         * gcc.dg/weak.exp: New expect script.
8475
8476 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
8477
8478         * gcc.c-torture/execute/extzvsi.c: New test.
8479
8480 2002-09-05  Stan Shebs  <shebs@apple.com>
8481
8482         * gcc.dg/weak-1.c: xfail on Darwin.
8483         * gcc.dg/weak-2.c: Ditto.
8484         * gcc.dg/weak-3.c: Ditto.
8485         * gcc.dg/weak-4.c: Ditto.
8486         * gcc.dg/weak-5.c: Ditto.
8487         * gcc.dg/weak-6.c: Ditto.
8488         * gcc.dg/weak-7.c: Ditto.
8489         * gcc.dg/weak-8.c: Ditto.
8490         * gcc.dg/weak-9.c: Ditto.
8491
8492 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
8493
8494         * gcc.c-torture/execute/loop-14.c: New test.
8495
8496 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
8497
8498         * g++.dg/other/cxa-atexit1.C: New test.
8499
8500         * gcc.dg/typeof-2.c: New test.
8501
8502 2002-09-03  Roger Sayle  <roger@eyesopen.com>
8503
8504         * gcc.dg/builtins-2.c: New testcase.
8505         * gcc.dg/builtins-3.c: New testcase.
8506
8507 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
8508
8509         * gcc.dg/cpp/_Pragma4.c: New test.
8510
8511 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
8512
8513         * objc/execute/nil_method-1.m: New testcase.
8514
8515 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
8516
8517         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
8518         [Object class], not [Object initialize].
8519
8520 2002-08-31  Roger Sayle  <roger@eyesopen.com>
8521             Hans-Peter Nilsson  <hp@bitrange.com>
8522
8523         * gcc.c-torture/execute/20020720-1.x: Skip test on
8524         mmix-knuth-mmixware.  Correct comment.
8525
8526 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
8527
8528         * testsuite/g++.dg/abi/bitfield5.C: New test.
8529         * testsuite/g++.dg/abi/vbase10.C: Likewise.
8530
8531 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
8532
8533         * objc.dg/undeclared-selector.m: New test.
8534
8535 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
8536
8537         * g++.dg/other/offsetof1.C: Avoid cast warning.
8538
8539 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
8540
8541         * objc.dg/super-class-2.m: New test.
8542
8543 2002-08-24  Matt Austern  <austern@apple.com>
8544
8545         * g++.dg/ext/lvaddr.C: New test.
8546         * g++.dg/ext/lvcast.C: New test.
8547
8548 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
8549
8550         * testsuite/g++.dg/inherit/cond1.C: New test.
8551
8552 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
8553
8554         * gcc.dg/noncompile/incomplete-1.c: New test.
8555
8556 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
8557
8558         * gcc.dg/typespec-1.c: New test.
8559
8560 2002-08-20  Devang Patel  <dpatel@apple.com>
8561         * objc.dg/proto-hier-2.m: New test.
8562
8563 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
8564
8565         * objc.dg/bitfield-1.m: New test.
8566         * objc.dg/bitfield-2.m: New test.
8567
8568 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
8569
8570         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
8571         gcc.dg/c99-flex-array-4.c: New tests.
8572
8573 2002-08-16  Stan Shebs  <shebs@apple.com>
8574
8575         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
8576
8577 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
8578
8579         * gcc.dg/typeof-1.c: New test.
8580         * g++.dg/ext/typeof2.C: New test.
8581
8582 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
8583
8584         * g++.dg/other/offsetof1.C: New test.
8585
8586 2002-08-14  Richard Henderson  <rth@redhat.com>
8587
8588         * gcc.dg/tls/diag-3.c: Fix expected message strings.
8589
8590 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
8591
8592         * gcc.dg/cpp/_Pragma3.c: New test.
8593
8594 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
8595
8596         * g++.dg/template/inherit3: New test.
8597
8598 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8599
8600         * gcc.dg/bitfld-4.c: Add blank options.
8601
8602 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
8603
8604         * g++.dg/template/crash1.C: New test.
8605
8606 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
8607
8608         * gcc.dg/tls/opt-2.c: New test.
8609
8610 2002-08-08  Devang Patel  <dpatel@apple.com>
8611
8612         * objc.dg/selector-1.m : New test
8613
8614 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
8615
8616         * g++.dg/abi/bitfield4.C: New test.
8617         * gcc.dg/bitfld-4.c: New test.
8618
8619 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
8620
8621         * g++.dg/other/packed1.C: New test.
8622
8623 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
8624
8625         * g++.dg/abi/offsetof.C: Tweak error messages.
8626         * g++.old-deja/g++.mike/p10769a.C: Likewise.
8627
8628 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
8629
8630         * gcc.dg/bitfld-3.c: New test.
8631
8632 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
8633             Richard Henderson  <rth@redhat.com>
8634
8635         * gcc.dg/i386-bitfield1.c: New test.
8636         * g++.dg/abi/bitfield3.C: Update.
8637
8638 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
8639
8640         * objc.dg/const-str-2.m: Update.
8641         * gcc.dg/cpp/c++98.c: Change to C extension.
8642         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
8643         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
8644
8645 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
8646
8647         * testsuite/gcc.dg/tls/diag-3.c: New.
8648
8649 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
8650
8651         * g++.dg/README (Subdirectories): Document new subdir expr.
8652         * g++.dg/expr/pmf-1.C: New test.
8653
8654 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
8655
8656         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
8657
8658 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
8659
8660         * g++.dg/abi/bitfield3.C: New test.
8661
8662 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
8663
8664         * lib/gcov.exp: Tweak expected line formats.
8665         * gcc.misc-tests/gcov8.c: New test.
8666         * gcc.misc-tests/gcov8.x: New flags.
8667
8668 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
8669
8670         * consistency.vlad/layout/endian.c: Include string.h.
8671
8672         * gcc.c-torture/execute/20020805-1.c: New test.
8673
8674 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
8675
8676         * g++.dg/other/conversion1.C: New test.
8677
8678 2002-08-03  Roger Sayle  <roger@eyesopen.com>
8679
8680         * gcc.dg/builtins-1.c: New testcase.
8681
8682 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
8683
8684         * g++.dg/inherit/access3.C: New test.
8685
8686 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
8687
8688         * gcc.dg/ia64-visibility-2.c: New test.
8689
8690 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
8691
8692         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
8693         __qualifier_flags to __flags.
8694
8695 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
8696
8697         * g++.dg/inherit/operator1.C: New test.
8698         * g++.dg/lookup/disamb1.C: Fix typo in comment.
8699         * g++.dg/other/error1.C: Change expected error message.
8700         * g++.dg/template/conv4.C: Likewise.
8701
8702 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
8703
8704         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
8705         for documented behavior.
8706
8707 2002-07-25  Roger Sayle  <roger@eyesopen.com>
8708
8709         * gcc.c-torture/execute/20020720-1.x: Skip this test on
8710         several targets known to fail.
8711
8712 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
8713
8714         * gcc.dg/mips-args-[123].c: New tests.
8715
8716 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
8717
8718         * gcc.dg/ppc-spe.c: New.
8719
8720 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
8721
8722         * g++.dg/other/ptrmem4.C: New testcase.
8723
8724 2002-07-24  Richard Henderson  <rth@redhat.com>
8725
8726         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
8727
8728 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
8729
8730         * g++.dg/ext/alignof1.C (main): Return 0 for success.
8731
8732 2002-07-24  Roger Sayle  <roger@eyesopen.com>
8733
8734         * gcc.c-torture/execute/memset-3.c: New testcase.
8735
8736 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
8737
8738         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
8739         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
8740
8741 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8742
8743         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
8744         Delete.
8745
8746 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
8747
8748         * gcc.c-torture/compile/simd-4.c: New test.
8749
8750 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8751
8752         PR c++/7347, c++/7348
8753         * g++.dg/template/access4.C: New test.
8754         * g++.dg/template/access5.C: New test.
8755         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
8756         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
8757         * g++.old-deja/g++.pt/ttp58.C: Likewise.
8758         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
8759
8760 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
8761
8762         * gcc.dg/gnu89-init-2.c: New test.
8763
8764 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
8765
8766         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
8767
8768 2002-07-20  Roger Sayle  <roger@eyesopen.com>
8769
8770         * gcc.c-torture/execute/20020720-1.c: New testcase.
8771
8772 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
8773
8774         * gcc.dg/cpp/Wsignprom.c: New tests.
8775
8776 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
8777
8778         * gcc.c-torture/execute/loop-13.c: New test.
8779
8780 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
8781
8782         * gcc.dg/cpp/expr.c: New tests.
8783
8784 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
8785
8786         * g++.dg/opt/pr6713.C: Add template instantiation.
8787
8788 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
8789
8790         * gcc.dg/nest.c: New test.
8791
8792 2002-07-17  Richard Henderson  <rth@redhat.com>
8793
8794         * g++.dg/opt/pr6713.C: New test.
8795
8796 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
8797
8798         * gcc.c-torture/execute/loop-2e.x: Let the testcase
8799         XFAIL for all x86 processors.
8800
8801 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
8802
8803         * gcc.c-torture/execute/20010122-1.x: Do not test with
8804         -fomit-frame-pointer.
8805
8806 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8807
8808         * g++.dg/template/instantiate2.C: New test.
8809         * g++.dg/template/spec4.C: New test.
8810
8811 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8812
8813         * g++.dg/template/access2.C: New test.
8814         * g++.dg/template/access3.C: New test.
8815
8816 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
8817
8818         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
8819         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
8820         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
8821         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
8822         Convert to use <stdarg.h>.
8823         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
8824         Delete.
8825         * gcc.dg/va-arg-2.c: New.
8826         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
8827
8828 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
8829
8830         * gcc.c-torture/compile/20020710-1.c: New test.
8831
8832 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
8833                           Andrew Pinski  <pinskia@physics.uc.edu>
8834
8835         gcc.c-torture/compile/simd-2.c: New testcase.
8836         gcc.c-torture/compile/simd-3.c: Likewise.
8837
8838 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
8839
8840         PR c++/7224
8841         * g++.dg/overload/error1.C: New test.
8842
8843 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8844
8845         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
8846         configuration and IRIX 6 O32 ABI.
8847
8848 2002-07-11  Roger Sayle  <roger@eyesopen.com>
8849
8850         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
8851
8852 2002-07-10  Roger Sayle  <roger@eyesopen.com>
8853
8854         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
8855
8856 2002-07-10  Jeffrey A Law  <law@redhat.com>
8857
8858         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
8859
8860         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
8861
8862 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
8863
8864         * gcc.dg/20020312-2.c: Check for __PPC__.
8865
8866 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
8867
8868         * gcc.c-torture/compile/20020709-1.c: New test.
8869
8870 2002-07-07  Roger Sayle  <roger@eyesopen.com>
8871
8872         * g++.dg/template/qualttp21.C: New test case.
8873
8874 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
8875
8876         * gcc.c-torture/compile/20020706-1.c: New test.
8877         * gcc.c-torture/compile/20020706-2.c: New test.
8878
8879 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
8880             Alexandre Oliva  <aoliva@redhat.com>
8881
8882         * g++.dg/warn/incomplete1.C: New test.
8883
8884 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8885
8886         PR c++/7099
8887         * g++.dg/warn/noreturn1.C: New test.
8888
8889 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
8890
8891         PR c++/6706
8892         * g++.dg/debug/debug6.C: New test.
8893         * g++.dg/debug/debug7.C: New test.
8894
8895 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
8896
8897         * gcc.c-torture/compile/simd-3.c: New test.
8898
8899 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
8900
8901         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
8902         * gcc.dg/20020620-1.c: Likewise.
8903
8904 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8905
8906         PR c++/6944
8907         * g++.dg/init/array4.C: New test.
8908         * g++.dg/init/array5.C: New test.
8909
8910 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
8911
8912         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
8913         * gcc.c-torture/execute/simd-2.c (main): Likewise.
8914
8915 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8916
8917         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
8918         * gcc.dg/wtr-aggr-init-1.c: Likewise.
8919         * gcc.dg/wtr-conversion-1.c: Likewise.
8920         * gcc.dg/wtr-escape-1.c: Likewise.
8921         * gcc.dg/wtr-int-type-1.c: Likewise.
8922         * gcc.dg/wtr-label-1.c: Likewise.
8923         * gcc.dg/wtr-static-1.c: Likewise.
8924         * gcc.dg/wtr-strcat-1.c: Likewise.
8925         * gcc.dg/wtr-suffix-1.c: Likewise.
8926         * gcc.dg/wtr-switch-1.c: Likewise.
8927         * gcc.dg/wtr-unary-plus-1.c: Likewise.
8928         * gcc.dg/wtr-union-init-1.c: Likewise.
8929         * gcc.dg/wtr-union-init-2.c: Likewise.
8930         * gcc.dg/wtr-union-init-3.c: Likewise.
8931
8932         * gcc.dg/wtr-func-def-1.c: New test.
8933
8934 2002-07-02 Devang Patel <dpatel@apple.com>
8935
8936         * objc.dg/param-1.m: New test.
8937
8938 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
8939
8940         * gcc.dg/cpp/trad/directive.c: Add test.
8941         * gcc.dg/cpp/trad/macroargs.c: Add test.
8942         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
8943
8944 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
8945
8946         * gcc.dg/cpp/cmdlne-M.c: New test.
8947
8948 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
8949
8950         * objc.dg/desig-init-1.m: New test.
8951
8952 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8953
8954         PR c++/6716
8955         * g++.dg/template/instantiate1.C: New test.
8956
8957 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
8958
8959         PR c++/7112
8960         * g++.dg/template/sizeof2.C: New test.
8961
8962 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8963
8964         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
8965         gcc.dg/cpp/trad/include.c: New tests.
8966
8967 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
8968
8969         PR target/7177
8970         * gcc.c-torture/compile/20020701-1.c: New test.
8971
8972 2002-07-01  Stan Shebs  <shebs@apple.com>
8973
8974         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
8975         header here...
8976         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
8977         (objc-torture-execute): or here.
8978
8979 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
8980
8981         * gcc.c-torture/execute/arith-rand-ll.c: New test.
8982
8983 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8984
8985         * gcc.dg/cpp/trad/escaped-nl.c: New test.
8986
8987 2002-06-30  Devang Patel  <dpatel@apple.com>
8988
8989         * objc.dg/fsyntax-only.m: New test.
8990
8991 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
8992
8993         PR c++/6695
8994         * g++.dg/template/friend7.C: New file.
8995
8996 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
8997
8998         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
8999         return type.
9000
9001 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
9002
9003         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
9004         avoid division by zero.
9005
9006 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
9007
9008         * gcc.dg/Wunknownprag.c: New tests.
9009
9010 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
9011
9012         * gcc.c-torture/execute/simd-2.c: New test.
9013
9014 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
9015
9016         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
9017         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
9018         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
9019         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
9020         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
9021         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
9022         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
9023         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
9024         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
9025         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
9026         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
9027         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
9028         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
9029         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
9030         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
9031         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
9032         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
9033
9034 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
9035
9036         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
9037         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
9038         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
9039         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
9040         New tests.
9041         * gcc.dg/cpp/trad/directive.c: Update.
9042
9043 2002-06-23  Andreas Jaeger  <aj@suse.de>
9044
9045         * gcc.c-torture/execute/complex-6.c: New.
9046
9047 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
9048
9049         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
9050         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
9051         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
9052         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
9053
9054 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
9055
9056         * gcc.dg/cpp/trad: New directory with traditional tests copied
9057         from parent directory.
9058         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9059         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9060         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9061         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9062         Move to trad/ and rename.
9063         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
9064         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
9065         gcc.dg/cpp/trad/redef2.c: New tests.
9066         * gcc.dg/cpp/trad/trad.exp: New driver.
9067
9068 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
9069
9070         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9071         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9072         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9073         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9074         Remove.
9075
9076 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
9077
9078         * gcc.dg/20020620-1.c: New test.
9079
9080 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9081
9082         * g++.dg/template/ttp4.C: New test.
9083
9084 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
9085
9086         * g++.dg/opt/vt1.C: Fix regexp.
9087
9088 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9089
9090         * gcc.c-torture/execute/pure-1.c: Make functions static again.
9091         Don't use attribute `noinline'.
9092
9093 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9094
9095         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
9096
9097 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
9098
9099         * gcc.c-torture/execute/simd-1.c: New.
9100
9101         * gcc.dg/simd-1.c: New.
9102
9103 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9104
9105         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
9106
9107 2002-06-16  Richard Henderson  <rth@redhat.com>
9108
9109         * g++.dg/ext/anon-struct1.C: New.
9110         * g++.dg/ext/anon-struct2.C: New.
9111         * g++.dg/ext/anon-struct3.C: New.
9112         * gcc.dg/anon-struct-1.c: New.
9113         * gcc.dg/anon-struct-2.c: New.
9114         * gcc.dg/anon-struct-3.c: New.
9115         * gcc.dg/20011008-1.c: Adjust warning text.
9116         * gcc.dg/20020527-1.c: Add -fms-extensions.
9117
9118 2002-06-16  Richard Henderson  <rth@redhat.com>
9119
9120         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
9121
9122 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
9123
9124         * gcc.c-torture/execute/20020615-1.c: New test.
9125
9126 2002-06-15  Roger Sayle  <roger@eyesopen.com>
9127
9128         * gcc.c-tortuture/execute/compare-1.c: New test case.
9129         * gcc.c-tortuture/execute/compare-2.c: New test case.
9130         * gcc.c-tortuture/execute/compare-3.c: New test case.
9131
9132 2002-06-13  Richard Henderson  <rth@redhat.com>
9133
9134         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
9135         ia64 ilp32.
9136
9137 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9138
9139         * g++.dg/template/typename2.C: Update error message.
9140
9141 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
9142
9143         * gcc.c-torture/execute/20020611-1.c: New test.
9144
9145 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
9146
9147         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
9148         list of targets to skip.
9149
9150 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
9151
9152         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
9153         targets if not optimizing.
9154
9155 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
9156
9157         * gcc.c-torture/compile/20020605-1.c: New test.
9158
9159         * g++.dg/opt/vt1.C: New test.
9160
9161         * gcc.dg/20020531-1.c: New test.
9162
9163         * gcc.dg/20020530-1.c: New test.
9164
9165         * gcc.dg/20020527-1.c: New test.
9166
9167         * g++.dg/opt/cse1.C: New test.
9168
9169 2002-06-07  Roger Sayle  <roger@eyesopen.com>
9170
9171         * gcc.dg/20020607-2.c: New test case.
9172
9173 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
9174
9175         * gcc.c-torture/compile/20020604-1.c: New test.
9176
9177 2002-06-04  Richard Henderson  <rth@redhat.com>
9178
9179         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
9180         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
9181         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
9182
9183 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
9184
9185         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
9186
9187 2002-06-03  Richard Henderson  <rth@redhat.com>
9188
9189         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
9190         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
9191
9192 2002-06-02  Richard Henderson  <rth@redhat.com>
9193
9194         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
9195         test functions static.
9196
9197 2002-06-02  Andreas Jaeger  <aj@suse.de>
9198
9199         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
9200         now.
9201
9202 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9203
9204         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
9205         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
9206         Update for mofified diagnostics.
9207         * gcc.dg/c99-intconst-1.c: No longer fail.
9208
9209 2002-06-02  Richard Henderson  <rth@redhat.com>
9210
9211         * gcc.dg/uninit-A.c: Remove xfail markers.
9212
9213 2002-06-01  Roger Sayle  <roger@eyesopen.com>
9214
9215         * gcc.dg/fnegate-1.c: New test case.
9216
9217 2002-05-30  Osku Salerma  <osku@iki.fi>
9218
9219         * gcc.c-torture/execute/mayalias-1.c: New file.
9220
9221 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9222
9223         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
9224         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
9225         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
9226
9227 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
9228
9229         * gcc.c-torture/execute/20020529-1.c: New test.
9230
9231 2002-05-27  Richard Henderson  <rth@redhat.com>
9232
9233         * g++.dg/ext/attrib6.C: New test case.
9234
9235 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9236
9237         * gcc.c-torture/execute/pure-1.c: New test.
9238
9239 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9240
9241         * gcc.dg/cpp/arith-2.c: Remove.
9242
9243 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9244
9245         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
9246         * gcc.dg/cpp/if-3.c: Remove.
9247
9248 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
9249
9250         * g++.dg/opt/cse2.C: New test.
9251
9252 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9253
9254         * gcc.dg/cpp/arith-1.c: New semantic tests.
9255         * gcc.dg/cpp/if-1.c: Update.
9256
9257 2002-05-24  Ben Elliston  <bje@redhat.com>
9258
9259         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
9260
9261 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
9262
9263         * gcc.dg/verbose-asm.c: New test.
9264
9265 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9266
9267         * gcc.dg/cpp/paste12.c: New test.
9268
9269 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9270
9271         * g++.dg/parse/named_ops.C: New test.
9272
9273 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
9274
9275         * gcc/testsuite/gcc.dg/weak-8.c: New test.
9276
9277 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
9278
9279         * gcc.dg/weak-2.c: Allow optional leading underscore
9280         in scan-assembler symbol name.
9281         * gcc.dg/weak-3.c: Likewise.
9282         * gcc.dg/weak-4.c: Likewise.
9283         * gcc.dg/weak-5.c: Likewise.
9284
9285 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
9286
9287         * gcc.dg/20020523-1.c: New test.
9288
9289 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9290
9291         * objc.dg/const-str-2.m: Update now that we stop after
9292         a command line error.
9293
9294 2002-05-22  Richard Henderson  <rth@redhat.com>
9295
9296         * g++.dg/dg.exp: Fix typo in test pruneing.
9297
9298 2002-05-22  Richard Henderson  <rth@redhat.com>
9299
9300         * g++.dg/dg.exp: Prune the tls subdirectory.
9301         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
9302         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
9303         * g++.dg/tls/init-1.C: New.
9304
9305 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
9306
9307         * gcc.dg/20020517-1.c: New test.
9308
9309 2002-05-21  Richard Henderson  <rth@redhat.com>
9310
9311         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
9312         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
9313
9314 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
9315
9316         * g++.dg/other/copy2.C: New test.
9317
9318 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
9319
9320         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
9321         (MAX_COPY): Bump up to 10 times sizeof (long long).
9322         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
9323
9324         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
9325         sizeof (long long).
9326
9327         * gcc.c-torture/execute/strcpy-1.c: New test.
9328
9329 2002-05-19  Jason Merrill  <jason2redhat.com>
9330
9331         * g++.dg/ext/oper1.C: New test.
9332
9333 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
9334 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
9335
9336         * README.QMTEST: New file.
9337
9338         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
9339
9340 2002-05-19  Andreas Jaeger  <aj@suse.de>
9341
9342         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
9343         now.
9344         * gcc.c-torture/execute/loop-2d.x: Likewise.
9345
9346 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
9347
9348         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
9349         support weak symbols.
9350         * gcc.dg/weak-4.c: Likewise
9351         * gcc.dg/weak-6.c: Likewise
9352
9353 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
9354
9355         * gcc.dg/weak-3.c: Add dg-excess-error comment for
9356         cygwin, coff and h8300-*-hms targets
9357         * gcc.dg/weak-5.c: Likewise
9358         * gcc.dg/weak-7.c: Likewise
9359
9360 2002-05-16  Jason Merrill  <jason@redhat.com>
9361
9362         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
9363         (scan-assembler-not, scan-assembler-dem): Likewise.
9364         (scan-assembler-dem-not): Likewise.
9365
9366 2002-05-15  Richard Henderson  <rth@redhat.com>
9367
9368         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
9369
9370 2002-05-15  Richard Henderson  <rth@redhat.com>
9371
9372         * gcc.dg/weak-5.c (vfoo1c): No warning here.
9373         (vfoo1f): Warning here.
9374         (vfoo1l): Don't redefine the alias.
9375
9376 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
9377
9378         * g++.dg/init/pm1.C: New test.
9379
9380 2002-05-12  David S. Miller  <davem@redhat.com>
9381
9382         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9383         types.
9384
9385 2002-05-10  Roger Sayle  <roger@eyesopen.com>
9386
9387         * gcc.c-torture/execute/20020510-1.c: New test case.
9388
9389 2002-05-10  David S. Miller  <davem@redhat.com>
9390
9391         * gcc.c-torture/execute/conversion.c: Test long double too.
9392
9393 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
9394
9395         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
9396         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
9397         * lib/g++.exp (g++_link_flags): Likewise.
9398         * lib/objc.exp (objc_target_compile): Likewise.
9399
9400 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9401
9402         * gcc.dg/cpp/poison.c: Update.
9403         * gcc.dg/cpp/20000625-2.c: Remove.
9404         * gcc.dg/cpp/direct2s.c: Remove final test.
9405
9406 2002-05-08  Tom Rix  <trix@redhat.com>
9407
9408         * gcc.c-torture/execute/20020508-1.c: New test.
9409         * gcc.c-torture/execute/20020508-2.c: New test.
9410         * gcc.c-torture/execute/20020508-3.c: New test.
9411
9412 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9413
9414         * gcc.dg/cpp/charconst-4.c: More tests.
9415
9416 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9417
9418         PR c/6569
9419         * gcc.dg/weak-3.c: Update location of warning messages.
9420         * gcc.dg/weak-5.c: Likewise.
9421
9422 2002-05-06  Roger Sayle  <roger@eyesopen.com>
9423
9424         * gcc.c-torture/execute/20020506-1.c: New test case.
9425
9426 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
9427
9428         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
9429
9430 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9431
9432         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
9433
9434 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9435
9436         * gcc.dg/cpp/charconst-3.c: New test.
9437
9438 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9439
9440         * gcc.dg/cpp/charconst.c: Update tests.
9441
9442 2002-05-05  Tim Josling  <tej@melbpc.org.au>
9443
9444         * treelang: Added directory for new sample language treelang. Also
9445         lib/treelang.exp: New file to signal treelang should be tested.
9446
9447 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9448
9449         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
9450         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
9451         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
9452         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
9453         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
9454         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
9455         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
9456
9457 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9458
9459         * gcc.dg/format/xopen-2.c: New test.
9460
9461 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9462
9463         * gcc.dg/20020503-1.c: New test.
9464
9465 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
9466
9467         * g++.dg/init/dtor1.C: Make it tougher.
9468
9469 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
9470
9471         * g++.dg/init/dtor1.C: New test.
9472
9473 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
9474
9475         * gcc.dg/altivec-8.c: New.
9476
9477 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
9478
9479         * gcc.dg/altivec-7.c: New.
9480
9481 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
9482
9483         * g++.dg/parse/typedef1.C: New test.
9484
9485 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
9486
9487         PR c++/6486
9488         * g++.dg/template/friend6.C: New test.
9489
9490         PR c++/6492
9491         * g++.dg/init/copy1.C: New test.
9492
9493 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
9494
9495         * g++.dg/warn/effc1.C: New test.
9496
9497 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9498
9499         * gcc.dg/cpp/if-cexp.c: Add a test.
9500
9501 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
9502
9503         * gcc.dg/20020426-2.c: New test.
9504
9505 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9506
9507         * gcc.dg/cpp/if-mop.c: Update.
9508         * gcc.dg/cpp/if-mpar.c: Add test.
9509         * gcc.dg/cpp/if-oppr.c: Update.
9510
9511 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9512
9513         PR c/6343
9514         * gcc.dg/weak-[2-7].c: New tests.
9515
9516 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9517
9518         * gcc.dg/enum1.c: New test.
9519
9520 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9521
9522         PR c++/6497
9523         * g++.dg/inherit/access2.C: New test.
9524
9525 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9526
9527         PR bootstrap/6445
9528         * gcc.dg/20020426-1.c: New test.
9529
9530 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9531
9532         * g++.dg/abi/enum1.C: New test.
9533
9534 2002-04-26  Richard Henderson  <rth@redhat.com>
9535
9536         * gcc.dg/c99-bool-1.c: Expect always true warning.
9537
9538 2002-04-25  Roger Sayle  <roger@eyesopen.com>
9539
9540         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9541
9542 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9543
9544         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9545         targets.
9546
9547 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
9548
9549         * g++.dg/abi/mange7.C: New test.
9550
9551         PR c++/6438.
9552         * g++.dg/parse/stmtexpr2.C: New test.
9553
9554 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
9555
9556         * gcc.dg/20020312-2.c: Add SH target.
9557
9558 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9559
9560         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9561         compiler output on mips*-*-irix*.
9562
9563 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
9564
9565         * g++.dg/parse/attr1.C: New test.
9566
9567 2002-04-23  Roger Sayle  <roger@eyesopen.com>
9568
9569         * gcc.c-torture/execute/string-opt-17.c: New test case.
9570         * gcc.c-torture/execute/memset-2.c: New test case.
9571
9572 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
9573
9574         PR c++/6256:
9575         * g++.dg/template/friend5.C: New test.
9576
9577         PR c++/6331:
9578         * g++.dg/template/qual1.C: Likewise.
9579
9580 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
9581
9582         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
9583         Include stdlib.h, not stdio.h or ctype.h.
9584
9585 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
9586
9587         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
9588         cris-*-elf* and mmix-*-*.
9589         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
9590         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
9591         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
9592         Ditto.
9593         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
9594         * gcc.dg/wchar_t-1.c: Ditto.
9595
9596 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
9597
9598         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
9599         Clarify comment.
9600
9601 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
9602
9603         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
9604
9605 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9606
9607         * gcc.c-torture/execute/20000906-1.x: Delete.
9608
9609 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
9610
9611         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
9612
9613 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
9614
9615         * PR6367
9616         * g77.f-torture/execute/6367.f: New test.
9617         * g77.f-torture/execute/6367.x: Disable for MMIX.
9618
9619 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9620
9621         * PR6352
9622         * g++.dg/opt/inline2.C: New test.
9623
9624 2002-04-18  Richard Henderson  <rth@redhat.com>
9625
9626         * gcc.dg/20000906-1.c: Enable for all targets.
9627         * gcc.c-torture/compile/iftrap-2.c: New.
9628
9629 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9630
9631         * gcc.dg/20020418-1.c: New test.
9632         * gcc.dg/20020418-2.c: New test.
9633
9634 2002-04-18  Richard Henderson  <rth@redhat.com>
9635
9636         * gcc.c-torture/compile/iftrap-1.c: New.
9637         * gcc.dg/iftrap-1.c: Adjust for ia64.
9638         * gcc.dg/iftrap-2.c: New.
9639
9640 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9641
9642         * gcc.c-torture/compile/20020418-1.c: New test.
9643
9644 2002-04-18  Roger Sayle  <roger@eyesopen.com>
9645
9646         * gcc.c-torture/compile/20020415-1.c: New.
9647
9648 2002-04-18  David S. Miller  <davem@redhat.com>
9649
9650         * gcc.c-torture/execute/20020418-1.c: New test.
9651
9652 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
9653
9654         * gcc.dg/20020416-1.c: New test.
9655
9656         * g++.dg/opt/inline1.C: New test.
9657
9658 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
9659
9660         * gcc.dg/altivec-5.c: New test.
9661
9662         * gcc.dg/20020415-1.c: New test.
9663
9664 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9665
9666         * testsuite/lib/chill.exp: Remove.
9667
9668 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
9669
9670         * g++.dg/other/big-struct.C: New test.
9671
9672 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
9673
9674         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
9675         of scratch file.
9676
9677 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
9678
9679         PR c/6277
9680         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
9681         in scan-assembler function name
9682
9683 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
9684
9685         * g77.f-torture/execute/980628-4.x,
9686         g77.f-torture/execute/980628-5.x,
9687         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9688         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9689         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
9690         i[34567]86-*-*.
9691
9692 2002-04-13  David S. Miller  <davem@redhat.com>
9693
9694         * gcc.c-torture/execute/20020413-1.c: New test.
9695
9696 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
9697
9698         * gcc.dg/asm-6.c,
9699         * g++.dg/ext/asm1.C: New tests.
9700
9701 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
9702
9703         PR c++ 5373.
9704         * g++.dg/parse/stmtexpr1.C: New test.
9705
9706         PR c++/5189.
9707         * g++.dg/template/copy1.C: New test.
9708
9709 2002-04-12  Richard Henderson  <rth@redhat.com>
9710
9711         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
9712
9713 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
9714
9715         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
9716         gcc.c-torture/execute/20020307-2.c.
9717
9718 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
9719
9720         * g++.dg/ext/attrib5.C,
9721         * g++.dg/lookup/struct1.C: New tests.
9722
9723 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
9724
9725         * gcc.dg/20020411-1.c: New test.
9726
9727         * gcc.c-torture/execute/20020411-1.c: New test.
9728
9729 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
9730
9731         * g77.f-torture/execute/6177.f: New test.
9732
9733 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
9734
9735         PR middle-end/6247
9736         * g++.dg/opt/cleanup1.C: New test.
9737
9738         * g++.dg/opt/const1.C: New test.
9739
9740 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
9741
9742         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
9743
9744 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
9745
9746         PR c++/5507
9747         * g++.dg/template/typename2.C: New test.
9748
9749 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
9750
9751         * gcc.c-torture/execute/loop-12.c: New.
9752
9753 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
9754
9755         * g77.f-torture/execute/980628-4.x,
9756         g77.f-torture/execute/980628-5.x,
9757         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9758         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9759         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
9760
9761 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9762
9763         PR optimization/6086
9764         * g++.dg/opt/preinc1.C: New test.
9765
9766 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9767
9768         PR c++/5571
9769         * g++.dg/opt/static2.C: New test.
9770
9771 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9772
9773         PR c/5120
9774         * gcc.dg/20020406-1.c: New test.
9775
9776 2002-04-04  David S. Miller  <davem@redhat.com>
9777
9778         * gcc.c-torture/execute/20020404-1.c: New test.
9779
9780 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9781
9782         PR c/6123
9783         * gcc.dg/20020312-2.c: Do not declare global register variable
9784         if __PIC__ or __pic__ is defined.
9785
9786 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
9787
9788         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
9789         __asm__ so that it works correctly even if -ansi -pedantic-errors.
9790
9791 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9792
9793         * gcc.misc-tests/linkage.exp: Update last change to handle
9794         sparc*-, not just sparc-.
9795
9796 2002-04-03  Richard Henderson  <rth@redhat.com>
9797
9798         * gcc.dg/cpp/ucs.c: Improved long UCS test.
9799
9800 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9801
9802         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
9803
9804 2002-04-02  David S. Miller  <davem@redhat.com>
9805
9806         * gcc.c-torture/execute/20020402-3.c: New test.
9807
9808 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9809
9810         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
9811         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
9812
9813         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
9814         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
9815         g77.f-torture/execute/20001201.x,
9816         g77.f-torture/execute/u77-test.x: New files.
9817
9818         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
9819         * gcc.dg/wchar_t-1.c: Ditto.
9820
9821 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9822
9823         * gcc.c-torture/execute/20020402-1.c: New test.
9824
9825 2002-04-01  Richard Henderson  <rth@redhat.com>
9826
9827         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
9828
9829         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
9830
9831 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9832
9833         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
9834
9835 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9836
9837         * g++.dg/inherit/template-as-base.C: Expect error.
9838         * g++.dg/inherit/namespace-as-base.C: Likewise.
9839
9840 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
9841
9842         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
9843         g++.dg/ext/instantiate3.C: Tweak match patterns.
9844
9845         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
9846         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
9847         -da test.
9848
9849 2002-03-31  Richard Henderson  <rth@redhat.com>
9850
9851         * gcc.dg/special/alias-2.c: New.
9852         * gcc.dg/special/ecos.exp: Run it.
9853
9854 2002-03-31  Richard Henderson  <rth@redhat.com>
9855
9856         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
9857
9858 2002-03-31  Kazu Hirata  <kazu@hxi.com>
9859
9860         * gcc.dg/weak-1.c: Disable on h8300 port.
9861
9862 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
9863
9864         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
9865         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
9866         ordering tests.
9867         * g++.dg/bprob/bprob-1.C: New test.
9868         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
9869         * g++.dg/gcov/gcov-1.C: New test.
9870         * g++.dg/gcov/gcov-1.x: New file.
9871         * g++.dg/gcov/gcov-2.C: New test.
9872         * g++.dg/gcov/gcov-3.C: New test.
9873         * g++.dg/gcov/gcov-3.h: New file.
9874
9875 2002-03-28  Roger Sayle  <roger@eyesopen.com>
9876
9877         * g++.old-deja/g++.other/builtins5.C: New test.
9878         * g++.old-deja/g++.other/builtins6.C: New test.
9879         * g++.old-deja/g++.other/builtins7.C: New test.
9880         * g++.old-deja/g++.other/builtins8.C: New test.
9881         * g++.old-deja/g++.other/builtins9.C: New test.
9882
9883 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9884
9885         * g++.dg/opt/static1.C: New test.
9886
9887         * g++.dg/opt/longbranch1.C: New test.
9888
9889 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
9890
9891         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
9892
9893         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
9894
9895 2002-03-28  Jeffrey A Law  (law@redhat.com)
9896
9897         * gcc.c-torture/execute/20020328-1.c: New test.
9898
9899 2002-03-27  Richard Henderson  <rth@redhat.com>
9900
9901         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
9902         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
9903         move from g++.old-deja/g++.ext/.
9904
9905 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
9906
9907         * g++.dg/init/new2.C: New test.
9908
9909 2002-03-26  Richard Henderson  <rth@redhat.com>
9910
9911         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
9912
9913         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
9914         on sparc.
9915
9916         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
9917         sparcv9 systems.
9918         * gcc.dg/20001102-1.c: Likewise.
9919
9920 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
9921
9922         * gcc.dg/cpp/endif-pedantic1.c,
9923         gcc.dg/cpp/endif-pedantic2.c:  New tests.
9924
9925 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
9926
9927         * g++.dg/init/new1.C: New test.
9928
9929 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9930
9931         * g++.dg/abi/vbase9.C: New test.
9932
9933 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
9934
9935         * gcc.dg/arm-asm.c: New test.
9936
9937 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
9938
9939         * gcc.dg/Wswitch-enum.c: New test.
9940         Fix PR c/5044.
9941
9942 2002-03-26  Richard Henderson  <rth@redhat.com>
9943
9944         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
9945         structure.
9946
9947 2002-03-25  Richard Henderson  <rth@redhat.com>
9948
9949         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
9950         sparcv9 systems.
9951
9952         * gcc.c-torture/compile/20011119-1.c (xxx): New.
9953         * gcc.c-torture/compile/20011119-2.c (xxx): New.
9954
9955 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
9956
9957         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
9958
9959 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
9960
9961         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
9962         targets using generic thunk support.
9963
9964 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
9965
9966         * gcc.c-torture/compile/20020323-1.c: New test.
9967
9968         * g++.dg/opt/conj2.C: New test.
9969
9970 2002-03-24  Richard Henderson  <rth@redhat.com>
9971
9972         * gcc.dg/weak-1.c: Use -fno-common.
9973
9974 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9975
9976         * g77.dg/f77-edit-apostrophe-out.f: New test
9977         * g77.dg/f77-edit-h-out.f: New test
9978         * g77.dg/f77-edit-t-in.f: New test
9979         * g77.dg/f77-edit-t-out.f: New test
9980         * g77.dg/f77-edit-x-out.f: New test
9981         * g77.dg/f77-edit-slash-out.f: New test
9982         * g77.dg/f77-edit-colon-out.f: New test
9983         * g77.dg/f77-edit-s-out.f: New test
9984
9985 2002-03-24  Richard Henderson  <rth@redhat.com>
9986
9987         * objc/execute/formal_protocol-6.x: New XFAIL.
9988
9989 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9990
9991         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
9992         that do not support weak symbols
9993
9994 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9995
9996         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
9997         * lib/g77.exp:  Likewise
9998         * lib/objc.exp: Likewise
9999
10000 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10001
10002         * gcc.dg/Wswitch-default.c: New test.
10003
10004 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
10005
10006         * g++.dg/other/enum1.C: New test.
10007
10008 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
10009
10010         * gcc.dg/pragma-ep-3.c: Fix typo.
10011
10012 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10013
10014         * g++.dg/inherit/template-as-base.C: New test.
10015
10016 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
10017
10018         * g++.old-deja/g++.other/dwarf2-1.C: Move...
10019         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
10020
10021 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10022
10023         * gcc.dg/cpp/multiline.c: Update to match.
10024
10025 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
10026
10027         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
10028
10029 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
10030
10031         * gcc.dg/cpp/extratokens2.c:  New file.
10032
10033 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
10034
10035         * gcc.dg/20020312-2.c: Add rs6000 target.
10036
10037         * gcc.c-torture/compile/20020319-1.c: New test.
10038
10039 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10040
10041         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
10042         (A, E): Handle this.
10043
10044 2002-03-20  Jason Merrill  <jason@redhat.com>
10045
10046         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
10047         ignoring -fpic.
10048         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
10049         through prune_gcc_output.
10050
10051 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10052
10053         * gcc.c-torture/compile/20020320-1.c: New test.
10054
10055 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
10056
10057         * gcc.c-torture/compile/20020318-1.c: New test.
10058
10059         * gcc.dg/struct-by-value-1.c: New test.
10060
10061         * gcc.dg/20020319-1.c: New test.
10062
10063 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
10064
10065         * g++.dg/opt/conj1.C: New test.
10066
10067 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
10068
10069         * g++.dg/template/qualttp20.C: Revert previous change.
10070         * g++.dg/template/qualttp3.C: Likewise.
10071         * g++.dg/template/qualttp4.C: Likewise
10072         * g++.dg/template/qualttp5.C: Likewise
10073         * g++.dg/template/qualttp6.C: Likewise
10074         * g++.dg/template/qualttp7.C: Likewise
10075         * g++.dg/template/qualttp8.C: Likewise
10076         * g++.dg/template/recurse.C: Likewise.
10077
10078 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10079
10080         * gcc.dg/cpp/wchar-1.c: Update.
10081
10082 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
10083
10084         * g++.dg/template/conv1.C: New test.
10085         * g++.dg/template/conv2.C: New test.
10086         * g++.dg/template/conv3.C: New test.
10087         * g++.dg/template/conv4.C: New test.
10088
10089 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10090
10091         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
10092         * g++.dg/template/qualttp3.C: Likewise.
10093         * g++.dg/template/qualttp4.C: Likewise
10094         * g++.dg/template/qualttp5.C: Likewise
10095         * g++.dg/template/qualttp6.C: Likewise
10096         * g++.dg/template/qualttp7.C: Likewise
10097         * g++.dg/template/qualttp8.C: Likewise
10098         * g++.dg/template/recurse.C: Likewise.
10099
10100 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10101
10102         * g++.dg/opt/dtor1.C: New test.
10103
10104 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
10105
10106         * gcc.c-torture/compile/20020315-1.c: New test.
10107
10108 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
10109
10110         * gcc.dg/weak-1.c: Fix scan tests.
10111
10112 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
10113
10114         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
10115         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
10116         cris-*-aout* mmix-*-*.
10117         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
10118         cris-*-aout* mmix-*-*.
10119         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
10120         cris-*-elf* cris-*-aout* and mmix-*-*.
10121         * gcc.dg/20001009-1.c: Ditto.
10122         * gcc.dg/20010912-1.c: Ditto.
10123         * gcc.dg/20020122-4.c: Ditto.
10124         * gcc.dg/inline-2.c: Ditto.
10125
10126 2002-03-14  Jeffrey A Law  (law@cygnus.com)
10127
10128         * gcc.c-torture/compile/20020314-1.c: New test.
10129
10130 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
10131
10132         * gcc.c-torture/execute/20020314-1.c: New test.
10133
10134 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
10135
10136         * g++.dg/warn/Wunused-1.C: New test.
10137
10138 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
10139
10140         * g++.dg/abi/mangle6.C: New test.
10141
10142 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10143
10144         * gcc.c-torture/compile/20020309-2.c: New test.
10145
10146         * gcc.c-torture/compile/20020312-1.c: New test.
10147
10148 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10149
10150         * g++.dg/other/access1.C: New test.
10151
10152 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10153
10154         * gcc.c-torture/execute/wchar_t-1.c: New test.
10155
10156 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10157
10158         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10159
10160 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10161
10162         * gcc.dg/20020312-1.c: New test case.
10163
10164 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10165
10166         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10167
10168 2002-03-11  Richard Henderson  <rth@redhat.com>
10169
10170         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10171         * g++.old-deja/g++.jason/report.C: Likewise.
10172
10173 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10174
10175         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10176         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10177
10178 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10179
10180         * testsuite/g++.dg/overload/pmf1.C: New test.
10181
10182 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10183
10184         * gcc.c-torture/execute/20020307-1.c: Use long.
10185
10186 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10187
10188         PR optimization/5844
10189         * gcc.dg/20020310-1.c: New test.
10190
10191 2002-03-09  Michael Meissner  <meissner@redhat.com>
10192
10193         * gcc.c-torture/execute/memcpy-2.c: New test.
10194         * gcc.c-torture/execute/memset-1.c: New test.
10195         * gcc.c-torture/execute/strlen-1.c: New test.
10196         * gcc.c-torture/execute/strcmp-1.c: New test.
10197         * gcc.c-torture/execute/strncmp-1.c: New test.
10198
10199 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10200
10201         * gcc.dg/ppc-ldstruct.c: New test.
10202
10203 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10204
10205         * gcc.c-torture/execute/va-arg-22.c: New test.
10206
10207 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10208
10209         * gcc.c-torture/compile/20020309-1.c: New test.
10210
10211 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10212
10213         * gcc.c-torture/execute/20020307-2.c: New test.
10214
10215 2002-03-07  Jeffrey A Law  (law@redhat.com)
10216
10217         * g77.f-torture/compile/20020307-1.f: New test.
10218
10219 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
10220
10221         * gcc.dg/unordered-1.c: New test.
10222
10223 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10224
10225         * gcc.c-torture/execute/20020307-1.c: New test.
10226
10227 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
10228
10229         * gcc.dg/20020304-1.c: New test.
10230
10231         * gcc.c-torture/compile/20020304-2.c: New test.
10232
10233 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
10234
10235         * gcc.c-torture/compile/20020304-1.c: New test case
10236         (from PR c/5830).
10237
10238 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
10239
10240         * gcc.dg/20020103-1.c: Add other -D ppc variants.
10241
10242 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10243
10244         * g++.dg/other/classkey1.C: New test.
10245
10246 2002-03-01  Richard Henderson  <rth@redhat.com>
10247
10248         * gcc.c-torture/compile/981223-1.x: New.
10249         * gcc.c-torture/compile/920625-1.x: New.
10250
10251 2002-02-28  Richard Henderson  <rth@redhat.com>
10252
10253         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10254
10255 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
10256
10257         * gcc.c-torture/execute/20020227-1.c: New test.
10258
10259 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
10260
10261         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10262         here" ERROR lines.
10263         * g++.old-deja/g++.oliva/partord1.C: Likewise.
10264         * g++.old-deja.g++.other/defarg1.C: Likewise.
10265         * g++.old-deja/g++.pt/calls2.C: Likewise.
10266         * g++.old-deja/g++.pt/crash20.C: Likewise.
10267         * g++.old-deja/g++.pt/crash30.C: Likewise.
10268         * g++.old-deja/g++.pt/crash36.C: Likewise.
10269         * g++.old-deja/g++.pt/crash6.C: Likewise.
10270         * g++.old-deja/g++.pt/defarg13.C: Likewise.
10271         * g++.old-deja/g++.pt/derived3.C: Likewise.
10272         * g++.old-deja/g++.pt/error1.C: Likewise.
10273         * g++.old-deja/g++.pt/friend21.C: Likewise.
10274         * g++.old-deja/g++.pt/friend23.C: Likewise.
10275         * g++.old-deja/g++.pt/infinite1.C: Likewise.
10276         * g++.old-deja/g++.robertl/eb128.C: Likewise.
10277
10278 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
10279
10280         * gcc.c-torture/execute/20020225-2.c: New test.
10281
10282 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
10283
10284         * gcc.c-torture/execute/920730-1t.c,
10285         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10286         Delete test cases, only relevant to -traditional.
10287
10288 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10289
10290         * gcc.dg/cpp/undef1.c: Remove.
10291         * gcc.dg/cpp/directiv.c: Update.
10292         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10293
10294 2002-02-27  Michael Meissner  <meissner@redhat.com>
10295
10296         * gcc.c-torture/execute/20020226-1.c: New test.
10297
10298 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
10299
10300         * g++.dg/debug/debug4.C: New test.
10301
10302         * gcc.dg/ia64-visibility-1.c: New test.
10303
10304 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
10305
10306         * gcc.dg/debug/20020224-1.c: New.
10307
10308 2002-02-25  Kazu Hirata  <kazu@hxi.com>
10309
10310         * gcc.c-torture/execute/960416-1.x: New.
10311         * gcc.c-torture/execute/divconst-3.x: Likewise.
10312
10313 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
10314
10315         * gcc.dg/20020224-1.c: New test.
10316
10317 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
10318
10319         * gcc.c-torture/execute/20020225-1.c: New.
10320
10321 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10322
10323         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10324
10325 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
10326
10327         * gcc.dg/20020222-1.c: New test.
10328
10329 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
10330
10331         * g++.dg/opt/anonunion1.C: New test.
10332
10333 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
10334
10335         * g++.dg/template/qualttp19.C: New test.
10336         * g++.dg/template/qualttp20.C: New test.
10337         * g++.old-deja/g++.jason/report.C: Adjust expected errors
10338         * g++.old-deja/g++.other/qual1.C: Likewise.
10339
10340 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
10341
10342         * gcc.dg/attr-alwaysinline.c: New.
10343
10344 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
10345
10346         * gcc.dg/20020220-1.c: New test.
10347
10348         * gcc.dg/20020220-2.c: New test.
10349
10350         * g++.dg/opt/mmx1.C: New test.
10351
10352 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
10353
10354         * gcc.c-torture/compile/20020110.c: New test.
10355
10356 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
10357
10358         * gcc.c-torture/execute/20020219-1.c: New test.
10359
10360         * gcc.dg/20020219-1.c: New test.
10361
10362         * gcc.dg/noncompile/20020220-1.c: New test.
10363
10364         * g++.dg/opt/ptrintsum1.C: New test.
10365
10366         * gcc.dg/debug/20020220-1.c: New test.
10367
10368 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
10369
10370         * gcc.c-torture/execute/20020216-1.c: New test.
10371
10372 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10373
10374         * gcc.dg/decl-1.c: Update, new test.
10375
10376 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10377
10378         * g++.dg/abi/bitfield1.C: New test.
10379         * g++.dg/abi/bitfield2.C: New test.
10380
10381 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10382
10383         * gcc.dg/attr-nest.c: New test.
10384
10385 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10386
10387         * gcc.c-torture/execute/20020215-1.c: New test.
10388
10389 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
10390
10391         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10392         * g++.dg/debug/debug.exp: New.
10393         * g++.dg/debug/trivial.C: New.
10394         * g++.dg/debug/debug1.C: Moved...
10395         * g++.dg/other/debug1.C: ...from here.
10396         * g++.dg/debug/debug2.C: Moved...
10397         * g++.dg/other/debug2.C: ...from here.
10398         * g++.dg/debug/debug3.C: Moved...
10399         * g++.dg/other/debug3.C: ...from here.
10400
10401         * gcc.dg/noncompile/20020213-1.c: New test.
10402
10403 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
10404
10405         * g++.dg/other/debug3.C: New test.
10406
10407         * gcc.c-torture/execute/20020213-1.c: New test.
10408
10409 2002-02-13  Richard Smith <richard@ex-parrot.com>
10410
10411         * g++.old-deja/g++.other/thunk1.C: New test.
10412
10413 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10414
10415         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10416
10417 2002-02-13  Stan Shebs  <shebs@apple.com>
10418
10419         * gcc.dg/altivec-3.c: New.
10420
10421 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
10422
10423         * gcc.dg/Wunreachable-1.c: New test.
10424         * gcc.dg/Wunreachable-2.c: New test.
10425
10426 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10427
10428         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10429
10430 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10431
10432         * gcc.dg/decl-1.c: New test.
10433
10434 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10435
10436         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10437
10438 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10439
10440         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10441         * gcc.c-torture/compile/980506-1.x: Likewise.
10442
10443 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10444
10445         * gcc.dg/20020210-1.c: New.
10446
10447 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
10448
10449         * g77.f-torture/execute/947.f: New regression test
10450         for PR fortran/947.
10451
10452 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10453
10454         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10455         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10456
10457 2002-02-08  Richard Henderson  <rth@redhat.com>
10458
10459         * gcc.c-torture/compile/labels-3.c: New.
10460
10461 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
10462
10463         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10464         expression statements work instead.
10465         * gcc.dg/noncompile/20020207-1.c: New test.
10466
10467 2002-02-07  Richard Henderson  <rth@redhat.com>
10468
10469         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10470
10471 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10472
10473         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10474         message from g77
10475         * lib/g77-dg.exp: Trim g77 error messages so that they are
10476         recognized by dg.exp.
10477
10478 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10479
10480         PR fortran/5473
10481         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
10482
10483 2002-02-07  Richard Henderson  <rth@redhat.com>
10484
10485         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10486         to be sufficiently aligned for integers.
10487
10488 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
10489
10490         * g++.dg/template/friend4.C: New test.
10491
10492 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10493
10494         PR fortran/5743
10495         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10496         unsupported cases.
10497
10498 2002-02-07  Richard Henderson  <rth@redhat.com>
10499
10500         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10501         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10502         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10503         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10504
10505 2002-02-06  Richard Henderson  <rth@redhat.com>
10506
10507         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10508
10509 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
10510
10511         * gcc.dg/20020206-1.c: New test.
10512
10513 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
10514
10515         * gcc.c-torture/execute/20020206-1.c: New test.
10516
10517         * gcc.c-torture/execute/20020206-2.c: New test.
10518
10519         PR optimization/5429:
10520         * gcc.c-torture/compile/20020206-1.c: New test.
10521
10522 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10523
10524         * g++.dg/ext/align1.C: Do not use an explicit alignment value
10525         as certain file formats cannot support particularly large
10526         alignments.
10527
10528         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10529         and do not expect to be able to link the executable.
10530
10531         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10532         fail because the COFF format does not support the weak attribute.
10533
10534 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
10535
10536         * g77.dg/pr5473.f:  New test
10537
10538 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
10539
10540         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10541         Fix testcase accordingly.
10542
10543 2002-02-04  Richard Henderson  <rth@redhat.com>
10544
10545         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10546         (buf): Change to be an array of pointers, not ints.
10547
10548 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10549
10550         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
10551         before all tests.  Move warning one line above to match where it
10552         C frontend emits.
10553         * gcc.dg/Wswitch-2.c: New test.
10554         * g++.dg/warn/Wswitch-1.C: New test.
10555         * g++.dg/warn/Wswitch-2.C: New test.
10556
10557 2002-02-04  Richard Henderson  <rth@redhat.com>
10558
10559         * g++.dg/abi/offsetof.C: Fix size comparison.
10560
10561 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
10562
10563         * gcc.dg/cast-qual-2.c: New test.
10564
10565 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10566
10567         * gcc.dg/20020201-4.c: New test.
10568
10569 2002-02-04  Ben Elliston  <bje@redhat.com>
10570
10571         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
10572         target_info attribute != 0, in addition to the empty string.
10573         (gcc_target_compile): Likewise.
10574
10575 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
10576
10577         * gcc.dg/Wswitch.c: New test.
10578         PR gcc/4475. PR gcc/3780.
10579
10580 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
10581
10582         * g77.f-torture/execute/5122.f: New test for regressions
10583         against PR fortran/5122.
10584
10585 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
10586
10587         * g77.f-torture/compile/pr3743.f: Delete
10588         * g77.dg/pr3743-1.f: New test.
10589         * g77.dg/pr3743-2.f: New test.
10590         * g77.dg/pr3743-3.f: New test.
10591         * g77.dg/pr3743-4.f: New test.
10592
10593 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10594
10595         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
10596
10597 2002-02-02  Richard Henderson  <rth@redhat.com>
10598
10599         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
10600         * gcc.c-torture/execute/bf64-1.c: Likewise.
10601
10602 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10603
10604         * gcc.dg/20020201-2.c: New test.
10605
10606         * gcc.dg/20020201-3.c: New test.
10607
10608         * gcc.c-torture/execute/bitfld-2.c: New test.
10609
10610 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10611
10612         * gcc.dg/bitfld-1.c: Update.
10613         * gcc.dg/bitfld-2.c: Update.
10614         * gcc.c-torture/execute/bitfld-1.x: New.
10615
10616 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10617
10618         * gcc.c-torture/execute/20020201-1.c: New test.
10619
10620 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
10621
10622         PR target/5469
10623         * gcc.dg/20020201-1.c: New test.
10624
10625 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
10626
10627         PR fortran/3743
10628         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
10629         * g77.f-torture/compile/pr3743.x: Remove
10630
10631 2002-01-31  Tom Rix  <trix@redhat.com>
10632
10633         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
10634
10635 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10636
10637         * gcc.dg/noncompile/20020130-1.c: New test.
10638
10639 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
10640
10641         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
10642
10643 2002-01-29  Richard Henderson  <rth@redhat.com>
10644
10645         * gcc.c-torture/execute/991118-1.c: Cast various constants back
10646         to long long.
10647         * gcc.c-torture/execute/bf64-1.c: Likewise.
10648
10649 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
10650
10651         * gcc.c-torture/execute/20020129-1.c: New test.
10652
10653 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10654
10655         * gcc.c-torture/compile/20000224-1.c: Update.
10656         * gcc.c-torture/execute/bitfld-1.c: New tests.
10657         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
10658         * gcc.dg/uninit-A.c: Update.
10659
10660 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
10661
10662         * g++.dg/template/ctor1.C: Add instantiation.
10663
10664 2002-01-28  Paul Koning  <pkoning@equallogic.com>
10665
10666         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
10667         argument to __builtin_prefetch to be const ptr.
10668
10669 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
10670
10671         * gcc.c-torture/compile/20020120-1.c: New test.
10672
10673 2002-01-27  Kazu Hirata  <kazu@hxi.com>
10674
10675         * gcc.c-torture/execute/20020127-1.c: New test.
10676
10677 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
10678
10679         * g77.dg/f77-edit-i-in.f: New test
10680         * g77.dg/f77-edit-i-out.f: New test
10681
10682 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
10683
10684         * gcc.dg/debug/debug.exp: New file.
10685         * gcc.dg/debug/trivial.c: New file.
10686         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
10687         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
10688         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
10689         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
10690         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
10691         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
10692         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
10693         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
10694         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
10695         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
10696         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
10697         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
10698         * gcc.dg/20000503-1.c: Removed.
10699         * gcc.dg/20010207-1.c: Removed.
10700         * gcc.dg/20011223-1.c: Removed.
10701         * gcc.dg/20020104-2.c: Removed.
10702         * gcc.dg/debug-1.c: Removed.
10703         * gcc.dg/debug-2.c: Removed.
10704         * gcc.dg/debug-3.c: Removed.
10705         * gcc.dg/debug-4.c: Removed.
10706         * gcc.dg/debug-5.c: Removed.
10707         * gcc.dg/debug-6.c: Removed.
10708         * gcc.dg/dwarf2-1.c: Removed.
10709         * gcc.dg/dwarf2-2.c: Removed.
10710
10711 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
10712
10713         * g++.old-deja/g++.other/eh5.C: New test.
10714         * g++.old-deja/g++.other/sibcall2.C: New test.
10715         * g++.old-deja/g++.other/array9.C: New test.
10716         * g++.old-deja/g++.other/typename2.C: New test.
10717         * g++.old-deja/g++.other/crash60.C: New test.
10718         * g++.old-deja/g++.other/conv9.C: New test.
10719         * g++.old-deja/g++.other/mangle10.C: New test.
10720         * g++.old-deja/g++.other/unchanging1.C: New test.
10721         * g++.old-deja/g++.other/exprstmt1.C: New test.
10722         * g++.old-deja/g++.other/inline23.C: New test.
10723         * g++.old-deja/g++.eh/ia64-1.C: New test.
10724         * g++.old-deja/g++.other/dwarf2-1.C: New test.
10725         * g++.old-deja/g++.other/reload1.C: New test.
10726         * g++.old-deja/g++.other/static20.C: New test.
10727         * g++.old-deja/g++.other/local-alloc1.C: New test.
10728         * g++.old-deja/g++.other/conv8.C: New test.
10729         * g++.old-deja/g++.other/stmtexpr2.C: New test.
10730         * g++.old-deja/g++.other/storeexpr1.C: New test.
10731         * g++.old-deja/g++.other/storeexpr2.C: New test.
10732         * g++.dg/eh/template2.C: New test.
10733         * g++.dg/warn/weak1.C: New test.
10734
10735 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
10736
10737         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
10738         Remove first, non-varying, argument.
10739
10740 2002-01-23  Richard Henderson  <rth@redhat.com>
10741
10742         * gcc.dg/inline-2.c: New.
10743
10744         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
10745         Add optional target arg.  Check number of arguments.
10746         (scan-assembler-not, scan-assembler-dem): Likewise.
10747         (scan-assembler-dem-not): Likewise.
10748
10749 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10750
10751         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
10752         line 12.
10753         * g++.old-deja/g++.brendan/parse3.C,
10754         g++.old-deja/g++.other/crash26.C,
10755         g++.old-deja/g++.other/crash28.C,
10756         g++.old-deja/g++.other/crash29.C,
10757         g++.old-deja/g++.other/crash30.C,
10758         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
10759
10760 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
10761
10762         * gcc.dg/20020115-1.c: New.
10763
10764 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
10765
10766         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
10767
10768 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
10769
10770         * gcc.dg/20020122-3.c: New.
10771
10772 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10773
10774         * g++.dg/other/gc1.C: New test.
10775
10776 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10777
10778         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
10779
10780 2002-01-22  Richard Henderson  <rth@redhat.com>
10781
10782         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
10783
10784 2002-01-22  Richard Henderson  <rth@redhat.com>
10785
10786         * gcc.dg/20020122-4.c: New.
10787
10788 2002-01-22  H.J. Lu <hjl@gnu.org>
10789
10790         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
10791         link output.
10792         * gcc.dg/special/ecos.exp: Likewise.
10793         * lib/g++-dg.exp: Likewise.
10794         * lib/g77-dg.exp: Likewise.
10795         * lib/gcc-dg.exp : Likewise.
10796         * lib/mike-g++.exp: Likewise.
10797         * lib/mike-g77.exp: Likewise.
10798         * lib/mike-gcc.exp: Likewise.
10799         * lib/objc-dg.exp: Likewise.
10800
10801 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
10802
10803         PR target/5379
10804         * gcc.dg/20020122-2.c: New test.
10805
10806 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
10807
10808         * gcc.dg/20020122-1.c: New test.
10809
10810 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
10811
10812         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
10813
10814 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
10815
10816         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
10817
10818 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10819
10820         * gcc.c-torture/compile/20020121-1.c: New test.
10821
10822 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10823
10824         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
10825         ld_library_path.
10826
10827 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
10828
10829         * gcc.dg/20020218-1.c: New test.
10830
10831 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
10832
10833         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
10834         messages
10835         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
10836         "At global scope" warning
10837         * g++.dg/ext/align1.C: Change cygwin test for alignment
10838         from db-bogus to dg-warning
10839
10840 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
10841
10842         * g77.f-torture/compile/cpp2.F: New test.
10843
10844 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10845
10846         * g++.dg/template/access1.C: New test.
10847
10848 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
10849
10850         * gcc.dg/20020118-1.c: New.
10851
10852 2002-01-18  Kazu Hirata  <kazu@hxi.com>
10853
10854         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
10855
10856 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10857
10858         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
10859         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
10860         alignment warnings.
10861
10862 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10863
10864         * gcc.misc-tests/i386-prefetch.exp: Save and restore
10865         torture_with_loops and torture_without_loops
10866
10867 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
10868
10869         * gcc.c-torture/compile/20020116-1.c: New test.
10870
10871 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
10872
10873         * gcc.dg/20020116-2.c: New test.
10874
10875         * gcc.dg/ultrasp4.c: New test.
10876
10877         * gcc.dg/20020116-1.c: New test.
10878
10879 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
10880
10881         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
10882         by EABI.
10883
10884 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
10885
10886         * gcc.misc-tests/i386-prefetch.exp: New.
10887         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
10888         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
10889         * gcc.misc-tests/i386-pf-none-1.c: New test.
10890         * gcc.misc-tests/i386-pf-sse-1.c: New test.
10891
10892 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10893
10894         * gcc.dg/gnu89-init-1.c: Add new tests.
10895
10896 2002-01-15  Andreas Jaeger  <aj@suse.de>
10897
10898         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
10899         * gcc.dg/i386-mmx-2.c: Likewise.
10900         * gcc.dg/i386-sse-1.c: Likewise.
10901         * gcc.dg/i386-sse-2.c: Likewise.
10902         * gcc.dg/i386-sse-3.c: Likewise.
10903
10904 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
10905
10906         * g77.f-torture/execute/intrinsic-unix-bessel.f:
10907         Uncomment additional cases that now pass.
10908
10909 2002-01-11  Richard Henderson  <rth@redhat.com>
10910
10911         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
10912         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
10913
10914 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
10915
10916         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
10917
10918 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
10919
10920         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
10921         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
10922
10923 2002-01-10  Dale Johannesen  <dalej@apple.com>
10924
10925         * gcc.c-torture/execute/loop-11.c: New.
10926
10927 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
10928
10929         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
10930         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
10931
10932 2002-01-09  Richard Henderson  <rth@redhat.com>
10933
10934         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
10935         type in which to perform the operation for each size.
10936
10937 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
10938
10939         * gcc.c-torture/compile/20020109-2.c: New test.
10940
10941 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
10942
10943         * gcc.c-torture/execute/loop-10.c: New test.
10944
10945 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10946
10947         * gcc.c-torture/compile/20010226-1.c: New test.
10948         * gcc.c-torture/compile/20010227-1.c: New test.
10949         * gcc.c-torture/compile/20010426-1.c: New test.
10950         * gcc.c-torture/compile/20010510-1.c: New test.
10951         * gcc.c-torture/compile/20010605-3.c: New test.
10952         * gcc.c-torture/compile/20010824-1.c: New test.
10953         * gcc.c-torture/execute/20010409-1.c: New test.
10954         * gcc.dg/noncompile/20000901-1.c: New test.
10955         * gcc.dg/20001023-1.c: New test.
10956         * gcc.dg/20001101-1.c: New test.
10957         * gcc.dg/20001102-1.c: New test.
10958         * gcc.dg/20010207-1.c: New test.
10959         * gcc.dg/20010405-1.c: New test.
10960         * gcc.dg/20010822-1.c: New test.
10961         * gcc.dg/20011107-1.c: New test.
10962
10963 2002-01-09  Jeffrey A Law  (law@redhat.com)
10964
10965         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
10966
10967         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
10968         execution failure on PA targets.
10969
10970 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10971
10972         * gcc.c-torture/compile/20020109-1.c: New test.
10973
10974 2002-01-08  Kazu Hirata  <kazu@hxi.com>
10975
10976         * gcc.c-torture/execute/20020108-1.c: New test.
10977
10978 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
10979
10980         * gcc.dg/20020108-1.c: New test.
10981
10982 2002-01-08  H.J. Lu <hjl@gnu.org>
10983
10984         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
10985         for header files.
10986
10987 2002-01-08  Geoff Keating  <geoffk@redhat.com>
10988
10989         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
10990         consistency.
10991
10992 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
10993
10994         * gcc.dg/altivec-4.c: Test altivec predicates.
10995
10996 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
10997
10998         * gcc.c-torture/execute/20020107-1.c: New test.
10999
11000 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11001
11002         PR c/5279
11003         * gcc.c-torture/compile/20020106-1.c: New test.
11004
11005 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
11006
11007         * gcc.c-torture/execute/nestfunc-4.c: New test.
11008
11009 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11010
11011         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
11012         extra triple that slipped in.
11013         * g++.old-deja/g++.abi/align.C: Likewise.
11014         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11015
11016 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11017
11018         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
11019         * g++.old-deja/g++.abi/align.C: Likewise.
11020         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11021
11022         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
11023         on FreeBSD/i386.
11024         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
11025         FreeBSD.
11026
11027 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
11028
11029         * gcc.dg/20020104-1.c: New test.
11030
11031         * gcc.dg/20020104-2.c: New test.
11032
11033 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
11034
11035         * gcc.dg/20020103-1.c: Fix typo in target selector.
11036
11037 2002-01-03  Richard Henderson  <rth@redhat.com>
11038
11039         * gcc.dg/20020103-1.c: New.
11040
11041 2002-01-03  Kazu Hirata  <kazu@hxi.com>
11042
11043         * gcc.c-torture/execute/20020103-1.c: New test.
11044
11045 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
11046
11047         * g++.dg/other/debug2.C: New test.
11048
11049         * gcc.c-torture/compile/20020103-1.c: New test.
11050
11051 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
11052
11053         * gcc.dg/gnu89-init-1.c: Added new tests.
11054
11055 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11056
11057         * g++.dg/template/friend2.C: Remove as patch is reverted.
11058
11059         * g++.dg/warn/oldcast1.C: New test.
11060
11061         * g++.dg/template/ptrmem1.C: New test.
11062         * g++.dg/template/ptrmem2.C: New test.
11063
11064         * g++.dg/template/ntp.C: New test.
11065
11066         * g++.dg/other/component1.C: New test.
11067
11068         * g++.dg/template/ttp3.C: New test.
11069
11070         * g++.dg/template/friend2.C: New test.
11071         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
11072
11073 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11074
11075         * g++.dg/other/ptrmem1.C: New test.
11076         * g++.dg/other/ptrmem2.C: New test.
11077
11078 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11079
11080         * g++.dg/template/ctor1.C: New test.
11081
11082 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11083
11084         * g++.dg/template/friend2.C: New test.
11085
11086 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
11087
11088         * gcc.dg/mmix-1.c: New test.
11089
11090 2001-12-31  Richard Henderson  <rth@redhat.com>
11091
11092         * gcc.dg/asm-5.c: New.
11093
11094 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
11095
11096         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
11097         in namespace __gnu_cxx
11098
11099 2001-12-30  Richard Henderson  <rth@redhat.com>
11100
11101         * gcc.dg/debug-6.c: New.
11102
11103 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
11104
11105         * gcc.c-torture/compile/20011229-2.c: New test.
11106
11107 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
11108
11109         * gcc.dg/debug-3.c: New test.
11110         * gcc.dg/debug-4.c: New test.
11111         * gcc.dg/debug-5.c: New test.
11112
11113 2001-12-29  Richard Henderson  <rth@redhat.com>
11114
11115         * g++.dg/eh/loop1.C: New.
11116
11117 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11118
11119         * g++.dg/template/crash1.C: New test.
11120
11121 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11122
11123         * g++.dg/other/const1.C: New test.
11124
11125 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11126
11127         * gcc.c-torture/compile/20011229-1.c: New test.
11128
11129 2001-12-28  Stan Shebs  <shebs@apple.com>
11130
11131         * lib/objc-torture.exp: Resync with c-torture.exp.
11132         * lib/objc.exp: Load standard libraries.
11133
11134 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
11135
11136         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11137         additional tests.
11138
11139 2001-12-27  Roger Sayle <roger@eyesopen.com>
11140
11141         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11142
11143 2001-12-27  Richard Henderson  <rth@redhat.com>
11144
11145         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11146
11147 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11148
11149         * g++.dg/eh/ctor1.C: New test.
11150         * g++.dg/other/error2.C: New test.
11151
11152 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11153
11154         * g++.dg/other/init2.C: New test.
11155
11156 2001-12-24  Richard Henderson  <rth@redhat.com>
11157
11158         * gcc.dg/20011223-1.c: New.
11159         * gcc.dg/inline-1.c: New.
11160
11161 2001-12-23  Richard Henderson  <rth@redhat.com>
11162
11163         * gcc.dg/asm-4.c: Test operand modifiers.
11164
11165 2001-12-23  Richard Henderson  <rth@redhat.com>
11166
11167         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11168
11169 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11170
11171         * gcc.c-torture/execute/20011223-1.c: New test.
11172
11173 2001-12-21  Richard Henderson  <rth@redhat.com>
11174
11175         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11176         re-enables the warning.
11177
11178 2001-12-21  Richard Henderson  <rth@redhat.com>
11179
11180         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11181
11182 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11183
11184         * gcc.c-torture/compile/20011218-1.c: New test.
11185
11186 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11187
11188         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11189         arm-isr.c test.
11190         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11191         epilogue generation for ARM ISR routines.
11192
11193 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11194
11195         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11196         * gcc.dg/format/c90-printf-3.c: Likewise.
11197         * gcc.dg/format/c99-printf-3.c: Likewise.
11198         * gcc.dg/format/ext-1.c: Likewise.
11199         * gcc.dg/format/ext-6.c: Likewise.
11200         * gcc.dg/format/format.h: Prototype unlocked stdio.
11201
11202 2001-12-20  Richard Henderson  <rth@redhat.com>
11203
11204         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11205         (arena): Use it.
11206         (malloc): Correct allocation logic.  Abort if we fill up the
11207         arena before initialization complete.
11208         (realloc): Correct allocation logic.
11209
11210 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11211
11212         * gcc.c-torture/compile/20011219-2.c: New test.
11213
11214         * gcc.c-torture/execute/20011219-1.c: New test.
11215
11216 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
11217
11218         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
11219         target does not support weak symbols.
11220
11221 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
11222
11223         * gcc.c-torture/compile/20011219-1.c: New test.
11224
11225 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
11226
11227         * g++.dg/other/error1.C: New test.
11228
11229 2001-12-17  Jeffrey A Law  (law@redhat.com)
11230
11231         * gcc.c-torture/execute/20011217-1.c: New test.
11232
11233 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
11234
11235         * objc.dg/special/: New directory.
11236         * objc.dg/special/special.exp: New file.
11237         * objc.dg/special/unclaimed-category-1.h: New file.
11238         * objc.dg/special/unclaimed-category-1a.m: New file.
11239         * objc.dg/special/unclaimed-category-1.m: New file.
11240
11241 2001-12-17  Andreas Jaeger  <aj@suse.de>
11242
11243         * gcc.c-torture/compile/20011217-2.c: New test.
11244
11245 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11246
11247         * gcc.c-torture/compile/20011217-1.c: New test.
11248
11249 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
11250
11251         * testsuite/gcc.dg/20011214-1.c: New.
11252
11253 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
11254
11255         * gcc.dg/altivec-4.c: New.
11256
11257 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
11258
11259         * gcc.dg/20011113-1.c: New test.
11260
11261 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11262
11263         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11264         std::__malloc_alloc_template<0> and
11265         std::__default_alloc_template<false, 0>.
11266
11267 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
11268
11269         * objc/execute/bf-21.m: New test.
11270         * objc/execute/enumeration-1.m: New test.
11271         * objc/execute/enumeration-2.m: New test.
11272
11273 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
11274
11275         * gcc.dg/gnu89-init-1.c: New test.
11276
11277 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11278
11279         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11280         * g++.old-deja/g++.jason/2371.C: Likewise.
11281         * g++.old-deja/g++.jason/template33.C: Likewise.
11282         * g++.old-deja/g++.jason/template34.C: Likewise.
11283         * g++.old-deja/g++.jason/template36.C: Likewise.
11284         * g++.old-deja/g++.oliva/typename1.C: Likewise.
11285         * g++.old-deja/g++.oliva/typename2.C: Likewise.
11286         * g++.old-deja/g++.other/typename1.C: Likewise.
11287         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11288         * g++.old-deja/g++.pt/nontype5.C: Likewise.
11289         * g++.old-deja/g++.pt/typename11.C: Likewise.
11290         * g++.old-deja/g++.pt/typename14.C: Likewise.
11291         * g++.old-deja/g++.pt/typename16.C: Likewise.
11292         * g++.old-deja/g++.pt/typename3.C: Likewise.
11293         * g++.old-deja/g++.pt/typename4.C: Likewise.
11294         * g++.old-deja/g++.pt/typename5.C: Likewise.
11295         * g++.old-deja/g++.pt/typename7.C: Likewise.
11296         * g++.old-deja/g++.robertl/eb9.C: Likewise.
11297
11298 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
11299
11300         * g++.dg/other/linkage1.C: New test.
11301         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11302         specifiers.
11303
11304 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11305
11306         * gcc.dg/concat.c: New test.
11307
11308 2001-12-11  Stan Shebs  <shebs@apple.com>
11309
11310         * objc/compile: New test directory.
11311         * objc/compile/compile.exp: New expect script.
11312         * objc/compile/20011211-1.m: New compile test.
11313
11314 2001-12-11  Jason Merrill  <jason@redhat.com>
11315
11316         * lib/prune.exp (prune_gcc_output): Also handle "In member
11317         function".  So many permutations...
11318
11319 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
11320
11321         * g++.dg/template/typedef1.C: New test.
11322
11323 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
11324
11325         * g++.dg/other/copy1.C: New test.
11326
11327 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
11328
11329         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11330
11331         * gcc.dg/builtin-choose-expr.c: New.
11332
11333 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
11334
11335         * gcc.dg/altivec-2.c: New.
11336
11337 2001-12-07  Richard Henderson  <rth@redhat.com>
11338
11339         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11340
11341 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
11342
11343         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11344         ultrasparc.
11345
11346 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11347
11348         * g++-old.deja/g++.robertl/eb101.C: Deleted.
11349
11350 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
11351
11352         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11353         variable argument list.
11354
11355 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
11356
11357         * gcc.c-torture/execute/memcheck: Delete entire directory.
11358         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11359         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11360
11361 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11362
11363         * gcc.dg/Wshadow-1.c: New test.
11364
11365 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
11366
11367         * gcc.c-torture/compile/20011130-1.c: New test.
11368
11369         * gcc.dg/noncompile/20011025-1.c: New test.
11370
11371         * g++.dg/other/anon-union.C: New test.
11372
11373         * gcc.c-torture/execute/20011024-1.c: New test.
11374
11375 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11376
11377         * gcc.c-torture/execute/20000722-1.x,
11378         gcc.c-torture/execute/20010123-1.x: Remove.
11379         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11380         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11381         gcc.dg/c99-complit-2.c: New tests.
11382
11383 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11384
11385         * g++.dg/inherit/base1.C: New test.
11386
11387 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11388
11389         * g++.dg/other/stdarg1.C: New test.
11390
11391         * gcc.c-torture/compile/20011130-2.c: New test.
11392
11393 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
11394
11395         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11396         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11397         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11398         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11399         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11400         * gcc.dg/builtin-prefetch-1.c: New test.
11401
11402 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
11403
11404         * gcc.dg/20011130-1.c: New test.
11405
11406 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
11407
11408         * g++.dg/other/scope1.C: New test.
11409         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11410
11411 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11412
11413         * gcc.dg/vla-init-1.c: New test.
11414
11415 2001-12-01  Geoff Keating  <geoffk@redhat.com>
11416
11417         * gcc.c-torture/compile/structs.c: New testcase from GDB.
11418
11419 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11420
11421         * objc.dg/alias.m: Update.
11422         * objc.dg/class-1.m: Update.
11423         * objc.dg/const-str-1.m: Update.
11424         * objc.dg/fwd-proto-1.m: Update.
11425         * objc.dg/id-1.m: Update.
11426         * objc.dg/super-class-1.m: Update.
11427
11428 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
11429
11430         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11431         constructs.
11432
11433 2001-11-28  Jeffrey A Law  (law@cygnus.com)
11434
11435         * gcc.c-torture/execute/20011128-1.c: New test.
11436
11437 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
11438
11439         * gcc.dg/20011127-1.c: New test.
11440
11441 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11442
11443         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
11444         from Austin Group draft 7.
11445         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
11446         scanf format arguments.
11447         * gcc.dg/format/no-exargs-2.c: New test.
11448
11449 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
11450
11451         * g++.dg/abi/vbase8-4.C: New test.
11452
11453 2001-11-24  Ian Lance Taylor  <ian@airs.com>
11454
11455         * gcc.c-torture/execute/20011121-1.c: New test.
11456
11457 2001-11-23  Jeffrey A Law  (law@cygnus.com)
11458
11459         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11460
11461 2001-11-23  Andreas Jaeger  <aj@suse.de>
11462
11463         * gcc.dg/cpp/charconst-2.c: New test.
11464
11465 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
11466
11467         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11468         to the host if it is remote.  Let tests specify extra headers
11469         they use.
11470         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11471         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11472         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11473         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11474         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11475         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11476         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11477         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11478         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11479         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11480
11481 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
11482
11483         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11484         for little endian ARMs.
11485
11486 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
11487
11488         * gcc.c-torture/compile/20011119-1.c: New test.
11489         * gcc.c-torture/compile/20011119-2.c: New test.
11490
11491 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
11492
11493         * gcc.dg/altivec-1.c: Fix typo.
11494
11495 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11496
11497         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11498
11499 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11500
11501         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11502
11503 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
11504
11505         * lib/g77.exp: Don't specify --rpath-link.
11506
11507         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11508         across all the headers.
11509         * gcc.dg/format/format.exp: For testing on a remote host,
11510         copy format.h.
11511
11512         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11513         * gcc.c-torture/execute/930406-1.c: Likewise.
11514         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11515
11516 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
11517
11518         * gcc.dg/altivec-1.c: New.
11519
11520 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
11521
11522         * gcc.dg/cpp/fpreprocessed.c: New test case.
11523
11524 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11525
11526         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11527         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11528         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11529
11530 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11531
11532         * gcc.dg/no-builtin-1.c: New test.
11533
11534 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
11535
11536         * gcc.c-torture/execute/20011115-1.c: New test.
11537
11538 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
11539
11540         * gcc.c-torture/compile/20011114-2.c: New test.
11541         * gcc.c-torture/compile/20011114-3.c: New test.
11542         * gcc.c-torture/compile/20011114-4.c: New test.
11543
11544 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11545
11546         * g++.dg/other/init1.C: New test.
11547
11548 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
11549
11550         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11551         message.
11552
11553         * gcc.c-torture/execute/20011114-1.c: New testcase.
11554
11555         * gcc.c-torture/compile/20010327-1.c: Revert last change.
11556         * gcc.c-torture/compile/20011114-1.c: New test, exactly
11557         like the (before this change) version of 20010327-1.c.
11558
11559 2001-11-14  Roger Sayle <roger@eyesopen.com>
11560
11561         * gcc.c-torture/execute/string-opt-13.c: New testcase.
11562
11563 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
11564
11565         * g++.dg/init/array2.C: New test.
11566
11567 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
11568
11569         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11570
11571 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
11572
11573         * g++.dg/other/forscope1.C: New test.
11574         * g++.dg/ext/forscope1.C: New test.
11575         * g++.dg/ext/forscope2.C: New test.
11576
11577 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
11578
11579         * gcc.c-torture/execute/20011113-1.c: New test.
11580
11581 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
11582
11583         * gcc.c-torture/execute/20011109-2.c: New test.
11584
11585         * gcc.c-torture/execute/20011109-1.c: New test.
11586
11587 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
11588
11589         * gcc.c-torture/compile/20011109-1.c: New test.
11590
11591 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11592
11593         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
11594         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
11595         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
11596         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
11597         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
11598         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
11599         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
11600
11601 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11602
11603         * g++.dg/warn/Wshadow-1.C: New tests.
11604         * g++.old-deja/g++.mike/for3.C: Update.
11605
11606 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11607
11608         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
11609         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
11610         XFAILs.  Adjust expected error texts.
11611         * gcc.c-torture/compile/20011106-1.c,
11612         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
11613         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
11614         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
11615         gcc.dg/c99-array-lval-5.c: New tests.
11616
11617 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11618
11619         * gcc.dg/cpp/defined.c: Update.
11620
11621 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11622
11623         * gcc.c-torture/execute/anon-1.c: New test.
11624
11625 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
11626
11627         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
11628         same size, so no warning should be produced on stormy16.
11629
11630         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
11631         due to oversized array.
11632         * g++.old-deja/g++.mike/ns15.C: Likewise.
11633         * g++.old-deja/g++.pt/crash16.C: Likewise.
11634
11635 2001-11-02  Graham Stott  <grahams@redhat.com>
11636
11637         * g++.dgother/debug1.C: Fix typos.
11638
11639 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
11640
11641         * g++.dg/other/debug1.C: New test.
11642
11643 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11644
11645         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
11646         of unsigned long.
11647
11648 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
11649
11650         * gcc.dg/20011029-2.c: New test.
11651
11652         * gcc.c-torture/compile/20011029-1.c: New test.
11653
11654 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
11655
11656         * objc/execute/class_self-1.m: New test.
11657         * objc/execute/class_self-2.m: New test.
11658
11659 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
11660
11661         * gcc.misc-tests/msgs.exp: Delete.
11662         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
11663         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
11664         error set to match recent changes.
11665
11666 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
11667
11668         * gcc.dg/20011021-1.c: New test.
11669
11670 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
11671
11672         * gcc.c-torture/compile/20011023-1.c: New test.
11673
11674 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
11675
11676         * lib/g77.exp: Rewrite based on lib/g++.exp.
11677
11678 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11679
11680         * gcc.c-torture/execute/20011019-1.c: New test.
11681
11682         * gcc.dg/20011018-1.c: New test.
11683
11684 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
11685
11686         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
11687
11688 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
11689
11690         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
11691         * gcc.dg/attr-invalid.c: Likewise.
11692
11693 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
11694
11695         * testsuite/gcc.dg/20011015-1.c: New test.
11696
11697 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11698
11699         * g++.dg/template/unify2.C: New test.
11700
11701 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11702
11703         * g++.dg/other/exception-specification.C: New test
11704
11705 2001-10-13  Tom Rix  <trix@redhat.com>
11706
11707         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
11708         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
11709
11710 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
11711
11712         * testsuite/gcc.dg/20011009-1.c: New test.
11713
11714 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
11715
11716         PR g++/4476
11717         * g++.dg/other/friend1.C: New test.
11718
11719 2001-10-11  Richard Henderson  <rth@redhat.com>
11720
11721         * g++.old-deja/g++.other/crash18.C: Add -S to options.
11722
11723 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11724
11725         * gcc.c-torture/compile/20011010-1.c: New.
11726
11727 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11728
11729         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
11730         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
11731         g77.f-torture/execute/execute.exp,
11732         g77.f-torture/noncompile/noncompile.exp,
11733         gcc.c-torture/compile/compile.exp,
11734         gcc.c-torture/execute/execute.exp,
11735         gcc.c-torture/execute/ieee/ieee.exp,
11736         gcc.c-torture/execute/memcheck/memcheck.exp,
11737         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
11738         objc/execute/execute.exp: Update FSF address.
11739
11740 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
11741
11742         * gcc.dg/cpp/cmdlne-C.c: Update.
11743         * gcc.dg/cpp/cmdlne-C2.c: New.
11744
11745 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11746
11747         * gcc.c-torture/execute/20011008-3.c: New.
11748
11749 2001-10-08  DJ Delorie  <dj@redhat.com>
11750
11751         * gcc.dg/20011008-1.c: New.
11752         * gcc.dg/20011008-2.c: New.
11753
11754 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11755
11756         * gcc.dg/cpp/spacing1.c: Update test.
11757
11758 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11759
11760         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
11761         spelling errors of "separate" as "seperate".
11762
11763 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
11764
11765         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
11766         enough to avoid inlining.
11767
11768 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11769
11770         * lib/g77.exp: set libg2c_dir correctly.
11771
11772 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11773
11774         * gcc.dg/cpp/macro11.c: New test.
11775
11776 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11777
11778         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
11779         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
11780         gcc.dg/format/multattr-3.c: New tests.
11781         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
11782         tests for format attributes on function pointers being rejected.
11783
11784 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11785
11786         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
11787
11788 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11789
11790         * g++.dg/warn/format1.C: New test.
11791
11792 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11793
11794         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
11795
11796 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11797
11798         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
11799
11800 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11801
11802         * gcc.dg/cpp/redef2.c: Add test.
11803
11804 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
11805
11806         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
11807         long-standing bug on i686, apparently.
11808         * gcc.c-torture/execute/loop-2c.x: New file.
11809         * gcc.c-torture/execute/loop-2d.x: New file.
11810         * gcc.c-torture/execute/loop-3c.x: New file.
11811
11812 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
11813
11814         * gcc.dg/cpp/20000625-2.c: Correct line number.
11815
11816 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11817
11818         * gcc.dg/cpp/macro10.c: New test.
11819         * gcc.dg/cpp/strify3.c: New test.
11820         * gcc.dg/cpp/spacing1.c: Add tests.
11821         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
11822         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
11823
11824 2001-09-24  DJ Delorie  <dj@redhat.com>
11825
11826         * gcc.c-torture/execute/20010924-1.c: New test.
11827
11828 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11829
11830         * testsuite/objc/execute/paste.m: Remove.
11831
11832 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11833
11834         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
11835
11836 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
11837
11838         * g77.dg/strlen0.f: New test.
11839
11840 2001-09-21  Richard Henderson  <rth@redhat.com>
11841
11842         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
11843         * g++.old-deja/g++.abi/vtable2.C: Likewise.
11844
11845 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11846
11847         Table-driven attributes.
11848         * g++.dg/ext/attrib1.C: New test.
11849
11850 2001-09-20  DJ Delorie  <dj@redhat.com>
11851
11852         * gcc.dg/20000926-1.c: Update expected warning messages.
11853         * gcc.dg/array-2.c: Likewise, and test for warnings too.
11854         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
11855         array.
11856
11857 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
11858
11859         * g++.dg/eh/registers1.C: New test case.
11860
11861 2001-09-17  Richard Henderson  <rth@redhat.com>
11862
11863         * gcc.dg/array-5.c: Fix VLA decomposition test.
11864
11865 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11866
11867         * gcc.dg/cpp/line5.c: New testcase.
11868
11869 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11870
11871         * gcc.dg/cpp/macro9.c: New test.
11872
11873 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
11874
11875         * gcc.c-torture/execute/980223.c: Change type of addr from long
11876         to char *.
11877
11878 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
11879
11880         * gcc.c-torture/execute/20010915-1.c: New test.
11881
11882 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
11883
11884         * g77.dg/bprob: New directory.
11885         * g77.dg/bprob/bprob.exp: New file.
11886         * g77.dg/bprob/bprob-1.f: New test.
11887         * g77.dg/gcov: New directory.
11888         * g77.dg/gcov/gcov.exp: New file.
11889         * g77.dg/gcov/gcov-1.f: New test.
11890         * g77.dg/gcov/gcov-1.x: New file.
11891
11892 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11893
11894         * gcc.dg/cpp/directiv.c: Update.
11895         * gcc.dg/cpp/undef1.c: Update.
11896
11897 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11898
11899         * gcc.dg/20010912-1.c: New test.
11900
11901 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
11902
11903         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
11904         language-independent file in lib.
11905         * lib/gcov.exp: New file.
11906
11907 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11908
11909         * gcc.c-torture/compile/20010911-1.c: New test.
11910
11911 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
11912
11913         * lib/profopt.exp: New, to support profile-directed optimizations.
11914         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
11915         * gcc.misc-tests/bprob-1.c: New test.
11916         * gcc.misc-tests/bprob-2.c: New test.
11917
11918 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
11919
11920         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
11921         XFAIL and which kinds of gcov output to verify.
11922         * gcc.misc-tests/gcov-4b.x: New file.
11923         * gcc.misc-tests/gcov-5b.x: New file.
11924         * gcc.misc-tests/gcov-6.x: New file.
11925         * gcc.misc-tests/gcov-7.c: New test.
11926         * gcc.misc-tests/gcov-7.x: New file.
11927
11928 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
11929
11930         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
11931         * gcc.misc-tests/gcov-6.c: New test.
11932
11933 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11934
11935         PR c++/3986
11936         * g++.dg/abi/vbase1.C: New test.
11937
11938 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
11939
11940         * objc.dg/method-2.m: New.
11941
11942 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11943
11944         PR c++/4203
11945         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
11946         * g++.dg/init/empty1.C: New test.
11947
11948 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
11949
11950         * gcc.c-torture/compile/20010903-1.c: New test.
11951
11952 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
11953
11954         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
11955         for m68k.
11956
11957 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
11958
11959         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
11960
11961         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
11962
11963         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
11964
11965 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
11966
11967         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
11968         for 16-bit 'unsigned int'.
11969
11970 2001-08-29  Kazu Hirata  <kazu@hxi.com>
11971
11972         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
11973
11974 2001-08-27  Richard Henderson  <rth@redhat.com>
11975
11976         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
11977         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
11978
11979 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
11980
11981         * gcc.dg/asm-names.c (ymain): New.
11982
11983 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
11984
11985         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
11986         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
11987         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
11988
11989 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11990
11991         * gcc.dg/compare5.c: New testcase.
11992
11993 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
11994
11995         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
11996         and "In instantiation".
11997
11998 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
11999
12000         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
12001
12002 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
12003
12004         * gcc.misc-tests/gcov.exp: Add support for branch information.
12005         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
12006         * gcc.misc-tests/gcov-4.c: New test.
12007         * gcc.misc-tests/gcov-4b.c: New test.
12008         * gcc.misc-tests/gcov-5b.c: New test.
12009
12010 2001-08-20  Zack Weinberg  <zackw@panix.com>
12011
12012         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
12013         expected to fail.
12014
12015 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12016
12017         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
12018
12019 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
12020
12021         * g++.dg/eh/template1.C: New test.
12022
12023 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
12024
12025         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
12026         Fix thinko.
12027         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
12028         for xfail.
12029
12030 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
12031
12032         * lib/g77-dg.exp:  Use prune.exp for common procedures
12033         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
12034         * lib/g77.exp: (g77-dg-prune) Remove
12035
12036 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
12037
12038         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
12039
12040 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12041
12042         * g++.dg/template/unify1.C: New test.
12043
12044 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
12045
12046         * g++.dg/abi/empty4.C: New test.
12047
12048 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
12049
12050         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
12051         solaris2.*
12052         * g77.f-torture/compile/pr3743.x: Likewise
12053
12054 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12055
12056         * g++.dg/other/using-declaration.C: New test.
12057
12058 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12059
12060         * gcc.dg/cpp/tr-sign.c: New testcase.
12061
12062 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12063
12064         * gcc.dg/cpp/19951025-1.c: Revert.
12065         * gcc.dg/cpp/directiv.c: We no longer process directives that
12066         interrupt macro arguments.
12067
12068 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
12069
12070         * gcc.dg/bconstp-1.c: New test.
12071
12072 2001-08-03  Richard Henderson  <rth@redhat.com>
12073
12074         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
12075
12076 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12077
12078         * gcc.dg/cpp/19951025-1.c: Update.
12079
12080 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
12081
12082         * g77.dg/ff90-1.f (s): Fix reference of variable z,
12083         should be x.
12084
12085 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
12086
12087         Kill -fhonor-std.
12088         * g++.old-deja/g++.ns/ns14.C: Remove special options.
12089         * g++.old-deja/g++.other/std1.C: Likewise.
12090         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
12091
12092 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
12093
12094         * lib/g77.exp:  Load gcc-defs.exp for common procedures
12095         (g77_pass, g77_fail, g77_finish, g77_exit,
12096         ${tool}_check_unsupported_p} Now redundant.  Deleted.
12097
12098 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12099
12100         * g77.dg/fbackslash.f
12101         * g77.dg/fcase-preserve.f
12102         * g77.dg/ff90-1.f
12103         * g77.dg/ffixed-line-length-0.f
12104         * g77.dg/ffixed-line-length-132.f
12105         * g77.dg/ffixed-line-length-7.f
12106         * g77.dg/ffixed-line-length-72.f
12107         * g77.dg/ffixed-line-length-none.f
12108         * g77.dg/ffree-form-1.f
12109         * g77.dg/fno-backslash.f
12110         * g77.dg/fno-f90-1.f
12111         * g77.dg/fno-fixed-form-1.f
12112         * g77.dg/fno-onetrip.f
12113         * g77.dg/fno-typeless-boz.f
12114         * g77.dg/fno-underscoring.f
12115         * g77.dg/fno-vxt-1.f
12116         * g77.dg/fonetrip.f
12117         * g77.dg/ftypeless-boz.f
12118         * g77.dg/fugly-assumed.f
12119         * g77.dg/funderscoring.f
12120         * g77.dg/fvxt-1.f
12121
12122 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
12123
12124         * objc.dg/fwd-proto-1.m: New.
12125         * objc.dg/local-decl-1.m: New.
12126         * objc.dg/naming-1.m: New.
12127         * objc.dg/naming-2.m: New.
12128         * objc.dg/proto-hier-1.m: New.
12129
12130 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
12131
12132         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
12133         largest-type elements to a struct makes its size grow.
12134
12135 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12136
12137         * g++.dg/abi/vthunk1.C: New test.
12138
12139 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12140
12141         * g++.dg/abi/vbase8-22.C: New test.
12142
12143 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12144
12145         * gcc.dg/cpp/macro8.c: New test.
12146
12147 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12148
12149         * g++.dg/abi/vbase8-21.C: New test.
12150
12151 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12152
12153         * g++.dg/abi/vbase8-10.C: New test.
12154
12155 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12156
12157         * lib/g++.exp (g++_set_ld_library_path): Renamed to
12158         ${tool}_set_ld_library_path.
12159         Changed caller.
12160         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
12161         g++.exp.
12162
12163 2001-07-26  Stan Cox <scox@redhat.com>
12164
12165         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12166         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
12167         gcc_exit, gcc_check_unsupported_p):
12168         Moved to gcc-deps.exp
12169         * gcc-deps.exp: New file.
12170
12171 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12172
12173         * g++.old-deja/g++.pt/defarg14.C: New test.
12174
12175 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12176
12177         * g++.old-deja/g++.other/lineno5.C: New test.
12178
12179 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12180
12181         * g++.old-deja/g++.pt/crash68.C: New test.
12182
12183 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12184
12185         * g++.old-deja/g++.other/crash42.C: New test.
12186
12187 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12188
12189         * gcc.dg/cpp/extratokens.c: Fix.
12190         * gcc.dg/cpp/skipping2.c: New tests.
12191
12192 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12193
12194         * gcc.c-torture/execute/20010724-1.c: New file.
12195         * gcc.c-torture/execute/20010724-1.x: New file.
12196
12197 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12198
12199         * g++.old-deja/g++.other/cond7.C: New test.
12200
12201 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12202
12203         * g++.old-deja/g++.other/optimize4.C: New test.
12204
12205 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12206
12207         * g++.old-deja/g++.abi/vbase8-5.C: New test.
12208
12209 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
12210
12211         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
12212         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
12213         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
12214         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
12215
12216         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
12217         bug report" message.
12218
12219         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
12220         * g++.dg/ext/instantiate1.C: Move from old-deja.
12221
12222 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
12223
12224         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
12225         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
12226         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
12227         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
12228
12229 2001-07-23  Jeffrey A Law  (law@cygnus.com)
12230
12231         * gcc.c-torture/execute/20010723-1.c: New test.
12232
12233 2001-07-23  Ben Elliston  <bje@redhat.com>
12234
12235         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
12236
12237 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12238
12239         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
12240         i[34567]86-*-*.
12241         Delete handling of ieee_multilib_flags.
12242         Pass -mieee for alpha*-*-* and sh-*-*.
12243         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
12244
12245 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
12246
12247         Remove old-abi tests.
12248         * g++.old-deja/g++.mike/p11116.C: Remove.
12249         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
12250
12251 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
12252
12253         * g77.f-torture/compile/pr3743.f:  New test
12254
12255 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
12256
12257         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
12258
12259 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12260
12261         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
12262         g++.old-deja/g++.pt/static6.C: Likewise.
12263         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
12264         supports weak symbols.
12265
12266 2001-07-18  Andreas Jaeger  <aj@suse.de>
12267
12268         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
12269         supported again.
12270
12271 2001-07-18  Andreas Jaeger  <aj@suse.de>
12272
12273         * gcc.dg/iftrap-1.c: Fix target line.
12274
12275 2001-07-17  Richard Henderson  <rth@redhat.com>
12276
12277         * gcc.c-torture/execute/20010717-1.c: New.
12278
12279 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12280
12281         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12282         tests.
12283
12284 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12285
12286         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12287
12288 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12289
12290         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12291         UAC_SIGBUS, UAC_NOPRINT definitions.
12292
12293 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
12294
12295         * objc/execute/object_is_class.m: New test.
12296         * objc/execute/object_is_meta_class.m: New test.
12297
12298 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12299
12300         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12301         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12302
12303 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
12304
12305         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
12306         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
12307
12308 2001-07-14  Richard Henderson  <rth@redhat.com>
12309
12310         * gcc.dg/iftrap-1.c: New.
12311
12312 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
12313
12314         * g77.f-torture/execute/intrinsic77.f: New test.
12315
12316 2001-07-11  Janis Johnson <janis@us.ibm.com>
12317
12318         * gcc.misc-tests/gcov-3.c: New test.
12319
12320 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12321
12322         * gcc.c-torture/compile/20010711-1.c,
12323         * gcc.c-torture/compile/20010711-2.c: New tests.
12324
12325 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12326
12327         * gcc.c-torture/execute/20010711-1.c: New test.
12328
12329 2001-07-11  Ben Elliston  <bje@redhat.com>
12330
12331         * g++.old-deja/g++.other/enum5.C: New test.
12332
12333 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
12334
12335         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
12336         (g++-dg-prune): Call prune_gcc_output.
12337         * prune.exp: New file for prune_gcc_output.
12338         * lib/g++.exp, lib/gcc.exp: Load it.
12339
12340 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12341
12342         * gcc.c-torture/compile/20010701-1.c,
12343         g++.old-deja/g++.ext/attrib6.C: New tests.
12344
12345 2001-07-06  Jeffrey A Law  (law@cygnus.com)
12346
12347         * gcc.c-torture/compile/20010706-1.c: New test.
12348
12349 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
12350
12351         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
12352
12353 2001-06-28  Stan Shebs  <shebs@apple.com>
12354
12355         * gcc.dg/pragma-darwin.c: New test.
12356
12357 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12358
12359         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
12360         Solaris 2.[678] system.
12361
12362 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12363
12364         * gcc.dg/20010622-1.c: New test.
12365
12366 2001-06-18  Stan Shebs  <shebs@apple.com>
12367
12368         * objc.dg: New directory.
12369         * objc.dg/dg.exp: New file.
12370         * objc.dg/alias.m: New.
12371         * objc.dg/class-1.m: New.
12372         * objc.dg/class-2.m: New.
12373         * objc.dg/const-str-1.m: New.
12374         * objc.dg/const-str-2.m: New.
12375         * objc.dg/id-1.m: New.
12376         * objc.dg/method-1.m: New.
12377         * objc.dg/super-class-1.m: New.
12378         * lib/objc-dg.exp: New file.
12379
12380 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12381
12382         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12383         of label name.
12384
12385 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
12386
12387         * g++.old-deja/g++.abi/vbase8-9.C: New test.
12388
12389 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12390
12391         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
12392         variable.
12393
12394 2001-06-12  Richard Henderson  <rth@redhat.com>
12395
12396         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
12397
12398 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12399
12400         * g++.old-deja/g++.abi/vbase5.C: New test.
12401         * g++.old-deja/g++.abi/vbase6.C: New test.
12402         * g++.old-deja/g++.abi/vbase7.C: New test.
12403
12404 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12405
12406         * gcc.c-torture/compile/20010610-1.c: New test.
12407
12408 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12409
12410         * g++.old-deja/g++.abi/vbase4.C: New test.
12411
12412 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12413
12414         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
12415         support %f for HC11/HC12 targets.
12416         * gcc.c-torture/execute/930513-1.x: New file, likewise.
12417         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
12418         on HC11/HC12 targets.
12419         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
12420
12421 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12422
12423         * gcc.dg/wchar_t-1.c: New file.
12424         * gcc.dg/wint_t-1.c: Likewise.
12425
12426 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
12427
12428         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
12429
12430 2001-06-11  Richard Henderson  <rth@redhat.com>
12431
12432         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
12433
12434 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12435
12436         * gcc.c-torture/compile/20010611-1.c: New test.
12437
12438 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12439
12440         * gcc.dg/c99-tag-1.c: Add more tests.
12441
12442 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
12443
12444         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
12445         representation on MN10300 and ARM/Thumb.
12446
12447 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
12448
12449         * g77.f-torture/execute/20010610.f: New.
12450
12451 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
12452
12453         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
12454         names.
12455
12456 2001-06-09  Richard Henderson  <rth@redhat.com>
12457
12458         * gcc.c-torture/execute/ashrdi-1.c: New.
12459         * gcc.c-torture/execute/ashldi-1.c: New.
12460         * gcc.c-torture/execute/lshrdi-1.c: New.
12461
12462 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
12463
12464         * objc/execute/load-3.m: Added. Check sending +load to categories,
12465         in addition to classes.
12466
12467 2001-06-08  Stan Shebs  <shebs@apple.com>
12468
12469         * objc/execute/load-2.m: New test.  From Nicola Pero
12470         <n.pero@mi.flashnet.it>.
12471
12472 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
12473
12474         * gcc.c-torture/execute/20010605-2.c: New test.
12475
12476 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12477
12478         * g++.old-deja/g++.abi/vbase2.C: New test.
12479         * g++.old-deja/g++.abi/vbase3.C: New test.
12480
12481 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12482
12483         * g++.old-deja/g++.pt/friend49.C: New test.
12484
12485 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
12486
12487         * g++.old-deja/g++.ext/anon3.C: New test.
12488
12489 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
12490
12491         * g++.old-deja/g++.other/conv7.C: New test.
12492
12493 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12494
12495         * gcc.c-torture/compile/20010605-2.c: New test.
12496
12497 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12498
12499         * gcc.c-torture/execute/20010604-1.c: New test.
12500
12501 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
12502
12503         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
12504
12505 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
12506
12507         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
12508         (g++_link_flags): Likewise.
12509         (g++_init): Pass gccpath's value to two previous functions.
12510
12511 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12512
12513         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
12514         Ensure logfile entry matches exec command line.
12515
12516 2001-05-31  Richard Henderson  <rth@redhat.com>
12517
12518         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
12519         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
12520
12521 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
12522
12523         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
12524         compiler for irix6.2
12525
12526 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
12527
12528         * g++.old-deja/g++.other/optimize3.C: New file.
12529
12530 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
12531
12532         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
12533         assemble.
12534
12535 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
12536
12537         * g++.old-deja/g++.other/optimize2.C: New file.
12538
12539 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
12540
12541         * gcc.c-torture/compile/20010518-2.c: New file.
12542         * gcc.c-torture/execute/20010518-1.c: New file.
12543         * gcc.c-torture/execute/20010518-2.c: New file.
12544
12545 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12546
12547         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
12548
12549 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
12550
12551         G++ no longer defines builtins that do not begin with __builtin.
12552         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
12553         * g++.old-deja/g++.brendand/misc13.C: Likewise.
12554         * g++.old-deja/g++.law/builtin1.C: Likewise.
12555         * g++.old-deja/g++.law/cvt2.C: Likewise.
12556         * g++.old-deja/g++.mike/net5.C: Likewise.
12557         * g++.old-deja/g++.other/builtins1.C: Likewise.
12558         * g++.old-deja/g++.other/builtins2.C: Likewise.
12559         * g++.old-deja/g++.other/builtins3.C: Likewise.
12560         * g++.old-deja/g++.other/builtins4.C: Likewise.
12561         * g++.old-deja/g++.other/inline8.C: Likewise.
12562         * g++.old-deja/g++.robertl/eb39.C: Likewise.
12563
12564 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
12565
12566         * g++.old-deja/g++.pt/using1.C: Adjust.
12567         * g++.old-deja/g++.pt/using2.C: New test.
12568
12569 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
12570
12571         * gcc.dg/cpp/charconst.c: New tests.
12572         * gcc.dg/cpp/escape.c: New tests.
12573         * gcc.dg/cpp/escape-1.c: New tests.
12574         * gcc.dg/cpp/escape-2.c: New tests.
12575         * gcc.dg/cpp/ucs.c: New tests.
12576
12577 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
12578
12579         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
12580         native compiler for irix6.5.
12581
12582 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
12583
12584         * lib/g++.exp (g++_include_flags): Use args to compute
12585         get_multilibs.
12586         (g++_link_flags): Likewise.
12587         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
12588
12589 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12590
12591         * gcc.dg/c90-hexfloat-1.c: Add more tests.
12592
12593 2001-05-21  Geoff Keating  <geoffk@redhat.com>
12594
12595         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
12596         this file.
12597
12598 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12599
12600         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
12601         STACK_SIZE;
12602         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
12603         to STACK_SIZE; Use it to define size of add_histo array.
12604         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
12605         to STACK_SIZE.
12606         (f): Use GITT_SIZE to define size of gitt local table.
12607         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
12608         to STACK_SIZE; Use it to define size of bytemem array.
12609
12610 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12611
12612         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
12613         on 68HC11/HC12 due to the asm instruction.
12614         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
12615         * gcc.c-torture/compile/920520-1.x: Likewise.
12616         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
12617         on 68HC11/HC12 because the function is larger than 64K.
12618         * gcc.c-torture/compile/961203-1.x: New file, this test fails
12619         on 68HC11/HC12 because the structure is too large.
12620
12621 2001-05-20  Richard Henderson  <rth@redhat.com>
12622
12623         * gcc.c-torture/execute/20010520-1.c: New.
12624
12625 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12626
12627         * g++.old-deja/g++.warn/compare1.C: New test.
12628         * gcc.dg/compare4.c: New test.
12629
12630 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
12631
12632         * g++.old-deja/g++.other/optimize1.C: New test.
12633
12634 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12635
12636         * g++.old-deja/g++.pt/spec41.C: New test.
12637
12638 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12639
12640         * gcc.c-torture/compile/20010114-1.x: Remove.
12641
12642 2001-05-18  Stan Shebs  <shebs@apple.com>
12643
12644         * gcc.c-torture/compile/20010518-1.c: New test.
12645
12646 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
12647
12648         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
12649         * g++.old-deja/g++.pt/crash67.C: New test.
12650
12651 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
12652
12653         * g++.old-deja/g++.other/debug9.C: New test.
12654
12655 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
12656
12657         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
12658
12659 2001-05-16  Jan Hubicka  <jh@suse.cz>
12660
12661         * gcc.c-torture/compile/20010516-1.c: New test.
12662
12663 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
12664
12665         * g++.old-deja/g++.other/crash41.C: New test.
12666
12667 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
12668
12669         * g++.old-deja/g++.pt/crash66.C: New test.
12670
12671 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
12672
12673         * g++.old-deja/g++.robertl/eb27.C: Convert.
12674
12675 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
12676
12677         * g++.dg/friend-warn.C: New test.  Do not warn about friend
12678         declaration being redundant.
12679
12680 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
12681
12682         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
12683
12684 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
12685
12686         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
12687
12688 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
12689
12690         * lib/g++.exp: Use testsuite_flags.
12691
12692 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
12693
12694         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
12695
12696 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12697
12698         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
12699
12700 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
12701
12702         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
12703
12704 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
12705
12706         * gcc.c-torture/compile/20010313-1.c: New test.
12707
12708 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
12709
12710         * gcc.dg/cpp/direct2.c: New test.
12711         * gccq.dg/cpp/direct2s.c: New test.
12712
12713         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
12714
12715 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
12716
12717         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
12718         * g++.old-deja/g++.other/op3.C: Likewise.
12719
12720 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12721
12722         * gcc.dg/cpp/syshdr.h: New file.
12723         * gcc.dg/cpp/sysmac1.c: Update.
12724         * gcc.dg/cpp/sysmac2.c: Update.
12725
12726 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12727
12728         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
12729
12730 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
12731
12732         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
12733         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
12734
12735 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
12736
12737         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
12738
12739 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
12740
12741         * lib/g++.exp (g++_include_flags): Don't use any special flags
12742         if TESTING_IN_BUILD_TREE is not defined.
12743         (g++_init): Use a plain 'c++' as the compiler if
12744         TESTING_IN_BUILD_TREEE is not defined.
12745
12746 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
12747
12748         * g++.old-deja/g++.eh/catch13.C: New test.
12749         * g++.old-deja/g++.eh/catch14.C: New test.
12750
12751 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
12752
12753         * gcc.dg/cpp/tr-define.c: New test.
12754
12755 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
12756
12757         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
12758         <stdlib.h>, not <malloc.h>.
12759
12760 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
12761
12762         * g++.old-deja/g++.ns/template17.C: New test.
12763
12764 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
12765
12766         * g++.old-deja/g++.pt/ref4.C: New test.
12767
12768 2001-04-30  Richard Henderson  <rth@redhat.com>
12769
12770         * gcc.dg/20000724-1.c: Revert last change.
12771
12772 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
12773
12774         * g77.f-torture/execute/20010430.f: New test.
12775
12776 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
12777
12778         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
12779
12780 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
12781
12782         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
12783
12784 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12785
12786         * g++.old-deja/g++.eh/crash6.C: New test.
12787
12788 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12789
12790         * g++.old-deja/g++.other/warn7.C: New test.
12791
12792 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12793
12794         * g++.old-deja/g++.other/defarg9.C: New test.
12795
12796 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
12797
12798         * g77.f-torture/compile/20010426.f: New test.
12799         * g77.f-torture/execute/20010426.f: New test.
12800
12801 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
12802
12803         * g77.f-torture/compile/20000629-1.x: Remove - error
12804         has been fixed.
12805
12806 2001-04-26  Jeffrey A Law  (law@cygnus.com)
12807
12808         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
12809         Tweak slightly to work with g++.dg framework.
12810         * g++.dg/special/ecos.exp: Run initp1.C test.
12811         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
12812
12813         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
12814         its linker doesn't give line numbers either.
12815         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
12816
12817 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
12818
12819         * g++.old-deja/g++.other/lex1.C: New test.
12820
12821 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
12822
12823         * gcc.dg/noncompile/20010425-1.c: New test.
12824
12825 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
12826
12827         * g++.old-deja/g++.pt/mangle2.C: New test.
12828
12829 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12830
12831         * gcc.dg/format/plus-1.c: New test.
12832
12833 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12834
12835         * gcc.dg/20010423-1.c: New test.
12836
12837 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12838
12839         * gcc.c-torture/execute/20010422-1.c: New test.
12840
12841 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
12842
12843         * g++.old-deja/g++.ns/type2.C: New test.
12844
12845 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
12846
12847         * g++.old-deja/g++.other/perf1.C: New test.
12848
12849 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
12850
12851         * gcc.dg/c99-func-2.c: Remove xfail.
12852         * gcc.dg/c99-func-3.c: Remove xfail.
12853         * gcc.dg/c99-func-4.c: Remove xfail.
12854
12855 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
12856
12857         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
12858
12859 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12860
12861         * gcc.c-torture/compile/20010423-1.c: New test.
12862
12863 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12864
12865         * g++.old-deja/g++.pt/typename28.C: New test.
12866
12867 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12868
12869         * g++.old-deja/g++.abi/empty2.C: New test.
12870         * g++.old-deja/g++.abi/empty3.C: New test.
12871
12872 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12873
12874         * g++.old-deja/g++.other/comdat2.C: New test.
12875         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
12876
12877 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12878
12879         * g++.old-deja/g++.other/overload14.C: New test.
12880
12881 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12882
12883         * g++.old-deja/g++.other/lookup23.C: New test.
12884
12885 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12886
12887         * gcc.c-torture/execute/20010403-1.c: New test.
12888
12889 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
12890             Mark Mitchell  <mark@codesourcery.com>
12891
12892         * lib/old-dejagnu.exp: Don't delete output of executable.
12893         Add .exe suffix to executables.
12894
12895 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
12896
12897         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
12898
12899 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12900
12901         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
12902
12903 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12904
12905         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
12906         * g++.old-deja/g++.abi/crash1.C: New test.
12907
12908 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12909
12910         * g++.old-deja/g++.other/crash40.C: New test.
12911
12912 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12913
12914         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
12915
12916 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12917
12918         * g++.old-deja/g++.other/warn6.C: New test.
12919
12920 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12921
12922         * g++.old-deja/g++.robertl/eb42.C: Same.
12923
12924 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12925
12926         * gcc.dg/wtr-conversion-1.c: New testcase.
12927
12928 2001-04-10  Richard Henderson  <rth@redhat.com>
12929
12930         * g++.old-deja/g++.other/array5.C: New.
12931
12932 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12933
12934         * gcc.c-torture/execute/20010408-1.c: New test.
12935
12936 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
12937
12938         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
12939         headers and constructs.
12940         * g++.old-deja/g++.robertl/eb79.C: Same.
12941         * g++.old-deja/g++.robertl/eb77.C (main): Same.
12942         * g++.old-deja/g++.robertl/eb73.C: Same.
12943         * g++.old-deja/g++.robertl/eb66.C (main): Same.
12944         * g++.old-deja/g++.robertl/eb55.C (t): Same.
12945         * g++.old-deja/g++.robertl/eb54.C (main): Same.
12946         * g++.old-deja/g++.robertl/eb46.C (main): Same.
12947         * g++.old-deja/g++.robertl/eb44.C: Same.
12948         * g++.old-deja/g++.robertl/eb41.C (main): Same.
12949         * g++.old-deja/g++.robertl/eb4.C (main): Same.
12950         * g++.old-deja/g++.robertl/eb39.C: Same.
12951         * g++.old-deja/g++.robertl/eb33.C (main): Same.
12952         * g++.old-deja/g++.robertl/eb31.C (main): Same.
12953         * g++.old-deja/g++.robertl/eb30.C: Same.
12954         * g++.old-deja/g++.robertl/eb3.C: Same.
12955         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
12956         * g++.old-deja/g++.robertl/eb21.C: Same.
12957         * g++.old-deja/g++.robertl/eb15.C: Same.
12958         * g++.old-deja/g++.robertl/eb118.C: Same.
12959         * g++.old-deja/g++.robertl/eb115.C (main): Same.
12960         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
12961         * g++.old-deja/g++.robertl/eb109.C: Same.
12962         * g++.old-deja/g++.other/sibcall1.C (main): Same.
12963         * g++.old-deja/g++.mike/rtti1.C: Same.
12964         * g++.old-deja/g++.mike/p658.C: Same.
12965         * g++.old-deja/g++.mike/net46.C: Same.
12966         * g++.old-deja/g++.mike/net34.C: Same.
12967         * g++.old-deja/g++.mike/memoize1.C: Same.
12968         * g++.old-deja/g++.mike/eh2.C: Same.
12969         * g++.old-deja/g++.law/weak.C: Same.
12970         * g++.old-deja/g++.law/visibility7.C: Same.
12971         * g++.old-deja/g++.law/visibility25.C: Same.
12972         * g++.old-deja/g++.law/visibility22.C: Same.
12973         * g++.old-deja/g++.law/visibility2.C: Same.
12974         * g++.old-deja/g++.law/visibility17.C: Same.
12975         * g++.old-deja/g++.law/visibility13.C: Same.
12976         * g++.old-deja/g++.law/visibility10.C: Same.
12977         * g++.old-deja/g++.law/visibility1.C: Same.
12978         * g++.old-deja/g++.law/virtual3.C (eval): Same.
12979         * g++.old-deja/g++.law/vbase1.C: Same.
12980         * g++.old-deja/g++.law/operators32.C: Same.
12981         * g++.old-deja/g++.law/nest3.C: Same.
12982         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
12983         * g++.old-deja/g++.law/except5.C (main): Same.
12984         * g++.old-deja/g++.law/cvt7.C (run): Same.
12985         * g++.old-deja/g++.law/cvt2.C: Same.
12986         * g++.old-deja/g++.law/cvt16.C: Same.
12987         * g++.old-deja/g++.law/ctors6.C (bar): Same.
12988         * g++.old-deja/g++.law/ctors17.C (main): Same.
12989         * g++.old-deja/g++.law/ctors13.C: Same.
12990         * g++.old-deja/g++.law/ctors12.C (main): Same.
12991         * g++.old-deja/g++.law/ctors10.C: Same.
12992         * g++.old-deja/g++.law/code-gen5.C: Same.
12993         * g++.old-deja/g++.law/bad-error7.C: Same.
12994         * g++.old-deja/g++.law/arm9.C: Same.
12995         * g++.old-deja/g++.law/arm12.C: Same.
12996         * g++.old-deja/g++.law/arg8.C: Same.
12997         * g++.old-deja/g++.law/arg1.C: Same.
12998         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
12999         * g++.old-deja/g++.jason/template31.C: Same.
13000         * g++.old-deja/g++.jason/template24.C (main): Same.
13001         * g++.old-deja/g++.jason/2371.C: Same.
13002         * g++.old-deja/g++.eh/new2.C: Same.
13003         * g++.old-deja/g++.eh/new1.C: Same.
13004         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
13005         * g++.old-deja/g++.brendan/nest21.C (main): Same.
13006         * g++.old-deja/g++.brendan/err-msg3.C: Same.
13007         * g++.old-deja/g++.brendan/crash62.C: Same.
13008         * g++.old-deja/g++.brendan/crash52.C: Same.
13009         * g++.old-deja/g++.brendan/crash49.C (main): Same.
13010         * g++.old-deja/g++.brendan/crash38.C: Same.
13011         * g++.old-deja/g++.brendan/crash15.C (main): Same.
13012         * g++.old-deja/g++.brendan/copy9.C: Same.
13013
13014 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
13015
13016         * gcc.c-torture/execute/20001203-2.c (memset):
13017         Count argument is of type __SIZE_TYPE__.
13018
13019 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
13020
13021         * gcc.c-torture/compile/20010404-1.c: New test.
13022
13023 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
13024
13025         * gcc.c-torture/compile/20010326-1.c: New test.
13026
13027 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
13028
13029         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
13030         peculiarities of the SH.
13031         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
13032
13033 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13034
13035         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
13036         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
13037         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
13038
13039 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13040
13041         * g77.f-torture/compile/20010321-1.f: New test.
13042
13043 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13044
13045         * gcc.c-torture/compile/20010329-1.c: New test.
13046
13047 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13048
13049         * gcc.c-torture/execute/20010329-1.c: New test.
13050
13051 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13052
13053         * g++.old-deja/g++.other/eh4.C: Fix typo.
13054
13055 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13056
13057         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
13058
13059 2001-03-28  Philip Blundell  <philb@gnu.org>
13060
13061         * gcc.c-torture/compile/20010328-1.c: New test.
13062
13063 2001-03-27  Richard Henderson  <rth@redhat.com>
13064
13065         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
13066         * g++.old-deja/g++.eh/vbase3.C: Likewise.
13067
13068 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
13069
13070         * gcc.c-torture/compile/20010327-1.c: New test.
13071
13072 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
13073
13074         * g++.old-deja/g++.other/friend12.C: New test.
13075         * g++.old-deja/g++.other/friend9.C: Expect no errors.
13076         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
13077
13078 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13079
13080         * gcc.c-torture/execute/20010325-1.c: New test.
13081
13082 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
13083
13084         * g++.old-deja/g++.other/mangle3.C: New test.
13085
13086 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
13087
13088         * g++.old-deja/g++.other/anon8.C: New test.
13089
13090 2001-03-20  Philip Blundell  <philb@gnu.org>
13091
13092         * gcc.c-torture/compile/20010320-1.c: New test.
13093
13094 2001-03-17  Richard Henderson  <rth@redhat.com>
13095
13096         * g++.old-deja/g++.other/eh4.C: Add expected error text.
13097
13098 2001-03-15  Geoff Keating  <geoff@redhat.com>
13099
13100         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
13101         tests on AIX.
13102
13103 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
13104
13105         * g++.old-deja/g++.other/eh4.C: New test.
13106
13107 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13108
13109         * gcc.dg/cpp/mi1.c: Update.
13110
13111 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
13112
13113         * g++.old-deja/g++.other/regstack.C: New test.
13114
13115 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
13116
13117         * g++.old-deja/g++.other/ref4.C: New test.
13118
13119 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
13120
13121         * objc/execute/va_method.m: Added.
13122         * objc/execute/IMP.m: Added.
13123         * objc/execute/_cmd.m: Added.
13124         * objc/execute/accessing_ivars.m: Added.
13125         * objc/execute/class-1.m: Added.
13126         * objc/execute/class-10.m: Added.
13127         * objc/execute/class-11.m: Added.
13128         * objc/execute/class-12.m: Added.
13129         * objc/execute/class-13.m: Added.
13130         * objc/execute/class-14.m: Added.
13131         * objc/execute/class-2.m: Added.
13132         * objc/execute/class-3.m: Added.
13133         * objc/execute/class-4.m: Added.
13134         * objc/execute/class-5.m: Added.
13135         * objc/execute/class-6.m: Added.
13136         * objc/execute/class-7.m: Added.
13137         * objc/execute/class-8.m: Added.
13138         * objc/execute/class-9.m: Added.
13139         * objc/execute/class-tests-1.h
13140         * objc/execute/class-tests-2.h
13141         * objc/execute/compatibility_alias.m: Added.
13142         * objc/execute/encode-1.m: Added.
13143         * objc/execute/formal_protocol-1.m: Added.
13144         * objc/execute/formal_protocol-2.m: Added.
13145         * objc/execute/formal_protocol-3.m: Added.
13146         * objc/execute/formal_protocol-4.m: Added.
13147         * objc/execute/formal_protocol-5.m: Added.
13148         * objc/execute/formal_protocol-6.m: Added.
13149         * objc/execute/formal_protocol-7.m: Added.
13150         * objc/execute/informal_protocol.m: Added.
13151         * objc/execute/initialize.m: Added.
13152         * objc/execute/load.m: Added.
13153         * objc/execute/many_args_method.m: Added.
13154         * objc/execute/nested-3.m: Added.
13155         * objc/execute/no_clash.m: Added.
13156         * objc/execute/private.m: Added.
13157         * objc/execute/redefining_self.m: Added.
13158         * objc/execute/root_methods.m: Added.
13159         * objc/execute/selector-1.m: Added.
13160         * objc/execute/static-1.m: Added.
13161         * objc/execute/static-2.m: Added.
13162         * objc/execute/va_method.m: Added.
13163
13164 2001-03-10  Richard Henderson  <rth@redhat.com>
13165
13166         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
13167
13168 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
13169
13170         * g++.old-deja/g++.other/crash31.C: XFAIL.
13171         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
13172         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
13173         * gcc.c-torture/execute/20010123-1.x: XFAIL.
13174         * gcc.c-torture/execute/20010124-1.x: XFAIL.
13175         * gcc.dg/sequence-pt-1.c: XFAIL one test.
13176
13177 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13178
13179         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
13180
13181 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13182
13183         * gcc.dg/20000724-1.c: Don't use multiline strings.
13184
13185 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13186
13187         * objc/execute/string1.m, objc/execute/string2.m: Compare the
13188         result of -cString against what we expect it to be; don't just
13189         print it out for no one to read.
13190
13191         * objc/execute/string3.m, objc/execute/string4.m: New tests.
13192         Based on testcases provided by Nicola Pero.
13193
13194 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13195
13196         * gcc.dg/cpp/macro7.c: New test.
13197
13198 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13199
13200         * gcc.dg/cpp/multiline.c: Update.
13201
13202 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13203
13204         * g++.old-deja/g++.other/enum3.C: New test.
13205
13206 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13207
13208         * g++.old-deja/g++.other/pod1.C: New test.
13209
13210 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13211
13212         * g++.old-deja/g++.ext/overload1.C: New test.
13213
13214 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13215
13216         * g++.old-deja/g++.pt/using1.C: New test.
13217
13218 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13219
13220         * g++.old-deja/g++.other/using9.C: New test.
13221
13222 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
13223
13224         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
13225
13226         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
13227
13228 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
13229
13230         * g++.old-deja/g++.ext/realpt1.C: Remove.
13231
13232 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
13233
13234         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
13235
13236 2001-02-26  Will Cohen  <wcohen@redhat.com>
13237
13238         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
13239
13240 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
13241
13242         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
13243         templatized constructors.
13244
13245 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13246
13247         * gcc.c-torture/execute/20010224-1.c: New test.
13248
13249 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
13250
13251         * gcc.c-torture/execute/20010222-1.c: New test.
13252
13253 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
13254
13255         * g++.old-deja/g++.other/inline20.C: New test.
13256
13257 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
13258
13259         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
13260
13261 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
13262
13263         * g++.old-deja/g++.other/lookup22.C: New test.
13264
13265 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
13266
13267         * g77.dg: New directory.
13268         * g77.dg/20010216-1.f: New test case.
13269         * g77.dg/dg.exp: New driver.
13270         * lib/g77-dg.exp: New driver library.
13271
13272 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13273
13274         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
13275
13276 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
13277
13278         * g++.old-deja/g++.other/decl9.C: New test.
13279
13280 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
13281
13282         * g++.old-deja/g++.other/init16.C: Update the test so that it does
13283         not need <string> and also tests the initialization at runtime.
13284
13285 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
13286
13287         * gcc.c-torture/execute/longlong.c: New test.
13288
13289 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13290
13291         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13292
13293 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13294
13295         * gcc.c-torture/execute/920302-1.c (execute):
13296         Change argument type to short.
13297
13298 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13299
13300         * g++.old-deja/g++.pt/deduct6.C: New test.
13301
13302 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13303
13304         * g++.old-deja/g++.pt/deduct5.C: New test.
13305
13306 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
13307
13308         * gcc.c-torture/execute/20010209-1.c: New test.
13309
13310 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13311
13312         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
13313
13314 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
13315
13316         * g++.dg/vtgc1.C: Update for new ABI.
13317
13318         * consistency.vlad: New directory, 1665 files.
13319
13320 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
13321
13322         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
13323         return type.
13324         * gcc.dg/cpp/digraphs.c: Declare puts.
13325
13326 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13327
13328         * g++.old-deja/g++.other/warn5.C: New test.
13329
13330 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13331
13332         * g++.old-deja/g++.pt/spec40.C: New test.
13333
13334 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13335
13336         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
13337         case.
13338         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
13339
13340 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
13341
13342         * gcc.c-torture/compile/20010209-1.c: New test.
13343
13344 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
13345
13346         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
13347         excess errors message but not if it crashes.
13348         * g++.old-deja/g++.other/crash27.C: Likewise.
13349         * g++.old-deja/g++.other/crash28.C: Likewise.
13350         * g++.old-deja/g++.other/crash30.C: Likewise.
13351         * g++.old-deja/g++.other/crash32.C: Likewise.
13352         * g++.old-deja/g++.other/crash35.C: Likewise.
13353         * g++.old-deja/g++.pt/inherit2.C: Likewise.
13354
13355 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13356
13357         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
13358         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
13359         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
13360         g77.f-torture/execute/execute.exp,
13361         g77.f-torture/noncompile/noncompile.exp,
13362         gcc.c-torture/execute/execute.exp,
13363         gcc.c-torture/execute/memcheck/memcheck.exp,
13364         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
13365         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
13366         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
13367         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
13368         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
13369         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
13370         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13371         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
13372         Remove bug reporting instructions with ancient email addresses.
13373
13374 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13375
13376         * gcc.dg/20010202-1.c: New test.
13377         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13378
13379 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
13380
13381         * g++.dg/stdbool-if.C: New test.
13382
13383 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
13384
13385         * objc/execute/fdecl.m: Added main().
13386
13387 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13388
13389         * gcc.c-torture/execute/20010206-1.c: New test.
13390
13391 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13392
13393         * gcc.dg/cpp/avoidpaste1.c: Update.
13394
13395 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
13396
13397         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
13398         Pero <nicola@brainstorm.co.uk>.
13399         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
13400
13401 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
13402
13403         * g++.old-deja/g++.pt/spec39.C: New test.
13404
13405 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
13406
13407         * gcc.c-torture/compile/20010202-1.c: New test.
13408
13409 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
13410
13411         * g++.old-deja/g++.abi/primary2.C: New test.
13412         * g++.old-deja/g++.abi/primary3.C: New test.
13413         * g++.old-deja/g++.abi/primary4.C: New test.
13414         * g++.old-deja/g++.abi/primary5.C: New test.
13415         * g++.old-deja/g++.abi/vtable3.h: New test.
13416         * g++.old-deja/g++.abi/vtable3a.C: New test.
13417         * g++.old-deja/g++.abi/vtable3b.C: New test.
13418         * g++.old-deja/g++.abi/vtable3c.C: New test.
13419         * g++.old-deja/g++.abi/vtable3d.C: New test.
13420         * g++.old-deja/g++.abi/vtable3e.C: New test.
13421         * g++.old-deja/g++.abi/vtable3f.C: New test.
13422         * g++.old-deja/g++.abi/vtable3g.C: New test.
13423         * g++.old-deja/g++.abi/vtable3h.C: New test.
13424         * g++.old-deja/g++.abi/vtable3i.C: New test.
13425         * g++.old-deja/g++.abi/vtable3j.C: New test.
13426         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
13427
13428 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
13429
13430         * g++.old-deja/g++.other/anon6.C: New test.
13431         * g++.old-deja/g++.other/anon7.C: New test.
13432
13433 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
13434
13435         * gcc.dg/cpp/avoidpaste2.c: New tests.
13436
13437 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
13438
13439         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
13440
13441 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
13442
13443         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
13444         DECIMAL_DIG cases for Irix."
13445
13446 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
13447
13448         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
13449
13450 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13451
13452         * gcc.dg/c99-tag-1.c: New test.
13453
13454 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13455
13456         * gcc.dg/cpp/tr-warn1.c: Add tests.
13457
13458 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13459
13460         * gcc.dg/cpp/avoidpaste1.c: Update.
13461         * gcc.dg/cpp/paste4.c: Update.
13462
13463 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
13464
13465         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
13466         cases for Irix.
13467
13468 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13469
13470         * g++.old-deja/g++.other/inline19.C: New test.
13471
13472 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
13473
13474         * gcc.dg/Wlarger-than.c: New test.
13475
13476 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
13477
13478         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
13479
13480 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
13481
13482         * gcc.c-torture/execute/20010129-1.c: New test.
13483         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
13484
13485 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
13486
13487         * gcc.dg/cpp/avoidpaste1.c: Test case.
13488
13489 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
13490
13491         * g++.old-deja/g++.other/inline18.C: New test.
13492
13493 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13494
13495         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
13496         and __builtin_putchar.
13497
13498 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
13499
13500         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
13501         tests.
13502
13503 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
13504
13505         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
13506         floating point number rounding mode to round to the nearest
13507         representable mode.
13508
13509 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
13510
13511         * g++.old-deja/g++.other/mangle2.C: New test.
13512
13513 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13514
13515         * gcc.c-torture/compile/20010124-1.c: New test.
13516
13517 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
13518
13519         * g++.old-deja/g++.pt/spec38.C: New test.
13520
13521 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13522
13523         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
13524         "Build don't run".
13525
13526 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13527
13528         * gcc.c-torture/execute/20010123-1.c: New test.
13529
13530 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13531
13532         * g++.old-deja/g++.pt/spec37.C: New test.
13533
13534 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13535
13536         * g++.old-deja/g++.pt/overload14.C: New test.
13537
13538 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13539
13540         * gcc.c-torture/execute/20010122-1.c: New test, exercise
13541         __builtin_return_address.
13542
13543 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
13544
13545         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
13546         * g++.old-deja/g++.pt/spec35.C: New test.
13547         * g++.old-deja/g++.pt/spec36.C: New test.
13548
13549 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
13550
13551         * gcc.c-torture/compile/20010118-1.c: New test.
13552
13553 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
13554
13555         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
13556
13557 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13558
13559         * gcc.c-torture/execute/20010119-1.c: New test.
13560
13561 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13562
13563         * g++.old-deja/g++.other/vbase5.C: New test.
13564
13565 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13566
13567         * gcc.c-torture/execute/20010118-1.c: New test.
13568
13569 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13570
13571         * g++.old-deja/g++.pt/deduct3.C: New test.
13572
13573 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13574
13575         * g++.old-deja/g++.pt/spec34.C: New test.
13576
13577 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
13578
13579         * g77.f-torture/compile/20000601-2.f: New test.
13580
13581 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13582
13583         * g++.old-deja/g++.other/init17.C: New test.
13584
13585 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
13586
13587         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
13588
13589 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13590
13591         * g++.old-deja/g++.pt/unify8.C: New test.
13592
13593 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13594
13595         * g++.old-deja/g++.abi/vbase1.C: New test.
13596
13597 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13598
13599         * g++.old-deja/g++.pt/crash65.C: New test.
13600
13601 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
13602
13603         * gcc.dg/cpp/assembl2.S: New test case.
13604
13605 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
13606
13607         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
13608         are supported.
13609
13610 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13611
13612         * g++.old-deja/g++.other/builtins1.C: New test.
13613         * g++.old-deja/g++.other/builtins2.C: Likewise.
13614         * g++.old-deja/g++.other/builtins3.C: Likewise.
13615         * g++.old-deja/g++.other/builtins4.C: Likewise.
13616
13617 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
13618
13619         * gcc.c-torture/compile/20010117-1.c: New test.
13620         * gcc.c-torture/compile/20010117-2.c: New test.
13621
13622 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
13623
13624         * g77.f-torture/execute/20010116.[fx]: New test,
13625         XFAIL on i?86-*-*.
13626         * g77.f-torture/compile/20010115.f: Indicate it's
13627         a test for PR fortran/1636.
13628
13629 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13630
13631         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
13632
13633 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
13634
13635         * g77.f-torture/compile/20010115.f: New test.
13636
13637 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
13638
13639         * g++.old-deja/g++.pt/nontype5.C: New test.
13640
13641 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
13642
13643         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
13644         have an equivalent working one below it.
13645
13646 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
13647
13648         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
13649         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13650
13651 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
13652
13653         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
13654         message containing "init_priority".
13655         (conpr-2.C): Likewise.
13656         (conpr-3.C): Likewise.
13657         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
13658
13659 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13660
13661         * gcc.c-torture/execute/20010114-2.c: New test.
13662
13663 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
13664
13665         * gcc.c-torture/compile/20010114-1.c: New test.
13666         * gcc.c-torture/compile/20010114-1.x: Xfail.
13667         * gcc.c-torture/compile/20010114-2.c: New test.
13668         * gcc.c-torture/execute/20010114-1.c: New test.
13669         * gcc.dg/trunc-1.c: New test.
13670         * gcc.dg/uninit-B.c: New test.
13671
13672 2001-01-13  Nick Clifton  <nickc@redhat.com>
13673
13674         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
13675         target.
13676
13677 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13678
13679         * gcc.c-torture/compile/20010113-1.c: New test.
13680
13681 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
13682
13683         * gcc.c-torture/compile/20001212-1.c: New test.
13684
13685 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
13686
13687         * gcc.dg/cpp/widestr1.c: Update.
13688         * gcc.dg/cpp/prag-imp.c: Remove.
13689
13690 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
13691
13692         * gcc.c-torture/execute/20000801-3.x: Remove.
13693         * gcc.dg/c90-init-1.c: New test.
13694         * gcc.dg/c99-init-1.c: New test.
13695         * gcc.dg/c99-init-2.c: New test.
13696         * gcc.dg/gnu99-init-1.c: New test.
13697
13698 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
13699
13700         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
13701         testing that no relevant ones were found.
13702
13703 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
13704
13705         * g++.old-deja/g++.pt/cast2.C: New test.
13706
13707 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
13708
13709         * g++.old-deja/g++.pt/friend47.C: New test.
13710
13711 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13712
13713         * g++.old-deja/g++.pt/instantiate13.C: New test.
13714
13715 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13716
13717         * g++.old-deja/g++.other/defarg7.C: New test.
13718         * g++.old-deja/g++.other/defarg8.C: New test.
13719
13720 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13721
13722         * g++.old-deja/g++.pt/crash64.C: New test.
13723
13724 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13725
13726         * g++.old-deja/g++.pt/crash63.C: New test.
13727
13728 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
13729
13730         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
13731
13732 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
13733
13734         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
13735
13736 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13737
13738         * g++.old-deja/g++.pt/error3.C: New test.
13739
13740 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13741
13742         * g++.old-deja/g++.other/crash39.C: New test.
13743
13744 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13745
13746         * g++.old-deja/g++.other/vbase4.C: New test.
13747
13748 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
13749
13750         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
13751         * gcc.dg/special/20000419-2.c: New file. Identical to above.
13752         * gcc.dg/special/special.exp: New test driver which will check
13753         for alias support for the above test.
13754
13755 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
13756
13757         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
13758         problems on small machines.
13759         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
13760         parameterize.
13761
13762 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
13763
13764         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
13765         mips.
13766         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13767
13768 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
13769
13770         * g++.old_deja/g++.pt/using8.C: New test.
13771
13772 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13773
13774         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
13775
13776 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
13777
13778         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
13779         where a failure is expected.
13780         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
13781
13782 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13783
13784         * g++.old_deja/g++.pt/instantiate12.C: New test.
13785
13786 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13787
13788         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
13789         start of structs.
13790         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
13791         * g++.old-deja/g++.brendan/crash17.C: Likewise.
13792         * g++.old-deja/g++.brendan/crash29.C: Likewise.
13793         * g++.old-deja/g++.brendan/crash48.C: Likewise.
13794         * g++.old-deja/g++.brendan/ns1.C: Likewise.
13795         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
13796         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
13797         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
13798         * g++.old-deja/g++.eh/spec6.C: Likewise.
13799         * g++.old-deja/g++.jason/crash3.C: Likewise.
13800         * g++.old-deja/g++.law/ctors11.C: Likewise.
13801         * g++.old-deja/g++.law/ctors17.C: Likewise.
13802         * g++.old-deja/g++.law/ctors5.C: Likewise.
13803         * g++.old-deja/g++.law/ctors9.C: Likewise.
13804         * g++.old-deja/g++.mike/ambig1.C: Likewise.
13805         * g++.old-deja/g++.mike/net22.C: Likewise.
13806         * g++.old-deja/g++.mike/p3538a.C: Likewise.
13807         * g++.old-deja/g++.mike/p3538b.C: Likewise.
13808         * g++.old-deja/g++.mike/virt3.C: Likewise.
13809         * g++.old-deja/g++.niklas/t128.C: Likewise.
13810         * g++.old-deja/g++.other/anon4.C: Likewise.
13811         * g++.old-deja/g++.other/using1.C: Likewise.
13812         * g++.old-deja/g++.other/warn3.C: Likewise.
13813         * g++.old-deja/g++.pt/t37.C: Likewise.
13814         * g++.old-deja/g++.robertl/eb69.C: Likewise.
13815         * g++.old-deja/g++.robertl/eb71.C: Likewise.
13816
13817 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13818
13819         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
13820
13821 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13822
13823         * gcc.c-torture/execute/stdio-opt-3.c: New test.
13824
13825 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
13826
13827         * gcc.c-torture/compile/20010107-1.c: New test.
13828
13829 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13830
13831         * gcc.c-torture/execute/builtin-noret-1.c: New test.
13832
13833 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13834
13835         * gcc.dg/format/format.h: New file.
13836         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
13837         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
13838         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
13839         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
13840         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
13841         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
13842         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
13843         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
13844         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
13845         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
13846         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
13847         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
13848         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
13849         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
13850         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
13851         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
13852         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
13853         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
13854         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
13855         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
13856         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
13857         instead of declaring standard types, macros and functions in each
13858         test.
13859
13860 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
13861
13862         * gcc.c-torture/execute/20010106-1.c: New test.
13863
13864 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13865
13866         * gcc.dg/format/format.exp: New file.
13867         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
13868         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
13869         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
13870         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
13871         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
13872         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
13873         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
13874         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
13875         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
13876         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
13877         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
13878         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
13879         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
13880         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
13881         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
13882         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
13883         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
13884         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
13885         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
13886         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
13887         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
13888         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
13889         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
13890         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
13891         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
13892         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
13893         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
13894         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
13895         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
13896         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
13897         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
13898         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
13899         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
13900         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
13901         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
13902         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
13903         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
13904         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
13905         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
13906         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
13907         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
13908         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
13909
13910 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
13911
13912         * gcc.c-torture/execute/991228-1.c: Take word endianness into
13913         account.
13914
13915 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
13916
13917         * gcc.c-torture/execute/builtin-complex-1.c: New test.
13918
13919 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
13920
13921         * g++.old-deja/g++.pt/crash62.C: New test.
13922
13923 2001-01-04  Richard Henderson  <rth@redhat.com>
13924
13925         * gcc.dg/20000926-1.c: Update expected warnings.
13926         * gcc.dg/array-2.c: Likewise.
13927         * gcc.dg/array-4.c: Also validate flexible array members.
13928         * gcc.dg/c99-flex-array-1.c: New.
13929
13930 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13931
13932         * gcc.c-torture/compile/20001222-1.x: Remove.
13933
13934 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13935
13936         * gcc.c-torture/execute/built-in-setjmp.c: New.
13937
13938 2001-01-03  Richard Henderson  <rth@redhat.com>
13939
13940         * gcc.dg/940510-1.c: Update expected error wording.
13941         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
13942
13943 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
13944
13945         * lib/target-supports.exp (check_alias_available): Modified to
13946         indicate aliases not supported if only weak aliases are supported.
13947
13948 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13949
13950         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
13951         Turn on cmpstrsi checks for __pj__ and __i370__.
13952
13953 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13954
13955         * g++.old-deja/g++.other/virtual11.C: New test.
13956
13957 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13958
13959         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
13960
13961 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13962
13963         * gcc.c-torture/compile/20010102-1.c: New test.
13964
13965 2001-01-02  Andreas Jaeger  <aj@suse.de>
13966
13967         * gcc.dg/noreturn-3.c: New test.
13968
13969         * gcc.dg/noreturn-4.c: New test.
13970
13971 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13972
13973         * gcc.c-torture/execute/stdio-opt-1.c: Also test
13974         __builtin_fputc and __builtin_fwrite.
13975
13976 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13977
13978         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
13979         signed char, not default char.
13980
13981 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13982
13983         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
13984
13985 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
13986
13987         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
13988
13989 2000-12-29  Richard Henderson  <rth@redhat.com>
13990
13991         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
13992         (__cyg_profile_func_exit): Define.
13993
13994 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
13995
13996         * g++.dg/vtgc1.C: New test.
13997
13998 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
13999
14000         * gcc.dg/noncompile/20001228-1.c: New test.
14001
14002         * gcc.dg/20001228-1.c: New test.
14003
14004         * gcc.c-torture/execute/20001228-1.c: New test.
14005
14006 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14007
14008         * gcc.dg/format-strfmon-1.c: New test.
14009
14010 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14011
14012         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
14013         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
14014         * gcc.c-torture/execute/string-opt-1.c: Likewise.
14015         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14016         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14017         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14018         * gcc.c-torture/execute/string-opt-6.c: Likewise.
14019         * gcc.c-torture/execute/string-opt-7.c: Likewise.
14020         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14021         * gcc.c-torture/execute/string-opt-9.c: Likewise.
14022         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14023         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14024         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14025
14026         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
14027         * gcc.c-torture/execute/string-opt-4.c: Test index.
14028
14029 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
14030
14031         * gcc.c-torture/compile/20001226-1.c: New test.
14032
14033 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
14034
14035         * gcc.c-torture/compile/20001222-1.c: New test.
14036         * gcc.c-torture/compile/20001222-1.x: Xfail.
14037
14038 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14039
14040         * gcc.c-torture/execute/comp-goto-2.c: New test.
14041
14042 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
14043
14044         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
14045         Use long types if __INT_MAX__ is 32767.
14046         (main): Use cast to (sint32 *) when poking 88 into a_page.
14047
14048         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
14049
14050 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
14051
14052         * gcc.c-torture/compile/20001221-1.c: New test.
14053         * gcc.c-torture/execute/20001221-1.c: New test.
14054
14055 2000-12-20  Richard Henderson  <rth@redhat.com>
14056
14057         * g++.old-deja/g++.pt/crash36.C: Update error lines.
14058         * g++.old-deja/g++.robertl/eb109.C: Likewise.
14059
14060 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14061
14062         * gcc.dg/compare3.c: New test.
14063
14064 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14065
14066         * gcc.dg/format-warnll-1.c: New test.
14067
14068 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14069
14070         * gcc.dg/cpp/cmdlne-P.c: New test.
14071
14072 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14073
14074         * gcc.c-torture/execute/builtin-abs-1.c,
14075         gcc.c-torture/execute/builtin-abs-2.c: New tests.
14076
14077 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14078
14079         * gcc.dg/cpp/multiline.c: New test.
14080
14081 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14082
14083         * g++.old-deja/g++.other/syshdr1.C: Update.
14084         * gcc.dg/cpp/lineflags.c: Remove temporarily.
14085
14086 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14087
14088         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
14089
14090 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14091
14092         * g++.old-deja/g++.pt/ttp65.C: New test.
14093
14094 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14095
14096         * g++.old-deja/g++.pt/ttp64.C: New test.
14097
14098 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14099
14100         * g++.old-deja/g++.pt/spec33.C: New test.
14101
14102 2000-12-14  Catherine Moore  <clm@redhat.com>
14103
14104         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
14105         * gcc.c-torture/execute/920612-2.c: Likewise.
14106         * gcc.c-torture/execute/920428-2.c: Likewise.
14107         * gcc-c-torture/execute/va-arg-11.c: Call exit.
14108         * gcc.c-torture/execute/va-arg-21.c: Likewise.
14109
14110 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14111
14112         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
14113         * gcc.dg/pack-test-2.c: Likewise.
14114
14115 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14116
14117         Tests by Zack Weinberg <zackw@stanford.edu>.
14118
14119         * gcc.dg/cpp/defined.c: Update.
14120         * gcc.dg/cpp/defined_trad.c: New tests.
14121
14122 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14123
14124         * gcc.dg/cpp/trad-direct.c: Update.
14125
14126 2000-12-11  Neil Booth  <neilb@earthling.net>
14127
14128         * gcc.dg/cpp/defined_trad.c
14129
14130 2000-12-11  Neil Booth  <neilb@earthling.net>
14131
14132         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
14133
14134 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14135
14136         * gcc.dg/format-miss-2.c: New test.
14137
14138 2000-12-09  Neil Booth  <neilb@earthling.net>
14139
14140         * gcc.dg/cpp/lineflags.c: New tests.
14141         * gcc.dg/cpp/poison.c: Update.
14142         * gcc.dg/cpp/redef2.c: Update.
14143         * gcc.dg/cpp/skipping.c: New test.
14144
14145 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
14146
14147         * g++.old-deja/g++.other/eh3.C: New testcase.
14148
14149 2000-12-07  Neil Booth  <neilb@earthling.net>
14150
14151         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
14152         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
14153         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
14154         wtr-union-init-2.c, wtr-union-init-3.c: Update.
14155         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
14156         Update.
14157
14158 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14159
14160         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
14161         __SIZE_TYPE__ instead of int for type of integers cast to
14162         pointers.
14163
14164 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
14165
14166         * g++.old-deja/g++.other/cleanup4.C: New test.
14167
14168 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14169
14170         * format-sec-1.c: New test.
14171
14172 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14173
14174         * gcc.dg/format-nonlit-3.c: New test.
14175
14176 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14177
14178         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
14179         through a null pointer.
14180
14181 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14182
14183         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
14184         * g++.old-deja/g++.pt/partial4.C: New test.
14185
14186 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14187
14188         * gcc.c-torture/execute/ieee/hugeval.x: New.
14189
14190 2000-12-06  Neil Booth  <neilb@earthling.net>
14191
14192         * gcc.dg/cpp/backslash2.c: New tests.
14193
14194 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14195
14196         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
14197         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
14198
14199 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
14200
14201         * gcc.c-torture/execute/20001203-2.c: New testcase.
14202
14203 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14204
14205         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
14206         * g++.old-deja/g++.other/virtual10.C: New test.
14207
14208 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14209
14210         * g++.old-deja/g++.mike/pmf5.C: Remove test.
14211
14212 2000-12-05  Richard Henderson  <rth@redhat.com>
14213
14214         * gcc.c-torture/compile/20001205-1.c: New.
14215
14216 2000-12-04  Neil Booth  <neilb@earthling.net>
14217
14218         * g++.old-deja/g++.other/virtual9.C: New test.
14219         * g++.old-deja/g++.pt/crash61.C: New test.
14220         * gcc.c-torture/execute/loop-9.c: New test.
14221
14222 2000-12-04  Neil Booth  <neilb@earthling.net>
14223
14224         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
14225         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
14226         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
14227         * gcc.dg/cpp/extratokens.c: ...here.
14228
14229 2000-12-04  Neil Booth  <neilb@earthling.net>
14230
14231         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
14232         New tests.
14233
14234 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14235
14236         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
14237         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
14238
14239 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
14240
14241         * gcc.c-torture/execute/20001203-1.c: New test.
14242
14243 2000-12-03  Neil Booth  <neilb@earthling.net>
14244
14245         * gcc.dg/cpp/macro6.c: New test cases.
14246
14247 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14248
14249         * gcc.c-torture/execute/string-opt-9.c: New test.
14250         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14251         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14252         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14253
14254         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
14255         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
14256
14257 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
14258
14259         * gcc.dg/cpp/if-6.c: New testcase.
14260
14261         * gcc.dg/20001201-1.c: New testcase.
14262
14263 2000-12-02  Neil Booth  <neilb@earthling.net>
14264
14265         * g++.old-deja/g++.other/externC4.C,
14266         g++.old-deja/g++.other/friend10.C: New tests.
14267
14268 2000-12-02  Neil Booth  <neilb@earthling.net>
14269
14270         * g++.old-deja/g++.other/instan2.C
14271         * g++.old-deja/g++.other/instan3.C: New test.
14272
14273 2000-12-02  Neil Booth  <neilb@earthling.net>
14274
14275         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
14276         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
14277         gnuc99.c,gnuc99-pedantic.c: New tests.
14278
14279 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14280
14281         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
14282         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
14283
14284 2000-12-01  Neil Booth  <neilb@earthling.net>
14285
14286         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
14287         * gcc.dg/cpp/poison.c: Update.
14288         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
14289
14290 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
14291
14292         * g77.f-torture/execute/20001201.f: New test.
14293
14294 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14295
14296         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
14297
14298 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
14299
14300         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
14301
14302 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
14303
14304         * g++.old-deja/g++.other/cast6.C: New test.
14305
14306 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
14307
14308         * gcc.c-torture/execute/20001130-2.c: New testcase.
14309
14310 2000-11-30  Richard Henderson  <rth@redhat.com>
14311
14312         * gcc.c-torture/execute/20001130-1.c: New test.
14313
14314 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14315
14316         * g++.old-deja/g++.other/op3.C: New test.
14317
14318 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14319
14320         * g++.old-deja/g++.other/op2.C: New test.
14321
14322 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14323
14324         * g++.old-deja/g++.other/crash38.C: New test.
14325
14326 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
14327
14328         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
14329
14330 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
14331
14332         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
14333         tests.
14334         * gcc.c-torture/execute/string-opt-6.c: New test.
14335
14336         * gcc.dg/20001117-1.c: Add main.
14337
14338 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
14339
14340         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
14341         Move from here ...
14342         * gcc.dg/940510-1.c: ... to here.
14343
14344         * gcc.dg/20000926-1.c: GNU C now allows initializations of
14345         zero-size arrays in toplevel structures.
14346
14347 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14348
14349         * gcc.c-torture/execute/loop-8.c: New test.
14350
14351 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14352
14353         * g++.old-deja/g++.other/base1.C: New test.
14354
14355 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14356
14357         * g++.old-deja/g++.other/parse2.C: New test.
14358
14359 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14360
14361         * g++.old-deja/g++.pt/incomplete1.C: New test.
14362
14363 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14364
14365         * g++.old-deja/g++.other/friend9.C: New test.
14366
14367 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14368
14369         * gcc.dg/20001127-1.c: New test.
14370
14371 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14372
14373         * g++.old-deja/g++.pt/friend46.C: New test.
14374
14375 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14376
14377         * g++.old-deja/g++.other/ptrmem8.C: New test.
14378
14379 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14380
14381         * gcc.c-torture/execute/string-opt-7.c: New test.
14382         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14383
14384 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14385
14386         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14387         instead of 'mkcheck 2'.
14388
14389 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14390
14391         * gcc.c-torture/execute/memcheck/driver.c,
14392         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
14393         C9X references to refer to C99.
14394
14395 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
14396
14397         * gcc.dg/ultrasp3.c: New test.
14398
14399 2000-11-25  Neil Booth  <neilb@earthling.net>
14400
14401         * gcc.dg/cpp/include2.c: Update test to be locale independent.
14402
14403 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
14404
14405         * gcc.c-torture/compile/20001123-2.c: New.
14406
14407 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14408
14409         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
14410
14411 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
14412
14413         * gcc.dg/sequence-point-1.c: Add some new tests.
14414         * gcc.c-torture/execute/20001124-1.c: New test.
14415
14416 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14417
14418         * g++.old-deja/g++.other/vaarg4.C: New test.
14419         * gcc.c-torture/compile/20001123-1.c: New test.
14420
14421 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14422
14423         * g++.other/crash24.C: Adjust and remove XFAIL.
14424         * g++.other/crash37.C: New test.
14425
14426 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
14427
14428         * g++.old-deja/g++.pt/instantiate9.C: New test.
14429
14430 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
14431
14432         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
14433         new ABI, too.
14434
14435         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
14436         * g++.old-deja/g++.robertl/eb55.C: Likewise.
14437
14438 2000-11-22  Neil Booth  <neilb@earthling.net>
14439
14440         * gcc.dg/cpp/Wtrigraphs.c: New test.
14441
14442 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14443
14444         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
14445
14446 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
14447
14448         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
14449
14450 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
14451
14452         * lib/gcc-dg.exp: load_lib scanasm.exp.
14453         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
14454         * lib/g++-dg.exp: load_lib scanasm.exp.
14455         * lib/scanasm.exp: New.
14456         (scan-assembler, scan-assembler-not): Add optional arguments to
14457         test name, or if not present, the pattern name.
14458         (scan-assembler-dem, scan-assembler-dem-not): New.
14459
14460         * g++.dg/dg.exp: New.
14461
14462 2000-11-21  Neil Booth  <neilb@earthling.net>
14463
14464         * gcc.dg/cpp/integrated1.c: Remove.
14465
14466 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14467
14468         * gcc.c-torture/execute/20001121-1.c: New test.
14469
14470 2000-11-21  Richard Henderson  <rth@redhat.com>
14471
14472         * gcc.c-torture/compile/20001121-1.c: New test.
14473
14474 2000-11-20  Neil Booth  <neilb@earthling.net>
14475
14476         * gcc.dg/cpp/integrated1.c: New test.
14477
14478 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14479
14480         * g++.old-deja/g++.other/inline17.C: New test.
14481
14482 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
14483
14484         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
14485         local variable to be zero: I made the variable global. Now
14486         uses abort() and exit() instead of relying on main's return value.
14487
14488 2000-11-20  Neil Booth  <neilb@earthling.net>
14489
14490         * gcc.dg/cpp/paste2.c: Update test.
14491         * objc/execute/paste.m: New test.
14492
14493 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14494
14495         * gcc.dg/c99-condexpr-1.c: New test.
14496
14497 2000-11-20  Neil Booth  <neilb@earthling.net>
14498
14499         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
14500
14501 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
14502
14503         * g++.old-deja/g++.pt/export1.C: New test.
14504
14505 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
14506
14507         * gcc.dg/20001117-1.c: New test.
14508
14509 2000-11-18  Richard Henderson  <rth@redhat.com>
14510
14511         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
14512
14513 2000-11-18  Richard Henderson  <rth@redhat.com>
14514
14515         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
14516         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
14517         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
14518
14519 2000-11-18  Richard Henderson  <rth@redhat.com>
14520
14521         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
14522         (main): New.  Exit cleanly.
14523
14524 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14525
14526         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
14527         gcc.dg/c99-fordecl-2.c: New tests.
14528
14529 2000-11-18  Richard Henderson  <rth@redhat.com>
14530
14531         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
14532         * gcc.c-torture/execute/zerolen-2.c: New.
14533
14534 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14535
14536         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
14537         memory.
14538
14539 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14540
14541         * g++.old-deja/g++.pt/instantiate8.C: New test.
14542
14543 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14544
14545         * g++.old-deja/g++.other/incomplete.C: Add more tests.
14546         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
14547
14548 2000-11-16  Nick Clifton  <nickc@redhat.com>
14549
14550         * gcc.c-torture/execute/nestfunc-2.c: New test.
14551         * gcc.c-torture/execute/nestfunc-3.c: New test.
14552
14553 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
14554
14555         * gcc.c-torture/compile/20001116-1.c: New test.
14556
14557 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14558
14559         * gcc.c-torture/execute/20001115-1.c: New test.
14560
14561 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
14562
14563         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
14564         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
14565         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
14566         * g++.old-deja/g++.abi/vmihint.C: Likewise.
14567
14568 2000-11-15  Neil Booth  <neilb@earthling.net>
14569
14570         gcc.dg/cpp/_Pragma1.c: Update.
14571         gcc.dg/cpp/_Pragma2.c: New test.
14572
14573 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
14574
14575         * g++.old-deja/g++.other/anon5.C: New test.
14576
14577 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
14578
14579         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
14580         tests.
14581
14582 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
14583
14584         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
14585         output.
14586
14587 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14588
14589         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
14590         labels at end of compound statements.
14591
14592 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
14593
14594         * gcc.c-torture/execute/loop-7.c: New test.
14595
14596 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14597
14598         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
14599
14600 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14601
14602         * gcc.dg/c99-bool-1.c: New test.
14603
14604 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14605
14606         * gcc.dg/c99-scope-1.c: Remove xfail.
14607         * gcc.dg/c99-scope-2.c: New test.
14608
14609 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14610
14611         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
14612         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
14613
14614 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
14615
14616         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
14617         error messages.
14618
14619         * g++.mike/p700.C: Don't typedef wchar_t.
14620         * g++.mike/p784.C: Likewise.
14621         * g++.mike/eb101.C: Don't use __wchar_t.
14622
14623 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
14624
14625         * g77.f-torture/execute/20001111.[fx]: Test premature exit
14626         from DO loop.
14627
14628 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
14629
14630         * gcc.c-torture/execute/20001111-1.c: New test.
14631
14632 2000-11-10  Nick Clifton  <nickc@redhat.com>
14633
14634         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
14635         long multuiple and accumulate.
14636
14637 2000-11-09  Richard Henderson  <rth@redhat.com>
14638
14639         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
14640         via size_t instead of int.
14641
14642         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
14643         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14644         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14645         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14646
14647 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
14648
14649         * gcc.c-torture/compile/20001109-1.c: New test.
14650         * gcc.c-torture/compile/20001109-2.c: New test.
14651
14652 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
14653
14654         * g++.old-deja/g++.pt/operator1.C: New test.
14655         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
14656
14657 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
14658
14659         * gcc.dg/20001108-1.c: New test.
14660
14661 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
14662
14663         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
14664         with both arguments constant strings.
14665         * gcc.c-torture/execute/string-opt-3.c: New test.
14666         * gcc.c-torture/execute/string-opt-4.c: New test.
14667         * gcc.c-torture/execute/string-opt-5.c: New test.
14668
14669 2000-11-08  Nick Clifton  <nickc@redhat.com>
14670
14671         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
14672         mulsidi3adddi patterns.
14673
14674 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
14675
14676         * g++.old-deja/g++.other/crash36.C: New test.
14677
14678 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
14679
14680         * g++.old-deja/g++.other/init16.C: New test.
14681
14682 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
14683
14684         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
14685
14686 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
14687
14688         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
14689         * gcc.c-torture/execute/va-arg-16.x: Likewise.
14690         * gcc.c-torture/execute/va-arg-17.x: Likewise.
14691
14692 2000-11-07  DJ Delorie  <dj@redhat.com>
14693
14694         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
14695
14696 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14697
14698         * gcc.c-torture/execute/string-opt-1.c: New test.
14699
14700 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
14701
14702         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
14703         mips-sgi-irix6.* because the MIPS ABI passes floating-point
14704         parameters in registers, and there is no way for a varargs
14705         function to know in which order the integer and floating-point
14706         parameters should be interleaved when they are placed on the
14707         stack.
14708         * gcc.c-torture/execute/va-arg-16.x: Likewise.
14709         * gcc.c-torture/execute/va-arg-17.x: Likewise.
14710
14711 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14712
14713         * gcc.c-torture/execute/string-opt-2.c: New test.
14714
14715 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
14716
14717         * g++.old-deja/g++.pt/crash60.C: New test.
14718
14719 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
14720
14721         * g++.old-deja/g++.other/crash24.C: New test.
14722         * g++.old-deja/g++.other/crash25.C: New test.
14723         * g++.old-deja/g++.other/crash26.C: New test.
14724         * g++.old-deja/g++.other/crash27.C: New test.
14725         * g++.old-deja/g++.other/crash28.C: New test.
14726         * g++.old-deja/g++.other/crash29.C: New test.
14727         * g++.old-deja/g++.other/crash30.C: New test.
14728         * g++.old-deja/g++.other/crash31.C: New test.
14729         * g++.old-deja/g++.other/crash32.C: New test.
14730         * g++.old-deja/g++.other/crash33.C: New test.
14731         * g++.old-deja/g++.other/crash34.C: New test.
14732         * g++.old-deja/g++.other/crash35.C: New test.
14733
14734 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
14735
14736         * gcc.c-torture/execute/20001031-1.c: New test.
14737
14738 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
14739
14740         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
14741         namespace.
14742
14743         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
14744         standards-conformant.
14745
14746         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
14747
14748         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
14749         * g++.old-deja/g++.mike/p755a.C: Likewise.
14750         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
14751         library makes no calls to `operator new' during initialization.
14752
14753 2000-11-04  Neil Booth  <neilb@earthling.net>
14754
14755         * gcc.dg/cpp/include2.c: New tests.
14756
14757 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
14758
14759         * lib/g++.exp (g++_set_ld_library_path): New function.
14760         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
14761
14762 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
14763
14764         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
14765         warnings.
14766
14767 2000-11-01  Richard Henderson  <rth@redhat.com>
14768
14769         * g++.old-deja/g++.ext/namedret1.C: New.
14770         * g++.old-deja/g++.ext/namedret2.C: New.
14771         * g++.old-deja/g++.ext/namedret3.C: New.
14772
14773 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
14774
14775         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
14776         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
14777
14778 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14779
14780         * gcc.c-torture/execute/va-arg-21.c: New test.
14781
14782 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
14783
14784         * gcc.dg/c99-complex-2.c: New test.
14785
14786 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14787
14788         * gcc.c-torture/execute/stdio-opt-1.c: New test.
14789
14790 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
14791
14792         * g++.old-deja/g++.other/inline16.C: New test.
14793
14794 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
14795
14796         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
14797         __PRETTY_FUNCTION__
14798
14799 2000-10-29  Neil Booth  <neilb@earthling.net>
14800
14801         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
14802         New tests.
14803         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
14804         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
14805         optimisation.
14806
14807 2000-10-29  Neil Booth  <neilb@earthling.net>
14808
14809         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
14810         * mi1.c, mi1c.h: Add null directives to multiple-include test.
14811         * mi5.c: Test multiple includes work with -C.
14812         * trigraphs.c: Test ^= version.
14813
14814 2000-10-28  Neil Booth  <neilb@earthling.net>
14815
14816         New tests and test updates for new macro expander.
14817
14818         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
14819         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
14820         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
14821         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
14822         new diagnostic messages.
14823
14824         * gcc.dg/cpp/macro3.c: New tests.
14825
14826 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
14827
14828         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
14829         on the same line.
14830
14831 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
14832
14833         * g++.old-deja/g++.other/eh2.C: New test.
14834
14835 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14836
14837         * gcc.c-torture/execute/20001027-1.c: New test.
14838
14839 2000-10-26  Richard Henderson  <rth@redhat.com>
14840
14841         * gcc.c-torture/execute/20001026-1.c: New.
14842
14843 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
14844
14845         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
14846         * g++.old-deja/g++.law/builtin1.C: Likewise.
14847         * g++.old-deja/g++.law/ctors10.C: Likewise.
14848         * g++.old-deja/g++.law/virtual3.C: Likewise.
14849         * g++.old-deja/g++.mike/p658.C: Likewise.
14850         * g++.old-deja/g++.other/sibcall1.C: Likewise.
14851         * g++.old-deja/g++.other/vaarg2.C: Likewise.
14852         * g++.old-deja/g++.robertl/eb124.C: Likewise.
14853         * g++.old-deja/g++.robertl/eb44.C: Likewise.
14854         * g++.old-deja/g++.robertl/eb77.C: Likewise.
14855
14856 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
14857
14858         * gcc.c-torture/compile/20001024-1.c: New test.
14859
14860 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
14861
14862         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
14863         to tell us whether or not we are using V3.
14864
14865 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14866
14867         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
14868         operands.
14869
14870 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14871
14872         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
14873
14874 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
14875
14876         * gcc.c-torture/execute/20001024-1.c: New test.
14877
14878 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
14879
14880         * g++.old-deja/g++.other/sibcall1.C: New test.
14881
14882 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
14883
14884         * gcc.dg/noncompile/init-3.c: New test.
14885
14886 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14887
14888         * gcc.dg/format-array-1.c: New test.
14889
14890 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14891
14892         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
14893         writing through null pointers; remove comment about testing
14894         unterminated strings.
14895
14896 2000-10-17  Matthew Hiller  <hiller@redhat.com>
14897
14898         * gcc.c-torture/execute/20001017-2.c: New test.
14899
14900 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14901
14902         * gcc.c-torture/compile/20001018-1.c: New test.
14903         * gcc.c-torture/compile/20001018-1.x: Xfail.
14904
14905 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14906
14907         * gcc.c-torture/execute/20001017-1.c: New test.
14908
14909 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14910
14911         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
14912         for multiple use of arguments with scanf formats; add tests for
14913         multiple use of arguments.
14914
14915 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
14916
14917         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
14918
14919 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14920
14921         * gcc.dg/format-miss-1.c: New test.
14922
14923 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14924
14925         * gcc.c-torture/execute/20001013-1.c: New test.
14926
14927 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14928
14929         * gcc.dg/format-branch-1.c: New test.
14930
14931 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14932
14933         * README, lib/file-format.exp: Remove EGCS references.
14934
14935 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14936
14937         * gcc.dg/20001013-1.c: New test.
14938
14939 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14940
14941         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
14942         for intmax_t in the compiler using __typeof__ and the type rules
14943         for conditional expressions.
14944
14945 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
14946
14947         * gcc.dg/20001012-1.c: New test.
14948         * gcc.dg/20001012-2.c: New test.
14949
14950 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14951
14952         * gcc.dg/format-attr-1.c: New test.
14953
14954 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14955
14956         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
14957         __LONG_LONG_MAX__ instead of LLONG_MAX.
14958
14959 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14960
14961         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
14962         scanf flags.
14963         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
14964         flags.
14965
14966 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
14967
14968         * gcc.dg/sequence-pt-1.c: New test.
14969
14970 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
14971
14972         * gcc.c-torture/execute/20001011-1.c: New testcase.
14973         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
14974
14975 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14976
14977         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
14978         does not error on it.
14979
14980 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14981
14982         * gcc.dg/20001009-1.c: New test.
14983
14984 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14985
14986         * gcc.c-torture/compile/20001009-1.c: Move from here ....
14987         * gcc.c-torture/execute/20001009-2.c: ... to here.
14988
14989 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
14990
14991         * gcc.c-torture/compile/20001009-1.c: New testcase.
14992         * gcc.c-torture/execute/20001009-1.c: New testcase.
14993         Testcases provided by Jan Hubicka <jh@suse.cz>.
14994
14995 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14996
14997         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14998         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
14999         uintmax_t using <limits.h> to emulate the compiler's internal
15000         logic.  No longer XFAIL %j tests.
15001
15002 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15003
15004         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
15005         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15006         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
15007         regexps and details of expected handling of some bad formats.
15008         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
15009         suppression.
15010
15011 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15012
15013         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
15014         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
15015         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
15016         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
15017         in list archives.
15018
15019 2000-10-06  Richard Henderson  <rth@cygnus.com>
15020
15021         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
15022         * g++.old-deja/g++.brendan/crash52.C: Likewise.
15023         * g++.old-deja/g++.jason/report.C: Likewise.
15024         * g++.old-deja/g++.law/friend5.C: Likewise.
15025         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
15026         of the expected warnings.
15027
15028 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
15029
15030         * g++.old-deja/g++.pt/enum14.C: New test.
15031
15032 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
15033
15034         * g++.old-deja/g++.pt/crash59.C: New test.
15035
15036 2000-10-04  Will Cohen  <wcohen@redhat.com>
15037
15038         * gcc.dg/20000926-1.c: New test.
15039
15040 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
15041
15042         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
15043         function name for current C++ compiler.
15044         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
15045
15046 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
15047
15048         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
15049         __PRETTY_FUNCTION__.
15050         * g++.old-deja/g++.ext/pretty2.C: Likewise.
15051
15052 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15053
15054         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
15055
15056 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
15057
15058         * gcc.c-torture/compile/20000923-1.c: New test.
15059
15060 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15061
15062         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
15063         * g++.old-deja/g++.pt/ttp62.C: Same.
15064         * g++.old-deja/g++.other/inline14.C: Same.
15065
15066 2000-09-24  Richard Henderson  <rth@cygnus.com>
15067
15068         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
15069
15070 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15071
15072         * gcc.dg/c90-printf-1.c: Add test for wide string format.
15073
15074 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
15075
15076         * gcc.c-torture/compile/20000922-1.c: New file.
15077
15078 2000-09-21  Nick Clifton  <nickc@redhat.com>
15079
15080         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
15081         a signed long modulo operation.
15082         (mod6): New function - perform an unsigned long modulo operation.
15083         (main): Add tests for modulos of very large numbers by very small
15084         dividends.
15085
15086 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15087
15088         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
15089
15090 2000-09-19  Richard Henderson  <rth@cygnus.com>
15091
15092         * gcc.dg/compare2.c (case 10): XFAIL.
15093
15094 2000-09-18  Richard Henderson  <rth@cygnus.com>
15095
15096         * gcc.c-torture/execute/20000906-1.c: Move ...
15097         * gcc.dg/20000906-1.c: ... here.  Only run on targets
15098         that support __builtin_trap.
15099
15100 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
15101
15102         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
15103
15104 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15105
15106         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
15107         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
15108         more $ format tests.
15109
15110 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15111
15112         * gcc.dg/format-errmk-1.c: New test.
15113
15114 2000-09-17  Greg McGary  <greg@mcgary.org>
15115
15116         * gcc.c-torture/execute/20000917-1.x: Remove.
15117
15118 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15119
15120         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
15121
15122 2000-09-17  Greg McGary  <greg@mcgary.org>
15123
15124         * gcc.c-torture/execute/20000917-1.c: New test.
15125         * gcc.c-torture/execute/20000917-1.x: XFAIL.
15126
15127 2000-09-16  Neil Booth  <NeilB@earthling.net>
15128
15129         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
15130         in nested macro bug.
15131
15132 2000-09-15  Neil Booth  <NeilB@earthling.net>
15133
15134         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
15135
15136 2000-09-14  Jeffrey A Law  (law@cygnus.com)
15137
15138         * gcc.c-torture/execute/20000914-1.c: New test.
15139
15140 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
15141
15142         * g++.other/inline13.C: New test.
15143
15144 2000-09-12  Andreas Jaeger  <aj@suse.de>
15145
15146         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
15147         constant by Ulrich Drepper <drepper@redhat.com>.
15148
15149 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
15150
15151         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
15152
15153 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15154
15155         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
15156
15157 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
15158
15159         * gcc.dg/cpp/backslash.c: New test.
15160
15161 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
15162
15163         * gcc.c-torture/execute/20000910-1.c: New test.
15164         * gcc.c-torture/execute/20000910-2.c: Likewise.
15165
15166 2000-09-11  Robert Lipe  <robertl@sco.com>
15167
15168         * gcc.dg/pragma-align.c: New test.
15169
15170 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
15171
15172         * g++.old-deja/g++.pt/explicit82.C: New test.
15173         * g++.old-deja/g++.pt/explicit83.C: New test.
15174
15175 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
15176
15177         * gcc.dg/asm-names.c: New test.
15178
15179 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15180
15181         * gcc.dg/cpp/tr-warn6.c: New test
15182
15183 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15184
15185         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
15186         be accepted.
15187
15188 2000-09-07  Catherine Moore  <clm@redhat.com>
15189
15190         * gcc.c-torture/execute/unroll-1.c: New test.
15191
15192 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
15193
15194         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
15195         ERROR markers.
15196         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
15197         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
15198         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
15199         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
15200         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
15201         Preprocess only.
15202         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
15203         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
15204
15205 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15206
15207         * g++.old-deja/g++.pt/deduct2.C: New test.
15208
15209 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15210
15211         * g++.old-deja/g++.pt/parms2.C: New test.
15212
15213 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15214
15215         * g++.old-deja/g++.pt/crash58.C: New test.
15216
15217 2000-09-06  Greg McGary  <greg@mcgary.org>
15218
15219         * gcc.c-torture/execute/20000906-1.c: New test.
15220         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
15221
15222 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15223
15224         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
15225
15226 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15227
15228         * g++.old-deja/g++.pt/crash57.C: New test.
15229
15230 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15231
15232         * g++.old-deja/g++.pt/crash56.C: New test.
15233
15234 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15235
15236         * g++.old-deja/g++.pt/koenig1.C: New test.
15237
15238 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15239
15240         * gcc.dg/20000904-1.c: New test.
15241
15242 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15243
15244         * gcc.dg/cpp/paste8.c: New test.
15245
15246 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
15247
15248         * gcc.c-torture/compile/20000827-1.c: New test.
15249
15250 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15251
15252         * gcc.dg/format-diag-1.c: New test.
15253
15254 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15255
15256         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
15257         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
15258         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
15259         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
15260         gcc.dg/formatz-1.c: Adjust warning regular expressions.
15261
15262 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15263
15264         * g++.old-deja/g++.other/nested4.C: New test.
15265
15266 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15267
15268         * g++.old-deja/g++.ns/scoped1.C: New test.
15269
15270 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
15271
15272         * lib/g++.exp: Support testing already-installed GCC.
15273
15274 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15275
15276         * wtr-label-1.c, wtr-suffix-1.c: New tests.
15277
15278 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15279
15280         * gcc.dg/return-type-2.c: New test.
15281
15282 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
15283
15284         * gcc.c-torture/compile/20000825-1.c: New test.
15285
15286 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
15287
15288         * gcc.dg/dwarf2-2.c: New test.
15289
15290 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
15291
15292         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
15293         dg-warning regexps.
15294
15295 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15296
15297         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
15298         gcc.dg/format-ext-5.c: New tests.
15299
15300 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
15301
15302         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
15303
15304 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
15305
15306         * gcc.dg/noncompile/930622-2.c: Adjust error message.
15307
15308 2000-08-24  Richard Henderson  <rth@cygnus.com>
15309
15310         * gcc.dg/ia64-sync-1.c: New test.
15311         * gcc.dg/ia64-sync-2.c: New test.
15312         * gcc.dg/ia64-asm-1.c: New test.
15313
15314 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15315
15316         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
15317         * gcc.dg/format-ext-2.c: New test.
15318
15319 2000-08-23  Jason Merrill  <jason@redhat.com>
15320
15321         * lib/old-dejagnu.exp: Also ignore "In member function" and
15322         "At global scope".
15323
15324 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15325
15326         * gcc.dg/noncompile/label-lineno-1.c: New test.
15327
15328 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15329
15330         * gcc.dg/c99-array-nonobj-1.c: New test.
15331
15332 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15333
15334         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
15335         tests.
15336         * gcc.dg/format-ext-1.c: New test.
15337
15338 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15339
15340         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
15341         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
15342         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
15343         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
15344         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
15345
15346 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
15347
15348         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
15349         gcc.dg/c99-strftime-2.c: New tests.
15350
15351 2000-08-22  Richard Henderson  <rth@cygnus.com>
15352
15353         * gcc.c-torture/execute/20000822-1.c: New test.
15354
15355 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15356
15357         * gcc.c-torture/execute/20000819-1.x: Remove.
15358
15359 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15360
15361         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
15362         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
15363         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
15364         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
15365         gcc.dg/format-xopen-1.c: New tests.
15366
15367 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15368
15369         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
15370
15371 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15372
15373         * g++.old-deja/g++.other/loop2.C: New test.
15374
15375         * gcc.c-torture/compile/20000606-1.c: New test.
15376         * gcc.c-torture/compile/20000728-1.c: New test.
15377         * gcc.c-torture/execute/20000801-1.c: New test.
15378         * gcc.c-torture/execute/20000801-2.c: New test.
15379         * gcc.c-torture/execute/20000819-1.c: New test.
15380         * gcc.c-torture/execute/20000819-1.x: XFAIL.
15381         * gcc.dg/20000629-1.c: New test.
15382         * gcc.dg/20000724-1.c: New test.
15383         * gcc.dg/20000807-1.c: New test.
15384
15385 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15386
15387         * gcc.dg/cpp/pragma-1.c: New test.
15388         * gcc.dg/cpp/pragma-2.c: New test.
15389
15390 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
15391
15392         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
15393         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
15394
15395 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15396
15397         * gcc.c-torture/compile/20000818-1.c: New test.
15398
15399 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
15400
15401         * gcc.c-torture/execute/20000818-1.c: New test.
15402
15403 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15404
15405         * gcc.dg/format-va-1.c: New test.
15406
15407 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15408
15409         * g++.old-deja/g++.other/typedef8.C: New test.
15410
15411 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15412
15413         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
15414         * g++.old-deja/g++.mike/net36.C: Mark candidate.
15415         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
15416         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
15417         * g++.old-deja/g++.other/ptrmem7.C: New test.
15418         * g++.old-deja/g++.pt/ptrmem10.C: New test.
15419
15420 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15421
15422         * g++.old-deja/g++.pt/typename27.C: New test.
15423
15424 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
15425
15426         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
15427         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
15428         * g++.old-deja/g++.pt/friend45.C: New test.
15429         * g++.old-deja/g++.other/friend8.C: New test.
15430
15431 2000-08-15  Richard Henderson  <rth@cygnus.com>
15432
15433         * gcc.c-torture/execute/20000815-1.c: New test.
15434
15435 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15436
15437         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
15438         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
15439         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
15440
15441 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
15442
15443         * g++.old-deja/g++.other/refinit2.C: New test.
15444
15445 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15446
15447         * lib/c-torture.exp (c-torture): Make
15448         compiler_conditional_xfail_data global.
15449         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
15450         compiler_conditional_xfail_data machinery.
15451         (f-torture-execute): Likewise.
15452         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
15453         and only when unrolling loops.
15454
15455         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
15456
15457 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15458
15459         * g++.old-deja/g++.pt/explicit81.C: New test.
15460
15461 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15462
15463         * g++.old-deja/g++.pt/typename26.C: New test.
15464
15465 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
15466
15467         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
15468         warning.
15469
15470 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
15471
15472         * g++.old-deja/g++.other/array3.C: New test.
15473
15474 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15475
15476         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
15477         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
15478         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
15479         New tests.
15480
15481 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
15482
15483         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
15484         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15485
15486 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
15487
15488         * gcc.c-torture/execute/20000808-1.c: New test.
15489
15490 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15491
15492         * gcc.dg/c90-const-expr-1.c: New test.
15493
15494 2000-08-08  Richard Henderson  <rth@cygnus.com>
15495
15496         * gcc.dg/noncompile/920923-1.c: Declare calloc.
15497
15498 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15499
15500         * gcc.dg/noncompile/const-ll-1.c: New test.
15501
15502 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15503
15504         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
15505
15506 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
15507
15508         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
15509         that running programs linked against the shared version of libobjc
15510         run correctly.
15511
15512 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15513
15514         * gcc.dg/c99-printf-1.c: New test.
15515
15516 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15517
15518         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
15519
15520 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
15521
15522         * gcc.c-torture/execute/20000731-1.x: Delete.
15523
15524 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
15525
15526         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
15527         and torture_without_loops as is done by c-torture.exp.
15528         (search_for): Copy from c-torture.exp.
15529         (gcc-dg-runtest): New function, drives a directory of tests
15530         iterating over the TORTURE_OPTIONS.
15531         (scan-assembler, scan-assembler-not): Move here from
15532         individual directory drivers.
15533
15534         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
15535         defined by lib/gcc-dg.exp.
15536         * gcc.dg/cpp/cpp.exp: Likewise.
15537         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
15538         gcc-dg-runtest, so we cycle over optimization options.
15539
15540         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
15541         * gcc.dg/compare2.c: No longer expected to fail.
15542
15543 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15544
15545         * gcc.c-torture/execute/20000804-1.c: New test.
15546
15547 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15548
15549         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
15550
15551 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
15552
15553         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
15554
15555 2000-08-03  Jeffrey A Law  (law@cygnus.com)
15556
15557         * gcc.c-torture/compile/20000803-1.c: New test.
15558
15559 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15560
15561         * gcc.c-torture/execute/20000801-3.c,
15562         gcc.c-torture/execute/20000801-4.c: New tests.
15563         * gcc.c-torture/execute/20000801-3.x,
15564         gcc.c-torture/execute/20000801-4.x: Xfail.
15565
15566 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
15567
15568         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
15569         libobjc/.libs to allow for libtool.
15570
15571 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
15572
15573         * gcc.c-torture/compile/20000802-1.c: New test.
15574
15575 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
15576
15577         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
15578
15579 2000-07-31  Jeffrey A Law  (law@cygnus.com)
15580
15581         * gcc-c-torture/execute/20000731-2.c: New test.
15582
15583         * gcc.c-torture/execute/20000731-1.c: New test.
15584         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
15585
15586 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
15587
15588         * testsuite/gcc.dg/cpp/paste7.c: New test.
15589         * gcc.dg/cpp/20000725-1.c: New test.
15590
15591 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
15592
15593         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
15594         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
15595         declaration warning for __builtin_dwarf_reg_size.
15596
15597         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
15598
15599 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15600
15601         * gcc.dg/noncompile/voidparam-1.c: New test.
15602
15603 2000-07-30  Richard Henderson  <rth@cygnus.com>
15604
15605         * gcc.dg/c90-digraph-1.c: Don't xfail.
15606         * gcc.dg/compare2.c (case 10): Xfail.
15607         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
15608
15609 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
15610
15611         * gcc.dg/c99-main-1.c: New test.
15612
15613 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15614
15615         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
15616
15617 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
15618
15619         * gcc.c-tortuer/execute/20000726-1.c: New test.
15620
15621 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
15622
15623         * gcc.c-torture/execute/enum-2.c: New test.
15624
15625 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15626
15627         * gcc.dg/cpp/tr-warn3.c: New test.
15628
15629 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
15630
15631         * g++.old-deja/g++.ext/implicit1.C: Remove.
15632         * g++.old-deja/g++.jason/c2.C: Remove
15633         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
15634         * g++.old-deja/g++.pt/crash16.C: Likewise.
15635         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
15636
15637 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
15638
15639         * g++.old-deja/g++.other/for2.C: New test.
15640
15641 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
15642
15643         * gcc.dg/20000720-1.c: New test.
15644
15645 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
15646
15647         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
15648
15649 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
15650
15651         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
15652         * gcc.c-torture/execute/20000722-1.c: New.
15653         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
15654
15655 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
15656
15657         * gcc.dg/cpp/20000720-1.S: New test.
15658
15659 2000-07-21  Michael Meissner  <meissner@redhat.com>
15660
15661         * gcc.c-torture/execute/ieee/hugeval.c: New test.
15662
15663 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
15664
15665         * g++.old-deja/g++.brendan/crash16.C,
15666         g++.old-deja/g++.brendan/parse3.C,
15667         g++.old-deja/g++.brendan/redecl1.C,
15668         g++.old-deja/g++.ns/template13.C,
15669         g++.old-deja/g++.other/decl4.C,
15670         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
15671
15672 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
15673
15674         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
15675         and "Internal error".
15676
15677         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
15678         regexps.
15679         * gcc.dg/cpp/paste6.c: New test.
15680
15681 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
15682
15683         * gcc.dg/cpp/tr-direct.c: New test.
15684
15685         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
15686         gcc.dg/cpp/undef1.c: Tweak error regexps.
15687
15688 2000-07-18  Eric Christopher <echristo@redhat.com>
15689
15690         * gcc.c-torture/compile/20000718-1.c: New test.
15691
15692 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
15693
15694         * cpplex.c (_cpp_push_token): If the token being pushed back
15695         is the previous token in this context, just subtract one from
15696         context->posn.
15697         * cppmacro.c (save_expansion): Clear aux field when storing a
15698         placemarker.
15699
15700 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
15701
15702         * gcc.dg/noncompile/redecl-1.c: New test.
15703
15704 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
15705
15706         * gcc.c-torture/execute/20000717-5.c: New test.
15707         * gcc.c-torture/execute/20000717-1.x: Removed.
15708
15709 2000-07-17  Richard Henderson  <rth@cygnus.com>
15710
15711         * gcc.c-torture/execute/20000717-4.c: New test.
15712
15713 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
15714
15715         * gcc.dg/cpp/syshdr.c: New test.
15716         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
15717
15718 2000-07-17  Neil Booth  <neilb@earthling.net>
15719
15720         * gcc.dg/cpp/cmdlne-dM.c: New test.
15721         * gcc.dg/cpp/cmdlne-dD.c: New test.
15722
15723 2000-07-17  Jeffrey A Law  (law@cygnus.com)
15724
15725         * gcc.c-torture/execute/20000717-3.c: New test.
15726
15727         * gcc.c-torture/compile/20000717-1.c: New test.
15728
15729 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
15730
15731         * gcc.c-torture/execute/20000717-2.c: New test.
15732
15733 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15734
15735         * gcc.dg/formatz-1.c: New test.
15736
15737         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
15738         * gcc.dg/c99-digraph-1.c: New tests.
15739
15740         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
15741         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
15742
15743         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
15744         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
15745         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
15746         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
15747         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
15748         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
15749         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
15750
15751 2000-07-17   Greg McGary <greg@mcgary.org>
15752
15753         * gcc.c-torture/execute/20000717-1.c: New test.
15754         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
15755
15756 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
15757
15758         * gcc.c-torture/execute/20000715-2.c: New test.
15759         * gcc.dg/20000715-1.c: New test.
15760
15761 2000-07-15  Michael Meissner  <meissner@redhat.com>
15762
15763         * gcc.c-torture/execute/20000715-1.c: New test.
15764
15765 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
15766
15767         * gcc.c-torture/execute/20000707-1.c: New test.
15768
15769 2000-07-13  Neil Booth  <NeilB@earthling.net>
15770
15771         * testsuite/gcc.dg/cpp/digraph1.c,
15772         testsuite/gcc.dg/cpp/digraph2.c,
15773         testsuite/gcc.dg/cpp/digraphs.c: New tests.
15774
15775 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
15776
15777         * g77.f-torture/compile/20000630-2.f:  New test.
15778         * g77.f-torture/compile/20000630-2.x
15779
15780 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
15781
15782         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
15783
15784 2000-07-11  Neil Booth  <NeilB@earthling.net>
15785
15786         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
15787
15788 2000-07-11  Neil Booth  <NeilB@earthling.net>
15789
15790         * gcc.dg/cpp/cmdlne-C.c: New.
15791
15792 2000-07-09  Neil Booth  <NeilB@earthling.net>
15793
15794         * gcc.dg/cpp/directiv.c: New tests.
15795         * gcc.dg/cpp/undef1.c: Update.
15796
15797 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
15798
15799         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
15800
15801 2000-07-09  Neil Booth  <NeilB@earthling.net>
15802
15803         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
15804
15805 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
15806
15807         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
15808         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
15809
15810 2000-07-08  Neil Booth  <NeilB@earthling.net>
15811
15812         * gcc.dg/cpp/macsyntx.c: New tests.
15813
15814 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15815
15816         * gcc.dg/20000707-1.c: New test.
15817
15818 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15819
15820         * gcc.c-torture/execute/20000706-1.c: New test.
15821         * gcc.c-torture/execute/20000706-2.c: New test.
15822         * gcc.c-torture/execute/20000706-3.c: New test.
15823         * gcc.c-torture/execute/20000706-4.c: New test.
15824         * gcc.c-torture/execute/20000706-5.c: New test.
15825
15826 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
15827
15828         * g++.old-deja/g++.pt/instantiate7.C: New test.
15829
15830 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
15831
15832         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
15833         * g++.old-deja/g++.mike/thunk3.C: Likewise.
15834         * g++.old-deja/g++.other/rtti3.C: Likewise.
15835         * g++.old-deja/g++.other/rttid3.C: Likewise.
15836
15837 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
15838
15839         *  g77.f-torture/compile/20000630-1.x: Fix typo
15840
15841 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
15842
15843         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
15844         assembly output.
15845
15846 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15847
15848         * gcc.dg/cpp/ident.c: New test.
15849
15850 2000-07-05  Neil Booth  <NeilB@earthling.net>
15851
15852         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
15853           gcc.dg/cpp/lexstrng.c: New tests.
15854
15855 2000-07-04  Neil Booth  <NeilB@earthling.net>
15856
15857         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
15858         * gcc.dg/cpp/strify2.c: Same.
15859
15860 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15861
15862         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
15863         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
15864         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
15865         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
15866
15867         * testsuite/gcc.dg/cpp/macro1.c,
15868         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
15869         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
15870         testsuite/gcc.dg/cpp/strify1.c,
15871         testsuite/gcc.dg/cpp/strify2.c: New tests.
15872
15873 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15874
15875         * gcc.c-torture/execute/20000703-1.c: New test.
15876
15877 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15878
15879         * g++.old-deja/g++.pt (lookup10.C): New test.
15880
15881 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15882
15883         * g++.old-deja/g++.pt (typename25.C): New test.
15884
15885 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
15886
15887         * gcc.c-torture/compile/20000701-1.c: New test.
15888
15889 2000-06-30  Nick Clifton  <nickc@cygnus.com>
15890
15891         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
15892         to test case.
15893
15894 2000-06-30  Catherine Moore  <clm@cygnus.com>
15895
15896         * gcc.c-torture/execute/align-1.c: New test.
15897
15898 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
15899
15900         * g++.old-deja/g++.pt/expr8.C: New test.
15901         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
15902
15903 2000-06-29  Nick Clifton  <nickc@cygnus.com>
15904
15905         * gcc.c-torture/compile/20000629-1.c: New test.
15906
15907 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15908
15909
15910         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
15911         gcc.dg/noncompile directory, depending on whether they're
15912         preprocessor tests or not.  Annotate all the tests for the dg
15913         framework.
15914
15915         * gcc.c-torture/noncompile/noncompile.exp: Delete.
15916         * gcc.dg/noncompile/noncompile.exp: New.
15917
15918         * Moved files:
15919         Old name                                New name
15920         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
15921         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
15922         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
15923         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
15924         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
15925         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
15926         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
15927         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
15928         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
15929         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
15930         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
15931         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
15932         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
15933         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
15934         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
15935         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
15936         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
15937         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
15938         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
15939         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
15940         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
15941         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
15942         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
15943         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
15944
15945         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
15946         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
15947         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
15948         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
15949         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
15950         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
15951
15952 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15953
15954         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
15955         declare one variable.  On the fourth, error.
15956         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
15957         declared by 20000628-1a.h.
15958
15959 2000-06-29  Richard Henderson  <rth@redhat.com>
15960
15961         * gcc.c-torture/execute/930529-1.x: New file.
15962         * gcc.dg/920413-1.c: Adjust expected warning text.
15963         * gcc.dg/980217-1.c: Declare abort.
15964         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
15965
15966 2000-06-29  Jeffrey A Law  (law@cygnus.com)
15967
15968         * g77.f-torture/compile/20000629-1.f: New test.
15969         * g77.f-torture/compile/20000629-1.x: Expected to fail.
15970
15971 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
15972
15973         Rearrange lots of files, removing entirely the
15974         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
15975         directories.
15976
15977         * Deleted files:
15978         gcc.c-torture/code_quality/code_quality.exp
15979         gcc.c-torture/special/special.exp
15980         gcc.failure/failure.exp
15981         gcc.failure/940409-1.x
15982         gcc.c-torture/compile/961203-1.x
15983
15984         * New files:
15985         gcc.misc-tests/linkage.exp
15986         gcc.c-torture/execute/920730-1t.c
15987         gcc.c-torture/execute/920730-1t.x
15988         gcc.c-torture/compile/920520-1.x
15989         gcc.c-torture/compile/920521-1.x
15990         gcc.c-torture/compile/981006-1.x
15991         gcc.c-torture/execute/eeprof-1.x
15992
15993         * Moved files (possibly with modifications to fit a new harness):
15994         Old name                                New name
15995         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
15996         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
15997         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
15998         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
15999         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
16000         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
16001         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
16002         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
16003         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
16004         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
16005         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
16006         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
16007         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
16008         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
16009
16010 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16011
16012         * c-torture/compile/961203-1.x: Delete.
16013
16014         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
16015         not exit. Include stdio.h.
16016         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
16017         * gcc.misc-tests/dg-12.c: Likewise.
16018         * gcc.misc-tests/dg-5.c: Likewise.
16019         * gcc.misc-tests/dg-6.c: Likewise.
16020         * gcc.misc-tests/dg-7.c: Prototype abort.
16021         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
16022         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
16023         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
16024         not exit.
16025         * gcc.misc-tests/sieve.c: Use return from main, not exit.
16026         * gcc.misc-tests/sort2.c: Use return from main, not exit.
16027
16028 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
16029
16030         * gcc.dg/cpp/20000628-1.c: New test.
16031         * gcc.dg/cpp/20000628-1.h: New header for above test.
16032         * gcc.dg/cpp/20000628-1a.h: Likewise.
16033
16034 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
16035
16036         * gcc.dg/cpp: New directory.
16037         * gcc.dg/cpp/cpp.exp: New driver.
16038         * gcc.dg/cpp/20000627-1.c: New test.
16039         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
16040         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
16041         and rewrite as a compilation test.
16042
16043         * gcc.dg: Move many files into the cpp subdirectory, possibly
16044         renaming or editing them as well.
16045         Old name                New name
16046         990119-1.c              cpp/19990119-1.c
16047         990228-1.c              cpp/19990228-1.c
16048         990407-1.c              cpp/19990407-1.c
16049         990409-1.c              cpp/19990409-1.c
16050         990413-1.c              cpp/19990413-1.c
16051         990703-1.c              cpp/19990703-1.c
16052         20000127-1.c            cpp/20000127-1.c
16053         20000129-1.c            cpp/20000129-1.c
16054         20000207-1.c            cpp/20000207-1.c
16055         20000207-2.c            cpp/20000207-2.c
16056         20000209-1.c            cpp/20000209-1.c
16057         20000209-2.c            cpp/20000209-2.c
16058         20000301-1.c            cpp/20000301-1.c
16059         20000419-1.c            cpp/20000419-1.c
16060         20000510-1.S            cpp/20000510-1.S
16061         20000519-1.c            cpp/20000519-1.c
16062         20000529-1.c            cpp/20000529-1.c
16063         20000625-1.c            cpp/20000625-1.c
16064         20000625-2.c            cpp/20000625-2.c
16065         cpp-as1.c               cpp/assert1.c
16066         cpp-as2.c               cpp/assert2.c
16067         cxx-comments-1.c        cpp/cxxcom1.c
16068         cxx-comments-2.c        cpp/cxxcom2.c
16069         endif-label.c           cpp/endif.c
16070         cpp-hash1.c             cpp/hash1.c
16071         cpp-hash2.c             cpp/hash2.c
16072         cpp-if1.c               cpp/if-1.c
16073         cpp-if2.c               cpp/if-2.c
16074         cpp-if3.c               cpp/if-3.c
16075         cpp-if4.c               cpp/if-4.c
16076         cpp-if5.c               cpp/if-5.c
16077         cpp-cond.c              cpp/if-cexp.c
16078         cpp-missingop.c         cpp/if-mop.c
16079         cpp-missingparen.c      cpp/if-mpar.c
16080         cpp-opprec.c            cpp/if-oppr.c
16081         cpp-ifparen.c           cpp/if-paren.c
16082         cpp-shortcircuit.c      cpp/if-sc.c
16083         cpp-shift.c             cpp/if-shift.c
16084         cpp-unary.c             cpp/if-unary.c
16085         cpp-li1.c               cpp/line1.c
16086         cpp-li2.c               cpp/line2.c
16087         lineno.c                cpp/line3.c
16088         lineno-2.c              cpp/line4.c
16089         cpp-mi.c                cpp/mi1.c
16090         cpp-mic.h               cpp/mi1c.h
16091         cpp-micc.h              cpp/mi1cc.h
16092         cpp-mind.h              cpp/mi1nd.h
16093         cpp-mindp.h             cpp/mi1ndp.h
16094         cpp-mix.h               cpp/mi1x.h
16095         cpp-mi2.c               cpp/mi2.c
16096         cpp-mi2a.h              cpp/mi2a.h
16097         cpp-mi2b.h              cpp/mi2b.h
16098         cpp-mi2c.h              cpp/mi2c.h
16099         cpp-mi3.c               cpp/mi3.c
16100         cpp-mi3.def             cpp/mi3.def
16101         poison-1.c              cpp/poison.c
16102         pr-impl.c               cpp/prag-imp.c
16103         cpp-redef-2.c           cpp/redef1.c
16104         cpp-redef.c             cpp/redef2.c
16105         strpaste.c              cpp/strp1.c
16106         strpaste-2.c            cpp/strp2.c
16107         cpp-tradpaste.c         cpp/tr-paste.c
16108         cpp-tradstringify.c     cpp/tr-str.c
16109         cpp-tradwarn1.c         cpp/tr-warn1.c
16110         cpp-tradwarn2.c         cpp/tr-warn2.c
16111         trigraphs.c             cpp/trigraphs.c
16112         cpp-unc1.c              cpp/unc1.c
16113         cpp-unc2.c              cpp/unc2.c
16114         cpp-unc3.c              cpp/unc3.c
16115         cpp-unc.c               cpp/unc4.c
16116         undef.c                 cpp/undef1.c
16117         undef-2.c               cpp/undef2.c
16118         cpp-wi1.c               cpp/widestr1.c
16119
16120 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
16121
16122         * lib/g++.exp (g++_include_flags): Tweak.
16123
16124 2000-06-27  H.J. Lu  <hjl@gnu.org>
16125             Loren J. Rittle  <ljrittle@acm.org>
16126
16127         * lib/g++.exp (g++_include_flags): Override libgloss.exp
16128         version with one that knows about the new gcc tree structure.
16129         (g++_link_flags): Same.
16130
16131 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
16132
16133         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
16134         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
16135         case we are cross-compiling.
16136
16137         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
16138         g++.old-deja/g++.niklas/Makefile.in,
16139         g++.old-deja/g++.niklas/configure.in,
16140         g++.old-deja/g++.other/Makefile.in,
16141         g++.old-deja/g++.other/configure.in,
16142         gcc.c-torture/code_quality/Makefile.in,
16143         gcc.c-torture/code_quality/configure.in,
16144         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
16145         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
16146         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
16147         gcc.c-torture/execute/ieee/Makefile.in,
16148         gcc.c-torture/execute/ieee/configure.in,
16149         gcc.c-torture/noncompile/Makefile.in,
16150         gcc.c-torture/noncompile/configure.in,
16151         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
16152         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
16153         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
16154
16155 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16156
16157         * g++.old-deja/g++.other/ambig3.C: New test.
16158
16159 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16160
16161         * g++.old-deja/g++.pt/syntax1.C: New test.
16162         * g++.old-deja/g++.pt/syntax2.C: New test.
16163         * g++.old-deja/g++.other/syntax3.C: New test.
16164         * g++.old-deja/g++.other/syntax4.C: New test.
16165
16166 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16167
16168         * gcc.dg/20000623-1.c: Prototype exit and abort.
16169
16170 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16171
16172         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
16173         New tests.
16174         * gcc.dg/cpp-mi3.def: New file.
16175
16176         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
16177         inside assertions.
16178         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
16179         lexer's error messages.
16180         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
16181         divine anything from the linemarkers.
16182         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
16183         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
16184
16185 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
16186
16187         * gcc.dg/20000623-1.c: New test.
16188
16189 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
16190
16191         * gcc.c-torture/execute/20000622-1.c: New test.
16192
16193 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16194
16195         * g++.old-deja/g++.other/init15.C: New test.
16196
16197 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16198
16199         * g++.old-deja/g++.pt/vaarg2.C: New test.
16200         * g++.old-deja/g++.pt/vaarg3.C: New test.
16201
16202 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
16203
16204         * g++.old-deja/g++.other/dyncast6.C: New test.
16205
16206 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
16207
16208         * gcc.c-torture/execute/loop-6.c: New test.
16209
16210 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
16211
16212         * gcc.dg/20000614-1.c: New test.
16213         * gcc.dg/20000614-2.c: New test.
16214
16215 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
16216
16217         * g++.old-deja/g++.other/inline12.C: New test.
16218
16219 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
16220
16221         * g++.old-deja/g++.other/eh1.C: New test.
16222
16223 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
16224
16225         * g++.old-deja/g++.other/type.C: New test.
16226
16227 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16228
16229         * g++.old-deja/g++.other/initstring.C: New test.
16230
16231 2000-06-12  Jason Merrill  <jason@redhat.com>
16232
16233         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
16234
16235 2000-06-09  Jeffrey A Law  (law@cygnus.com)
16236
16237         * gcc.c-torture/compile/20000609-1.c: New test.
16238
16239 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
16240
16241         * gcc.dg/20000609-1.c: New test.
16242
16243 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
16244
16245         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
16246         * gcc.c-torture/noncompile/poison-1.c: Move...
16247         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
16248         * gcc.dg/cpp-li1.c: Add a token after the #line.
16249
16250 2000-06-05  Richard Henderson  <rth@cygnus.com>
16251
16252         * gcc.c-torture/execute/20000605-2.c: New test.
16253         * gcc.c-torture/execute/20000605-3.c: New test.
16254
16255 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
16256
16257         * g77.f-torture/execute/20000503-1.x: New file.
16258
16259 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
16260
16261         * g++.old-deja/g++.eh/badalloc1.C: New test.
16262
16263 2000-06-05  Richard Henderson  <rth@cygnus.com>
16264
16265         * gcc.c-torture/execute/20000605-1.c: New test.
16266
16267 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16268             Nathan Sidwell <nathan@codesourcery.com>
16269
16270         * gcc.c-torture/compile/20000605-1.c: New test.
16271
16272 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
16273
16274         * g77.f-torture/compile/20000601-1.f:  New test.
16275
16276 2000-06-03  Richard Henderson  <rth@cygnus.com>
16277
16278         * gcc.c-torture/execute/20000603-1.c: New.
16279
16280 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
16281
16282         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
16283         * gcc.dg/noreturn-2.c (noreturn): Likewise.
16284
16285 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
16286
16287         * gcc.dg/compare2.c (case 12): XFAIL.
16288         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
16289         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
16290
16291         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
16292
16293 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
16294
16295         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
16296         guard macro is already defined when the header is first
16297         included.
16298         * gcc.dg/cpp-mix.h: New file.
16299         * gcc.dg/endif-label.c: Update patterns to match compiler.
16300
16301         * g++.brendan/complex1.C: Declare abort.
16302         * g++.law/refs4.C: Remove XFAIL.
16303         * g++.oliva/expr2.C: Declare abort and exit.
16304
16305 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
16306
16307         * gcc.c-torture/execute/20000528-1.c: New test.
16308
16309         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
16310         * g++.old-deja/g++.law/temps4.C: Likewise.
16311
16312         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
16313         stdlib.h.  Call abort() on failure.
16314         * g++.old-deja/g++.law/refs4.C: Likewise.
16315         * g++.old-deja/g++.law/temps4.C: Likewise.
16316         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
16317         * gcc.c-torture/execute/20000112-1.c: Include string.h.
16318
16319 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
16320
16321         Relative to g++.dg/special:
16322         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
16323
16324         Relative to g++.old-deja:
16325         * g++.brendan/complex1.C, g++.jason/optimize2.C,
16326         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
16327         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
16328         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
16329         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
16330         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
16331         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
16332
16333         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
16334         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
16335         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
16336         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
16337         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
16338         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
16339         and/or string.h.
16340
16341         * g++.other/goto1.C: Update expectations for error messages.
16342
16343 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
16344
16345         * gcc.c-torture/compile/20000523-1.c: New test.
16346
16347 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16348
16349         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
16350
16351 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16352
16353         * g++.old-deja/g++.eh/catch11.C: New test.
16354         * g++.old-deja/g++.eh/catch12.C: New test.
16355
16356 2000-05-24  Nick Clifton  <nickc@cygnus.com>
16357
16358         * gcc.c-torture/execute/20000523-1.c: New test.
16359
16360 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
16361
16362         * c-torture/execute/bcp-1.c: Replace abort in arg of
16363         __builtin_constant_p with a generic external function.
16364
16365         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
16366         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
16367         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
16368         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
16369         Prototype abort and/or exit.
16370
16371         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
16372         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
16373         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
16374         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16375
16376 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
16377
16378         * gcc.dg/dwarf2-1.c: New test.
16379
16380 2000-05-20  Richard Henderson  <rth@cygnus.com>
16381
16382         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16383
16384 2000-05-20  Andreas Jaeger  <aj@suse.de>
16385
16386         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16387         testcase.
16388
16389 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
16390
16391         * gcc.c-torture/execute/20000519-2.c: New test.
16392
16393 2000-05-19  Andreas Jaeger  <aj@suse.de>
16394
16395         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
16396         which fails with SSA.
16397
16398         * lib/c-torture.exp: Also test with -O3 -fssa.
16399
16400 2000-05-18  Michael Meissner  <meissner@redhat.com>
16401
16402         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
16403         * gcc.c-torture/execute/920415-1.c: Ditto.
16404         * gcc.c-torture/execute/920501-1.c: Ditto.
16405         * gcc.c-torture/execute/conversion.c: Ditto.
16406         * gcc.c-torture/execute/cvt-1.c: Ditto.
16407
16408 2000-05-18  Jeffrey A Law  (law@cygnus.com)
16409
16410         * gcc.c-torture/compile/20000518-1.c: New test.
16411
16412 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16413
16414         * g77.f-torture/compile/200005018.f:  New test.
16415
16416 2000-05-17  Jeffrey A Law  (law@cygnus.com)
16417
16418         * gcc.c-torture/compile/20000517-1.c: New test.
16419
16420 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16421
16422         * gcc.c-torture/execute/20000516-1.c: New test.
16423
16424 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
16425
16426         * g++.old-deja/g++.other/eh.C: New test.
16427
16428 2000-05-12  Richard Henderson  <rth@cygnus.com>
16429
16430         * gcc.c-torture/execute/990208-1.c (main): Don't pass
16431         constants through to doit's conditional.
16432
16433 2000-05-11  Jeffrey A Law  (law@cygnus.com)
16434
16435         * gcc.c-torture/compile/20000511-1.c: New test.
16436         * g77.f-torture/compile/20000511-1.f: New test.
16437         * g77.f-torture/compile/20000511-2.f: New test.
16438
16439 2000-05-11  Michael Meissner  <meissner@redhat.com>
16440
16441         * gcc.c-torture/execute/20000511-1.c: New test.
16442
16443 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
16444
16445         * gcc.dg/dg.exp: Scan .S files as well as .c files.
16446         * gcc.dg/20000510-1.S: New.
16447
16448 2000-05-08  Catherine Moore  <clm@cygnus.com>
16449
16450         * gcc.dg/unused-3.c: New.
16451
16452 2000-05-06  Richard Henderson  <rth@cygnus.com>
16453
16454           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
16455           * g++.old-deja/g++.mike/warn1.C: Likewise.
16456           * g++.old-deja/g++.pt/local1.C: Likewise.
16457           * g++.old-deja/g++.pt/local7.C: Likewise.
16458           * g++.old-deja/g++.pt/spec16.C: Likewise.
16459
16460 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
16461
16462         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
16463
16464 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
16465
16466           * g77.f-torture/execute/20000503-1.f:  New test.
16467
16468 2000-05-04  Andreas Jaeger  <aj@suse.de>
16469
16470         * gcc.dg/noreturn-2.c: New test.
16471
16472 2000-05-04  Neil Booth  <NeilB@earthling.net>
16473
16474         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
16475         preprocessor.
16476
16477 2000-05-04  Richard Henderson  <rth@cygnus.com>
16478
16479         * gcc.c-torture/execute/20000503-1.c: Fix typo.
16480
16481 2000-05-04  Richard Henderson  <rth@cygnus.com>
16482
16483         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
16484         OpenSSL by Jason R Thorpe.
16485
16486 2000-05-03  Jim Wilson  <wilson@cygnus.com>
16487
16488         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
16489
16490 2000-05-03  Robert Lipe <robertlipe@usa.net>
16491
16492         * gcc.dg/20000503-1.c: New test.
16493
16494 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
16495
16496         * gcc.c-torture/compile/20000502-1.c: New test.
16497         * g++.old-deja/g++.other/align.C: New test.
16498         * gcc.dg/cpp-tradstringify.c: New test.
16499
16500 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
16501
16502         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
16503         and hard registers.
16504
16505 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
16506
16507         * gcc.c-torture/execute/loop-5.c: New test.
16508
16509 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
16510
16511         * gcc.c-torture/execute/va-arg-20.c: New test.
16512
16513 2000-04-23  Jeffrey A Law  (law@cygnus.com)
16514
16515         * gcc.c-torture/execute/20000422-1.c: New test.
16516
16517 2000-04-20  Greg McGary  <gkm@gnu.org>
16518
16519         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
16520         when optimizing, but without sibling-call optimizations (-O1).
16521
16522 2000-04-20  Jeffrey A Law  (law@cygnus.com)
16523
16524           * gcc.c-torture/compile/20000420-1.c: New test.
16525
16526 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
16527
16528         * g++.abi/ptrflags.C: New test.
16529         * g++.eh/catchptr1.C: Test incomplete pointer chains.
16530
16531 2000-04-19  Catherine Moore  <clm@cygnus.com>
16532
16533         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
16534
16535 2000-04-19  Greg McGary  <gkm@gnu.org>
16536
16537         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
16538         sibling-call optimizations.
16539
16540 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
16541
16542         * gcc.dg/20000419-1.c: New test.
16543
16544 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
16545
16546         * gcc.c-torture/execute/20000412-6.c: New test.
16547
16548 2000-04-12  Jeffrey A Law  (law@cygnus.com)
16549
16550         * gcc.c-torture/execute/20000412-5.c: New test.
16551         * g77.f-torture/compile/20000412-1.f: New test.
16552         * gcc.c-torture/execute/20000412-4.c: New test.
16553         * gcc.c-torture/compile/20000412-2.c: New test.
16554         * gcc.c-torture/execute/20000412-3.c: New test.
16555         * gcc.c-torture/compile/20000412-1.c: New test.
16556         * gcc.c-torture/execute/20000412-2.c: New test.
16557
16558 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
16559
16560         * objc/execute/bf-20.m: New test.
16561
16562 2000-04-10  Richard Henderson  <rth@cygnus.com>
16563
16564         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
16565
16566         * gcc.c-torture/execute/20000412-1.c: New test.
16567
16568 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
16569
16570         * g++.old-deja/g++.eh/catchptr1.C: New test.
16571
16572 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
16573
16574         * g++.old-deja/g++.abi/cxa_vec.C: New test.
16575
16576 2000-04-08  Neil Booth  <NeilB@earthling.net>
16577
16578         * gcc.dg/cpp-nullchar.c: Remove test as
16579         embedded nulls cause problems.
16580
16581 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16582
16583         * gcc.dg/compare2.c: New test.
16584
16585 2000-04-08  Neil Booth  <NeilB@earthling.net>
16586
16587         * gcc.dg/cpp-nullchar.c: New test.
16588
16589 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
16590
16591         * gcc.dg/cpp-mi2.c: New test.
16592         * gcc.dg/cpp-mi2[abc].h: New files.
16593
16594 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
16595
16596         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
16597         member name.
16598
16599 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
16600
16601         * g++.old-deja/g++.abi/vmihint.C: New test.
16602
16603 2000-04-06  Neil Booth  <NeilB@earthling.net>
16604
16605         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
16606         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
16607         copyright.
16608
16609 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
16610
16611         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
16612         avoid stack-frame overwrite.
16613
16614 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
16615
16616         * gcc.c-torture/compile/20000405-2.c: New test.
16617         * gcc.c-torture/compile/20000405-3.c: New test.
16618
16619 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16620
16621         * gcc.c-torture/compile/20000405-1.c: New test.
16622
16623 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
16624
16625         * gcc.dg/cast-qual-1.c: Revert last change.
16626
16627 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16628
16629         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
16630
16631 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
16632
16633         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
16634         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
16635
16636 2000-04-03  Jeffrey A Law  (law@cygnus.com)
16637
16638         * gcc.c-torture/compile/20000403-2.c: New test.
16639         * gcc.c-torture/compile/20000403-1.c: New test.
16640
16641 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
16642
16643         * gcc.c-torture/execute/20000403-1.c: New test.
16644
16645 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
16646
16647         * gcc.c-torture/execute/20000402-1.c: New test.
16648
16649 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
16650
16651         * gcc.c-torture/execute/va-arg-15.c: New test.
16652         * gcc.c-torture/execute/va-arg-16.c: New test.
16653         * gcc.c-torture/execute/va-arg-17.c: New test.
16654         * gcc.c-torture/execute/va-arg-18.c: New test.
16655         * gcc.c-torture/execute/va-arg-19.c: New test.
16656
16657 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
16658
16659         * gcc.c-torture/compile/981211-1.c: Move to...
16660         * gcc.dg/cpp-as1.c: ...here.
16661         * gcc.dg/cpp-as2.c: New file.
16662
16663         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
16664         compiler.
16665
16666 2000-04-02  Neil Booth  <NeilB@earthling.net>
16667
16668         * gcc.dg/cpp-cond.c  New tests.
16669         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
16670         accidental success less likely.
16671         * gcc.dg/cpp-missingop.c  New tests.
16672         * gcc.dg/cpp-missingparen.c  New tests.
16673         * gcc.dg/cpp-shift.c  New tests.
16674         * gcc.dg/cpp-shortcircuit.c  New tests.
16675         * gcc.dg/cpp-unary.c  New tests.
16676
16677 2000-03-29  Jeffrey A Law  (law@cygnus.com)
16678
16679         * gcc.c-torture/compile/20000329-1.c: New test.
16680
16681 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
16682
16683         * gcc.c-torture/compile/20000326-1.c: New test.
16684         * gcc.c-torture/compile/20000326-2.c: New test.
16685
16686 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
16687
16688         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
16689         the first parameter is a function argument.
16690
16691 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
16692
16693         * g++.old-deja/g++.ext/array4.C: New test.
16694
16695 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
16696
16697         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
16698
16699 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16700
16701         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
16702
16703 2000-03-19  Richard Henderson  <rth@cygnus.com>
16704
16705         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
16706
16707 2000-03-19  Richard Henderson  <rth@cygnus.com>
16708
16709         * gcc.c-torture/compile/20000319-1.c: New test.
16710
16711 2000-03-14  Jeffrey A Law  (law@cygnus.com)
16712
16713         * gcc.c-torture/execute/20000314-3.c: New test.
16714         * gcc.c-torture/execute/20000314-2.c: New test.
16715         * gcc.c-torture/execute/20000314-1.c: New test.
16716         * gcc.c-torture/compile/20000314-2.c: New test.
16717         * gcc.c-torture/compile/20000314-1.c: New test.
16718
16719 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
16720
16721         * g++.old-deja/g++.warn/inline.C: New test.
16722
16723 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
16724
16725         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
16726         standards-compliant result rather than specific constants.
16727         Put test-values in array.
16728
16729 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
16730
16731         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
16732         (g++_target_compile): Put test-specific options last.
16733
16734 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16735
16736         * g++.old-deja/g++.eh/vbase4.C: New test.
16737
16738 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16739
16740         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
16741
16742 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16743
16744         * g++.old-deja/g++.brendan/misc12.C: Removed.
16745         * g++.old-deja/g++.pt/memtemp77.C: Constify.
16746         * g++.old-deja/g++.ext/pretty4.C: New test.
16747
16748 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16749
16750         * g++.old-deja/g++.other/string2.C: New test.
16751
16752 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
16753
16754         * g++.old-deja/g++.warn/impint2.C: New test.
16755
16756 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
16757
16758         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
16759         is 1, not zero.
16760
16761 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
16762
16763         * g++.old-deja/g++.warn/impint.C: New test.
16764         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
16765         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
16766         * g++.old-deja/g++.pt/explicit12.C: Likewise.
16767         * g++.old-deja/g++.pt/explicit13.C: Likewise.
16768         * g++.old-deja/g++.pt/explicit17.C: Likewise.
16769         * g++.old-deja/g++.pt/explicit18.C: Likewise.
16770         * g++.old-deja/g++.pt/explicit19.C: Likewise.
16771         * g++.old-deja/g++.pt/explicit23.C: Likewise.
16772         * g++.old-deja/g++.pt/explicit31.C: Likewise.
16773         * g++.old-deja/g++.pt/explicit35.C: Likewise.
16774         * g++.old-deja/g++.pt/explicit6.C: Likewise.
16775         * g++.old-deja/g++.pt/memclass7.C: Likewise.
16776
16777 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
16778
16779         * gcc.dg/cpp-redef.c: New test.
16780
16781 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
16782
16783         * g++.old-deja/g++.pt/unify7.C: New test.
16784
16785 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16786
16787         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
16788         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
16789
16790 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
16791
16792         * gcc.c-torture/compile/20000224-1.c: New test.
16793
16794 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16795
16796         * gcc.c-torture/compile/cpp-2.c: New test.
16797         * gcc.c-torture/compile/cpp-1.c: New test.
16798
16799 2000-02-25  Jeffrey A Law  (law@cygnus.com)
16800
16801         * gcc.c-torture/execute/20000225-1.c: New test.
16802
16803 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16804
16805         * gcc.dg/cpp-li2.c: New test.
16806
16807         * gcc.dg/cpp-wi1.c: New test.
16808
16809         * gcc.dg/cpp-li1.c: New test.
16810
16811 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
16812
16813         * g++.old-deja/g++.other/sizeof5.C: New test.
16814
16815 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16816
16817         * gcc.c-torture/execute/va-arg-13.c: New test.
16818
16819 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
16820
16821         * gcc.c-torture/execute/va-arg-12.c: New test.
16822
16823 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16824
16825         * gcc.c-torture/execute/20000223-1.c: New test.
16826
16827 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16828
16829         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
16830
16831 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
16832
16833         * g++.old-deja/g++.abi/ptrmem.C: New test.
16834
16835 2000-02-19  Richard Henderson  <rth@cygnus.com>
16836
16837         * gcc.c-torture/compile/init-3.c: New.
16838
16839 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
16840
16841         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
16842         ALWAYS_CXXFLAGS.
16843
16844 2000-02-11  Robert Lipe <robertl@sco.com>
16845
16846         * gcc.c-torture/compile/20000211-3.c: New test.
16847
16848 2000-02-11  Martin Buchholz <martin@xemacs.org>
16849
16850         * gcc.c-torture/compile/20000211-2.c: New test.
16851
16852 2000-02-11  Jeffrey A Law  (law@cygnus.com)
16853
16854         * gcc.c-torture/compile/20000211-1.c: New test.
16855
16856 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
16857
16858         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
16859           on native targets
16860
16861 2000-02-08  Nathan Sidwell  <nathan@acm.org>
16862
16863         * g++.old-deja/g++.other/cast5.C: New test.
16864
16865 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
16866
16867         * gcc.c-torture/execute/20000205-1.c: New.
16868
16869 2000-02-03  Nathan Sidwell  <nathan@acm.org>
16870
16871         * g++.old-deja/g++.jason/cast3.C: Return void.
16872         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
16873
16874 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16875
16876         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
16877
16878         * gcc.dg/loop-1.c: New test.
16879
16880 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16881
16882         * gcc.c-torture/compile/20000127-1.c: New test.
16883         * gcc.c-torture/execute/991228-1.c: New test.
16884
16885 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16886
16887         * gcc.dg/unused-2.c: New test.
16888
16889         * gcc.dg/conv-1.c: New test.
16890
16891 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
16892
16893         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
16894         compiler.
16895         (tool_option_proc): Fix typo.
16896
16897 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
16898
16899         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
16900         of the ld on the host, not on the build machine.
16901         Also, don't crash if '--help' is not a supported option.
16902
16903 2000-01-24  Richard Henderson  <rth@cygnus.com>
16904
16905         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
16906
16907 2000-01-20  Jeffrey A Law  (law@cygnus.com)
16908
16909         * gcc.c-torture/execute/20000120-2.c: New test.
16910         * gcc.c-torture/execute/20000120-1.c: New test.
16911
16912 2000-01-13  Jeffrey A Law  (law@cygnus.com)
16913
16914         * gcc.c-torture/execute/20000113-1.c: New test.
16915
16916 2000-01-12  Jeffrey A Law  (law@cygnus.com)
16917
16918         * gcc.c-torture/execute/20000112-1.c: New test.
16919
16920 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16921
16922         * gcc.dg/20000111-1.c: New test.
16923
16924 2000-01-10  Jeffrey A Law  (law@cygnus.com)
16925
16926         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
16927         with 16 bit integers.
16928
16929 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16930
16931         * gcc.dg/20000108-1.c: New test.
16932
16933 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16934
16935         * g++.old-deja/g++.ns/koenig8.C: New test.
16936
16937 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16938
16939         * g++.old-deja/g++.other/cast4.C: New test.
16940
16941 2000-01-05  Jeffrey A Law  (law@cygnus.com)
16942
16943         * gcc.c-torture/compile/20000105-2.c: New test.
16944         * gcc.c-torture/compile/20000105-1.c: New test.
16945
16946 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16947
16948         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
16949         references to printf & atoi to conform to ANSI standard.
16950         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
16951         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
16952         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
16953         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
16954         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
16955         * g++.old-deja/g++.brendan/complex1.C: Likewise.
16956         * g++.old-deja/g++.brendan/copy1.C: Likewise.
16957         * g++.old-deja/g++.brendan/copy2.C: Likewise.
16958         * g++.old-deja/g++.brendan/copy3.C: Likewise.
16959         * g++.old-deja/g++.brendan/copy4.C: Likewise.
16960         * g++.old-deja/g++.brendan/copy5.C: Likewise.
16961         * g++.old-deja/g++.brendan/copy6.C: Likewise.
16962         * g++.old-deja/g++.brendan/copy7.C: Likewise.
16963         * g++.old-deja/g++.brendan/copy8.C: Likewise.
16964         * g++.old-deja/g++.brendan/crash11.C: Likewise.
16965         * g++.old-deja/g++.brendan/crash14.C: Likewise.
16966         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
16967         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
16968         * g++.old-deja/g++.brendan/delete2.C: Likewise.
16969         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
16970         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
16971         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
16972         * g++.old-deja/g++.brendan/eh1.C: Likewise.
16973         * g++.old-deja/g++.brendan/groff1.C: Likewise.
16974         * g++.old-deja/g++.brendan/init3.C: Likewise.
16975         * g++.old-deja/g++.brendan/misc12.C: Likewise.
16976         * g++.old-deja/g++.brendan/misc7.C: Likewise.
16977         * g++.old-deja/g++.brendan/new2.C: Likewise.
16978         * g++.old-deja/g++.brendan/operators4.C: Likewise.
16979         * g++.old-deja/g++.brendan/operators5.C: Likewise.
16980         * g++.old-deja/g++.brendan/overload2.C: Likewise.
16981         * g++.old-deja/g++.brendan/overload7.C: Likewise.
16982         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
16983         * g++.old-deja/g++.brendan/reference1.C: Likewise.
16984         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
16985         * g++.old-deja/g++.brendan/template24.C: Likewise.
16986         * g++.old-deja/g++.brendan/template3.C: Likewise.
16987         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
16988         * g++.old-deja/g++.jason/inline3.C: Likewise.
16989         * g++.old-deja/g++.jason/opeq.C: Likewise.
16990         * g++.old-deja/g++.law/arg5.C: Likewise.
16991         * g++.old-deja/g++.law/arm7.C: Likewise.
16992         * g++.old-deja/g++.law/ctors11.C: Likewise.
16993         * g++.old-deja/g++.law/cvt8.C: Likewise.
16994         * g++.old-deja/g++.law/init9.C: Likewise.
16995         * g++.old-deja/g++.law/refs4.C: Likewise.
16996         * g++.old-deja/g++.law/template2.C: Likewise.
16997         * g++.old-deja/g++.law/visibility24.C: Likewise.
16998         * g++.old-deja/g++.law/vtable3.C: Likewise.
16999         * g++.old-deja/g++.mike/asm2.C: Likewise.
17000         * g++.old-deja/g++.mike/eh1.C: Likewise.
17001         * g++.old-deja/g++.mike/misc1.C: Likewise.
17002         * g++.old-deja/g++.mike/misc13.C: Likewise.
17003         * g++.old-deja/g++.mike/misc14.C: Likewise.
17004         * g++.old-deja/g++.mike/ns12.C: Likewise.
17005         * g++.old-deja/g++.mike/p1248.C: Likewise.
17006         * g++.old-deja/g++.mike/p3708.C: Likewise.
17007         * g++.old-deja/g++.mike/p3708a.C: Likewise.
17008         * g++.old-deja/g++.mike/p3708b.C: Likewise.
17009         * g++.old-deja/g++.mike/p646.C: Likewise.
17010         * g++.old-deja/g++.mike/p700.C: Likewise.
17011         * g++.old-deja/g++.mike/p783.C: Likewise.
17012         * g++.old-deja/g++.mike/p783a.C: Likewise.
17013         * g++.old-deja/g++.mike/p783b.C: Likewise.
17014         * g++.old-deja/g++.mike/p786.C: Likewise.
17015         * g++.old-deja/g++.mike/p789.C: Likewise.
17016         * g++.old-deja/g++.mike/p789a.C: Likewise.
17017         * g++.old-deja/g++.mike/p807a.C: Likewise.
17018         * g++.old-deja/g++.other/delete3.C: Likewise.
17019         * g++.old-deja/g++.other/dyncast1.C: Likewise.
17020         * g++.old-deja/g++.other/dyncast2.C: Likewise.
17021         * g++.old-deja/g++.other/dyncast3.C: Likewise.
17022         * g++.old-deja/g++.other/empty1.C: Likewise.
17023         * g++.old-deja/g++.other/temporary1.C: Likewise.
17024         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
17025         * g++.old-deja/g++.pt/t16.C: Likewise.
17026         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
17027
17028 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
17029
17030         * gcc.dg/991230-1.c: New test.
17031
17032 1999-12-29  Jeffrey A Law  (law@cygnus.com)
17033
17034         * gcc.c-torture/compile/991229-3.c: New test.
17035         * gcc.c-torture/compile/991229-2.c: New test.
17036         * gcc.c-torture/compile/991229-1.c: New test.
17037
17038 1999-12-29  Greg McGary <gkm@eng.ascend.com>
17039
17040         * gcc.c-torture/compile/labels-2.c: New test.
17041
17042 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17043
17044         * gcc.c-torture/execute/991227-1.c: New test.
17045
17046 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17047
17048         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
17049
17050 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17051
17052         * gcc.c-torture/execute/991221-1.c: New test.
17053
17054 1999-12-20  Nathan Sidwell  <nathan@acm.org>
17055
17056         * g++.old-deja/g++.other/cast3.C: New test.
17057
17058 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
17059
17060         * gcc.c-torture/execute/991216-4.c: New test.
17061
17062 1999-12-16  Michael Meissner  <meissner@cygnus.com>
17063
17064         * gcc.c-torture/execute/991216-1.c: New test.
17065         * gcc.c-torture/execute/991216-2.c: New test.
17066         * gcc.c-torture/execute/991216-3.c: New test.
17067
17068 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17069
17070         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
17071         Actually make the test fail by using "-O2" for compilation.
17072
17073 1999-12-15  Nathan Sidwell  <nathan@acm.org>
17074
17075         * g++.old-deja/g++.warn/cast-align1.C: New test.
17076
17077 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17078
17079         * gcc.c-torture/compile/991214-1.c: New test.
17080         * gcc.c-torture/compile/991214-2.c: New test.
17081
17082 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17083
17084         * gcc.dg/991214-1.c: New test.
17085
17086 1999-12-13  Jeffrey A Law  (law@cygnus.com)
17087
17088         * gcc.c-torture/compile/991213-3.c: New test.
17089         * gcc.c-torture/compile/991213-2.c: New test.
17090         * gcc.c-torture/compile/991213-1.c: New test.
17091
17092 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
17093
17094         * gcc.dg/991209-1.c: New test.
17095
17096 1999-12-08  Nathan Sidwell <nathan@acm.org>
17097
17098         * gcc.c-torture/compile/991208-1.c: New test.
17099
17100 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17101
17102         * gcc.dg/ultrasp2.c: New test.
17103
17104 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
17105
17106         * g++.old-deja/g++.abi/align.C (main): Fix typo.
17107
17108 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
17109
17110         * gcc.c-torture/compile/991202-1.c: New test.
17111         * gcc.c-torture/execute/991202-1.c: New test.
17112         * gcc.c-torture/execute/991202-2.c: New test.
17113         * gcc.c-torture/execute/991202-3.c: New test.
17114
17115 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
17116
17117         * g++.old-deja/g++.abi/align.C: New test.
17118         * g++.old-deja/g++.abi/aggregates.C: Likewise.
17119         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17120
17121 1999-12-01  Richard Henderson  <rth@cygnus.com>
17122
17123         * gcc.c-torture/execute/991201-1.c: New.
17124
17125 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
17126
17127         * gcc.dg/991129-1.c: New test.
17128
17129 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
17130
17131         * gcc.c-torture/compile/991127-1.c: New test.
17132
17133 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17134
17135         * g++.old-deja/g++.other/warn4.C: New test.
17136
17137 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17138
17139         * g++.old-deja/g++.eh/cleanup2.C: New test.
17140         * g++.old-deja/g++.ext/pretty2.C: New test.
17141         * g++.old-deja/g++.ext/pretty3.C: New test.
17142         * g++.old-deja/g++.other/debug6.C: New test.
17143
17144 1999-10-20  Jim Wilson  <wilson@cygnus.com>
17145
17146         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
17147         compiler_output to look for one error message instead of two.
17148
17149 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
17150
17151         * gcc.c-torture/execute/991118-1.c: Also test case
17152         where the word boundary does not split a byte evenly.
17153
17154 1999-11-19  Nathan Sidwell  <nathan@acm.org>
17155
17156         * g++.old-deja/g++.ext/restrict1.C: New test.
17157
17158 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17159
17160         * gcc.c-torture/execute/991118-1.c: New test.
17161
17162 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
17163
17164         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
17165         working directory pathnames.
17166
17167 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17168
17169         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
17170         host is equipped with driver.h and driver.o so it can actually
17171         compile and run the tests.
17172
17173 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
17174
17175         * gcc.c-torture/compile/991008-1.c: New test.
17176
17177 1999-11-08  Nick Clifton  <nickc@cygnus.com>
17178
17179         * lib/gcc-dg.exp: Include target-supports.exp
17180
17181 1999-11-05  Nick Clifton  <nickc@cygnus.com>
17182
17183         * lib/target-supports.exp: New file: Provide procs to test for
17184         features supported by the target.
17185         (check_weak_available): Moved here from ecos.exp.
17186         (check_alias_available): New proc: Determine of the target
17187         toolchain supports the alias attribute.
17188
17189         * gcc.dg/special/ecos.exp: Move check_weak_available to
17190         target-supports.exp.
17191         (alias-1.c): Only perform the test if the target supports
17192         aliases.
17193         (wkali-1.c): Only perform the test if the target supports
17194         aliases.
17195
17196         * gcc.dg/990506-0.c: Expect error messages from cross
17197         targets as well as native targets.
17198
17199 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17200
17201         * gcc.dg/ultrasp1.c: Removed xfail.
17202         * gcc.dg/struct-ret-2.c: Likewise.
17203         * gcc.dg/array-1.c: Likewise.
17204
17205 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17206
17207         * gcc.dg/struct-ret-2.c: New test.
17208
17209         * gcc.dg/array-1.c: New test.
17210
17211 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
17212
17213         * gcc.c-torture/execute/991030-1.c: New test.
17214
17215 1999-10-26  Richard Henderson  <rth@cygnus.com>
17216
17217         * gcc.c-torture/compile/991026-2.c: New test.
17218
17219 1999-10-26  Jeffrey A Law  (law@cygnus.com)
17220
17221         * gcc.c-torture/compile/991026-1.c: New test.
17222
17223 1999-10-23  Jeffrey A Law  (law@cygnus.com)
17224
17225         * gcc.c-torture/execute/991023-1.c: New test.
17226
17227 1999-10-19  Jeffrey A Law  (law@cygnus.com)
17228
17229         * gcc.c-torture/execute/991019-1.c: New test.
17230
17231 1999-10-16  Richard Henderson  <rth@cygnus.com>
17232
17233         * gcc.c-torture/execute/991016-1.c: New test.
17234
17235 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
17236
17237         * gcc.c-torture/execute/991014-1.c: New test.
17238
17239 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
17240
17241         * g++.old-deja/g++.other/union2.C: New test.
17242
17243 1999-10-13  Nathan Sidwell  <nathan@acm.org>
17244
17245         * g++.old-deja/g++.other/vaarg2.C: New test.
17246         * g++.old-deja/g++.other/vaarg3.C: New test.
17247
17248 1999-10-12  Craig Burley  <craig@jcb-sc.com>
17249
17250         * g77.f-torture/noncompile/19990905-1.f: Moved from being
17251         in compile/.
17252
17253 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
17254
17255         * gcc.c-torture/execute/va-arg-11.c: New test.
17256
17257 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
17258
17259         * lib/file-format.exp (gcc_target_object_format): Don't
17260         crash if objdump is unavailable.
17261
17262 1999-09-29  Donn Terry <donn@interix.com>
17263
17264         * gcc.misc-tests/mg.exp: delete extraneous redirection.
17265
17266 1999-09-28  Nick Clifton  <nickc@cygnus.com>
17267
17268         * gcc.c-torture/compile/990928-1.c: New test.
17269
17270 1999-09-28  Nathan Sidwell  <nathan@acm.org>
17271
17272         * g++.old-deja/g++.other/decl6.C: New test.
17273
17274 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17275
17276         * gcc.c-torture/execute/va-arg-10.c: New test.
17277
17278 1999-09-27  Nathan Sidwell  <nathan@acm.org>
17279
17280         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
17281         __PRETTY_FUNCTION__.
17282
17283 1999-09-23  Nick Clifton  <nickc@cygnus.com>
17284
17285         * gcc.c-torture/execute/990923-1.c: New test.
17286
17287 1999-09-21  Nick Clifton  <nickc@cygnus.com>
17288
17289         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
17290         for which -fpic is inappropriate.
17291
17292 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
17293
17294         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
17295
17296 1999-09-21  Nathan Sidwell  <nathan@acm.org>
17297
17298         * g++.old-deja/g++.other/dyncast1.C: New test.
17299         * g++.old-deja/g++.other/dyncast2.C: New test.
17300         * g++.old-deja/g++.other/dyncast3.C: New test.
17301         * g++.old-deja/g++.other/dyncast4.C: New test.
17302         * g++.old-deja/g++.other/dyncast5.C: New test.
17303         * g++.old-deja/g++.eh/catch3.C: New test.
17304         * g++.old-deja/g++.eh/catch3p.C: New test.
17305         * g++.old-deja/g++.eh/catch4.C: New test.
17306         * g++.old-deja/g++.eh/catch4p.C: New test.
17307         * g++.old-deja/g++.eh/catch5.C: New test.
17308         * g++.old-deja/g++.eh/catch5p.C: New test.
17309         * g++.old-deja/g++.eh/catch6.C: New test.
17310         * g++.old-deja/g++.eh/catch6p.C: New test.
17311         * g++.old-deja/g++.eh/catch7.C: New test.
17312         * g++.old-deja/g++.eh/catch7p.C: New test.
17313         * g++.old-deja/g++.eh/catch8.C: New test.
17314         * g++.old-deja/g++.eh/catch8p.C: New test.
17315         * g++.old-deja/g++.eh/catch9.C: New test.
17316         * g++.old-deja/g++.eh/catch9p.C: New test.
17317
17318 1999-09-13  Nathan Sidwell  <nathan@acm.org>
17319
17320         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
17321         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
17322
17323 1999-09-13  Jeffrey A Law  (law@cygnus.com)
17324
17325         * gcc.c-torture/compile/990913-1.c: New test.
17326
17327 1999-09-10  Nathan Sidwell  <nathan@acm.org>
17328
17329         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
17330         * g++.old-deja/g++.jason/rfg5.C: Likewise.
17331
17332 1999-09-09  Richard Henderson  <rth@cygnus.com>
17333
17334         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
17335
17336 1999-09-09  Nathan Sidwell  <nathan@acm.org>
17337
17338         * g++.old-deja/g++.other/lookup11.C: New test.
17339         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
17340         what is permitted and what we want.
17341         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
17342         overload use.
17343         * g++.old-deja/g++.jason/rfg5.C: Likewise
17344
17345 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
17346
17347         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
17348         * gcc.c-torture/noncompile/poison-1.c: New file.
17349
17350 1999-09-08  Nathan Sidwell  <nathan@acm.org>
17351
17352         * g++.old-deja/g++.other/sizeof3.C: New test.
17353         * g++.old-deja/g++.other/sizeof4.C: New test.
17354         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
17355         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
17356
17357 1999-09-07  Richard Henderson  <rth@cygnus.com>
17358
17359         * gcc.dg/va-arg-1.c: New.
17360
17361 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17362
17363         * gcc.c-torture/execute/va-arg-9.c: New test.
17364
17365 1999-09-05  Craig Burley  <craig@jcb-sc.com>
17366
17367         * g77.f-torture/compile/980519-2.f: New test.
17368         * g77.f-torture/compile/19990905-0.f: New test.
17369         * g77.f-torture/compile/19990905-1.f: New test.
17370         * g77.f-torture/compile/19990905-2.f: New test.
17371
17372         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
17373
17374 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
17375
17376         * gcc.c-torture/execute/990827-1.c: Fix typo.
17377
17378 1999-09-03  Nathan Sidwell  <nathan@acm.org>
17379
17380         * g++.old-deja/g++.other/deref1.C: New test.
17381
17382 1999-09-02  Nathan Sidwell  <nathan@acm.org>
17383
17384         * g++.old-deja/g++.other/ambig2.C: New test.
17385         * g++.old-deja/g++.other/cond5.C: New test.
17386         * g++.old-deja/g++.other/lookup16.C: New test.
17387
17388 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
17389
17390         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
17391         assemblers too.
17392
17393 1999-08-31  Jeffrey A Law  (law@cygnus.com)
17394
17395         * lib/c-torture.exp: Avoid the "compare executables" optimization
17396         when testing native.
17397
17398 1999-08-29  Jeffrey A Law  (law@cygnus.com)
17399
17400         * gcc.c-torture/execute/990829-1.c: New test.
17401         * gcc.c-torture/compile/990829-1.c: New test.
17402
17403 1999-08-27  Paul Burchard  <burchard@pobox.com>
17404
17405         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
17406         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
17407         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
17408         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
17409         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
17410         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
17411         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
17412         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
17413         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
17414         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
17415         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
17416
17417 1999-08-27  Jeffrey A Law  (law@cygnus.com)
17418
17419         * gcc.c-torture/execute/990827-1.c: New test.
17420
17421 1999-08-26  Craig Burley  <craig@jcb-sc.com>
17422
17423         * g77.f-torture/noncompile/19990826-4.f: New test.
17424
17425         * g77.f-torture/compile/19990826-3.f: New test.
17426
17427         * g77.f-torture/execute/19990826-2.f: New test.
17428
17429         * g77.f-torture/compile/19990826-1.f: New test.
17430
17431         * gcc.c-torture/execute/990826-0.c: New test.
17432         * g77.c-torture/execute/19990826-0.f: New test.
17433
17434         * g77.f-torture/noncompile/970626-2.f: New test.
17435
17436 1999-08-25  Paul Burchard  <burchard@pobox.com>
17437
17438         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
17439         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
17440         lss-011.C: New tests.
17441
17442 1999-08-25  Nathan Sidwell  <nathan@acm.org>
17443
17444         * g++.old-deja/g++.other/decl5.C: New test.
17445
17446 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17447
17448         * noncompile/noncompile.exp: Load_lib c-torture.exp.
17449         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
17450         call `postbase' for each one.  All callers of `postbase' changed
17451         to call this instead.
17452
17453 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
17454
17455         * gcc.c-torture/execute/990811-1.c: New test.
17456
17457 1999-08-09  Nick Clifton  <nickc@cygnus.com>
17458
17459         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
17460         just native ones.
17461
17462         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
17463         just native ones.
17464
17465 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17466
17467         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
17468
17469 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17470
17471         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
17472
17473 1999-08-04  Nathan Sidwell  <nathan@acm.org>
17474
17475         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
17476
17477 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17478
17479         * gcc.c-torture/execute/990804-1.c: New test.
17480
17481 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17482
17483         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
17484         * g++.old-deja/g++.brendan/crash64.C: Likewise
17485         * g++.old-deja/g++.brendan/overload8.C: Likewise
17486
17487 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17488
17489         * g++.old-deja/g++.other/struct1.C: New test.
17490
17491 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17492
17493         * g++.old-deja/g++.other/enum2.C: New test.
17494
17495 1999-08-02  Richard Henderson  <rth@cygnus.com>
17496
17497         Adapted from tests from Franz Sirl:
17498         * gcc.c-torture/execute/va-arg-7.c: New test.
17499         * gcc.c-torture/execute/va-arg-8.c: New test.
17500
17501 1999-08-01  Jeffrey A Law  (law@cygnus.com)
17502
17503         * gcc.c-torture/compile/990801-2.c: New test.
17504
17505         * gcc.c-torture/compile/990801-1.c: New test.
17506
17507 1999-07-27  Michael Meissner  <meissner@cygnus.com>
17508
17509         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
17510         fp-cmp-1.c, converting double to float.
17511
17512         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
17513         fp-cmp-1.c, converting double to long double.
17514
17515         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
17516         from fr1 to unknown_register, since fr1 is a legitimate register
17517         on some machines.
17518
17519 1999-07-25  Jeffrey A Law  (law@cygnus.com)
17520
17521         * README: More listname related changes.
17522
17523 1999-07-08  Catherine Moore  <clm@cygnus.com>
17524
17525         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
17526
17527 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
17528
17529         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
17530
17531 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17532
17533         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
17534
17535 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
17536
17537         * gcc.dg/990703-1.c: New test.
17538
17539 1999-06-29  Nick Clifton  <nickc@cygnus.com>
17540
17541         * lib/file-format.exp: New file: Move definition of proc
17542         gcc_target_object_format to here from
17543         gcc.dg/special/ecos.exp.
17544
17545         * lib/c-torture.exp: Include lib file-format.exp.
17546         * lib/gcc-dg.exp: Include lib file-format.exp.
17547
17548         * gcc.dg/special/ecos.exp: Remove definition of proc
17549         gcc_target_object_format.
17550
17551 1999-06-28  Jeffrey A Law  (law@cygnus.com)
17552
17553         * gcc.c-torture/execute/990628-1.c: New test.
17554
17555 1999-06-25  Jeffrey A Law  (law@cygnus.com)
17556
17557         * gcc.c-torture/compile/990625-2.c: New test.
17558
17559         * gcc.c-torture/compile/990625-1.c: New test.
17560
17561 1999-06-23  Nick Clifton  <nickc@cygnus.com>
17562
17563         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
17564         attributes compile.
17565         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
17566         ports that use the COFF/PE file format.
17567
17568 1999-06-17  Jeffrey A Law  (law@cygnus.com)
17569
17570         * gcc.c-torture/compile/990617-1.c: New test.
17571
17572 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
17573
17574         * g++.old-deja/g++.other/decl4.C: New test.
17575
17576 1999-06-14  Nathan Sidwell  <nathan@acm.org>
17577
17578         * g++.old-deja/g++.other/bitfld3.C: New test.
17579
17580 1999-06-08  Nathan Sidwell  <nathan@acm.org>
17581
17582         * g++.old-deja/g++.eh/catch1.C: New test.
17583
17584 1999-06-07  Jeffrey A Law  (law@cygnus.com)
17585
17586         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
17587
17588         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
17589         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
17590
17591 1999-06-05  Craig Burley  <craig@jcb-sc.com>
17592
17593         * g77.f-torture/compile/19990502-0.f: Replace with new,
17594         shorter, test that still fails after recent changes.
17595
17596 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17597
17598         * gcc.c-torture/execute/990604-1.c: New test.
17599
17600 1999-05-31  Jeffrey A Law  (law@cygnus.com)
17601
17602         * gcc.c-torture/execute/990531-1.c: New test.
17603
17604 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17605
17606         * gcc.c-torture/compile/990527-1.c: New test.
17607
17608 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
17609
17610         * gcc.c-torture/execute/990527-1.c: New test.
17611
17612 1999-05-25  Nick Clifton  <nickc@cygnus.com>
17613
17614         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
17615         bitfields as signed.
17616
17617 1999-05-25  Craig Burley  <craig@jcb-sc.com>
17618
17619         * g77.f-torture/compile/19990525-0.f: New test.
17620
17621 1999-05-25  Jeffrey A Law  (law@cygnus.com)
17622
17623         * gcc.c-torture/execute/990525-2.c: New test.
17624
17625         * gcc.c-torture/execute/990525-1.c: New test.
17626
17627 1999-05-24  Nathan Sidwell  <nathan@acm.org>
17628
17629         * g++.old-deja/g++.other/anon3.C: New test.
17630         * g++.old-deja/g++.other/anon4.C: New test.
17631         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
17632         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
17633         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
17634         Merrill).
17635
17636 1999-05-24  Jeffrey A Law  (law@cygnus.com)
17637
17638         * gcc.c-torture/execute/990524-1.c: New test.
17639
17640         * gcc.dg/990524-1.c: New test.
17641
17642 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17643
17644         * gcc.c-torture/compile/990523-1.c: New test.
17645
17646 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
17647
17648         * gcc.c-torture/compile/990519-1.c: New test.
17649
17650 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17651
17652         * gcc.c-torture/compile/990517-1.c: New test.
17653
17654         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
17655         (e4, f4): New tests.
17656         (main): Call them.
17657
17658 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17659
17660         * gcc.dg/noreturn-1.c: New test.
17661
17662 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17663
17664         * gcc.c-torture/execute/990513-1.c: New test.
17665
17666 1999-05-10  Richard Henderson  <rth@cygnus.com>
17667
17668         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
17669
17670 1999-05-10  Craig Burley  <craig@jcb-sc.com>
17671
17672         * g77.f-torture/execute/erfc.f: Use small single-precision
17673         values, to avoid problems on Alphas when not -mieee.
17674
17675 1999-05-08  Craig Burley  <craig@jcb-sc.com>
17676
17677         * gcc.dg/990506-0.c: New test.
17678
17679 1999-05-08  Richard Henderson  <rth@cygnus.com>
17680
17681         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
17682         the constant to test.  Don't XFAIL 64-bit targets.
17683
17684         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
17685         * g++.old-deja/g++.law/profile1.C: Likewise.
17686
17687         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
17688         operator new instances.
17689         * g++.old-deja/g++.other/delete5.C: Likewise.
17690
17691 1999-05-03  Craig Burley  <craig@jcb-sc.com>
17692
17693         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
17694         intrinsic.
17695
17696 1999-05-03  Craig Burley  <craig@jcb-sc.com>
17697
17698         * g77.f-torture/execute/u77-test.f: Reverse order of two
17699         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
17700
17701 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17702
17703         * gcc.dg/compare1.c: New test.
17704
17705 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17706
17707         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
17708         New tests.
17709
17710 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17711
17712         * g77.f-torture/compile/19990502-1.f: New test.
17713
17714 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17715
17716         * g77.f-torture/compile/19990502-0.f: New test.
17717
17718 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17719
17720         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
17721         intrinsic.
17722
17723 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17724
17725         * g77.f-torture/execute/u77-test.f (main): List libU77
17726         intrinsics not currently tested.
17727         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
17728         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
17729         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
17730         Trim blanks off the ends of some printed strings.
17731
17732 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17733
17734         * g77.f-torture/execute/u77-test.f (main): Just warn about
17735         FSTAT gid disagreement, as it's expected on some systems.
17736
17737 1999-05-01  Craig Burley  <craig@jcb-sc.com>
17738
17739         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
17740         use a new function, which allows for some slop.
17741         Clean up some commentary.
17742         (issum): The new function.
17743         (sgladd): Deleted subroutine.
17744
17745 1999-05-01  Craig Burley  <craig@jcb-sc.com>
17746
17747         * g77.f-torture/execute/u77-test.f: Modify to be more like
17748         libf2c/libU77 version, bringing patches to that version here.
17749         Add suitable commentary.
17750
17751 1999-04-25  Richard Henderson  <rth@cygnus.com>
17752
17753         * gcc.dg/990424-1.c: New test.
17754
17755 1999-04-24  Craig Burley  <craig@jcb-sc.com>
17756
17757         * g77.f-torture/execute/u77-test.f (main): Bug involving
17758         LSTAT has been fixed, so turn back on full checking.
17759
17760 1999-04-20  Craig Burley  <craig@jcb-sc.com>
17761
17762         * g77.f-torture/compile/19990419-0.f: New test.
17763         * g77.f-torture/execute/19990419-1.f: New test.
17764
17765 1999-04-17  Richard Henderson  <rth@cygnus.com>
17766
17767         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
17768         to avoid the need for a prototype to supress a warning.
17769
17770 1999-04-07  Jim Wilson  <wilson@cygnus.com>
17771
17772         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
17773
17774 1999-04-04  Jeffrey A Law  (law@cygnus.com)
17775
17776         * gcc.c-torture/execute/990404-1.c: New test.
17777
17778 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17779
17780         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
17781         * gcc.dg/cpp-if3.c: Don't use -pedantic.
17782         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
17783         missing initializer warnings.
17784
17785 1999-03-28  Jeffrey A Law  (law@cygnus.com)
17786
17787         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
17788         matching strings.
17789
17790 1999-03-26  Jeffrey A Law  (law@cygnus.com)
17791
17792         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
17793
17794 1999-03-26  Craig Burley  <craig@jcb-sc.com>
17795
17796         * g77.f-torture/execute/19990325-0.f: New test.
17797         * g77.f-torture/execute/19990325-1.f: New test.
17798
17799 1999-03-24  Jeffrey A Law  (law@cygnus.com)
17800
17801         * gcc.c-torture/execute/990324-1.c: New test.
17802
17803 1999-03-22  Jim Wilson  <wilson@cygnus.com>
17804
17805         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
17806         test with 4.
17807
17808 1999-03-17  Richard Henderson  <rth@cygnus.com>
17809
17810         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
17811
17812 1999-03-13  Craig Burley  <craig@jcb-sc.com>
17813
17814         * g77.f-torture/execute/19990313-2.f: New test.
17815         * g77.f-torture/execute/19990313-3.f: New test.
17816
17817 1999-03-13  Craig Burley  <craig@jcb-sc.com>
17818
17819         * g77.f-torture/execute/19990313-0.f: New test.
17820         * g77.f-torture/execute/19990313-1.f: New test.
17821
17822 1999-03-12  Jim Wilson  <wilson@cygnus.com>
17823
17824         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
17825         printf to sprintf.
17826         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
17827         (main): Add check for u15.  Conditionalize u31 check depending on
17828         whether ints are <32 bits or >=32 bits.
17829
17830 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17831
17832         * g77.f-torture/execute/19981119-0.f: Improve testiness.
17833
17834 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17835
17836         * g77.f-torture/compile/19990305-0.f: New test.
17837         * g77.f-torture/execute/19981119-0.f: New test.
17838
17839 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17840
17841         * g77.f-torture/execute/970625-2.f: call ABORT if final
17842         result is not correct, instead of just printing it.
17843         Add this checking via newly introduced obfuscation, to
17844         trip up buggy front ends.
17845
17846 1999-03-07  Craig Burley  <craig@jcb-sc.com>
17847
17848         * g77.f-torture/compile/960317-1.f: Moved from being
17849         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
17850
17851 1999-03-06  Craig Burley  <craig@jcb-sc.com>
17852
17853         * g77.f-torture/execute/960317-1.f: New (old) test.
17854         * g77.f-torture/execute/970625-2.f: Ditto.
17855
17856 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
17857
17858         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
17859         message on line 1 or line 2; cccp and cpplib do this differently.
17860
17861 1999-03-01  Jeffrey A Law  (law@cygnus.com)
17862
17863         * g++.old-deja/g++.law/weak1.C: New test.
17864
17865 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17866
17867         * gcc.c-torture/execute/990119-1.c: Renamed to...
17868         * gcc.dg/990119-1.c: this, so it will only be tested once
17869         (it's a preprocessor test, it doesn't need to be run at
17870         multiple optimization levels).
17871
17872 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17873
17874         * lib/g++.exp: Don't add incdir=$base_dir/../include to
17875           ALWAYS_CXXFLAGS.
17876
17877 1999-02-24  Craig Burley  <craig@jcb-sc.com>
17878
17879         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
17880         * g77.f-torture/compile/19981216-0.f: ...as it is expected
17881         to not be compilable by current g77.
17882
17883 1999-02-24  Nick Clifton  <nickc@cygnus.com>
17884
17885         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
17886
17887 1999-02-22  Jeffrey A Law  (law@cygnus.com)
17888
17889         * gcc.c-torture/execute/990222-1.c: New test.
17890
17891 1999-02-19  Craig Burley  <craig@jcb-sc.com>
17892
17893         * g77.f-torture/compile/19990218-0.f: New test.
17894         * g77.f-torture/noncompile/19990218-1.f: New test.
17895
17896 1999-02-18  Craig Burley  <craig@jcb-sc.com>
17897
17898         * g77.f-torture/compile/19981216-0.f: New test.
17899
17900 1999-02-14  Jeffrey A Law  (law@cygnus.com)
17901
17902         * gcc.dg/990214-1.c: New test.
17903
17904 1999-02-13  Jeffrey A Law  (law@cygnus.com)
17905
17906         * gcc.dg/990213-2.c: New test.
17907
17908         * gcc.dg/990213-1.c: New test.
17909
17910 1999-02-12  Jeffrey A Law  (law@cygnus.com)
17911
17912         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
17913         ints.
17914
17915 1999-02-11  Nick Clifton  <nickc@cygnus.com>
17916
17917         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
17918         specified by target.
17919
17920         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
17921
17922 1999-02-11  Jeffrey A Law  (law@cygnus.com)
17923
17924         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
17925
17926 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17927
17928         * gcc.dg/special/ecos.exp: New test driver for new tests with
17929         special requirements.
17930
17931         * gcc.dg/special/alias-1.c: New test.
17932         * gcc.dg/special/gcsec-1.c: New test.
17933         * gcc.dg/special/weak-1.c: New test.
17934         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
17935         * gcc.dg/special/weak-2.c: New test.
17936         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
17937         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
17938         * gcc.dg/special/wkali-1.c: New test.
17939         * gcc.dg/special/wkali-2.c: New test.
17940         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
17941         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
17942
17943 1999-02-10  Felix Lee  <flee@cygnus.com>
17944
17945           * lib/c-torture.exp (c-torture-compile): Pull out code for
17946           analyzing gcc error messages.
17947           (c-torture-execute): Likewise.  Fix some (harmless) false
17948           positives.
17949           * lib/gcc.exp (gcc_check_compile): New function.
17950
17951 1999-02-08  Richard Henderson  <rth@cygnus.com>
17952
17953         * gcc.c-torture/execute/990208-1.c: New test.
17954
17955 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17956
17957         * g++.dg/special/ecos.exp: New driver for new tests with special
17958         requirements
17959
17960         * g++.dg/special/conpr-1.C: New test
17961         * g++.dg/special/conpr-2.C: New test
17962         * g++.dg/special/conpr-2a.C: New test
17963         * g++.dg/special/conpr-3.C: New test
17964         * g++.dg/special/conpr-3a.C: New test
17965         * g++.dg/special/conpr-3b.C: New test
17966
17967         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
17968         allow g++ to use the dg driver
17969
17970         * README: Add comment about g++.dg directory
17971
17972 1999-02-06  Jeffrey A Law  (law@cygnus.com)
17973
17974         * README: Update email addresses.
17975
17976 1999-02-03  Nick Clifton  <nickc@cygnus.com>
17977
17978         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
17979         arguments in order to force structure S onto the stack even on
17980         the alpha.
17981         (test): Pass 10 leading arguments to function foo as well as the
17982         structure S.
17983
17984         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
17985         failure for all targets.
17986
17987         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
17988         abort to terminate program execution.
17989
17990 1999-01-30  Richard Henderson  <rth@cygnus.com>
17991
17992         * gcc.c-torture/execute/990130-1.c: New test.
17993
17994 1999-01-30  Jeffrey A Law  (law@cygnus.com)
17995
17996         * gcc.dg/990130-1.c: New test.
17997
17998 1999-01-28  Michael Meissner  <meissner@cygnus.com>
17999
18000         * gcc.c-torture/execute/990128-1.c: New test.
18001
18002 1999-01-27  Michael Meissner  <meissner@cygnus.com>
18003
18004         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
18005
18006 1999-01-27  Felix Lee  <flee@cygnus.com>
18007
18008         * lib/c-torture.exp (c-torture-compile): pull out code for
18009         analyzing gcc error messages.
18010         (c-torture-execute): ditto, and fix some (harmless) false
18011         positives.
18012         * lib/gcc.exp (gcc_check_compile): new function.
18013
18014 1999-01-17  Jeffrey A Law  (law@cygnus.com)
18015
18016         * gcc.dg/990117-1.c: New test.
18017
18018         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
18019
18020         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
18021
18022 1999-01-15  Jeffrey A Law  (law@cygnus.com)
18023
18024         * g77.f-torture/compile/990115-1.f: New test.
18025
18026 1999-01-07  Jeffrey A Law  (law@cygnus.com)
18027
18028         * gcc.c-torture/compile/990107-1.c: New test
18029
18030 1999-01-06  Jeffrey A Law  (law@cygnus.com)
18031
18032         * gcc.c-torture/execute/990106-2.c: New test.
18033
18034         * gcc.c-torture/execute/990106-1.c: New test.
18035
18036 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
18037
18038         * gcc.c-torture/compile/981223-1.c: New test.
18039
18040 1998-12-29  Richard Henderson  <rth@cygnus.com>
18041
18042         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
18043         (opt3): Rename from opt4 and disable.
18044
18045 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
18046
18047         * g++.old-deja/g++.pt/ptrmem5.C: New test.
18048
18049 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18050
18051         * g++.old-deja/g++.other/conv5.C: New test.
18052
18053 1998-12-14  Nick Clifton  <nickc@cygnus.com>
18054
18055         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
18056
18057 1998-12-11  Jeffrey A Law  (law@cygnus.com)
18058
18059         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
18060
18061 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
18062
18063         * gcc.c-torture/compile/981211-1.c: New test.
18064
18065 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
18066
18067         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
18068
18069         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
18070
18071 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18072
18073         * gcc.special/930510-1.c: Make C9X safe.
18074         * gcc.misc-tests/gcov-1.c Similarly.
18075         * gcc.misc-tests/gcov-2.c Similarly.
18076
18077 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18078
18079         * gcc.dg/ultrasp1.c: New test.
18080
18081 1998-12-06  Richard Henderson  <rth@cygnus.com>
18082
18083         * gcc.c-torture/execute/981206.c: New test.
18084
18085 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18086
18087         * g++.old-deja/g++.ns/template7.C: New test.
18088
18089         * g++.old-deja/g++.other/expr1.C: New test.
18090
18091         * g++.old-deja/g++.eh/tmpl3.C: New test.
18092
18093         * g++.old-deja/g++.eh/tmpl2.C: New test.
18094
18095 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18096
18097         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
18098         * g++.old-deja/g++.other/using6.C: Removed.
18099         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
18100
18101         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
18102
18103 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18104
18105         * g++.old-deja/g++.pt/overload8.C: New test.
18106
18107         * g++.old-deja/g++.pt/overload7.C: New test.
18108
18109         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
18110
18111         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
18112         and relinking messages.
18113         * lib/g++.exp (g++_target_compile): Remove .rpo file when
18114         compiling with -frepo.
18115
18116 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
18117
18118         * g++.old-deja/g++.pt/lookup6.C: New test.
18119
18120 1998-11-30  Nick Clifton  <nickc@cygnus.com>
18121
18122         * gcc.c-torture/execute/981130-1.c: New test.
18123         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
18124
18125 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18126
18127         * g++.old-deja/g++.pt/explicit76.C: New test.
18128
18129         * g++.old-deja/g++.pt/friend38.C: New test.
18130
18131         * g++.old-deja/g++.ns/crash2.C: New test.
18132
18133         * g++.old-deja/g++.pt/defarg8.C: New test.
18134
18135         * g++.old-deja/g++.pt/instantiate6.C: New test.
18136
18137         * g++.old-deja/g++.pt/static6.C: New test.
18138
18139         * g++.old-deja/g++.pt/decl2.C: New test.
18140
18141 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18142
18143         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
18144         problem is actually related with name lookup, but so what? :-)
18145
18146         * g++.old-deja/g++.pt/friend37.C: New test.
18147
18148 1998-11-25  Dave Love  <d.love@dl.ac.uk>
18149
18150         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
18151         element, which fails on some systems.
18152
18153         * g77.f-torture/execute/labug1.f: New test.
18154
18155 1998-11-21  Jeffrey A Law  (law@cygnus.com)
18156
18157         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
18158         is defined.
18159
18160 1998-11-18  Dave Love  <d.love@dl.ac.uk>
18161
18162         * g77.f-torture/compile/981117-1.f: New test.
18163
18164 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
18165
18166         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
18167         properly discarded.
18168
18169 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
18170
18171         * gcc.c-torture/execute/memcheck: New directory of tests for
18172         -fcheck-memory-usage.
18173
18174 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18175
18176         * README: New file, general information about the testsuite and
18177         new description of the various C++ test subdirectories.
18178         * README.g++: Eliminate obsolete information, update and move most
18179         relevant stuff to README.
18180
18181 1998-11-07  Richard Henderson  <rth@cygnus.com>
18182
18183         * gcc.c-torture/compile/981107-1.c: New test.
18184
18185 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
18186
18187         * execute/memcpy-bi.c: New testcase.
18188
18189 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
18190
18191         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
18192         base classes.
18193
18194         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
18195         template is selected.
18196
18197         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
18198         classes, it should be accepted for all types.
18199
18200         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
18201
18202         * g++.old-deja/g++.pt/spec24.C: Ensure that template
18203         specializations start with template headers.
18204
18205 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
18206
18207         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
18208
18209         * g++.old-deja/g++.other/init9.C: Test cross initialization of
18210         non-POD types.
18211
18212 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18213
18214         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
18215
18216 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18217
18218         * compile/981022-1.c, compile/981022-1.x: New test and driver.
18219
18220 1998-10-19  Jeffrey A Law  (law@cygnus.com)
18221
18222         * 981019-1.c: New test.
18223
18224 1998-10-14  Robert Lipe <robertl@dgii.com>
18225
18226         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
18227         find objc headers.
18228
18229 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18230
18231         * compile/981001-4.c: Remove use of GCC extension that triggers a
18232         compiler bug.
18233
18234 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
18235
18236         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
18237
18238 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18239
18240         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
18241         instantiation of template produces incorrect code for delete
18242         expression.
18243
18244         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
18245         constructors' name is not unique.
18246         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
18247         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
18248
18249         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
18250         automatic array of const is ill-formed.
18251
18252         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
18253         of template parameter?
18254
18255         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
18256         const.
18257
18258         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
18259         pointer-to-member expression.
18260
18261         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
18262         declaration causes ICE.
18263
18264 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
18265
18266         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
18267         reserved in the global namespace.
18268
18269         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
18270         generate needed virtual table.
18271
18272         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
18273
18274 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
18275
18276         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
18277         template-dependent type
18278
18279 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
18280
18281         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
18282         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
18283         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
18284
18285         * g++.old-deja/g++.other/using5.C: New test; using decl from base
18286         class should be usable as argument of member function.
18287         * g++.old-deja/g++.other/using6.C: New test; using decl from base
18288         class should be usable as return type of member function.
18289         * g++.old-deja/g++.other/using7.C: New test; using decl from base
18290         class should be usable as type of data member.
18291
18292         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
18293
18294 1998-10-09  Jeffrey A Law  (law@cygnus.com)
18295
18296         * gcc.c-torture/special/920521-1.c: Fix bogus test.
18297
18298 1998-10-08  Nick Clifton  <nickc@cygnus.com>
18299
18300         * gcc.dg/dll-?.c Add thumb to target list.
18301         Fix assembler scan patterns to match current assembler output.
18302
18303 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
18304
18305         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
18306         matching of template brackets.
18307
18308         * g++.old-deja/g++.other/using4.C: New test.  Test using
18309         declarations of methods from base classes.
18310
18311         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
18312         within functions should introduce names into the innermost
18313         enclosing namespace.
18314
18315         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
18316         of static locals if first initialization throws.
18317
18318 1998-10-07  Jim Wilson  <wilson@cygnus.com>
18319
18320         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
18321
18322 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
18323
18324         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
18325         lose track of the possible targets of tablejump insns.
18326         * special/special.exp: Run it.
18327
18328 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18329
18330         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
18331         must be declared before its specializations can be named in friend
18332         declarations.
18333
18334 1998-10-05  Dave Love  <d.love@dl.ac.uk>
18335
18336         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
18337
18338         * g77.f-torture/execute/io1.f: New test.
18339
18340 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18341
18342         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
18343         with pointer to template function, for which no argument deduction
18344         is possible.
18345
18346         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
18347         specialization of template function as argument to template
18348         function.
18349
18350         * g++.old-deja/g++.other/access2.C: New test; Inner class
18351         shouldn't have privileged access to Outer's names.
18352
18353 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18354
18355         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
18356         friend template declared within template class conflicts with
18357         nested class of the same name.
18358
18359         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
18360         is ignored.
18361
18362         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
18363         object with direct initializer as function declaration.
18364
18365         * g++.old-deja/g++.other/decl2.C: New test; duplicate
18366         initializers.
18367
18368         * g++.old-deja/g++.other/null2.C: New test; conditional operator
18369         involving const pointer and NULL produces incorrect result.
18370
18371         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
18372         type name without `typename' should be rejected with -pedantic.
18373
18374 1998-10-02  Richard Henderson  <rth@cygnus.com>
18375
18376         * g++.old-deja/g++.other/addrof1.C: New test.
18377
18378 1998-10-01  Nick Clifton  <nickc@cygnus.com>
18379
18380         * gcc.c-torture/compile/981001-1.c: New test.
18381         * gcc.c-torture/execute/981001-1.c: New test.
18382
18383 1998-10-01  Jeffrey A Law  (law@cygnus.com)
18384
18385         * gcc.c-torture/compile/981001-2.c: New test.
18386         * gcc.c-torture/compile/981001-3.c: New test.
18387         * gcc.c-torture/compile/981001-4.c: New test.
18388
18389 1998-10-01  Robert Lipe  <robertl@dgii.com>
18390
18391         * lib/objc.exp (objc_target_compile): Add -L during compiles for
18392         multilibbed hosts.   Idea grafted from g77.exp.
18393
18394 1998-09-30  Dave Love  <d.love@dl.ac.uk>
18395
18396         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
18397         avoid losing on systems which need -lsocket.
18398
18399 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
18400
18401         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
18402         * g++.old-deja/g++.other/nested2.C: Ditto.
18403         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
18404         failure.
18405
18406 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18407
18408         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
18409         preferred over template operator!= for enum bitfields.
18410
18411 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
18412
18413         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
18414         that happen to have the same base name, but in different scopes,
18415         are incorrectly rejected.
18416
18417 1998-09-16  Richard Henderson  <rth@cygnus.com>
18418
18419         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
18420         on the native word size instead of an integer literal.
18421
18422 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18423
18424         * g++.old-deja/g++.other/static2.C: Invocation of static data
18425         member of type pointer-to-function denoted as non-static member.
18426
18427         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
18428         checks involving function types and aliases.
18429
18430 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18431
18432         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
18433         redefined to the same non-trivial type.
18434
18435         * g++.old-deja/g++.pt/explicit73.C: Test for proper
18436         namespace-qualification of template specializations declared in
18437         other namespaces.
18438
18439         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
18440         to declare a subset of the specializations of a template function
18441         as friends of specializations of a template class.
18442
18443         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
18444         member templates that do not fully specialize the enclosing
18445         template class are rejected.
18446
18447 1998-09-11  Dave Love  <d.love@dl.ac.uk>
18448
18449         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
18450
18451 1998-09-08  Dave Love  <d.love@dl.ac.uk>
18452
18453         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
18454         altered from libf2c/libU77 version.
18455
18456 1998-09-06  Dave Love  <d.love@dl.ac.uk>
18457
18458         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
18459
18460 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
18461
18462         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
18463         (un)signed char are different types for template specialization
18464         purposes.
18465
18466 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
18467
18468         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
18469         * objc: ObjC testsuite.
18470
18471 1998-08-31  Catherine Moore  <clm@cygnus.com>
18472
18473         * gcc.c-torture/execute/941014-1.x:  New file.
18474
18475 1998-08-31  Nick Clifton  <nickc@cygnus.com>
18476
18477         * lib/c-torture.exp: Add support for
18478         torture_eval_before_compile and torture_eval_before_execute
18479         variables.
18480
18481 1998-08-30  Jeffrey A Law  (law@cygnus.com)
18482
18483         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
18484         this test triggers valid.
18485
18486 1998-08-27  Jeffrey A Law  (law@cygnus.com)
18487
18488         * gcc.dg/980827-1.c: New test.
18489
18490 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
18491
18492         * gcc.c-torture/execute/loop-4b.c: New test.
18493
18494 1998-08-26  Nick Clifton  <nickc@cygnus.com>
18495
18496         * lib/c-torture.exp: Add support for
18497         torture_eval_before_compile and torture_eval_before_execute
18498         variables.
18499
18500 1998-08-25  Jeffrey A Law  (law@cygnus.com)
18501
18502         * gcc.c-torture/compile/980825-1.c: New test.
18503
18504 1998-08-24  Nick Clifton  <nickc@cygnus.com>
18505
18506         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
18507         count number tests in opt_t0 not good_t0.
18508
18509 1998-08-24  Jeffrey A Law  (law@cygnus.com)
18510
18511         * gcc.c-torture/compile/930326-1.x: Fix typo.
18512
18513 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
18514
18515         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
18516         causes an ICE.
18517
18518 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18519
18520         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
18521         STACK_SIZE is defined.
18522         * gcc.c-torture/unsorted/stuct.c: Similarly.
18523
18524         * gcc.c-torture/compile/980821-1.c: New test.
18525
18526 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18527
18528         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
18529
18530 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
18531
18532         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
18533         code.
18534
18535 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
18536
18537         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
18538         error'.
18539
18540 1998-08-18  Jeffrey A Law  (law@cygnus.com)
18541
18542         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
18543
18544 1998-08-16  Jeffrey A Law  (law@cygnus.com)
18545
18546         * gcc.c-torture/compile/980816-1.c: New test.
18547
18548         * gcc.dg/980816-1.c: New test.
18549
18550 1998-08-13  Jeffrey A Law  (law@cygnus.com)
18551
18552         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
18553         compiler for ieee tests.
18554
18555 1998-08-01  Dave Love  <d.love@dl.ac.uk>
18556
18557         * g77.f-torture/compile/980729-0.f: New test.
18558
18559 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
18560
18561         * gcc.c-torture/special/eeprof-1.c: New test, for
18562         -finstrument-functions.
18563         * gcc.c-torture/special/special.exp: Run it.
18564
18565 1998-07-29  Jeffrey A Law  (law@cygnus.com)
18566
18567         * gcc.c-torture/compile/980729-1.c: New test.
18568
18569 1998-07-27  Nick Clifton  <nickc@cygnus.com>
18570
18571         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
18572         __thumb__ is defined, and test for ARM style doubles if so.
18573
18574 1998-07-26  Dave Love  <d.love@dl.ac.uk>
18575
18576         * g77.f-torture/noncompile/980615-0.f: New test.
18577
18578 1998-07-26  H.J. Lu  (hjl@gnu.org)
18579
18580         * gcc.dg/980312-1.c: Do link instead of compile.
18581         * gcc.dg/980313-1.c: Likewise.
18582
18583 1998-07-26  Jeffrey A Law  (law@cygnus.com)
18584
18585         * gcc.c-torture/compile/980726-1.c: New test.
18586
18587 1998-07-25  Dave Love  <d.love@dl.ac.uk>
18588
18589         * g77.f-torture/execute/io0.f: New test.
18590
18591 1998-07-24  Nick Clifton  <nickc@cygnus.com>
18592
18593         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
18594         an int.
18595
18596 1998-06-18  Michael Meissner  <meissner@cygnus.com>
18597
18598         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
18599         m32r bugs.
18600
18601 1998-07-17  Nick Clifton  <nickc@cygnus.com>
18602
18603         * gcc.dg/980626-1.c: Expect failures for all toolchains until
18604         c-decl.c:grokdeclarator can handle mode attributes.
18605
18606 1998-07-16  Jeffrey A Law  (law@cygnus.com)
18607
18608         * gcc.c-torture/execute/980716-1.c: New test.
18609
18610 1998-07-13  Jeffrey A Law  (law@cygnus.com)
18611
18612         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
18613         the mn10200.
18614         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
18615         the mn10200.
18616         * gcc.c-torture/execute/va-arg-3.x: Similarly.
18617         * gcc.c-torture/compile/930326-1.x: Similarly.
18618
18619 1998-07-13  Dave Love  <d.love@dl.ac.uk>
18620
18621         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
18622         New test from Craig.
18623
18624 1998-07-12  Dave Love  <d.love@dl.ac.uk>
18625
18626         * g77.f-torture/noncompile/980616-0.f: New test.
18627
18628         * g77.f-torture/execute/970816-3.f:  New test from Craig.
18629
18630 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18631
18632         *  g++.other/singleton.C: Return error value instead of taking
18633         SIGSEGV.
18634
18635 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
18636
18637         *  g++.other/singleton.C: New test.   Warning is under dispute.
18638         Runtime crash is not.
18639
18640 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18641
18642         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
18643         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
18644         using6.C, using7.C}:  New namespace tests.
18645
18646 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
18647
18648         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
18649         specialization with typedef'ed names used as array indexes.
18650
18651 1998-07-09  Jeffrey A Law  (law@cygnus.com)
18652
18653         * gcc.c-torture/execute/980709-1.c: New test.
18654
18655         * gcc.dg/980709-1.c: New test.
18656
18657 1998-07-07  Richard Henderson  <rth@cygnus.com>
18658
18659         * gcc.c-torture/execute/bcp-1.c: New test.
18660
18661 1998-07-07  Jeffrey A Law  (law@cygnus.com)
18662
18663         * gcc.c-torture/execute/980707-1.c: New test.
18664
18665 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
18666
18667         * gcc.c-torture/compile/980706-1.c: New test.
18668
18669 1998-07-01  Dave Love  <d.love@dl.ac.uk>
18670
18671         * g77.f-torture/execute/980701-0.f,
18672         g77.f-torture/execute/980701-1.f: New test from Craig.
18673
18674 1998-07-01  Jeffrey A Law  (law@cygnus.com)
18675
18676         * gcc.c-torture/compile/980701-1.c: New test.
18677
18678         * gcc.c-torture/execute/980701-1.c: New test.
18679
18680 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
18681 rlsruhe.de>
18682
18683         * g++.old-deja/g++.robertl/eb132.C: New test.
18684         * g++.old-deja/g++.robertl/eb133.C: Likewise.
18685
18686 1998-06-29  Dave Love  <d.love@dl.ac.uk>
18687
18688         * g77.f-torture/execute/980628-7.f,
18689         g77.f-torture/execute/980628-8.f,
18690         g77.f-torture/execute/980628-9.f,
18691         g77.f-torture/execute/980628-10.f: New tests from Craig.
18692
18693         * g77.f-torture/execute/980628-3.f: Remove mail headers.
18694
18695 1998-06-28  Jeffrey A Law  (law@cygnus.com)
18696
18697         * g77.f-torture/execute/980628-4.f: New test from Craig.
18698         * g77.f-torture/execute/980628-5.f: Likewise.
18699         * g77.f-torture/execute/980628-2.f: Likewise.
18700         * g77.f-torture/execute/980628-0.f: Likewise.
18701         * g77.f-torture/execute/980628-1.f: Likewise.
18702         * g77.f-torture/execute/980628-3.f: Likewise.
18703         * g77.f-torture/execute/980628-6.f: Likewise.
18704
18705 1998-06-28  Jeffrey A Law  (law@cygnus.com)
18706
18707         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
18708         directory when nothing has been installed yet.
18709
18710 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
18711
18712         * gcc.c-torture/special/special.exp: Handle newer versions of
18713         dejagnu.
18714
18715 1998-06-26  Jeffrey A Law  (law@cygnus.com)
18716
18717         * gcc.dg/980626-1.c: New test.
18718
18719 1998-06-19  Bruno Haible <haible@ilog.fr>
18720
18721         * gcc.misc-tests/m-un-2.c: New test.
18722         * g++.old-deja/g++.other/warn01.c: Likewise.
18723
18724 1998-06-19  Robert Lipe  <robertl@dgii.com>
18725
18726         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
18727         compatibility with assmblers with a different comment character.
18728         Eliminate use of GAS-specific extensions.
18729
18730 1998-06-19  Jeffrey A Law  (law@cygnus.com)
18731
18732         * gcc.c-torture/execute/ieee/980619-1.c: New test.
18733
18734 1998-06-19  Robert Lipe  <robertl@dgii.com>
18735
18736         *lib/g77.exp: Replace search for libf2c.a with search for newly
18737         renamed libg2c.a
18738
18739 1998-06-17  Jeffrey A Law  (law@cygnus.com)
18740
18741         * gcc.c-torture/execute/980617-1.c: New test.
18742
18743 1998-06-12  Jeffrey A Law  (law@cygnus.com)
18744
18745         * gcc.c-torture/execute/980612-1.c: New test.
18746
18747 1998-06-08  Jeffrey A Law  (law@cygnus.com)
18748
18749         * gcc.dg/980523-1.c: Only test on ppc-linux.
18750         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
18751
18752         * gcc.c-torture/execute/980608-1.c: New test.
18753
18754 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
18755
18756         * gcc.c-torture/execute/980605-1.c: New test.
18757
18758 1998-06-04  Jeffrey A Law  (law@cygnus.com)
18759
18760         * gcc.c-torture/execute/980604-1.c: New test.
18761
18762 1998-06-02  Jeffrey A Law  (law@cygnus.com)
18763
18764         * gcc.c-torture/execute/980602-1.c: New test.
18765         * gcc.c-torture/execute/980602-2.c: Likewise.
18766
18767 1998-06-02  Dave Love  <d.love@dl.ac.uk>
18768
18769         * 970125-0.f: Fix per JCB.  Add commentary.
18770
18771 1998-05-31  Michael Meissner  <meissner@cygnus.com>
18772
18773         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
18774         IEEE -0 support.
18775
18776 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
18777
18778         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
18779         earlier.
18780
18781 1998-05-28  Catherine Moore <clm@cygnus.com>
18782
18783         * gcc.c-torture/execute/980526-3.c: New test.
18784
18785 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
18786
18787         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
18788         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
18789         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
18790         m88k-motorola-sysv3 to XFAIL.
18791
18792 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18793
18794         * gcc.dg/980526-1.c: New test.
18795         * gcc.c-torture/execute/980526-2.c: New test.
18796
18797 1998-05-26  Jeffrey A Law  (law@cygnus.com)
18798
18799         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
18800
18801         * gcc.c-torture/execute/980526-1.c: New test.
18802
18803 1998-05-26  Dave Love  <d.love@dl.ac.uk>
18804
18805         * g77.f-torture/execute/alpha2.f: Add runtime test.
18806
18807 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
18808
18809         * g++.old-deja/old-deja.exp: Strip leading directories.
18810
18811         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
18812         error for the line.  Don't run multiple tests for the same line.
18813
18814 1998-05-23  Jeffrey A Law  (law@cygnus.com)
18815
18816         * gcc.dg/980523-1.c: New test.
18817
18818 1998-05-23  Dave Love  <d.love@dl.ac.uk>
18819
18820         * g77.f-torture/compile/970915-0.f: New test.
18821
18822 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
18823
18824         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
18825
18826 1998-05-21  Jeffrey A Law  (law@cygnus.com)
18827
18828         * gcc.dg/980520-1.c: New test.
18829
18830 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
18831
18832         * gcc.dg/980502-1.c: Fix return type.
18833
18834 1998-05-20  Jeffrey A Law  (law@cygnus.com)
18835
18836         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
18837         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
18838         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
18839         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
18840         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
18841
18842 1998-05-20  Dave Love  <d.love@dl.ac.uk>
18843
18844         * g77.f-torture/execute/980520-1.f: New test.
18845
18846 1998-05-15  Dave Love  <d.love@dl.ac.uk>
18847
18848         * lib/mike-g77.exp: New file.
18849
18850         * g77.f-torture/noncompile/noncompile.exp,
18851         g77.f-torture/noncompile/check0.f: New files.
18852
18853 1998-05-14  Dave Love  <d.love@dl.ac.uk>
18854
18855         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
18856         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
18857         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
18858         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
18859         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
18860         abort where appropriate.
18861
18862 1998-05-05  Michael Meissner  <meissner@cygnus.com>
18863
18864         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
18865         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
18866
18867 1998-04-29  Dave Love  <d.love@dl.ac.uk>
18868
18869         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
18870
18871 1998-04-27  Dave Love  <d.love@dl.ac.uk>
18872
18873         * g77.f-torture/compile/980427-0.f: New test.
18874
18875 1998-04-24  Dave Love  <d.love@dl.ac.uk>
18876
18877         * g77.f-torture/compile/980424-0.f: New test.
18878
18879 1998-04-19  Dave Love  <d.love@dl.ac.uk>
18880
18881         * g77.f-torture/compile/980419-2.f (main): New test.
18882         * g77.f-torture/compile/970125-0.f: New test.
18883         * g77.f-torture/compile/980419-1.f: New test.
18884
18885 1998-04-08  Jim Wilson  <wilson@cygnus.com>
18886
18887         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
18888         of loop-4.c.
18889
18890 1998-04-07  Jim Wilson  <wilson@cygnus.com>
18891
18892         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
18893
18894 1998-04-03  Jim Wilson  <wilson@cygnus.com>
18895
18896         * gcc.c-torture/compile/980329-1.c: New test.
18897
18898 1998-03-18  Jim Wilson  <wilson@cygnus.com>
18899
18900         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
18901         * gcc.dg/980312-1.c: Fix typo in -march command.
18902
18903 1998-03-16  H.J. Lu  (hjl@gnu.org)
18904
18905         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
18906
18907 1998-03-11  Robert Lipe  <robertl@dgii.com>
18908
18909         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
18910         Dave Love agree the Fortran source is bogus.
18911
18912 1998-03-11  Robert Lipe  <robertl@dgii.com>
18913
18914         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
18915         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
18916         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
18917         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
18918         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
18919
18920 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
18921
18922         * g++.old-deja/g++.other/friend1.C: New test.
18923
18924 1998-02-18  Dave Love  <d.love@dl.ac.uk>
18925
18926         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
18927         possibly uninitialized) variables and declare dnrm2.
18928
18929 1998-02-23  Robert Lipe <robertl@dgii.com>
18930
18931         From Bruno Haible <haible@ilog.fr>:
18932         * gcc.c-torture/execute/980223.c: New test.
18933
18934 1998-02-13  Jeffrey A Law  (law@cygnus.com)
18935
18936         * gcc.dg/ifelse-1.c: New test.
18937
18938 1998-02-09  H.J. Lu  (hjl@gnu.org)
18939
18940         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
18941
18942           * lib/old-dejagnu.exp (old-dejagnu): Added the
18943           "execution test - XFAIL *-*-*" handling in the spirit of
18944           "excess errors test -". Changed the "execution test fails"
18945           handling to be like "excess errors test fails".
18946           * Update various tests accordingly.
18947
18948 1998-02-06  Jim Wilson  <wilson@cygnus.com>
18949
18950         * gcc.c-torture/execute/980205.c: New test.
18951
18952 1998-01-18  Jeffrey A Law  (law@cygnus.com)
18953
18954         * lib/c-torture.exp: Look for .x files instead of .cexp files.
18955         * lib/f-torture.exp: Similarly.
18956         * gcc.c-torture: Rename all .cexp files to .x files.
18957
18958 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
18959
18960         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
18961         (940510-1.c): Removed duplicate.
18962         (971104-1.c): New test.
18963
18964 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
18965
18966           * lib/f-torture.exp: Improve error and loop detection.
18967
18968 1997-11-19  Michael Meissner  <meissner@cygnus.com>
18969
18970         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
18971         use that to size the filler array.
18972
18973 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
18974
18975         * lib/c-torture.exp(c-torture-execute): Fix typo.
18976
18977         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
18978         testcase as the executable name. Keep the executable around if
18979         the test fails.
18980
18981 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
18982
18983         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
18984         changes.  Only test one -g option, and move it to the end of the
18985         list of options to test.
18986
18987 1997-09-19  Michael Meissner  <meissner@cygnus.com>
18988
18989         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
18990         variable GCC_TORTURE_OPTIONS to supply default switches separated
18991         by colons.  If no environment variable, run tests with -O0 -g, -O1
18992         -g, and -O2 -g as well.
18993
18994 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
18995
18996         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
18997         explanatory comments. Fix indentation.
18998
18999 1997-09-15  Jeffrey A Law  (law@cygnus.com)
19000
19001         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
19002
19003 1997-09-11  Jeffrey A Law  (law@cygnus.com)
19004
19005         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
19006         * g++.old-deja/g++.mike/p7325.C: Likewise.
19007         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
19008
19009 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
19010
19011         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
19012         * g++.old-deja/g++.brendan/crash30.C: Likewise.
19013         * g++.old-deja/g++.brendan/crash39.C: Likewise.
19014         * g++.old-deja/g++.law/operators4.C: Likewise.
19015
19016 1997-09-11  Joe Buck  (jbuck@synopsys.com)
19017
19018         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
19019         * g++.old-deja/g++.mike/p784.C: Ditto.
19020         * g++.old-deja/g++.mike/p785.C: Ditto.
19021
19022 1997-09-05  Jeffrey A Law  (law@cygnus.com)
19023
19024           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
19025
19026 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19027
19028         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
19029         target feature; pass this to c-torture-execute as needed.
19030
19031 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19032
19033         * lib/c-torture.exp(c-torture-execute): If the previous and the
19034         current executables being tested are identical, we don't need to
19035         run the executable again. Try to make the executable names
19036         unique. Add an optional argument for passing additional compiler
19037         flags.
19038
19039 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
19040
19041         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
19042
19043 1997-08-29  Jeffrey A Law  (law@cygnus.com)
19044
19045         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
19046
19047 1997-07-31  Jeffrey A Law  (law@cygnus.com)
19048
19049         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
19050         32bit or larger longs.
19051
19052         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
19053         have either a 32bit long or 32bit int.
19054
19055 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
19056
19057         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
19058         Make double precision tests dependent on sizeof (double).
19059
19060 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
19061
19062         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
19063         too.
19064
19065 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
19066
19067         * gcc.c-torture/compile/961203-1.cexp: New script.
19068
19069 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
19070
19071         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
19072         up the includes ourselves.
19073
19074 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
19075
19076         * lib/plumhall.exp: Remove random include, and add a few
19077         verbose messages for debugging.
19078
19079 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
19080
19081         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
19082         of trying to do it ourselves.
19083
19084 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
19085
19086         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
19087
19088 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
19089
19090         * gcc.prms/5403.c: Made regexp a bit less strict.
19091
19092 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
19093
19094         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
19095         is returned from remote_load instead.
19096         * lib/plumhall.exp: Ditto.
19097         * lib/mike-g++.exp: Ditto.
19098         * lib/old-dejagnu.exp: Ditto.
19099         * lib/c-torture.exp: Ditto.
19100
19101 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
19102
19103         * lib/g++.exp: Use build_wrapper procedure.
19104         * lib/gcc.exp: Ditto.
19105
19106 1997-05-20  Jeffrey A Law  (law@cygnus.com)
19107
19108         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
19109         an old-style decl for malloc.  Fixes tests to work when
19110         sizeof (int) != sizeof (size_t).
19111
19112 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19113
19114         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
19115
19116         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
19117         use stdargs.h interface.
19118
19119 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19120
19121         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
19122         NO_VARARGS when compiling.
19123
19124 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
19125
19126         * lib/plumhall.exp(ph_includes): New procedure.
19127         (ph_make): Use it.
19128         (ph_compiler): Ditto.
19129
19130         * lib/g++.exp: Rename test-glue.c to testglue.c.
19131         * lib/gcc.exp: Ditto.
19132
19133 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
19134
19135         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
19136         to completion when it's called.
19137
19138 1997-03-21  Michael Meissner  <meissner@cygnus.com>
19139
19140         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
19141         is defined, don't do test.
19142
19143 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
19144
19145         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
19146         for object files.
19147         (ph_summary): Mark skipped testcases as untested, not unresolved.
19148
19149         * lib/plumhall.exp (ph_make): If unresolved because of bad
19150         errorCode, record errorCode in log file.
19151         (*): Replace send_log/verbose with verbose -log.
19152
19153 1997-03-19  Michael Meissner  <meissner@cygnus.com>
19154
19155         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
19156         double conversion if double isn't at least 8 bytes.
19157
19158         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
19159         int to work with targets where int is 16 bits.
19160
19161         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
19162         8 bytes, just exit, since 4 byte doubles don't have enough bits of
19163         precision for the test to complete.
19164
19165 1997-03-14  Michael Meissner  <meissner@cygnus.com>
19166
19167         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
19168         if d10v is not compiled with the -mdouble64 flag.
19169         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
19170
19171         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
19172         d10v is not compiled with the -mint32 flag.
19173
19174 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
19175
19176         * lib/plumhall.exp: Use incr_count.
19177
19178 1997-03-12  Jeffrey A Law  (law@cygnus.com)
19179
19180         * gcc.c-torture: Update to c-torture-1.45.
19181
19182 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
19183
19184         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
19185         the name of the expect testcase file).
19186
19187         * lib/g++.exp(g++_init): Ditto.
19188
19189 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
19190
19191         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
19192         the host.
19193
19194         * lib/gcc.exp(gcc_exit): New procedure.
19195
19196 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
19197
19198         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
19199         specs where appropriate.
19200
19201         * g++.old-deja/g++.arm/*: Added additional ERROR checks
19202         because of new "candidates are" messages, and removed a few
19203
19204         * Converted all non-old-style g++ testcases to old-style, and
19205         moved into g++.old-deja.
19206
19207 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
19208
19209         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
19210         options.
19211
19212         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
19213         succeeded.
19214
19215         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
19216
19217 1997-02-13  Michael Meissner  <meissner@cygnus.com>
19218
19219         * lib/gcc.exp (gcc_target_compile): Add support for defining
19220         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
19221         the machine doesn't have those features.
19222
19223 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
19224
19225         * g++.law/operators4.exp: Don't use LIBS.
19226
19227 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
19228
19229         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
19230
19231         * lib/mike-g++.exp: Don't set the compiler to be tested here.
19232         * lib/g++.exp: Set it here instead. Also, allow use of the
19233         --tool_exec and --tool_opt options. Change CXX to
19234         GXX_UNDER_TEST.
19235
19236         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
19237
19238         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
19239
19240 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
19241
19242         * lib/old-dejagnu.exp: Use prune_warnings instead of
19243         prune_system_crud.
19244         * lib/mike-g++.exp: Ditto.
19245         * lib/gcc.exp: Ditto.
19246         * lib/g++.exp: Ditto.
19247
19248         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
19249
19250 1997-02-07  Jeffrey A Law  (law@cygnus.com)
19251
19252           * 941014-2.c: Include stdlib.h
19253           * 960327-1.c: Include stdio.h
19254           * dbra.c, index-1.c: Don't assume ints are 32bits.
19255
19256 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
19257
19258         * lib/gcc.exp: Add gcc,stack_size target feature.
19259
19260         * lib/g++.exp(g++_target_compile): Add the include and link
19261         paths here, not in two other places. And, it's $options, not
19262         options.
19263
19264         * lib/mike-g++.exp(postbase): Remove the code that determines
19265         the correct include and link paths.
19266         * g++.old-deja/old-deja.exp: Ditto.
19267
19268 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
19269
19270         * lib/g++.exp(g++_init): target_compile no longer returns the
19271         filename of the result.
19272
19273 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
19274
19275         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
19276         call to glob.
19277
19278         * gcc.c-torture/special/special.exp: Change call to
19279         gcc_target_compile to include the object file.
19280
19281 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
19282
19283         * gcc.c-torture/special/special.exp: Correct misspelling in last
19284         change.
19285
19286 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
19287
19288         * lib/plumhall.exp(ph_summary): Log the entire output of the
19289         executable. Return -1 if there were any failures, 0 otherwise.
19290         (ph_execute): Return -1 if there were any failures, 0 otherwise.
19291         (ph_make): Clean up objects and executables that were built
19292         if the tests succeeded.
19293
19294 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
19295
19296         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
19297         libraries and includes in the build tree as appropriate.
19298
19299 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19300
19301         * lib/c-torture.exp: Instead of looking for the global variable
19302         NO_LONG_LONG, check to see if that's a feature of the target.
19303
19304 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19305
19306         * config/default.exp: Minimize. Delete the remainer of the files in
19307         config; this functionality is now in devo/dejagnu/config.
19308
19309         g++.*/*: Pass any additional flags used to compile to postbase;
19310         delete CXXFLAGS.
19311
19312         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
19313         is now done by runtest.exp. Use gcc_target_compile instead of
19314         compile.
19315
19316         lib/c-torture.exp: Use gcc_target_compile instead of compile.
19317         Remove references to CFLAGS. Use remote_file instead of
19318         calling rm -f.
19319         (c-torture): Take a list of arguments to use to compile this
19320         testcase.
19321
19322         lib/g++.exp: Simplify. Use target_compile instead of compile.
19323         lib/gcc-dg.exp: Ditto.
19324         lib/gcc.exp: Ditto.
19325         lib/mike-{gcc,g++}.exp: Ditto.
19326         lib/old-dejagnu.exp: Ditto.
19327         lib/plumhall.exp: Ditto.
19328
19329 1997-01-08  Jim Wilson  <wilson@cygnus.com>
19330
19331         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
19332         (ph_linker): Likewise.
19333
19334 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
19335
19336           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
19337         MAP_ANON / MAP_ANONYMOUS if defined;
19338         else try to map from /dev/zero .
19339
19340 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19341
19342         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
19343         isn't defined, then define it to MAP_ANONYMOUS.
19344
19345 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19346
19347         * gcc.c-torture: Update to c-torture-1.42 release.
19348
19349 1996-11-11  Jeffrey A Law  (law@cygnus.com)
19350
19351         * gcc.c-torture: Update to c-torture-1.41 release.
19352
19353 1996-10-27  Jeffrey A Law  (law@cygnus.com)
19354
19355         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
19356         c-torture release.
19357
19358 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
19359
19360         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
19361         and LDFLAGS.  Fix second case to append the target_info ldflags
19362         onto LDFLAGS, not CFLAGS.
19363         * lib/g++.exp (g++_init): Add target_info stuff.
19364         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
19365         of libgloss and newlib flags for !native.
19366
19367         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
19368         (GDB): Fix relative path to go up another dir for finding gdb.
19369
19370 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
19371
19372         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
19373         versions in the target_info array, if they don't exist.
19374
19375 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
19376
19377         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19378
19379 1996-07-08  Jim Wilson  <wilson@cygnus.com>
19380
19381         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19382         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19383
19384 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
19385
19386         * lib/old-dejagnu.exp: Don't remove the output file before we've
19387         actually tested it. Don't append pwd to the path of the executable
19388         we're testing.
19389
19390 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
19391
19392         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
19393
19394 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
19395
19396         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
19397         temporary directory for compiler files, and set it to a default
19398         value of /tmp. Set $output as the name of the output file from
19399         compiling the testcase. Add a -o option to $cflags_var so the
19400         compiler writes the final output file as $output. Set $executable
19401         to $output.
19402
19403         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
19404         directory for compiler files, and set it to /tmp if it doesn't
19405         already have a value. Set $output_file to the name of the output
19406         file from compiling the testcase. Add a -o option to CXXFLAGS so
19407         the compiler writes the final output file as $output. Use $output
19408         as the executable to be tested.
19409
19410 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19411
19412         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
19413
19414 1996-06-08  Jeffrey A Law  (law@cygnus.com)
19415
19416         * gcc.c-torture/execute/pending-1.c: New test.  Still
19417         pending in Tege's queue.
19418
19419 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
19420
19421         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
19422         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
19423         if there were failures.  Call unresolved if there were unresolved
19424         testcases.  Call gcc_fail if program did not run to completion.
19425         (ph_make): Pass additional argument name to ph_execute.
19426         (ph_execute): Add new argument.  Pass additional arguments to
19427         ph_summary.  Call gcc_fail is there is no execution output.
19428
19429 1996-04-24  Jeffrey A Law  (law@cygnus.com)
19430
19431         * lib/plumhall.exp (proc_summary): Output relavent summary
19432         lines into the log so specific failures in plumhall can be
19433         investigated.
19434
19435 1996-04-10  Jeffrey A Law  (law@cygnus.com)
19436
19437         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
19438         (c-torture-execute): Don't try to execute tests which use
19439         "long long" types if $NO_LONG_LONG is nonzero.
19440
19441 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
19442
19443         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
19444         not c-torture.
19445
19446         * gcc.ieee: Move from here.
19447         * gcc.c-torture/execute/ieee: To here.
19448
19449 1996-03-26  Jeffrey A Law  (law@cygnus.com)
19450
19451         * gcc.c-torture: Update to c-torture-1.41 release.
19452
19453 1996-03-22  Jeffrey A Law  (law@cygnus.com)
19454
19455         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
19456         not "$output".
19457
19458 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
19459
19460         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
19461         -c present.
19462
19463 1996-03-02  Jeffrey A Law  (law@cygnus.com)
19464
19465         * config/proelf.exp: Handle connecting to a simulator.
19466
19467 1996-01-31  Jeffrey A Law  (law@cygnus.com)
19468
19469         * config/proelf.exp: New file.  Enough framework that we can
19470         run c-torture tests on the proelf targets (or any other target
19471         that gdb can connect to for that matter).
19472
19473 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
19474
19475         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
19476         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
19477
19478         * lib/plumhall.exp (ph_execute): Always call ph_summary if
19479         exec_output exists.
19480
19481 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
19482
19483         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
19484         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
19485
19486         * config/*.exp: Update FSF address.  Change result of ${tool}_load
19487         to pass/fail/unresolved/unsupported/untested.  Caller must now
19488         call unresolved/unsupported/untested.
19489         * lib/*.exp: Update FSF address.  Update to handle new results of
19490         ${tool}_load.
19491         * lib/chill.exp (verbose): Delete.
19492
19493 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
19494
19495         * lib/gcc.exp (default_gcc_start): Change order of args to
19496         $LDFLAGS $CFLAGS $LIBS.
19497         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
19498         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
19499         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
19500         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19501         * gcc.misc-tests/dg-test.exp: Likewise.
19502         * gcc.misc-tests/msgs.exp: Likewise.
19503         * gcc.prms/prms.exp: Likewise.
19504         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
19505         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
19506
19507         * lib/dg.exp: Deleted, moved to dejagnu/lib.
19508
19509 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19510
19511         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
19512
19513         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
19514         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
19515
19516         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
19517         necessary.
19518
19519 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
19520
19521         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
19522         global for loop; add use of $mathlib.
19523         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
19524         settings here; set mathlib for anything but VxWorks.
19525
19526 1996-01-22  Jeffrey A Law  (law@cygnus.com)
19527
19528         * gcc.c-torture: Update to c-torture-1.40 release.
19529
19530 1996-01-03  Jeffrey A Law  (law@cygnus.com)
19531
19532         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
19533         dg.exp.
19534
19535 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
19536
19537         * lib/c-torture.exp (c-torture-execute): Declare "output" as
19538         global.
19539
19540 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
19541
19542         * lib/g++.exp (LIBS): Define if not already.
19543         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
19544         (gcc-dg-prune): Call prune_gcc_output.
19545         * lib/gcc.exp (prune_gcc_output): New proc.
19546         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
19547         prune_gcc_output.
19548
19549 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
19550
19551         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
19552         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
19553
19554 1995-11-15  Jeffrey A Law  (law@cygnus.com)
19555
19556         * gcc.c-torture: Update to c-torture-1.39 release.
19557
19558 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
19559
19560         * lib/c-torture.exp (c-torture-execute): Don't return if one option
19561         fails, try others as well.
19562
19563 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
19564
19565         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
19566         If compilation fails, mark execute tests as `untested'.
19567         If test is marked as unsupported, don't mark compilation and
19568         execute tests as failed.
19569
19570 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
19571
19572         * lib/g++.exp (g++_init): Don't link in libg++, and look to
19573         libstdc++ for whether or not we want to be doing shared
19574         libraries.  Delete link_curses since we don't need it anymore.
19575         * lib/mike-g++.exp (postbase): Don't link in libg++.
19576         * g++.old-deja/old-deja.exp: Likewise.
19577
19578 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
19579
19580         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
19581
19582 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
19583
19584         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
19585         For that, add `-Wl,-a,shared_archive'.
19586         * g++.old-deja/old-deja.exp: Likewise.
19587
19588 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
19589
19590         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
19591
19592 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
19593
19594         * lib/mike-g++.exp (postbase): Pay attention to the status of
19595         g++_load.
19596
19597 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
19598
19599           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
19600
19601 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
19602
19603         * lib/gcc.exp (default_gcc_start): No longer need to log program
19604         being executed or its output, execute_anywhere does that now.
19605         * lib/g++.exp (default_g++_version): Call execute_anywhere.
19606         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
19607
19608 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
19609
19610         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
19611         the same as those in lib/g++.exp.
19612
19613 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
19614
19615         * gcc.c-torture: Update to c-torture-1.38 release.
19616         * gcc.ieee: Related changes.
19617
19618 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
19619
19620         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
19621         "exec". Minor reformatting changes.
19622
19623         * config/rom68k.exp (${tool}_load): Make it work in a canadian
19624         cross. This means all "exec" calls now work on a remote host as
19625         well.
19626         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
19627         cross. Filter out the extra "\r\n" stuff that expect puts in.
19628         (c-torture-execute): Filter out the bogus warnings like
19629         c-torture-compile does. Add support for canadian cross.
19630         * lib/gcc.exp (default_gcc_version, default_gcc_start)
19631         Use execute_anywhere rather than calling exec directly. Now it
19632         works for canadian cross testing.
19633
19634 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
19635
19636         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
19637         results into a variable, and check that rather than using file exists.
19638
19639 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
19640
19641         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
19642         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
19643
19644 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
19645
19646         * g++.old-deja/old-deja.exp: Create and pass runshlib and
19647         lib_curses if there's a shared libg++ in the build tree.
19648
19649 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
19650
19651         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
19652         if not supported target.
19653
19654 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
19655
19656         * lib/g++.exp (g++_init): Move empty setting of runshlib and
19657         link_curses up to always happen, not just for native builds.
19658
19659 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
19660
19661         * gcc.c-torture: Update to c-torture-1.36 release.
19662         * gcc.failure: Related changes.
19663
19664 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
19665
19666         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
19667
19668 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
19669
19670         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
19671         * lib/mike-g++.exp (postbase): Not in here.  Still reference
19672         runshlib, link_curses, and mathlib for link and run.
19673
19674         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
19675         pass the runtime shared library options for Solaris, OSF/1, and
19676         Irix5, and link with -lcurses to avoid unresolved references.
19677
19678 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
19679
19680         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
19681         only run once.
19682
19683 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
19684
19685         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
19686
19687 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
19688
19689         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
19690         do not have a framework for the "compat" tests yet.
19691
19692 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
19693
19694         * lib/mike-g++.exp (postbase): New local variable `mathlib',
19695         set to null if we're testing vxworks5.1.  Use that instead of
19696         `-lm' in the setting of LIBS for link and run.
19697
19698 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
19699
19700         * config/rom68k.exp (${tool}_load): Major changes to make it
19701         work.  Verified that it does in fact return the stuff in
19702         exec_output properly.  Catch any Emul or any TRAP other than 0.
19703
19704 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
19705
19706         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
19707         LDFLAGS properly for targets that need stuff from libgloss.
19708         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
19709         only run once.
19710         (gpp_initialized): New variable.
19711
19712 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
19713
19714         * config/rom68k.exp: Load libgloss.exp.
19715         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
19716         so we can produce a fully linked binary.
19717         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
19718         so we can produce a fully linked binary.
19719
19720 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
19721
19722         * lib/plumhall.exp (ph_section): Watch for expected failures.
19723         Add missing `else'.
19724
19725         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
19726         run the testcase.
19727         (c-torture): Likewise.
19728
19729 1995-08-28  Doug Evans  <dje@cygnus.com>
19730
19731         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
19732
19733         * lib/mike-g++.exp (mike_cleanup): New proc.
19734         (prebase): New globals compiler_result, not_compiler_result,
19735         target_regexp.
19736         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
19737         allow leading "-" in pattern.  Watch for unsupported tests.
19738         If $compiler_result is set, pattern match assembler code,
19739         and ditto for $not_compiler_result.
19740         * lib/mike-gcc.exp: Likewise.
19741
19742         * lib/plumhall.exp (ph_execute): Only call ph_summary if
19743         execution "succeeded".
19744
19745 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
19746
19747         * config/win32.exp: New file.
19748         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
19749
19750 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
19751
19752         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
19753         unsupported.
19754         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
19755         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
19756         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
19757
19758         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
19759         "... without exceptions was ...".  That is now handled by
19760         prune_system_crud.
19761         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19762
19763 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
19764
19765         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
19766         sieve.c,sort2.c}: New files.
19767         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
19768         sieve.exp,sort2.exp}: Drivers for them.
19769
19770         * lib/mike-gcc.exp (program_output): New user settable variable.
19771         (postbase): Call prune_system_crud.  Also prune extraneous compiler
19772         messages.
19773         * lib/mike-g++.exp (program_output): New user settable variable.
19774
19775         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
19776
19777         * config/sh.exp: Deleted (use sim.exp instead).
19778
19779 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
19780
19781         * config/vx.exp: Declare CHECKTASK as global.
19782         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
19783         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
19784         * lib/old-dejagnu.exp: Load [pwd]/$executable.
19785
19786 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
19787
19788         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
19789         target. Like vx.exp, only includes `vx29k.exp' instead of
19790         `vxworks.exp'.
19791
19792 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
19793
19794         * config/sim.exp: Increase time limit from 120 seconds to 240.
19795
19796 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
19797
19798         * gcc.c-torture/execute/950628-1.c: New test.
19799
19800 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
19801
19802         * gcc.c-torture: Update with changes/additions from
19803         c-torture-1.34.
19804
19805 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
19806
19807         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
19808
19809 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
19810
19811         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
19812
19813 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
19814
19815         * gcc.c-torture/compile/950512-1.c: New test.
19816         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
19817         * gcc.dg/struct-ret-1.c: Likewise.
19818
19819 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
19820
19821         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
19822           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
19823
19824 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
19825
19826         * gcc.c-torture/special/920411-1.c: Deleted.
19827         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
19828
19829 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
19830
19831         * config/sim.exp (${tool}_load): Hack in call to bash to get a
19832         cpu limit.
19833
19834 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
19835
19836         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
19837
19838 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
19839
19840         From kenner;
19841         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
19842         is the proper length.
19843         * va-arg-3.c: Likewise.
19844
19845 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
19846
19847         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
19848         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
19849
19850         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
19851         * lib/g++.exp (default_g++_start): Delete old cruft.
19852
19853 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
19854
19855         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
19856         (2 * (1 << 18)) to (2 * (1 << 17)).
19857
19858         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
19859
19860 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
19861
19862         * config/rom68k.exp: Renamed from config/idp.exp
19863
19864 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
19865
19866         * c-torture/compile/921109-2.c
19867
19868 1995-04-18  Mike Stump  <mrs@cygnus.com>
19869
19870         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
19871         excess errors.
19872
19873 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
19874
19875         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
19876         output.
19877         * lib/g++.exp (default_g++_start): Likewise.
19878
19879 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
19880
19881         * gcc.c-torture/compile/950329-1.c: New test.
19882
19883 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
19884
19885           * config/bug.exp (${tool}_load): Updated to use new remote_open
19886           and remote_close procs.
19887         * config/idp.exp: New file.
19888
19889 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
19890
19891         * gcc.c-torture/execute/950322-1.c: New test.
19892
19893 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
19894
19895         * config/vx.exp (${tool}_load): Clean up testing of return code from
19896         vxworks_ld and vxworks_spawn.
19897
19898 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
19899
19900         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
19901
19902 1995-03-13  Mike Stump  <mrs@cygnus.com>
19903
19904         * lib/old-deja.exp: Add `excess errors test - ' error, now one
19905         can mark excess errors on a machine by machine basis.  Note, the
19906         default is to not expect any excess errors, even when excess
19907         errors test - is given, so you will want to put an XFAIL ... on
19908         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
19909         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
19910         those 4 machines, but no others.
19911
19912 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
19913
19914         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
19915         * lib/c-torture.exp: to here.
19916
19917 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
19918
19919         * gcc.c-torture/execute/950221-1.c: New test.
19920         * gcc.c-torture/execute/struct-ret-1.c: New test.
19921         * gcc.c-torture/compile/950221-1.c: New test.
19922
19923         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
19924
19925 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
19926
19927         * gcc.c-torture/execute/arith-1.c (main): Return 0.
19928         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
19929
19930 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
19931
19932         * g++.gb: New directory of tests, derived from my signature and
19933         class scoping tests.
19934
19935         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
19936         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
19937         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
19938         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
19939         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
19940         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
19941         * g++.gb/sig25.C: Likewise.
19942
19943         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
19944         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
19945         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
19946         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
19947         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
19948         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
19949         * g++.gb/sig25.exp: Likewise.
19950
19951         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
19952         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
19953         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
19954         * g++.gb/scope13.C: Likewise, this test still fails.
19955
19956         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
19957         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
19958         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
19959         * g++.gb/scope13.exp: Ditto.
19960
19961         * g++.gb/README: New file, explains what these tests are about.
19962
19963 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
19964
19965         * lib/dg.exp (dg-do): Support `preprocess'.
19966         (dg-test): Likewise.
19967
19968 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
19969
19970         * config/udi.exp: change "continue -expect" to "exp_continue".
19971
19972 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
19973
19974         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
19975         Delete redundant tests.
19976
19977         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
19978         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
19979         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
19980         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
19981         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
19982         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
19983         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
19984         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
19985
19986         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
19987         storing label pointers.
19988         * gcc.c-torture/execute/921019-1.c: Likewise.
19989         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
19990         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
19991         parameter fp.
19992         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
19993         constants.
19994
19995         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
19996         Delete obsolete tests.
19997
19998         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
19999         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
20000         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
20001         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
20002         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
20003         * gcc.c-torture/compile/950124-1.c: New test.
20004
20005         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
20006
20007 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
20008
20009         * lib/mike-g++.exp: Add -lm to LIBS.
20010
20011 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
20012
20013         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
20014
20015 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
20016
20017         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
20018
20019 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
20020
20021         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
20022
20023 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
20024
20025         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
20026         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
20027         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
20028         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
20029         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
20030         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
20031         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
20032         * g++.law/{operators31.C, operators32.C,
20033         * g++.law/{operators33.C, operators34.C}: Likewise.
20034         * g++.law/{pic1.C, refs2.C}: Likewise.
20035         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
20036         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
20037         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
20038         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20039
20040         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
20041         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
20042         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
20043         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
20044         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
20045         * g++.law/{enum9.exp, friend5.exp}: Likewise.
20046         * g++.law/{nest3.exp, nest4.exp}: Likewise.
20047         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
20048         * g++.law/{operators30.exp, operators31.exp}: Likewise.
20049         * g++.law/{operators32.exp, operators33.exp}: Likewise.
20050         * g++.law/{operators34.exp}: Likewise.
20051         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
20052         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
20053         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
20054         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
20055         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20056
20057         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
20058         No longer expected to fail.
20059         * g++.law/missed-error3.C: Tweak for recent bool changes.
20060
20061 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
20062
20063         * config/emb-unix: Deleted.
20064         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
20065         remote execution.  Do final link on remote host if REMOTE_LINK is set.
20066
20067 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
20068
20069         * lib/dg.exp (dg-test): Fix typo in last patch.
20070
20071 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
20072
20073         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
20074         (handles multiple occurrences).
20075
20076 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
20077
20078         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
20079         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
20080         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
20081         printed).
20082         * lib/c-torture.exp (c-torture-compile): Likewise.
20083         (c-torture): Prepend full path if missing.
20084         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
20085         (gcc_fail): Likewise.
20086         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
20087
20088 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
20089
20090         * lib/netware.exp: Only attach to NetWare i386 systems.
20091
20092 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
20093
20094         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
20095         messages.  Add test name to "output pattern match" pass/fail message.
20096
20097 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
20098
20099         * gcc.dg: New testsuite.
20100         * gcc.dg/dg.exp: New file.
20101
20102         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
20103         test-switch.c}: Deleted.
20104
20105         * gcc.misc-tests/msgs.exp: New testcase driver.
20106
20107 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
20108
20109         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
20110         Watch for illegal return values from ${tool}_load.
20111         * config/unix.exp (${tool}_load): Fix pass/fail detection for
20112         cross targets.  Coerce return value >0 to 1.
20113
20114 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
20115
20116         * config/unix.exp (${tool}_load): Call program rsh, not proc.
20117
20118         * config/emb-unix.exp: New file.
20119
20120         * config/sim.exp: Error if variable $SIM not defined.
20121         (${tool}_load): Mark test as "untested" if simulator missing.
20122
20123         * config/unix.exp: Load remote.exp to get rcp_download.
20124         * lib/c-torture.exp: Use different option lists for testcases with
20125         and without loops.
20126         * gcc.c-torture/execute/execute.exp: Likewise.
20127
20128 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
20129
20130         * config/*.exp: Clarify return code from ${tool}_load.
20131         Call `unresolved' or `untested' instead of `warning' or `perror'
20132         (sometimes you still want to call both though).
20133         Add comment that `shell_id' is local to each file.
20134         * config/udi.exp (timeout): Set to 30.
20135         Don't print warning if connection fails, $connectmode has already
20136         printed an error.
20137         (${tool}_load): Move verbose messages to level 2.
20138         Rework pattern for "Process started" message.
20139         Pass `shell_id' to ${connectmode}_download.
20140         Retry twice upon timeout.  Make resetting of target more robust.
20141         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
20142         Pass `shell_id' to exit_$connectmode.
20143         Only call exit_$connectmode if connected.
20144         * config/unix.exp (${tool}_load): Check return codes better.
20145         * config/vrtx.exp (${tool}_load): Likewise.
20146         * config/vx.exp (${tool}_load): Likewise.
20147         Delete unneeded global's.
20148         * lib/dg.exp (dg-test): Update to reflect clarified return codes
20149         from ${tool}_load.
20150         (dg-stat): Delete.
20151         (dg-init): Delete recording of pass/fail counts.
20152         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20153         (old-dejagnu-init): Likewise.
20154         (old-dejagnu-stat): Delete contents, empty proc now.
20155         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
20156         (c-torture): Delete references to lcnt, lpass, lfail.
20157         Get option list from TORTURE_OPTIONS.
20158         Delete -funroll[-all]-loops if no loops.
20159         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
20160         (g++_stat): Delete contents (empty proc now).
20161         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
20162         (gcc_finish): Likewise.
20163         (gcc_stat): Deleted.
20164         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
20165         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
20166         * gcc.c-torture/execute/execute.exp: Likewise.
20167         Split tests into two parts: compile, execute.
20168         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
20169         no loops.  Update to reflect clarified return codes from ${tool}_load.
20170
20171 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
20172
20173         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
20174         to grep for.
20175         (old-dejagnu): Likewise (where necessary).
20176
20177 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
20178
20179         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
20180
20181         * lib/dg.exp (dg-process-target): Fix processing of selector.
20182         Add comment regarding use of `error'.
20183
20184         * lib/gcc.exp (prune_system_crud): Define if missing.
20185         * lib/g++.exp (prune_system_crud): Likewise.
20186
20187         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
20188         Call prune_system_crud.
20189         * lib/dg.exp (dg-runtest): New proc.
20190         Use perror instead of send_user for tcl errors in testcase.
20191         Don't return any value, it's never used.
20192         Don't clobber previous definition of `unknown'.
20193         Print tcl errors in `dg-final'.
20194
20195 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
20196
20197         * lib/dg.exp (dg-process-target): Improve syntax error messages.
20198         (dg-test): Don't print errorInfo, it contains stack backtrace.
20199
20200 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
20201
20202         * lib/g++.exp (runtest_file_p): Define if missing.
20203
20204 1994-09-24  Doug Evans  (dje@cygnus.com)
20205
20206         * lib/mike-g++.exp: Comment out loading of g++.exp.
20207         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
20208         (default_g++_version): Always print something.
20209         (default_g++_start): Comment out call to `which'.
20210         (g++_start, g++_load): Deleted (must be defined in config file).
20211         * lib/gcc.exp: Test for existence of $CC at start.
20212         Delete check for tmpdir (done in gcc_init).
20213         (default_gcc_version): Always print something.
20214         (default_gcc_start): Comment out call to `which'.
20215         * config/*.exp: Major cleanup - make cross targets work at least a
20216         little better for g++ (by not being "--tool gcc" specific).
20217         Rename gcc_xxx to ${tool}_xxx.
20218         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
20219         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
20220
20221 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
20222
20223         * lib/c-torture.exp (c-torture-compile): Rework compiler
20224         message processing.
20225
20226         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
20227         c-torture.
20228
20229 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
20230
20231         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
20232
20233         * lib/dg.exp (dg-process-target): Support { target native }.
20234
20235 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
20236
20237         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
20238         looked for "... program xxx got fatal signal".
20239         Correct regsub munging of `comp_output'.
20240         Ignore compiler messages "path prefix not used" and "linker input
20241         file unused".
20242
20243 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
20244
20245         * lib/gcc.exp (runtest_file_p): Define if missing.
20246         * gcc.prms/template.c: Example to work from.
20247
20248 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
20249
20250         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
20251         * lib/dg.exp (dg-test): Call unsupported testcases as such.
20252
20253         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
20254         * gcc.prms/1883.c: Moved from compile/940714-1.c.
20255         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
20256         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
20257
20258         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
20259         (dg-process-target): No longer a varargs proc.
20260         Return S/N for target, P/F for xfail.  All callers changed.
20261         (user option procs): More argument checking.
20262         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
20263         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
20264         (dg-test): Skip test if not running on selected target in `dg-do'.
20265         Update handling of `dg-do-what', `dg-output-text'.
20266         Separate execution pass/fail from output pattern match pass/fail.
20267         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
20268
20269 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
20270
20271         * gcc.c-torture/special/special.exp: Don't expect failure for mips
20272         target for 920510-1.c.
20273
20274 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
20275
20276         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
20277         Clean up comment regarding use of passcnt, etc.
20278         (gcc_stat): Don't update `testcnt' here.
20279         (gcc_finish): Do it here.
20280         Might as well reset `but_id' here too.
20281         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
20282         to determine if the file should be tested.
20283         * gcc.c-torture/compile/compile.exp: Likewise.
20284         * gcc.c-torture/execute/execute.exp: Likewise.
20285         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20286         * gcc.misc-tests/dg-test.exp: Likewise.
20287         * gcc.prms/prms.exp: Likewise.
20288         * gcc.wendy/wendy.exp: Likewise.
20289         * g++.old-deja.exp: Likewise.
20290         Move "Testing file" message to verbose level 1.
20291
20292 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
20293
20294         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
20295
20296 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
20297
20298         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
20299         (default_gcc_start): Accept optional second list element
20300         of compiler flags.  Print compiler output at verbosity level 2.
20301         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
20302         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
20303         Save current values of framework globals passcnt, failcnt, xpasscnt,
20304         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
20305         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
20306         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
20307         xfailcnt to compute stats.  Update framework global `testcnt' from
20308         pass/fail counts.
20309         (gcc_finish): New proc.  Clean up test environment.
20310         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
20311         (gcc_epass, gcc_efail): Delete.
20312         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
20313         argument of line number.
20314         (dg-init): If the tool has an init routine, call it.
20315         (dg-test): Remove args `cflags_var' and `libs_var'.
20316         Pass all compiler options to ${tool}_start.
20317         Handle missing line number.
20318         (dg-finish): New function.
20319         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
20320         particular files.  Call gcc_finish at end.  Move "skipping test"
20321         message to verbosity level 3.
20322         * gcc.c-torture/compile/compile.exp: Likewise.
20323         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20324         * gcc.c-torture/execute/execute.exp: Likewise.
20325         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20326         Print testcase being tried at verbosity level 1.
20327         * gcc.c-torture/special/special.exp: Unset xfail.
20328         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20329         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
20330         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
20331         * gcc.failure/failure.exp: Likewise.
20332         * gcc.ieee/ieee.exp: Likewise.
20333         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
20334         Update call to dg-test.  Call dg-finish at end.
20335         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
20336         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20337         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
20338         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
20339         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
20340         * gcc.wendy/wendy.exp: Add copyright.
20341         Delete setting of tmpdir (done by gcc_init).
20342         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
20343         Pass compiler flags to gcc_start.  Call gcc_finish at end.
20344         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
20345         gcc_[ce]pass/fail.
20346
20347 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
20348
20349         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
20350         confusion.
20351         (g++_load): Likewise.
20352
20353         * config/*.exp (gcc_load): Some were varargs fns and some were not.
20354         Rename argument to `prog' to remove the confusion.
20355         Varargs fns behave differently too!
20356         (g++_load): Likewise.
20357
20358         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
20359
20360         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
20361         what it is.  Delete (always) printing of status value for !native.
20362         Simplify verbose code, and include status and exec_output.
20363         (g++_load): Use gcc_load.
20364
20365 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
20366
20367         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
20368         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
20369         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
20370         940714-3.c as these testcases don't exist anymore.  Make
20371         va-arg-1.c expected to pass.
20372
20373 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
20374
20375         * gcc.misc-tests/misc.exp: Only run specific testcases.
20376         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
20377         * gcc.misc-tests/dg-[1-9].c: New files.
20378
20379         * lib/dg.exp: New testsuite driver.
20380         * gcc.prms/prms.exp: Use it.
20381
20382         * README.gcc: New file.
20383
20384         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20385         Document and reset `lxpass' and `lxfail'.
20386         Simplify "initialized" message.
20387         (gcc_stat): Clean up comments a little.
20388
20389 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
20390
20391         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
20392
20393 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
20394
20395         * lib/old-dejagnu.exp (process-option): New proc.
20396         (old-dejagnu-init, old-dejagnu-stat): Likewise.
20397         (old-dejagnu): Simplify.
20398         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
20399
20400 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
20401
20402         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
20403         exists and is not an empty string.
20404
20405         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
20406         $xfail rather than calling setup_xfail.  Clear $xfail when test is
20407         finished.
20408         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
20409         automatically.
20410
20411         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
20412         longer expected to fail.
20413
20414         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
20415         "f" function call.
20416
20417         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
20418
20419         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
20420         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
20421         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
20422         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
20423         c-torture-1.29.
20424
20425         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
20426         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
20427
20428         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
20429
20430         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
20431         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
20432
20433         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
20434         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
20435         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
20436
20437 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
20438
20439         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
20440         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
20441         940714-1.c, 940714-2.c, 940714-3.c},
20442         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
20443         gcc.misc-tests/{mg.c,mg.exp}:
20444         New tests.
20445         * gcc.noncompile/noncompile.exp: Change accordingly.
20446
20447 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
20448
20449         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
20450         Undo previous clobberage.
20451
20452 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
20453
20454         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
20455         * gcc.special/{930510-1.c, special.exp}:
20456         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
20457         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
20458         struct-varargs-1.c}: New tests from c-torture-1.26.
20459
20460 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
20461
20462         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
20463           argument to switch.
20464
20465 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
20466
20467         * Revert the previous changes.  Please see Rob's directory
20468           (/lisa/test/rob/progressive/gcc/testsuite) for testing
20469           fixes.
20470
20471 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
20472
20473         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
20474             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
20475             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
20476             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
20477             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
20478             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
20479             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
20480             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
20481             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
20482             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
20483             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
20484             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
20485             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
20486             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
20487             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
20488             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
20489             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
20490             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
20491             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
20492             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
20493             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
20494             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
20495             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
20496             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
20497             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
20498             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20499             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
20500
20501 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
20502
20503         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
20504             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
20505           with perror calls.
20506
20507 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
20508
20509         * config/unix.exp (g++_load): Fix syntax.
20510
20511 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
20512
20513         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
20514         * gcc.noncompile/921017-1.c: Deleted obsolete test.
20515         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
20516         Don't expect va-arg-1.c to fail.  Correct expected output for
20517         920928-1.c.
20518         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
20519         * gcc.wendy/hbm4.c: Correct typo.
20520         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
20521
20522 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
20523
20524         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
20525         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
20526         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
20527         * lib/c-torture.exp (c-torture-compile): Ditto.
20528
20529         Reduce volume of output (remove all the -I's and such).
20530         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
20531         Call gcc_cpass, gcc_cfail.
20532         (c-torture): Pass testing option to c-torture-compile.
20533
20534 1994-03-21  Doug Evans  (dje@cygnus.com)
20535
20536         Bring patches over from progressive.
20537         * config/default.exp: Exit remote shell cleanly.
20538         (g++_exit, g++_start): Add default versions.
20539         * config/sim.exp (gcc_load): Use perror, not error.
20540
20541 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
20542
20543         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
20544         set in site.exp.
20545
20546 1994-03-14  Doug Evans  (dje@cygnus.com)
20547
20548         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
20549         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
20550         (wendy_try): New proc to run testcase.
20551         (main loop): Call 'em.
20552         * gcc.wendy/*.c: Clean up pass to correct expected output.
20553
20554         * lib/gcc.exp: Minor cleanup work.
20555         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
20556
20557 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
20558
20559         * config/sim.exp (gcc_load): Document return codes better.
20560         Don't pass -v to simulator.
20561
20562 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
20563
20564           * gcc.special/920717-x.c: Fix typo.
20565           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
20566           get at sources.
20567
20568         * lib/mike-gcc.exp: Fix typo.
20569
20570 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
20571
20572         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
20573         binary to use, transform the name.
20574         * config/*.exp: rename everything. Nuke any g++ specific files,
20575         it's now a special case of gcc that requires no special support.
20576         Add a default.exp for unsupported targets.
20577
20578 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
20579
20580         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
20581         lib/old-dejagnu.exp: Fix a few patterns to work with the new
20582         version of Tcl.
20583
20584 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
20585
20586         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
20587         than a warning.
20588
20589 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
20590
20591         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
20592
20593 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
20594
20595         * gcc.execute/execute.exp: Combine opt_list and foption_list into
20596         option_list.  Compile every file with only 4/6 option choices
20597         (same as C torture) instead of with 12/18 different option
20598         choices.
20599         * lib/c-torture.exp: Likewise.
20600
20601         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
20602         not already set.
20603
20604 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
20605
20606         * lib/old-deja.exp: Add `excess errors test fails' error, now one
20607         can put an XFAIL *-*-* on excess errors.
20608
20609 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
20610
20611         * g++.law: Add more tests derived from g++-bugs snapshots.
20612
20613         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
20614         equivalent to g++.law/init9.
20615
20616         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
20617         compiled it, and the a.out file after we've run it.
20618
20619 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
20620
20621         * lib/mike-g++.exp (postbase): Delete the .o file after we've
20622         compiled it, and the a.out file after we've run it.
20623
20624 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
20625
20626         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
20627
20628 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
20629
20630         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
20631         version number.
20632
20633 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
20634
20635         * g++.law: New directory of g++ tests derived from the g++-bugs
20636         snapshots.
20637
20638 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
20639
20640         * gcc.compile: initbug1.c initbug1.exp testcase added
20641
20642 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
20643
20644         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
20645         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
20646           fixes submitted by Jeff Law (law@cs.utah.edu)
20647         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
20648           Jeff Law (law@cs.utah.edu)
20649
20650
20651 1993-11-30  Mike Stump  (mrs@cygnus.com)
20652
20653         * config/unix-g++.exp: Follow the gcc way of doing things.
20654         * g++.old-deja/old-deja.exp: Minor updates.
20655         * lib/g++.exp: New file, follow the gcc way of doing things.
20656         * lib/old-dejagnu.exp: Minor updates.
20657         * lib/mike-g++.exp: Always unset errorInfo.
20658
20659 1993-11-06  Mike Stump  (mrs@cygnus.com)
20660
20661         * lib/gcc.exp: Fix some errors with the below change, CC and
20662         CFLAGS should be global when setting, not local.
20663
20664 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
20665
20666         * lib/gcc.exp: Transform tool name.
20667
20668 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20669
20670         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
20671
20672 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20673
20674         * lib/gcc.exp: change gcc_done to gcc_stat
20675
20676 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20677
20678         * Upgraded gcc testsuite to c-torture version 1.25
20679
20680 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
20681
20682         * lib/gcc.exp: added reporting code. Changed verbose compile message.
20683         * lib/c-torture: added hooks for new reporting code.
20684
20685 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
20686
20687         * config/sh-gcc.exp: check if sh-sim exists in the path
20688
20689 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
20690
20691         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
20692         * gcc.compile/compile.exp: Initial changes for new logic.
20693         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
20694         * gcc.failure/failure.exp: Initial changes for new logic.
20695         * gcc.ieee/ieee.exp: Initial changes for new logic.
20696         * gcc.misc-tests/misc.exp: Initial changes for new logic.
20697         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
20698         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
20699         * lib/c-torture.exp: Initial changes for new logic.
20700         * lib/gcc.exp: Initial changes for new logic.
20701
20702 1993-10-15  Mike Stump  (mrs@cygnus.com)
20703
20704         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
20705         depend upon failure or success.  Fully qualify names in failure
20706         and success messages.  Always remove a.out before starting
20707         compile, just in case.  Pay more attention to error text output by
20708         the compiler.  Handle testcases with no known past errors just
20709         like all others, so that things are uniform.  Other miscellaneous
20710         improvements.
20711
20712 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
20713
20714         * gcc.cpp: new directory for cpp tests
20715
20716 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
20717
20718         * lib/chill.exp: Code reformatted, removed unused code.
20719         * config/unix-chill.exp: Code reformatted, removed unused code.
20720         * chill.execute/execute.exp: Code reformatted, removed unused code.
20721         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
20722
20723 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
20724
20725         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
20726         routines not written.
20727
20728 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
20729
20730         * config/bug-gcc.exp: Use new procs from bug.exp.
20731
20732 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
20733
20734         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
20735         via ftp, rather than depending on NFS.
20736         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
20737         case.
20738
20739 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
20740
20741         * config/bug-gcc.exp: Use new download proc.
20742
20743 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
20744
20745         * chill.execute/execute.exp: cleanups, handles errors better
20746         * chill.compile/compile.exp: rewrite, based on execute.exp
20747         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
20748         * lib/chill.exp: major changes to diff proc and compile and link
20749           procs. added chill_fail and chill_pass wrappers to pass and
20750           fail. added more comments, and handle error codes better.
20751           Added a hack to capture stderr from exec, so noncompile tests
20752           can work.
20753
20754 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
20755
20756         * chill.execute/execute.exp: rewrite of testsuite driver
20757         * lib/chill.exp: rewrite of testsuite driver
20758         * config/unix-chill.exp: rewrite of testsuite driver
20759
20760 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
20761
20762     In chill.execute:
20763         * iexpr.ch: Standardize uppercase.
20764         * tuples.dat: Standardize uppercase.
20765         * vary.ch: standardize.  Correct varying string assignments.
20766         * vary.dat: Add new output lines.
20767
20768 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
20769
20770     In chill.execute:
20771         * chprintf.ch: Standardize use of uppercase.
20772         * tuples.ch: Standardize and turn arr2 into a DCL,
20773           rather than a SYN.
20774         * pinits.ch: Standardize.
20775
20776 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
20777
20778         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
20779         * Makefil: Renamed to Makefile.in.
20780         * configure.in: New.
20781
20782 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
20783
20784     In chill.execute:
20785         * .cvsignore: Add result/output files.
20786         * Makefile: Fix up variables at start.  Use MFLAGS
20787           everywhere.  Correct bool_loc, built_ins entries.
20788           Add entry for vary1.ch.
20789         * bitarray.ch: Standardize upper-case usage.
20790         * bitexpr.ch: Standardize, add output of b1.
20791         * params.ch: Use arrayt in along PROC parameters, to
20792           avoid novelty problems.
20793         * sets.ch: Tiny cleanup.
20794         * vary1.ch: Re-indent.
20795
20796 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
20797
20798           * Add PR-related files to Makefiles, .cvsignore files, etc.
20799
20800 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
20801
20802         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
20803           with compiler objects. New names are test-flow.c and test-loop.c
20804
20805 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
20806
20807         * Upgraded c-torture tests from 1.19 to 1.20
20808
20809         * new files:
20810         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
20811         * gcc.compile: 930623-1.c 930623-2.c
20812         * gcc.noncompile: 930622-1.c 930622-2.c
20813         * gcc.failure: 920411-1.c 920627-2.c
20814         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
20815
20816 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
20817
20818         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20819           More changes to get testsuite working properly. Needs more work.
20820           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
20821
20822 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
20823
20824         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20825           More changes to get testsuite working properly. Needs more work.
20826
20827 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
20828
20829         * chill.compile/compile.exp: Added for Dejagnu support
20830         * chill.execute/execute.exp: Added for Dejagnu support
20831         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
20832
20833 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
20834
20835     This should complete moving the CHILL test files.
20836         * chill.noncompile(.cvsignore printf.grt
20837             in-printf.grt chprintf.grt chprintf.ch):
20838             Added test-support files.
20839           (Makefile): Modified further.
20840         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
20841             signal.ch): Added test files.
20842           * chill.execute (.cvsignore printf.grt printr.c
20843             in-printf.grt rts.c chprintf.grt rts.h): Added
20844           test-support files.
20845             (Makefile): More corrections.
20846
20847 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
20848
20849         * chill.compile, chill.execute, chill.nocompile: Add CHILL
20850           test cases, ready for DejaGnu.
20851
20852 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
20853
20854         * Upgraded c-torture tests from 1.18 to 1.19
20855
20856         * gcc.compile: added test(s):
20857           930607-1.c
20858         * gcc.execute: added test(s):
20859           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
20860
20861         * added new subdirectory for misc tests: gcc.misc-tests
20862         * gcc.misc-test(s): added tests:
20863           inst-check.c test-consts.c test-ior.c test-switch.c
20864
20865 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
20866
20867         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
20868
20869 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
20870
20871         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
20872
20873 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
20874
20875         * Upgraded c-torture tests from 1.17 to 1.18
20876
20877 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
20878
20879         * Upgraded c-torture tests from 1.12 to 1.17
20880
20881 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
20882
20883         * lib/old-dejagnu.exp:
20884           Fixed handling of XFAIL target triplets to correctly
20885           recognize wildcard characters.  Removed code that
20886           appended a unique id tag to the end of the file name
20887           printed out by the result of the testcases within a
20888           given test file.
20889
20890 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
20891
20892         * lib/old-dejagnu.exp:
20893           Reworked expected failure handling to trigger off of XFAIL
20894           keyword in keyphrase embeded in testcase source code. The
20895           XFAIL keyword must be at the end of the keyphrase line. It
20896           may optionally be followed by one or more target triplets.
20897           It has just occured that the handling of wildcards in the
20898           target triplet may not be correct.
20899
20900 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
20901
20902         * g++.old-deja/tests:
20903           Moved all subdirectories up one level into g++.old-deja .
20904
20905         * lib/old-dejagnu.exp:
20906           Fixed problem with CXXFLAGS not being properly reset, and being
20907           corrupted with extraneous "-c" compiler option.  This was
20908           causing binaries to not be generated for test that needed them.
20909           Modified strings passed to "pass" and "fail" so that individual
20910           tests from the same test file would be distinguished by an
20911           identifier appended to the test file name in the summary logs;
20912           this corrected a problem with erroneous diff logs.  Added code
20913           to search testcases for expected fail and unexpected pass keywords.
20914
20915 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
20916
20917         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
20918
20919 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
20920
20921         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
20922           Removed extraneous text from end of "Special g++ Options"
20923           keyphrase.
20924
20925         * lib/old-dejagnu.exp: Added pattern matching to look for new
20926           keywords, embedded in testcases comments, which will trigger
20927           calls to xpass and xfail.
20928
20929 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
20930
20931         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
20932           comments embedded in the testcases, especially the one looking for
20933           special compiler options, as well as the pattern matching for the
20934           compiler output again.
20935
20936 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
20937
20938         * lib/old-dejagnu.exp: Do a proper check of the return value for
20939           execute tests. Fixed several problems with the pattern matching
20940           of the compiler output which gave erroneous test results.
20941           Changed several of the test result messages to be more descriptive.
20942         * config/unix-g++.exp: Proc g++_load now actually works and
20943           executes the tests passed to it and returns a usable return
20944           value.
20945
20946 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
20947
20948           * lib/gcc.exp: Exits gracefully if $CC is bogus.
20949
20950 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
20951
20952         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
20953           Modified both files to properly execute the old style
20954           dejagnu tests. The previous versions of these files were
20955           experimental and did not function anything near correctly.
20956
20957 1993-04-05  Rob Savoye  (rob@cygnus.com)
20958
20959         * Removed all Makefile.in and configure.in files. No configuration
20960         needed now.
20961
20962 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
20963
20964         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
20965
20966 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20967
20968         * gcc.compile/configure.in, gcc.unsorted/configure.in,
20969         gcc.special/configure.in, gcc.noncompile/configure.in,
20970         gcc.execute/configure.in, gcc.code_quality/configure.in,
20971         g++.other/configure.in, g++.old-deja/configure.in,
20972         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
20973         in srcname setting.
20974
20975 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
20976
20977         * lib/udi.exp:  Fixed mondfe and mondfe_download.
20978         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
20979         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
20980
20981 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
20982
20983         * config/udi-gdb.exp: Check $shell_id after connecting to target.
20984         (gdb_exit): Don't remove *_soc files.
20985
20986 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
20987
20988         * lib/c-torture.exp: Don't look for main; instead always use -w
20989         -c.  This is how the c-torture tests work.  Remove the object
20990         file if the compilation succeeds.
20991         * gcc.execute/execute.exp: Remove executable if test passes.
20992         * gcc.noncompile/noncompile.exp: Every test is an expected
20993         failure.
20994         * gcc.special/special.exp: Added tests from c-torture 1.11,
20995         corrected use of existing test.
20996         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
20997         gcc.execute/920625-1.c: Updated to c-torture 1.11.
20998         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
20999         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
21000         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
21001         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
21002         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
21003         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
21004         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
21005         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
21006         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
21007         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
21008         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
21009         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
21010         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
21011         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
21012         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
21013         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
21014         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
21015         c-torture 1.11.
21016         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
21017         correspond to c-torture 1.11.
21018
21019         * New file.
21020
21021