re PR c++/13969 (static const value rejected as template parameter)
[platform/upstream/gcc.git] / gcc / testsuite / ChangeLog
1 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
2
3         PR c++/13969
4         * g++.dg/template/static6.C: New test.
5
6 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
7
8         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
9
10 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11
12         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
13         tests for systems where `char' is unsigned by default.
14
15 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
16
17         PR c++/13997
18         * g++.dg/template/partial3.C: New test.
19
20 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
21
22         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
23         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
24         Remove mentions of obsolete ports.
25
26 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
27
28         * gcc.dg/noncompile/20001228-1.c: Fix for new
29         error message.
30
31 2004-02-03  Roger Sayle  <roger@eyesopen.com>
32
33         PR target/9348
34         * gcc.c-torture/execute/multdi-1.c: New test case.
35
36 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
37
38         PR c++/13925
39         * g++.dg/template/lookup5.C: New test.
40
41 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
42
43         PR c++/13950
44         * g++.dg/template/lookup4.C: New test.
45
46         PR c++/13970
47         * g++.dg/parse/error14.C: New test.
48
49         PR c++/14002
50         * g++.dg/parse/template13.C: New test.
51
52 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
53
54         PR c++/13978
55         * g++.dg/template/koenig4.C: New test.
56
57         PR c++/13968
58         * g++.dg/template/crash17.C: New test.
59
60         PR c++/13975
61         * g++.dg/parse/error13.C: New test.
62         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
63
64 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
65
66         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
67
68 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
69
70         PR c/11658
71         PR c/13994
72         * gcc.dg/noncompile/20040203-1.c: New test.
73         * gcc.dg/noncompile/20040203-2.c: Likewise.
74         * gcc.dg/noncompile/20040203-3.c: Likewise.
75         * gcc.dg/20040203-1.c: Likewise.
76
77 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
78
79         PR c++/10858
80         * g++.dg/template/sizeof7.C: New test.
81
82 2004-02-02  Eric Christopher  <echristo@redhat.com>
83             Zack Weinberg  <zack@codesourcery.com>
84
85         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
86
87 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
88
89         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
90         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
91         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
92         * gcc.dg/cleanup-5.c: Run only on Linux targets.
93
94 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
95
96         PR c++/13113
97         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
98
99         PR c++/13854
100         * g++.dg/ext/attrib13.C: New test.
101
102         PR c++/13907
103         * g++.dg/conversion/op2.C: New test.
104
105 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
106
107         * gcc.dg/titype-1.c: Fix pasto.
108
109 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
110
111         * gcc.dg/titype-1.c: New test.
112
113 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
114
115         PR c++/13957
116         * g++.dg/template/non-type-template-argument-1.C,
117         g++.dg/template/qualified-id1.C: Update dg-error marks.
118         * g++.dg/template/nontype6.C: New test.
119
120 2004-02-01  Roger Sayle  <roger@eyesopen.com>
121
122         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
123         * gcc.dg/builtins-31.c: New testcase.
124         * gcc.dg/builtins-32.c: New testcase.
125
126 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
127
128         * objc.dg/call-super-2.m: Update line numbers
129         for the including of stddef.h.
130
131 2004-01-30  Michael Matz  <matz@suse.de>
132
133         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
134         g++.dg/ext/case-range3.C: New tests.
135
136 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
137
138         DR206
139         PR c++/13813
140         * g++.dg/template/member4.C: New test.
141
142 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
143
144         PR c++/13683
145         * g++.dg/template/sizeof6.C: New test.
146
147 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
148
149         * gcc.dg/fwritable-strings-1.c: New test.
150
151 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
152
153         * gcc.c-torture/compile/20040130-1.c: New test.
154
155 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
156
157         * objc.dg/call-super-2.m: Include stddef.h for size_t.
158
159 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
160
161         PR c++/13883
162         * g++.dg/template/ctor3.C: New test.
163
164 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
165
166         * g++.dg/tc1: New directory.
167         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
168         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
169         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
170         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
171         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
172
173 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
174
175         * g++.dg/parse/error11.C: New test.
176         * g++.dg/parse/error12.C: Likewise.
177
178 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
179
180         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
181         (scan_initial, main): Use aligned_sizeof instead of sizeof.
182
183 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
184
185         PR c++/13791
186         * g++.dg/ext/attrib12.C: New test.
187
188         PR c++/13736
189         * g++.dg/parse/cast2.C: New test.
190
191 2004-01-27  James E Wilson  <wilson@specifixinc.com>
192
193         * objc.dg/encode-2.m (main): New local string.  Set depending on
194         sizeof long.  Use in sscanf call.
195         * objc.dg/encode-3.m (main): New local string.  Set depending on
196         sizeof long.  Use in scan_initial call.
197
198 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
199
200         * objc.dg/call-super-2.m: Make LP64-safe.
201         * objc.dg/desig-init-1.m: Likewise.
202
203 2004-01-27  Devang Patel <dpatel@apple.com>
204
205         * g++.dg/debug/namespace1.C: New test.
206
207 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
208
209         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
210         xscale-*-*.
211
212         * gcc.dg/arm-mmx-1.c: New test.
213
214 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
215
216         * gcc.dg/20040127-1.c: New test.
217         * gcc.dg/20040127-2.c: New test.
218
219 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
220
221         * objc.dg/stret-1.m (glob): Renamed to globa.
222
223 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
224
225         PR c++/13663
226         * g++.dg/expr/for1.C: New test.
227
228 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
229
230         PR middle-end/13779
231         * gcc.dg/darwin-longlong.c: New test.
232
233 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
234
235         * gcc.dg/20040124-1.c: Moved test from here...
236         * gcc.c-torture/compile/20040124-1.c: ...to here.
237
238 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
239
240         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
241         the assembly output if -m64 is passed.
242
243 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
244
245         PR c++/13833
246         * g++.dg/template/cond3.C: New test.
247
248 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
249
250         PR c++/13810
251         * g++.dg/template/ttp7.C: New test.
252
253 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
254
255         PR c++/13797
256         * g++.dg/template/nontype4.C: New test.
257         * g++.dg/template/nontype5.C: Likewise.
258
259 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
260
261         * gcc.dg/torture/mips-clobber-at.c: New test.
262
263 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
264
265         * gcc.dg/20040124-1.c: New test.
266
267 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
268
269         * gcc.dg/20040123-1.c: New test.
270
271 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
272
273         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
274
275 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
276
277         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
278
279 2004-01-23  Andrew Pinski  <apinski@apple.com>
280
281         * gcc.dg/20030121-1.c: Move to ..
282         * gcc.dg/20040121-1.c: here.
283
284 2004-01-23  Roger Sayle  <roger@eyesopen.com>
285
286         * gcc.dg/builtins-29.c: New test case.
287
288 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
289
290         PR 18314
291         * gcc.dg/builtins-30.c: New testcase.
292
293 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
294
295         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
296         * lib/g77.exp: Likewise.
297         * lib/objc.exp: Likewise.
298         * lib/g++.exp: Likewise.
299
300 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
301
302         * gcc.dg/struct-by-value-2.c: New test.
303
304 2004-01-21  Andrew Pinski  <apinski@apple.com>
305
306         PR target/13785
307         * gcc.dg/20030121-1.c: New test.
308
309 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
310
311         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
312         clobber frame pointer register in asm statement.
313
314 2004-01-21  Falk Hueffner  <falk@debian.org>
315
316         * gcc.c-torture/compile/20040121-1.c: New test.
317
318 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
319
320         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
321
322 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
323
324         * gcc.dg/ppc64-abi-2.c: New test.
325
326 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
327
328         * lib/treelang.exp: Fill out this file.
329         * lib/treelang-dg.exp: New File.
330
331 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
332
333         * gcc.c-torture/compile/981022-1.c: Remove.
334         * gcc.dg/array-5.c: Remove XFAIL.
335         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
336         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
337         gcc.dg/cond-lvalue-1.c: Update.
338         * gcc.dg/cast-lvalue-2.c: New test.
339
340 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
341
342         PR c++/13592
343         * g++.dg/other/error1.C (class foo): Tweak error message.
344
345         PR c++/13592
346         * g++.dg/template/call2.C: New test.
347
348 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
349
350         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
351         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
352         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
353         scalar-return-1_x.c, scalar-return-2_y.c,
354         scalar-return-3_x.c, scalar-return-3_y.c,
355         scalar-return-4_x.c, scalar-return-4_y.c,
356         struct-align-1.h, struct-align-1_x.c,
357         struct-align-1_y.c, struct-align-2.h,
358         struct-align-2_x.c, struct-align-2_y.c,
359         struct-by-value-10_y.c, struct-by-value-11_x.c,
360         struct-by-value-11_y.c, struct-by-value-12_x.c,
361         struct-by-value-12_y.c, struct-by-value-13_x.c,
362         struct-by-value-13_y.c, struct-by-value-14_x.c,
363         struct-by-value-14_y.c, struct-by-value-15_x.c,
364         struct-by-value-15_y.c, struct-by-value-16_y.c,
365         struct-by-value-17_y.c, struct-by-value-18_y.c,
366         struct-by-value-19_y.c, struct-by-value-1_x.c,
367         struct-by-value-1_y.c, struct-by-value-20_y.c,
368         struct-by-value-2_x.c, struct-by-value-2_y.c,
369         struct-by-value-3_y.c, struct-by-value-4_x.c,
370         struct-by-value-4_y.c, struct-by-value-5_y.c,
371         struct-by-value-6_y.c, struct-by-value-7_y.c
372         struct-by-value-8_x.c, struct-by-value-8_y.c
373         struct-by-value-9_x.c, struct-by-value-9_y.c
374         struct-return-10_x.c, struct-return-10_y.c,
375         struct-return-19_x.c, struct-return-20_x.c
376         struct-return-2_x.c, struct-return-2_y.c
377         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
378         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
379
380 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
381
382         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
383         attribute on sparc*-sun-solaris2.*.
384
385 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
386
387         PR c++/13710
388         * g++.dg/ext/typeof7.C: New test.
389
390 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
391
392         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
393         * gcc.dg/const-elim-1.c: Same.
394
395 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
396
397         * objc.dg/stret-1.m: New.
398         * objc.dg/stret-2.m: New.
399
400 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
401
402         PR c++/11895
403         * g++.dg/ext/vector1.C: New test.
404
405 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
406
407         * gcc.dg/pch/import-1.c: New.
408         * gcc.dg/pch/import-1.hs: New.
409         * gcc.dg/pch/import-1a.h: New.
410         * gcc.dg/pch/import-1b.h: New.
411         * gcc.dg/pch/import-1c.h: New.
412
413 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
414
415         PR c++/13574
416         * g++.dg/ext/array1.C: New test.
417
418         PR c++/13178
419         * g++.dg/conversion/op1.C: New test.
420
421 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
422
423         PR 11864
424         From Kazumoto Kojima / Dan Kegel:
425         * gcc.dg/pr11864-1.c: New test.
426
427         PR 10392
428         From Marcus Comstedt / Dan Kegel:
429         * gcc.dg/pr10392-1.c: New test.
430
431 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
432
433         PR c++/13478
434         * g++.dg/init/ref10.C: New test.
435
436 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
437
438         PR c++/13407
439         * g++.dg/parse/typename6.C: New test.
440
441 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
442
443         PR pch/13361
444         * testsuite/g++.dg/pch/wchar-1.C: New.
445         * testsuite/g++.dg/pch/wchar-1.Hs: New.
446
447 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
448
449         PR c++/9259
450         * g++.dg/expr/sizeof2.C: New test.
451
452 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
453
454         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
455
456 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
457
458         PR c++/13659
459         * g++.dg/lookup/strong-using-3.C: New.
460         * g++.dg/lookup/using-10.C: New.
461
462 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
463
464         PR c++/13594
465         * g++.dg/lookup/strong-using-2.C: New.
466
467 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
468             Dan Kegel <dank@kegel.com>
469             J"orn Rennecke <joern.rennecke@superh.com>
470
471         PR target/9365
472         * gcc.dg/pr9365-1.c: New test.
473
474 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
475
476         PR c++/8856
477         * g++.dg/parse/casting-operator2.C: New test.
478         * g++.old-deja/g++.pt/explicit83.C: Remove.
479
480 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
481
482         * gcc.dg/label-compound-stmt-1.c: New test.
483         * gcc.c-torture/compile/950922-1.c,
484         gcc.c-torture/compile/20000211-3.c,
485         gcc.c-torture/compile/20000518-1.c,
486         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
487         compound statements.
488
489 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
490
491         * gcc.dg/ppc64-abi-1.c: New test.
492
493 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
494
495          * g++.dg/ext/attrib9.C: Add dg-warnings.
496
497 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
498
499         PR c++/12335
500         * g++.dg/parse/dtor3.C: New test.
501
502 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
503
504         PR c++/12709
505         * g++.dg/parse/try-catch-1.C: New test.
506
507 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
508
509         * ada/acats/run_all.sh: Add more verbose output in acats.log
510         when compiling tests.
511
512 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
513
514         PR 13656
515         * gcc.dg/typedef-redecl.c: New test case.
516         * gcc.dg/typedef-redecl.h: New support file.
517
518 2004-01-13  Jan Hubicka  <jh@suse.cz>
519
520         * gcc.dg/always_inline.c: New test.
521         * gcc.dg/debug/20031231-1.c: Fix.
522
523 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
524
525         PR c++/13474
526         * g++.dg/template/array3.C: New test.
527
528 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
529
530         * g++.dg/ext/lvalue1.C: No longer expected to fail.
531         * g++.dg/warn/Wunused-2.C: Likewise.
532
533 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
534
535         PR c++/13289
536         * g++.dg/template/instantiate6.C: New test.
537
538 2004-01-12  Roger Sayle  <roger@eyesopen.com>
539
540         PR middle-end/11397
541         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
542
543 2004-01-12  Jan Hubicka  <jh@suse.cz>
544
545         PR opt/12826
546         * gcc.dg/20040112-1.c: New.
547
548         * gcc.dg/dwarf-die[1-7].c: Move to...
549         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
550         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
551
552 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
553
554         PR c++/4100
555         * g++.dg/parse/friend4.C: New test.
556
557 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
558
559         PR c++/4100
560         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
561         definition is called a friend.
562
563 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
564
565         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
566
567 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
568
569         PR c++/3478
570         * g++.dg/parse/error10.C: New test.
571         * g++.dg/template/arg2.C: Accept "invalid type" error.
572
573 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
574
575         PR middle-end/13392
576         * g++.dg/opt/expect2.C: New test.
577
578 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
579
580         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
581         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
582         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
583         Update dg-error regexps.
584
585 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
586
587         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
588         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
589
590 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
591
592         * gcc.dg/pragma-re-1.c: Use right pointer type.
593
594 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
595
596         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
597
598 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
599
600         * gcc.dg/rs6000-ldouble-1.c: New.
601
602 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
603
604         DR 337
605         PR c++/9256
606         * g++.dg/other/abstract1.C: New test.
607
608 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
609
610         * g++.dg/lookup/strong-using-1.C: New.
611
612 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
613
614         PR c/11234
615         * gcc.dg/func-ptr-conv-1.c: New test.
616         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
617
618 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
619
620         PR target/13380.
621         * gcc.c-torture/compile/20040109-1.c: New.
622
623 2004-01-08  Stuart Hastings  <stuart@apple.com>
624
625         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
626         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
627         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
628
629 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
630
631         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
632
633 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
634
635         * ada/acats/run_acats: Treat 'gnatchop' the same way
636         as 'gnatmake'.  Export GCC_DRIVER.
637         * ada/acats/run_all.sh: Add target_gnatchop.  Use
638         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
639
640 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
641
642         PR c++/12573
643         * g++.dg/template/dependent-expr4.C: New test.
644
645 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
646
647         * gcc.dg/altivec-11.c: New test.
648
649 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
650
651         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
652
653 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
654
655         PR c/6024
656         * gcc.dg/enum-compat-1.c: New test.
657         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
658
659 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
660
661         PR c/12165
662         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
663         gcc.dg/c99-idem-qual-3.c: New tests.
664
665 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
666
667         * gcc.dg/winline-7.c: Don't cast void * to int.
668
669 2004-01-06  Jan Hubicka  <jh@suse.cz>
670
671         * gcc.dg/i386-sse-5.c: New test
672         * g++.dg/eh/simd-1.c: Add -w argument for i386.
673
674 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
675
676         PR c++/12815
677         * g++.dg/rtti/typeid4.C: New test.
678
679 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
680
681         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
682
683 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
684
685         PR c++/12132
686         * g++.dg/template/error11.C: New test.
687
688         PR c++/13451
689         * g++.dg/template/class2.C: New test.
690
691 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
692         Richard Sandiford <rsandifo@redhat.com>
693
694         PR c++/13387
695         * g++.dg/opt/alias3.C: New test.
696
697 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
698
699         PR c++/13157
700         * g++.dg/template/koenig3.C: New test.
701
702         PR c++/13529
703         * g++.dg/parse/offsetof3.C: New test.
704
705         * g++.dg/init/copy7.C: Add missing dg-error markers.
706
707         PR c++/12226
708         * g++.dg/init/copy7.c: New test.
709
710         PR c++/13536
711         * g++.dg/parse/cast1.C: New test.
712
713 2004-01-04  Jan Hubicka  <jh@suse.cz>
714
715         * gcc.dg/winline[1-7].c: New tests.
716
717 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
718
719         PR c++/13520
720         * g++.dg/template/qualttp22.C: New test.
721
722 2004-01-01  Jan Hubicka  <jh@suse.cz>
723
724         * gcc.dg/debug/20031231-1.c: New.
725         * gcc.c-torture/compile/20040101-1.c: New.
726         * gcc.dg/dwarf-die-[1-7].c: New.
727
728 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
729
730         PR optimization/13521
731         * gcc.c-torture/compile/20031231-1.c: New test.
732
733 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
734
735         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
736
737 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
738
739         PR c++/10079
740         * g++.dg/template/crash16.C: New test.
741
742 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
743
744         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
745
746 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
747
748         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
749         ports.
750         * g++.old-deja/g++.jason/thunk3.C: Likewise.
751         * g++.old-deja/g++.law/profile1.C: Likewise.
752         * gcc.c-torture/compile/981006-1.c: Likewise.
753         * gcc.c-torture/execute/loop-2e.x: Likewise.
754         * gcc.c-torture/execute/loop-2f.x: Remove.
755         * gcc.c-torture/execute/loop-2g.x: Likewise.
756         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
757         * gcc.dg/20020312-2.c: Remove traces of dead ports.
758
759 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
760
761         PR c++/13507
762         * g++.dg/ext/attrib11.C: New test.
763
764         PR c++/13494
765         * g++.dg/template/array2-1.C: New test.
766         * g++.dg/template/array2-2.C: New test.
767
768 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
769
770         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
771
772 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
773
774         PR c++/12774
775         * g++.dg/template/array1-1.C: New test.
776         * g++.dg/template/array1-2.C: New test.
777
778 2003-12-29  Roger Sayle  <roger@eyesopen.com>
779
780         PR fortran/12632
781         * g77.dg/12632.f: New test case.
782
783 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
784
785         PR c++/13289
786         * g++.dg/parse/nontype1.C: New test.
787
788 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
789
790         PR c++/12403
791         * g++.dg/parse/explicit1.C: New test.
792         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
793
794 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
795
796         PR c++/13081
797         * g++.dg/opt/inline6.C: New test.
798
799         PR c++/12613
800         * g++.dg/parse/error9.C: New test.
801
802         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
803
804 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
805
806         PR c++/13009
807         * g++.dg/init/assign1.C: New test.
808
809 2003-12-28  Roger Sayle  <roger@eyesopen.com>
810
811         PR c++/13070
812         * g++.dg/warn/format3.C: New test case.
813
814 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
815
816         * gcc.c-torture/compile/20031227-1.c: New test.
817
818 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
819
820         * g++.dg/bprob/bprob.exp: Load target-supports.exp
821         * g77.dg/bprob/bprob.exp: Likewise.
822         * gcc.misc-tests/bprob.exp: Likewise.
823         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
824         variants on systems where the library does not provide that
825         functionality.
826         * gcc.dg/builtins-20.c: Use builtins-config.h.
827         * gcc.dg/builtins-config.h: New file.
828
829 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
830
831         * lib/gcc-dg.exp (dg-require-profiling): New function.
832         * lib/target-supports.exp (check_profiling_available): Likewise.
833         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
834         * g77.dg/bprob/bprob.exp: Likewise.
835         * gcc.misc-tests/bprob.exp: Likewise.
836         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
837         * gcc.dg/20021014-1.c: Likewise.
838         * gcc.dg/nest.c: Likewise.
839
840 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
841
842         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
843         compiling.
844         * g++.dg/lookup/java2.C: Likewise.
845         * gcc.dg/cpp/lexident.c: Likewise.
846
847 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
848
849         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
850         given.
851         * gcc.c-torture/compile/961203-1.c: Likewise.
852         * gcc.c-torture/compile/980506-1.c: Likewise.
853
854 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
855
856         * lib/gcc-dg.exp (dg-prune-output): New annotation.
857         (additional_prunes): New global.
858         (gcc-dg-prune): Handle additional per-test pruning.
859         (dg-test): Clear additional_prunes between tests.
860
861         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
862         dg-prune-output to avoid spurious failures from assembler
863         complaining about nonexistent WAW violations.
864         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
865         Use dg-prune-output to avoid spurious failures from assembler
866         warning about Itanium B-step errata.
867
868 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
869
870         * g++.dg/abi/macro0.C: New test.
871         * g++.dg/abi/macro1.C: Likewise.
872         * g++.dg/abi/macro2.C: Likewise.
873
874         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
875         * g++.dg/abi/bitfield7.C: Likewise.
876         * g++.dg/abi/dtor2.C: Likewise.
877         * g++.dg/abi/mangle11.C: Likewise.
878         * g++.dg/abi/mangle12.C: Likewise.
879         * g++.dg/abi/mangle14.C: Likewise.
880         * g++.dg/abi/mangle17.C: Likewise.
881         * g++.dg/abi/vbase10.C: Likewise.
882         * g++.dg/abi/vbase14.C: Likewise.
883         * g++.dg/template/qualttp17.C: Likewise.
884
885 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
886
887         PR c/11995
888         * gcc.dg/20031223-1.c: New test.
889
890 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
891
892         * gcc.dg/noreturn-7.c: New test.
893
894 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
895
896         * gcc.dg/null-pointer-1.c: New test.
897
898 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
899
900         * g++.old-deja/g++.jason/template18.C: Remove.
901         * g++.old-deja/g++.jason/template37.C: Likewise.
902
903         PR c++/12862
904         * g++.dg/lookup/ns1.C: New test.
905
906         PR c++/12397
907         * g++.dg/template/lookup3.C: New test.
908
909 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
910
911         * g++.dg/template/recurse1.C: New test
912
913 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
914
915         PR c++/12479
916         * g++.dg/parse/semicolon1.C: New test.
917         * g++.dg/parse/semicolon1.h: Likewise.
918
919 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
920
921         * gcc.dg/darwin-misaligned.c: New test.
922
923 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
924
925         PR c/9163
926         * gcc.dg/20031222-1.c: New test.
927
928 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
929
930         PR c++/13438
931         * g++.dg/parse/error8.C: New test.
932
933         PR c++/11554
934         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
935
936 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
937
938         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
939         too small.
940         * gcc.c-torture/compile/930217-1.c: Likewise.
941         * gcc.c-torture/compile/930513-1.c: Likewise.
942         * gcc.c-torture/execute/920908-2.c: Likewise.
943         * gcc.c-torture/execute/921204-1.c: Likewise.
944         * gcc.c-torture/execute/930621-1.c: Likewise.
945         * gcc.c-torture/execute/930630-1.c: Likewise.
946         * gcc.c-torture/execute/931031-1.c: Likewise.
947         * gcc.c-torture/execute/980602-2.c: Likewise.
948         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
949         * gcc.c-torture/execute/compndlit-1.c: Likewise.
950         * gcc.c-torture/execute/extzvsi.c: Likewise.
951         * gcc.c-torture/unsorted/ext.c: Likewise.
952
953 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
954
955         PR target/12749
956         * gcc.c-torture/compile/20031220-2.c: New test case.
957
958 2003-12-20  Roger Sayle  <roger@eyesopen.com>
959
960         PR optimization/13031
961         * gcc.c-torture/compile/20031220-1.c: New test case.
962
963 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
964
965         * gcc.dg/cast-function-1.c: New test.
966
967 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
968
969         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
970         formats.
971
972 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
973
974         PR c++/12795
975         * g++.dg/ext/attrib10.C: New test.
976
977 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
978
979         * gcc.dg/cleanup-10.c: New test.
980         * gcc.dg/cleanup-11.c: New test.
981
982 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
983
984         PR c++/13239
985         * g++.dg/opt/expect1.C: New test.
986
987 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
988
989         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
990
991 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
992
993         PR debug/12923
994         * gcc.dg/20031218-1.c: New test.
995
996         PR debug/12389
997         * gcc.dg/20031218-2.c: New test.
998         * gcc.dg/20031218-3.c: New test.
999
1000         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1001         of label name and allow for USER_LABEL_PREFIX == "_" names.
1002         * g++.dg/abi/mangle18-2.C: Likewise.
1003         * g++.dg/abi/mangle19-1.C: Likewise.
1004         * g++.dg/abi/mangle19-2.C: Likewise.
1005         * g++.dg/abi/mangle20-1.C: Likewise.
1006         * g++.dg/abi/mangle20-2.C: Likewise.
1007
1008 2003-12-18  Richard Henderson  <rth@redhat.com>
1009
1010         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1011
1012 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
1013             Dan Kegel <dank@kegel.com>
1014
1015         PR other/12009
1016         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
1017         testing a cross compiler, it causes spurious compile failures.
1018         * lib/g++.exp: Likewise.
1019
1020 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1021
1022         PR c++/13262
1023         * g++.dg/template/access13.C: New test.
1024
1025 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
1026
1027         * gcc.dg/20031216-1.c: New test.
1028
1029 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1030
1031         PR c++/9154
1032         * g++.dg/template/error10.C: New test.
1033
1034 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1035
1036         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
1037         * g++.dg/eh/simd-2.C: Likewise.
1038
1039 2003-12-17  James E Wilson  <wilson@specifixinc.com>
1040             Roger Sayle  <roger@eyesopen.com>
1041
1042         * gcc.c-torture/execute/ieee/mzero5.c: New.
1043
1044 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
1045
1046         PR c++/10603
1047         * g++.dg/parse/error6.C: New test.
1048
1049         PR c++/12827
1050         * g++.dg/parse/error7.C: New test.
1051
1052 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
1053
1054         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
1055         at -O with stabs debugging formats.
1056         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
1057         * gcc.dg/debug/debug-2.c: Likewise.
1058
1059 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1060
1061         PR c++/12696
1062         * g++.dg/init/error1.C: New test.
1063
1064         PR c++/12218
1065         * g++.dg/init/pm3.C: New test.
1066
1067 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1068
1069         PR c/3347
1070         * gcc.dg/bitfld-8.c: New test.
1071
1072 2003-12-16  James Lemke  <jim@wasabisystems.com>
1073
1074         * gcc.dg/arm-scd42-[123].c: New tests.
1075
1076 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1077
1078         PR c++/9043
1079         * g++.dg/abi/mangle20-1.C: New test.
1080         * g++.dg/abi/mangle20-2.C: New test.
1081
1082 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1083
1084         PR c++/13275
1085         * g++.dg/other/offsetof2.C: Remove XFAIL.
1086         * g++.dg/parse/offsetof1.C: New test.
1087         * g++.gd/parse/offsetof2.C: Likewise.
1088
1089 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1090
1091         * g++.dg/template/nontype3.C: New test.
1092         * g++.dg/template/static2.C: Tweaked the dg-error clause.
1093
1094 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1095
1096         * g++.dg/warn/noreturn-3.C: Also test instantiation.
1097
1098 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1099
1100         PR c++/13387
1101         * g++.dg/expr/assign1.C: New test.
1102
1103         PR c++/13242
1104         * g++.dg/abi/mangle19-1.C: New test.
1105         * g++.dg/abi/mangle19-2.C: New test.
1106
1107 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
1108
1109         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
1110
1111 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1112
1113         * gcc.c-torture/execute/20031216-1.c: New test.
1114
1115 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1116
1117         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
1118         an ICE regression.
1119
1120 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1121
1122         PR c++/10926
1123         * g++.dg/template/error9.C: New test.
1124
1125         PR c++/11116
1126         * g++.dg/template/error8.C: New test.
1127
1128 2003-12-15  Roger Sayle  <roger@eyesopen.com>
1129
1130         PR middle-end/13400
1131         * gcc.c-torture/execute/20031215-1.c: New test case.
1132
1133 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1134
1135         PR c++/13269
1136         * g++.dg/parse/error5.C: New test.
1137
1138         PR c++/12989
1139         * g++.dg/expr/sizeof1.C: New test.
1140
1141         PR c++/13310
1142         * g++.dg/template/crash15.C: New test.
1143
1144 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
1145
1146         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
1147         a non-POD type as the last named parameter of a varargs function.
1148
1149 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1150
1151         PR c++/13243
1152         PR c++/12573
1153         * g++.dg/template/crash14.C: New test.
1154         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
1155
1156 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
1157
1158         * g++.dg/other/java1.C: New test.
1159
1160         PR c++/13241
1161         * g++.dg/abi/mangle18-1.C: New test.
1162         * g++.dg/abi/mangle18-2.C: New test.
1163
1164 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1165
1166         PR optimization/10312
1167         * gcc.c-torture/execute/20031214-1.c: New.
1168
1169 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
1170
1171         PR c++/10779
1172         PR c++/12160
1173         * g++.dg/parse/error3.C: New test.
1174         * g++.dg/parse/error4.C: Likewise.
1175         * g++.dg/abi/mangle4.C: Tweak error messages.
1176         * g++.dg/lookup/using5.C: Likewise.
1177         * g++.dg/other/error2.C: Likewise.
1178         * g++.dg/parse/typename5.C: Likewise.
1179         * g++.dg/parse/undefined1.C: Likewise.
1180         * g++.dg/template/arg2.C: Likewise.
1181         * g++.dg/template/ttp3.C: Likewise.
1182         * g++.dg/template/type1.C: Likewise.
1183         * g++.old-deja/g++.other/crash32.C: Likewise.
1184         * g++.old-djea/g++.pt/defarg8.C: Likewise.
1185
1186 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1187
1188         PR c++/13106
1189         * g++.dg/warn/noreturn-3.C: New test.
1190
1191 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1192
1193         PR c++/13118
1194         * g++.dg/abi/covariant3.C: New.
1195
1196 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
1197
1198         * g++.dg/eh/ia64-1.C: New test.
1199
1200 2003-12-12  Roger Sayle  <roger@eyesopen.com>
1201
1202         PR optimization/13037
1203         * g77.f-torture/execute/13037.f: New test case.
1204
1205 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1206
1207         PR c++/12881
1208         * g++.dg/abi/covariant2.C: New.
1209
1210 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
1211
1212         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
1213
1214 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
1215
1216         * gcc.c-torture/execute/wchar_t-1.x: Delete.
1217
1218 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
1219
1220         PR other/10819
1221         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
1222         to fix Bug 10819.
1223         * lib/g++.exp (g++_version): Likewise.
1224         * lib/g77.exp (g77_version): Likewise.
1225         * lib/objc.exp (default_objc_version): Likewise.
1226
1227 2003-12-10  Richard Henderson  <rth@redhat.com>
1228
1229         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
1230
1231         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
1232
1233 2003-12-08  Matt Austern  <austern@apple.com>
1234
1235         PR c/13134
1236         * lib/gcc-dg.exp (dg-require-visibility): Define.
1237         * lib/target-supports (check_visibility_available): Define.
1238         * gcc.dg/visibility-1.c: New test.
1239         * gcc.dg/visibility-2.c: Likewise.
1240         * gcc.dg/visibility-3.c: Likewise.
1241         * gcc.dg/visibility-4.c: Likewise.
1242         * gcc.dg/visibility-5.c: Likewise.
1243         * gcc.dg/visibility-6.c: Likewise.
1244         * g++.dg/ext/visibility-1.C: Likewise.
1245         * g++.dg/ext/visibility-2.C: Likewise.
1246         * g++.dg/ext/visibility-3.C: Likewise.
1247         * g++.dg/ext/visibility-4.C: Likewise.
1248         * g++.dg/ext/visibility-5.C: Likewise.
1249         * g++.dg/ext/visibility-6.C: Likewise.
1250
1251 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1252
1253         * g++.dg/lookup/java1.C: New test.
1254         * g++.dg/lookup/java2.C: New test.
1255
1256 2003-12-07  Falk Hueffner  <falk@debian.org>
1257
1258         * g++.dg/opt/noreturn-1.C: New test.
1259
1260 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
1261
1262         * gcc.dg/overflow-1.c: New test.
1263
1264 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1265
1266         * g77.f-torture/compile/13060.f: New test.
1267
1268 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
1269
1270         PR c++/13323
1271         * g++.dg/inherit/operator2.C: New test.
1272
1273 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
1274
1275         PR c++/13305
1276         * g++.dg/ext/attrib9.C: New test.
1277
1278 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
1279
1280         PR c++/13314
1281         * g++.dg/template/error7.C: New test.
1282
1283 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
1284             J"orn Rennecke <joern.rennecke@superh.com>
1285
1286         PR target/13302
1287         * g++.dg/other/struct-va_list.C: New test.
1288
1289 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1290
1291         PR c++/13166
1292         * g++.dg/parse/defarg6.C: New test.
1293
1294 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
1295
1296         PR target/13256
1297         * gcc.c-torture/execute/20031201-1.c: New test.
1298
1299 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
1300
1301         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
1302
1303 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1304
1305         * gcc.dg/builtin-return-1.c: New test.
1306
1307 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
1308             J"orn Rennecke <joern.rennecke@superh.com>
1309
1310         PR optimization/13260
1311         * gcc.c-torture/execute/20031204-1.c: New test.
1312
1313 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
1314
1315         PR c++/9127
1316         * g++.dg/template/error6.C: New test.
1317
1318 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
1319
1320         * gcc.dg/20031202-1.c: New test.
1321
1322 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
1323
1324         PR c++/13179
1325         * g++.dg/template/eh1.C: New test.
1326
1327         PR c++/10771
1328         * g++.dg/template/error5.C: New test.
1329
1330 2003-12-02  David Ung  <davidu@mips.com>
1331
1332         * gcc.dg/compat/vector-check.h: Corrected type for var
1333         g_##TMODE
1334
1335 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1336
1337         PR c++/10126
1338         * g++.dg/template/ptrmem8.C: New test.
1339
1340 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1341
1342         PR c++/12573
1343         * g++.dg/template/dependent-expr3.C: New test.
1344
1345 2003-12-01  James Lemke  <jim@wasabisystems.com>
1346
1347         * gcc.dg/arm-g2.c: New test.
1348
1349 2003-12-01  Roger Sayle  <roger@eyesopen.com>
1350
1351         PR optimization/11634
1352         * gcc.dg/20031201-2.c: New test case.
1353
1354 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
1355
1356         PR 11433
1357         * objc.dg/proto-lossage-3.m: New test.
1358
1359 2003-12-01  Roger Sayle  <roger@eyesopen.com>
1360
1361         PR optimization/12628
1362         * gcc.dg/20031201-1.c: New test case.
1363
1364 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1365
1366         * gcc.dg/unaligned-1.c: New test.
1367
1368 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
1369
1370         PR c++/9849
1371         * g++.dg/template/error4.C: New test.
1372         * g++.dg/template/nested3.C: Adjust error markers.
1373
1374 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1375
1376         * gcc.dg/cpp/assert4.c: Check more #system assertions.
1377
1378 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1379
1380         PR c/10333
1381         * gcc.dg/bitfld-7.c: New test.
1382
1383 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
1384
1385         * gcc.dg/tls/asm-1.C: New test.
1386
1387 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1388
1389         * gcc.dg/cpp/assert4.c: Update.
1390
1391 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
1392
1393         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
1394         * gcc.dg/builtin-apply3.c: New test.
1395
1396 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1397
1398         * lib/compat.exp (compat-obj): New xfaildata parameter.
1399         Use it to set compiler_conditional_xfail_data before compiling.
1400         (compat-get-options): Handle dg-xfail-if.
1401         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
1402         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
1403         * gcc.dg/compat/vector-1_y.c: Likewise.
1404         * gcc.dg/compat/vector-2_x.c: Likewise.
1405         * gcc.dg/compat/vector-2_y.c: Likewise.
1406
1407 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1408
1409         * g++.dg/opt/reg-stack4.C: New test.
1410
1411 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1412
1413         * gcc.dg/builtin-apply2.c: New test.
1414
1415 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1416
1417         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
1418
1419 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1420
1421         PR c++/12924
1422         * g++.dg/template/template-id-2.C: New test.
1423
1424 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1425
1426         PR c++/5369
1427         * g++.dg/template/memfriend1.C: New test.
1428         * g++.dg/template/memfriend2.C: Likewise.
1429         * g++.dg/template/memfriend3.C: Likewise.
1430         * g++.dg/template/memfriend4.C: Likewise.
1431         * g++.dg/template/memfriend5.C: Likewise.
1432         * g++.dg/template/memfriend6.C: Likewise.
1433         * g++.dg/template/memfriend7.C: Likewise.
1434         * g++.dg/template/memfriend8.C: Likewise.
1435         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
1436
1437 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
1438
1439         PR c++/12515
1440         * g++.dg/ext/cond1.C: New test.
1441
1442 2003-11-20  Richard Henderson  <rth@redhat.com>
1443
1444         * gcc.dg/20020201-2.c: Remove.
1445         * gcc.dg/20020201-4.c: Remove.
1446         * gcc.dg/20020304-1.c: Remove.
1447
1448 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
1449
1450         * gcc.dg/cpp/trad/xwin1.c: New test case.
1451
1452 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
1453
1454         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
1455         * lib/g77.exp: Likewise.
1456         * lib/objc.exp: Likewise.
1457         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
1458         for darwin.
1459
1460 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1461
1462         PR c++/12932
1463         * g++.dg/template/static5.C: New test.
1464
1465 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
1466
1467         * gcc.dg/nested-func-1.c: New test.
1468
1469 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1470
1471         * gcc.dg/cpp/assert4.c: New test.
1472
1473 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
1474
1475         PR c++/2294
1476         * g++.dg/lookup/using9.c: New test.
1477
1478 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
1479
1480         PR c++/12762
1481         * g++.dg/template/error3.C: New test.
1482
1483 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
1484
1485         PR ada/13035
1486         * ada/acats/run_acats, run_all.sh: Fix syntax error.
1487         No longer use a wrapper for gcc, since this does not work under
1488         Windows.
1489
1490 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
1491
1492         PR c++/2094
1493         * g++.dg/template/ptrmem7.C: New test.
1494
1495 2003-11-13  Andrew Pinski <apinski@apple.com>
1496
1497         * gcc.c-torture/compile/20031113-1.c: New test.
1498
1499 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
1500             Kean Johnston <jkj@sco.com>
1501
1502         PR c/13029
1503         * gcc.dg/unused-4.c: Update.
1504
1505 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1506
1507         * g++.dg/opt/const3.C: New test.
1508
1509 2003-11-13  Jan Hubicka  <jh@suse.cz>
1510
1511         * gcc.c-torture/compile/20031112-1.c: New test.
1512
1513 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
1514
1515         * g++.dg/parse/crash10.C: Remove bogus error marker.
1516
1517 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1518
1519         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
1520         (host_gcc): Likewise.
1521         (ROOT): Honor $PWDCMD.
1522         (BASE): Likewise.
1523         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
1524
1525 2003-11-12  Catherine Moore  <clm@redhat.com>
1526
1527         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
1528
1529 2003-11-12  Andreas Jaeger  <aj@suse.de>
1530             Jakub Jelinek  <jakub@redhat.com>
1531             Andrew Pinski  <pinskia@physics.uc.edu>
1532             Richard Henderson  <rth@redhat.com>
1533
1534         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
1535         systems.
1536         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
1537
1538         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
1539         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1540
1541 2003-11-11  Andreas Jaeger  <aj@suse.de>
1542
1543         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
1544
1545         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
1546
1547 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
1548
1549         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
1550         Clean ups.
1551
1552 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
1553
1554         * gcc.dg/trampoline-1.c: New test.
1555
1556 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
1557
1558         * gcc.c-torture/compile/200031109-1.c: New test.
1559
1560 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1561
1562         PR c/3190
1563         PR c/8714
1564         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
1565         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
1566         gcc.dg/format/no-y2k-1.c: Update.
1567
1568 2003-11-08  Roger Sayle  <roger@eyesopen.com>
1569
1570         PR optimization/10467
1571         * gcc.dg/20031108-1.c: New test case.
1572
1573 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
1574
1575         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
1576
1577 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1578
1579         * gcc.dg/compound-lvalue-1.c: New test.
1580         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
1581         some XFAILs.
1582
1583 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
1584
1585         * gcc.dg/altivec-varargs-1.c: New test.
1586
1587 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1588
1589         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
1590         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
1591         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
1592         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
1593         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
1594
1595 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
1596
1597         * gcc.dg/cond-lvalue-1.c: New test.
1598
1599 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
1600
1601         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
1602
1603 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1604
1605         PR c++/11616
1606         * g++.dg/template/instantiate5.C: New test.
1607
1608 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1609
1610         PR c++/12726
1611         * g++.dg/ext/complit2.C: Replace test with self-contained version.
1612         * ChangeLog: Add missing first entry for above test.
1613
1614 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1615
1616         PR c++/9810
1617         * g++.dg/template/using8.C: New test.
1618         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
1619
1620 2003-11-02  Roger Sayle  <roger@eyesopen.com>
1621
1622         PR optimization/10817
1623         * gcc.c-torture/compile/20031102-1.c: New test case.
1624
1625 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
1626
1627         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
1628         2147483647.
1629
1630 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1631
1632         * gcc.dg/20031102-1.c: New test.
1633
1634 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1635
1636         * gcc.dg/complex-1.c: New test.
1637
1638 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1639
1640         PR c++/12796
1641         * g++.dg/template/crash13.C: Adjust expected error location.
1642         * g++.old-deja/g++.brendan/ns1.C: Likewise.
1643
1644 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1645
1646         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1647
1648 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
1649
1650         PR/10239
1651         * gcc.c-torture/compile/20031031-2.c: New test.
1652
1653 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
1654
1655         PR/11640
1656         * gcc.c-torture/compile/20031031-1.c: New test.
1657
1658 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
1659
1660         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
1661         * gcc.misc-tests/bprob.exp: Likewise.
1662         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
1663         the execution test on arm-elf configs.
1664         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
1665         configs that don't support scratch files.
1666         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
1667
1668 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
1669
1670         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
1671         done by dejagnu.
1672
1673 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
1674
1675         * ada/acats/run_all.sh: Redirect mv output to /dev/null
1676         Avoid non pure sh syntax. Add more logging.
1677
1678         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
1679         fail.
1680
1681 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1682
1683         PR libgcj/10610
1684         * gcc.dg/ppc-stackalign-1.c: New test.
1685
1686 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
1687
1688         * ada/acats/run_all.sh: Change output to be more compliant with
1689         dejagnu framework.
1690         Create acats.sum and acats.log files under testsuite/ada/acats
1691         Only run [a-z]* directories, to filter out e.g. CVS.
1692         Redirect build output to log file.
1693
1694 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
1695
1696         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
1697
1698 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
1699
1700         PR ada/5909:
1701         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
1702
1703 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
1704
1705         * gcc.c-torture/compile/20031023-1.c: New test.
1706         * gcc.c-torture/compile/20031023-2.c: New test.
1707         * gcc.c-torture/compile/20031023-3.c: New test.
1708         * gcc.c-torture/compile/20031023-4.c: New test.
1709
1710 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1711
1712         PR c++/10371
1713         * g++.dg/lookup/scoped8.C: New test.
1714
1715 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
1716
1717         * g++.dg/opt/reg-stack3.C: New test.
1718
1719 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1720
1721         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
1722
1723 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1724
1725         PR c++/11076
1726         * g++.dg/template/crash13.C: New test.
1727
1728 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1729
1730         * gcc.dg/c99-restrict-2.c: New test.
1731
1732 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
1733
1734         PR c++/12698, c++/12699, c++/12700, c++/12566
1735         * g++.dg/inherit/covariant9.C: New test.
1736         * g++.dg/inherit/covariant10.C: New test.
1737         * g++.dg/inherit/covariant11.C: New test.
1738
1739 2003-10-23  Jason Merrill  <jason@redhat.com>
1740
1741         PR c++/12726
1742         * g++.dg/ext/complit2.C: New test.
1743
1744 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
1745
1746         PR target/12654
1747         * gcc.c-torture/execute/20031020-1.c: New test.
1748
1749 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1750
1751         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
1752         following the jump_insn.
1753
1754 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
1755
1756         * gcc.dg/cast-lvalue-1.c: New test.
1757
1758 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
1759
1760         PR c++/11962
1761         * g++.dg/template/cond2.C: New test.
1762
1763 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1764
1765         * gcc.dg/builtins-28.c: New test.
1766
1767 2003-10-20  Jan Hubicka  <jh@suse.cz>
1768
1769         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
1770         parameter.
1771         * testsuite/gcc.dg/inline-2.c: Likewise.
1772
1773 2003-10-20  Phil Edwards  <phil@codesourcery.com>
1774
1775         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
1776         * gcc.dg/nest.c:  Likewise.
1777
1778 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1779
1780         PR c++/9781, c++/10583, c++/11862
1781         * g++.dg/parse/crash13.C: New test.
1782
1783 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1784
1785         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
1786
1787 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1788
1789         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
1790         Define HAVE_C99_RUNTIME except on Solaris.
1791         * gcc.dg/builtins-20.c: Likewise.
1792
1793 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1794
1795         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
1796
1797 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1798
1799         PR c++/12495
1800         * g++.dg/template/crash21.C: New test.
1801
1802 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1803
1804         PR c++/2513
1805         * g++.dg/template/typename5.C: New test.
1806
1807 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1808
1809         PR c++/12369
1810         * g++.dg/template/friend25.C: New test.
1811
1812 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
1813
1814         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
1815         versions.
1816
1817 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
1818
1819         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
1820         == 2147483647.
1821
1822 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
1823
1824         * gcc.c-torture/execute/960416-1.x: Remove.
1825         * gcc.c-torture/execute/divconst-3.x: Likewise.
1826
1827 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
1828
1829         PR target/12598
1830         * gcc.dg/torture/cris-volatile-1.c: New test.
1831
1832 2003-10-14  Roger Sayle  <roger@eyesopen.com>
1833
1834         PR optimization/9325
1835         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
1836         for overflowing floating point to integer conversion during RTL
1837         simplification.
1838
1839 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
1840
1841         * objc/execute/_cmd.m: Fix typo.
1842         * objc.dg/image-info.m, objc.dg/symtab-1.m:
1843         Relax 'scan-assembler' regexp.
1844         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
1845         objc.dg/try-catch-4.m: Run on non-Darwin targets.
1846         * objc.dg/zero-link-2.m: Remove blank line.
1847         * objc.dg/zero-link-3.m: New test case.
1848
1849 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
1850
1851         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
1852
1853         * gcc.dg/asm-names.c: Use scan-assembler-not rather
1854         than linker trickery.
1855
1856 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1857
1858         PR c++/12370
1859         * g++.dg/other/friend2.C: New test.
1860
1861 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1862
1863         * gcc.dg/20031012-1.c: New test.
1864
1865 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
1866
1867         * gcc.dg/weak/weak-3.c: Fix for new warning.
1868
1869 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
1870
1871         PR optimization/8750
1872         * gcc.c-torture/execute/20031012-1.c: New test case.
1873
1874 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1875
1876         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
1877         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
1878
1879 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1880
1881         PR optimization/12260
1882         * gcc.c-torture/compile/20031011-2.c: New test case.
1883
1884 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1885
1886         * gcc.c-torture/execute/20031011-1.c: New testcase.
1887
1888 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
1889
1890         * gcc.c-torture/compile/20031011-1.c: New test.
1891
1892 2003-10-11  Jan Hubicka  <jh@suse.cz>
1893
1894         * g++.dg/other/first-global.C: New test.
1895
1896 2003-10-11  Roger Sayle  <roger@eyesopen.com>
1897
1898         * gcc.c-torture/execute/string-opt-18.c: New testcase.
1899
1900 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
1901
1902         * gcc.c-torture/compile/20031010-1.c: New test.
1903
1904 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
1905
1906         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
1907         * gcc.c-torture/execute/va-arg-25.c: ... here.
1908
1909 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
1910
1911         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
1912
1913 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
1914
1915         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
1916
1917 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
1918
1919         * g++.dg/parse/error2.C: New test.
1920
1921 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
1922
1923         PR c++/11097
1924         * g++.dg/other/error5.C: Modify the error message.
1925         * g++.dg/lookup/using8.C: New test.
1926
1927 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
1928
1929         * gcc.dg/darwin-abi-2.c: New file.
1930         * gcc.c-torture/execute/va-arg-24.c: New file.
1931
1932 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
1933
1934         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
1935         indentation.
1936
1937 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
1938
1939         PR c++/10147
1940         * g++.dg/other/error4.C: Update error messages.
1941         * g++.dg/template/ptrmem4.C: Likewise.
1942
1943         PR c++/12337
1944         * g++.dg/init/new9.C: New test.
1945
1946         PR c++/12334, c++/12236, c++/8656
1947         * g++.dg/ext/attrib8.C: New test.
1948
1949 2003-10-06  Devang Patel  <dpatel@apple.com>
1950
1951         * gcc.dg/debug/dwarf2-3.h: New test.
1952         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
1953
1954 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
1955
1956         * g++.dg/opt/cfg2.C: New test.
1957
1958 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1959
1960         * g++.dg/opt/float1.C: New test.
1961
1962 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1963
1964         * gcc.dg/c90-array-lval-6.c: New test.
1965         * gcc.dg/c99-array-lval-6.c: New test.
1966
1967 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
1968             Ziemowit Laski  <zlaski@apple.com>
1969
1970         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
1971         'Derived', so that it is never considered a class method; add
1972         new warning for '+port' method ambiguity.
1973         * objc.dg/method-12.m: Include <objc/objc.h> instead of
1974         <objc/objc-api.h> (needed on Mac OS X).
1975         * objc.dg/method-13.m: New test.
1976
1977 2003-10-03  Roger Sayle  <roger@eyesopen.com>
1978
1979         PR optimization/9325, PR java/6391
1980         * gcc.c-torture/execute/20031003-1.c: New test case.
1981
1982 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
1983
1984         PR optimization/12180
1985         * gcc.dg/20031002-1.c: New test.
1986
1987         PR c++/12486
1988         * g++.dg/inherit/error1.C: New test.
1989
1990 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
1991
1992         * lib/f-torture.exp (search_for): Rename to...
1993         (search_for_re): This.  Also, clean up comments and the
1994         "regexp" invocation.
1995
1996 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
1997
1998         * gcc.c-torture/compile/20031002-1.c: New test.
1999
2000 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
2001
2002         * g++.dg/opt/cond1.C: New test.
2003
2004 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2005
2006         * gcc.dg/Wold-style-definition-2.c: New testcase.
2007         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2008
2009 2003-09-29  Richard Henderson  <rth@redhat.com>
2010
2011         * g++.dg/init/array10.C: Add dg-options.
2012
2013 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2014
2015         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2016
2017 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2018
2019         * g++.dg/template/friend19.C: Fix typo.
2020         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
2021
2022 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2023
2024         * gcc.c-torture/execute/20030928-1.c: New test.
2025         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
2026
2027 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2028
2029         * g++.dg/opt/unroll1.C: New test.
2030
2031 2003-09-26  Roger Sayle  <roger@eyesopen.com>
2032
2033         PR optimization/11741
2034         * gcc.dg/20030926-1.c: New test case.
2035
2036 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2037
2038         PR c++/5655
2039         * g++.dg/parse/access7.C: New test.
2040         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
2041
2042 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
2043
2044         MERGE OF objc-improvements-branch into MAINLINE:
2045         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
2046         if libobjc has not been built.
2047         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
2048         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
2049         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
2050         objc/execute/nested-3.m, objc/execute/np-2.m,
2051         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
2052         objc/execute/redefining_self.m, objc/execute/root_methods.m,
2053         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
2054         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
2055         objc.dg/special/unclaimed-category-1.h,
2056         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
2057         well as GNU runtime.
2058         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
2059         * execute/cascading-1.m, execute/function-message-1.m,
2060         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
2061         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
2062         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
2063         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
2064         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
2065         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
2066         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
2067         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
2068         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
2069         * objc.dg/bitfield-2.m: Run only on Darwin.
2070         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
2071         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
2072         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
2073         * objc.dg/const-str-1.m: Fix constant string layout.
2074
2075 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
2076
2077         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
2078
2079 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
2080
2081         * gcc.dg/darwin-abi-1.c: New file.
2082
2083 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
2084
2085         PR target/12281
2086         * gcc.c-torture/compile/20030921-1.c: New test.
2087
2088 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2089
2090         * g++.dg/opt/reg-stack2.C: New test.
2091
2092 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2093
2094         * g++.dg/eh/delayslot1.C: New test.
2095
2096 2003-09-20  Richard Henderson  <rth@redhat.com>
2097
2098         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
2099
2100 2003-09-20  Roger Sayle  <roger@eyesopen.com>
2101
2102         * gcc.c-torture/execute/20030920-1.c: New test case.
2103
2104 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2105
2106         * g++.dg/rtti/typeid3.C: Correct expected error message.
2107
2108 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2109
2110         PR c++/157
2111         * g++.dg/parse/crash12.C: New test.
2112
2113 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
2114
2115         * gcc.dg/compat/mixed-struct-check.h: New.
2116         * gcc.dg/compat/mixed-struct-defs.h: New.
2117         * gcc.dg/compat/mixed-struct-init.h: New.
2118         * gcc.dg/compat/struct-by-value-19_main.c: New.
2119         * gcc.dg/compat/struct-by-value-19_x.c: New.
2120         * gcc.dg/compat/struct-by-value-19_y.c: New.
2121         * gcc.dg/compat/struct-by-value-20_main.c: New.
2122         * gcc.dg/compat/struct-by-value-20_x.c: New.
2123         * gcc.dg/compat/struct-by-value-20_y.c: New.
2124         * gcc.dg/compat/struct-return-19_main.c: New.
2125         * gcc.dg/compat/struct-return-19_x.c: New.
2126         * gcc.dg/compat/struct-return-19_y.c: New.
2127         * gcc.dg/compat/struct-return-20_main.c: New.
2128         * gcc.dg/compat/struct-return-20_x.c: New.
2129         * gcc.dg/compat/struct-return-20_y.c: New.
2130
2131 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
2132         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
2133         so that it will not complain on LP64 targets.
2134
2135 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2136
2137         PR c++/495
2138         * g++.dg/template/friend24.C: New test.
2139
2140 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
2141
2142         PR c++/12332
2143         * g++.dg/template/memtmpl2.C: New test.
2144
2145 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
2146
2147         PR target/11184
2148         * gcc.dg/builtin-apply1.c: New test.
2149
2150 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
2151
2152         PR c++/9848
2153         * g++.dg/warn/Wunused-4.C: New test.
2154
2155 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2156
2157         PR c++/12316
2158         * g++.dg/other/gc2.C: New test.
2159
2160 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
2161
2162         PR c++/11991
2163         * g++.dg/rtti/typeid3.C: New test.
2164
2165         PR c++/12266
2166         * g++.dg/overload/template1.C: New test.
2167
2168 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
2169
2170         * g++.dg/opt/cfg3.C: New test.
2171
2172 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2173
2174         PR c++/7939
2175         * g++.dg/template/crash11.C: New test.
2176
2177 2003-09-16  Jason Merrill  <jason@redhat.com>
2178             Jakub Jelinek  <jakub@redhat.com>
2179
2180         * gcc.dg/attr-warn-unused-result.c: New test.
2181
2182 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2183
2184         PR c++/12184
2185         * g++.dg/expr/call2.C: New test.
2186
2187 2003-09-15  Andreas Jaeger  <aj@suse.de>
2188
2189         * gcc.dg/Wold-style-definition-1.c: New test.
2190
2191 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
2192
2193         PR c++/3907
2194         * g++.dg/parse/template12.C: New test.
2195
2196         * g++.dg/abi/bitfield11.C: New test.
2197         * g++.dg/abi/bitfield12.C: Likewise.
2198
2199 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
2200
2201         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
2202         non-expansion of functional macro name without arguments at EOL.
2203         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
2204
2205 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
2206
2207         * gcc.c-torture/execute/20030914-[12].c: New tests.
2208
2209 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
2210
2211         PR c++/11788
2212         * g++.dg/overload/addr1.C: New test.
2213
2214 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
2215
2216         * gcc.dg/20030909-1.c: New test.
2217
2218 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2219
2220         * gcc.dg/ultrasp10.c: New test.
2221
2222 2003-09-09  Devang Patel  <dpatel@apple.com>
2223
2224         * gcc.dg/darwin-ld-6.c: New test.
2225
2226 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2227
2228         * gcc.dg/torture/builtin-explog-1.c: New testcase.
2229
2230 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
2231
2232         * gcc.dg/ia64-types1.c: New test.
2233         * gcc.dg/ia64-types2.c: Likewise.
2234
2235 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2236
2237         * gcc.dg/builtins-1.c: Add more _Complex tests.
2238         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2239
2240         * gcc.dg/builtins-1.c: Test existing _Complex functions.
2241         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2242
2243 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
2244
2245         PR c++/11786
2246         * g++.dg/lookup/koenig2.C: New test.
2247
2248         PR c++/5296
2249         * g++.dg/rtti/typeid2.C: New test.
2250
2251 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
2252
2253         * gcc.c-torture/compile/20030904-1.c: New test.
2254
2255 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2256
2257         * g++.dg/opt/longbranch2.C: New test.
2258
2259 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
2260
2261         * g++.dg/template/crash10.C: Only compile it.
2262
2263 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
2264
2265         PR middle-end/11665
2266         * gcc.c-torture/compile/20030907-1.c: New test.
2267         * g++.dg/init/array11.C: New test.
2268
2269 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
2270
2271         PR c++/11852
2272         * g++.dg/init/struct1.C: New test.
2273
2274 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
2275
2276         PR c++/12181
2277         * g++.dg/expr/comma1.C: New test.
2278
2279 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
2280
2281         PR c++/11867
2282         * g++.dg/expr/static_cast5.C: New test.
2283
2284 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
2285
2286         PR c++/11507
2287         * g++.dg/lookup/scoped7.C: New test.
2288
2289         PR c++/9574
2290         * g++.dg/other/static1.C: New test.
2291
2292         PR c++/11490
2293         * g++.dg/warn/template-1.C: New test.
2294
2295         PR c++/11432
2296         * g++.dg/template/crash10.C: New test.
2297
2298         PR c++/2478
2299         * g++.dg/overload/VLA.C: New test.
2300
2301         PR c++/10804
2302         * g++.dg/template/call1.C: New test.
2303
2304 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2305
2306         PR c++/11794
2307         * g++.dg/parse/using3.C: New test.
2308
2309 2003-09-06  Roger Sayle  <roger@eyesopen.com>
2310
2311         PR c++/11409
2312         * g++.dg/overload/builtin3.C: New test case.
2313
2314 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
2315
2316         PR c/9862
2317         * gcc.dg/20030906-1.c: New test.
2318         * gcc.dg/20030906-2.c: Likewise.
2319
2320 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2321
2322         PR c++/12167
2323         * g++.dg/parse/defarg5.C: New test.
2324
2325         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
2326
2327 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
2328
2329         PR c++/12163
2330         * g++.dg/expr/static_cast4.C: New test.
2331
2332         PR c++/12146
2333         * g++.dg/template/crash9.C: New test.
2334
2335 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
2336
2337         * g++.old-deja/g++.ext/pretty2.C: Update for change
2338         in __FUNCTION__.
2339         * g++.old-deja/g++.ext/pretty3.C: Likewise.
2340
2341 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
2342
2343         PR c++/11922
2344         * g++/dg/template/qualified-id1.C: New test.
2345
2346         PR c++/12037
2347         * g++.dg/warn/noeffect4.C: New test.
2348
2349 2003-09-04  Matt Austern  <austern@apple.com>
2350
2351         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
2352         * g++.dg/ext/fnname2.C: Likewise.
2353         * g++.dg/ext/fnname3.C: Likewise.
2354
2355 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
2356
2357         * g++.dg/expr/lval1.C: New test.
2358         * g++.dg/ext/lvcast.C: Remove.
2359
2360 2003-09-03  Roger Sayle  <roger@eyesopen.com>
2361
2362         PR optimization/11700.
2363         * gcc.c-torture/compile/20030903-1.c: New test case.
2364
2365 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
2366
2367         PR c++/12053
2368         * g++.dg/abi/layout4.C: New test.
2369
2370 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
2371
2372         PR c++/11553
2373         * g++.dg/parse/friend3.C: New test.
2374
2375 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
2376
2377         PR c++/11847
2378         * g++.dg/template/class1.C: New test.
2379
2380         PR c++/11808
2381         * g++.dg/expr/call1.C: New test.
2382
2383 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
2384
2385         PR c++/12114
2386         * g++.dg/init/ref9.C: New test.
2387
2388         PR c++/11972
2389         * g++.dg/template/nested4.C: New test.
2390
2391 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
2392
2393         PR c++/12093
2394         * g++.dg/template/non-dependent4.C: New test.
2395
2396         PR c++/11928
2397         * g++.dg/inherit/conv1.C: New test.
2398
2399 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
2400
2401         PR c++/6196
2402         * g++.dg/ext/label1.C: New test.
2403         * g++.dg/ext/label2.C: Likewise.
2404
2405 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
2406
2407         * g++.dg/expr/cond3.C: New test.
2408
2409 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2410
2411         * gcc.dg/builtins-1.c: Add new builtin cases.
2412
2413 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2414
2415         * gcc.dg/builtins-1.c: Add new cases.
2416         * gcc.dg/torture/builtin-attr-1.c: Likewise.
2417
2418 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2419
2420         * gcc.dg/builtins-1.c: Add more math builtin tests.
2421         * gcc.dg/torture/builtin-attr-1.c: New test.
2422
2423 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
2424
2425         PR optimization/5079
2426         * g++.dg/opt/static3.C: New test.
2427
2428 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2429
2430         * gcc.misc-tests/gcov-10b.c: New test.
2431
2432 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
2433
2434         * g++.dg/opt/ptrmem3.C: New test.
2435
2436         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
2437
2438 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
2439
2440         * gcc.dg/20030826-2.c: New test.
2441
2442 2003-08-26  Roger Sayle  <roger@eyesopen.com>
2443
2444         PR middle-end/12002
2445         * g77.f-torture/compile/12002.f: New test case.
2446
2447 2003-08-26  Roger Sayle  <roger@eyesopen.com>
2448
2449         * gcc.dg/20030826-1.c: New test case.
2450
2451 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
2452
2453         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
2454
2455 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
2456
2457         PR c++/11871
2458         * c++.dg/lookup/crash1.C: New test.
2459
2460         * c++.dg/warn/noeffect3.C: New test.
2461
2462 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
2463
2464         * gcc.dg/compat/vector-1_x.c: Compile with -w.
2465         * gcc.dg/compat/vector-1_y.c: Ditto.
2466         * gcc.dg/compat/vector-2_x.c: Ditto.
2467         * gcc.dg/compat/vector-2_y.c: Ditto.
2468
2469 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
2470
2471         * gcc.dg/20030702-1.c: New test.
2472
2473 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
2474
2475         PR c++/8795
2476         * g++.dg/ext/altivec-1.C: New test.
2477
2478 2003-08-24  Richard Henderson  <rth@redhat.com>
2479
2480         * g++.dg/eh/simd-2.C: Add -w for x86.
2481
2482 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
2483
2484         * gcc.dg/20030815-1.c: New test.
2485
2486 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2487
2488         PR c++/3765
2489         * g++.dg/parse/access6.C: New test.
2490
2491 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2492
2493         PR c++/641, c++/11876
2494         * g++.dg/template/friend22.C: New test.
2495         * g++.dg/template/friend23.C: Likewise.
2496
2497 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2498
2499         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
2500         identically.
2501
2502 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2503
2504         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
2505
2506 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2507
2508         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
2509
2510 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2511
2512         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
2513
2514 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
2515
2516         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
2517
2518 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
2519
2520         PR c++/11919
2521         * g++.dg/overload/prom1.C: New test.
2522
2523         PR c++/11551
2524         * g++.dg/parse/dtor2.C: New test.
2525
2526         PR c++/10762
2527         * g++.dg/parse/using2.C: New test.
2528
2529 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
2530
2531         PR target/11805
2532         * gcc.c-torture/compile/20030821-1.c: New.
2533
2534 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
2535
2536         PR c++/11834
2537         * g++.dg/template/deduce2.C: New test.
2538
2539 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
2540
2541         * gcc.c-torture/execute/20030821-1.c: New test.
2542
2543 2003-08-20  Roger Sayle  <roger@eyesopen.com>
2544
2545         PR middle-end/11984
2546         * gcc.dg/20030820-1.c: New test case.
2547
2548 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
2549
2550         PR c++/11945
2551         * g++.dg/warn/noeffect2.C: New test.
2552
2553 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
2554
2555         PR c++/10926
2556         * g++.dg/template/dtor2.C: New test.
2557
2558         PR c++/11684
2559         * g++.dg/template/operator1.C: New test.
2560         * g++.dg/parse/operator4.C: New test.
2561
2562         PR c++/11946.C
2563         * g++.dg/expr/enum1.C: New test.
2564         * gcc.dg/c99-bool-1.c: Remove bogus warning.
2565
2566         PR c++/11036.C
2567         * g++.dg/parse/elab2.C: New test.
2568         * g++.dg/parse/typedef4.C: Change error message.
2569         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
2570         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
2571         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
2572
2573 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2574
2575         * gcc.dg/pch/warn-1.c: New.
2576         * gcc.dg/pch/warn-1.hs: New.
2577
2578         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
2579         not-tested file.
2580
2581 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2582
2583         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
2584
2585 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2586
2587         * gcc.dg/uninit-D.c: New Test.
2588         * gcc.dg/uninit-E.c: New Test.
2589         * gcc.dg/uninit-F.c: New Test.
2590         * gcc.dg/uninit-G.c: New Test.
2591
2592 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
2593
2594         * g++.dg/README: Describe the pch directory.
2595
2596 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2597
2598         PR c++/11174
2599         * g++.dg/parse/access4.C: New test.
2600         * g++.dg/parse/access5.C: Likewise.
2601         * g++.old-deja/g++.jason/access17.C: Adjust error message.
2602
2603 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
2604
2605         * gcc.dg/noncompile/20030818-1.c: New.
2606
2607 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
2608
2609         PR c++/11957
2610         * g++.dg/warn/noeffect1.C: New test.
2611
2612         * g++.dg/template/scope2.C: New test.
2613         * g++.dg/template/error2.C: Correct dg-error
2614
2615 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
2616
2617         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
2618
2619 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
2620
2621         PR C++/11512
2622         * g++.dg/template/warn1.C: New.
2623
2624 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
2625
2626         * g++.dg/template/error2.C: New test.
2627         * g++.dg/lookup/using7.C: Adjust errors
2628         * g++.old-deja/g++.pt/crash36.C: Likewise.
2629         * g++.old-deja/g++.pt/derived3.C: Likewise.
2630
2631 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2632
2633         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
2634         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
2635         * gcc.c-torture/execute/builtins/string-9.c: New, from
2636         string-opt-9.c.  Adjust for execute/builtins framework.
2637         * gcc.c-torture/execute/string-opt-9.c: Delete.
2638
2639 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
2640
2641         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
2642
2643         * g++.dg/parse/ret-type2.C: New test.
2644
2645         PR c++/11703
2646         * g++.dg/init/new8.C: New test.
2647
2648         PR c++/10923
2649         * g++.dg/parse/typedef5.C: New test.
2650
2651         PR c++/9512
2652         * g++.dg/parse/qualified2.C: New test.
2653         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
2654         invalid code.
2655
2656 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
2657
2658         * g++.dg/conversion/ptrmem1.C: New test.
2659
2660 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
2661
2662         PR target/11693
2663         * gcc.dg/20030811-1.c: New test.
2664
2665         PR target/11535
2666         * gcc.c-torture/execute/20030811-1.c: New test.
2667
2668 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2669
2670         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
2671
2672 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
2673
2674         PR c++/11789.C
2675         * g++.dg/inherit/multiple1.C: New test.
2676
2677 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
2678
2679         * gcc.dg/spe1.c: New test.
2680
2681         PR c++/11670
2682         * g++.dg/expr/cast2.C: New test.
2683
2684         PR c++/10530
2685         * g++.dg/template/dependent-name2.C: New test.
2686
2687 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
2688
2689         * g++.dg/parse/crash11.C: Put the dg options in comments.
2690
2691 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
2692
2693         * lib/gcc-dg.exp: Update for diagnostic change.
2694
2695 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2696
2697         PR c++/5767
2698         * g++.dg/parse/crash11.C: New test.
2699
2700 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
2701
2702         * gcc.dg/cpp/spacing1.c: Update.
2703
2704 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
2705
2706         PR target/11739
2707         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
2708         a value for -mtune.
2709
2710 2003-08-04  Roger Sayle  <roger@eyesopen.com>
2711
2712         PR middle-end/11771
2713         * gcc.c-torture/compile/20030804-1.c: New test case.
2714
2715 2003-08-04  Roger Sayle  <roger@eyesopen.com>
2716
2717         * gcc.dg/20030804-1.c: New test case.
2718
2719 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
2720
2721         * gcc.dg/cpp/separate-1.c: New test.
2722
2723 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
2724
2725         PR c++/11704
2726         * g++.dg/template/dependent-expr2.C: New test.
2727
2728         PR c++/11766
2729         * g++.dg/expr/ptrmem1.C: New test.
2730
2731 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2732
2733         PR c++/9453
2734         * g++.dg/template/friend15.C: New test.
2735
2736 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
2737
2738         * lib/dg-pch.exp: Work round PCH bug.
2739
2740 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2741
2742         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
2743         builtins.  Move cases from builtins-4.c here.
2744
2745         * gcc.dg/torture/builtin-math-1.c: New test taken from
2746         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
2747         additional cases.
2748
2749         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
2750         Delete.
2751
2752 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
2753
2754         PR c++/9447
2755         * g++.dg/template/using7.C: New test.
2756
2757 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
2758
2759         * import1.c, import2.c: New tests.
2760
2761 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
2762
2763         * g++.dg/eh/crossjump1.C: New test.
2764
2765 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
2766
2767         PR c++/11697
2768         * g++.dg/template/using6.C: New test.
2769
2770         PR c++/11744
2771         * g++.dg/template/koenig2.C: New test.
2772
2773 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2774
2775         PR c++/7983
2776         * g++.dg/parse/typedef4.C: New test.
2777
2778 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2779
2780         PR c++/8442, c++/8806
2781         * g++.dg/template/elab1.C: New test.
2782         * g++.dg/template/type2.C: Likewise.
2783         * g++.dg/template/ttp3.C: Adjust expected error message.
2784         * g++.old-deja/g++.law/visibility13.C: Likewise.
2785         * g++.old-deja/g++.niklas/t135.C: Likewise.
2786         * g++.old-deja/g++.pt/ttp41.C: Likewise.
2787         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
2788         template argument.
2789         * g++.old-deja/g++.pt/ttp44.C: Likewise.
2790
2791 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
2792
2793         PR c++/11295
2794         * g++.dg/ext/stmtexpr1.C: New test.
2795
2796         * g++.dg/opt/tmp1.C: New test.
2797
2798         PR c++/11525
2799         * g++.dg/parse/constant4.C: New test.
2800
2801         PR c++/9447
2802         * g++.dg/template/using5.C: New test.
2803
2804 2003-07-31  Roger Sayle  <roger@eyesopen.com>
2805
2806         * gcc.dg/builtins-27.c: New test case.
2807
2808 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
2809
2810         * gcc.dg/tls/opt-7.c: New test.
2811
2812 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
2813
2814         * g++.old-deja/g++.other/crash18.C: Remove.
2815
2816 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2817
2818         * g++.dg/template/explicit3.C: New.
2819         * g++.dg/template/explicit4.C: New.
2820         * g++.dg/template/explicit5.C: New.
2821
2822         PR c++/11347
2823         * g++.dg/template/memtmpl1.C: New.
2824
2825 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
2826
2827         PR target/11565
2828         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
2829         * gcc.dg/i386-387-5.c (dg-options): Likewise.
2830
2831 2003-07-30  Jan Hubicka  <jh@suse.cz>
2832
2833         * vtgc1.c: Kill.
2834
2835 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
2836
2837         * gcc.dg/struct-in-proto-1.c: New test.
2838
2839 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
2840
2841         * gcc.dg/cpp/include2.c: Only expect one message.
2842
2843 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
2844
2845         PR c++/9447
2846         * g++.dg/template/using1.C: New test.
2847         * g++.dg/template/using2.C: New test.
2848         * g++.dg/template/using3.C: New test.
2849         * g++.dg/template/using4.C: New test.
2850
2851 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
2852
2853         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
2854         * gcc.c-torture/execute/string-opt-10.c: Likewise.
2855
2856 2003-07-28  Jan Hubicka  <jh@suse.cz>
2857
2858         PR c++/11530
2859         * g++.dg/opt/call1.C: New test.
2860
2861 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
2862
2863         PR c++/11667
2864         * g++.dg/init/enum2.C: New test.
2865         * g++.dg/template/overload1.C: Add "-w" option.
2866
2867 2003-07-28    <hp@bitrange.com>
2868
2869         * gcc.dg/Wdeclaration-after-statement-1.c,
2870         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
2871
2872 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
2873
2874         * gcc.c-torture/compile/20030725-1.c: New test.
2875
2876 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
2877
2878         * gcc.dg/20030505.c: Only run for SPE.
2879         Remove definition of opaque type.
2880
2881 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
2882
2883         * g++.dg/template/ptrmem6.C: New test.
2884
2885 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
2886
2887         * gcc.c-torture/compile/zero-strct-2.c: New test.
2888
2889 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
2890
2891         * gcc.dg/intermod-1.c: New test.
2892
2893 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2894
2895         PR c++/11617
2896         * g++.dg/template/lookup2.C: New test.
2897         * g++.dg/template/memclass1.C: Remove instantiated from error.
2898         * g++.dg/other/error2.C: Tweak expected errors.
2899
2900         PR c++/11596
2901         * g++.dg/template/defarg3.C: New test.
2902
2903         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
2904
2905 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
2906
2907         * g++.dg/inherit/access5.C: New test.
2908
2909 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2910
2911         PR c++/11513
2912         * g++.dg/template/crash8.C: New test.
2913
2914 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
2915
2916         PR c/10602
2917         * gcc.dg/noncompile/incomplete-2.c: New test.
2918
2919 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
2920
2921         PR c++/11645
2922         * g++.dg/inherit/access4.C: New test.
2923
2924         PR c++/11517
2925         * g++.dg/expr/cond2.C: New test.
2926
2927         PR optimization/10679
2928         * g++.dg/opt/inline4.C: New test.
2929
2930 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
2931
2932         * g++.dg/parse/crash10: New test.
2933
2934 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2935
2936         * g++.dg/ext/flexary1.C: New test.
2937
2938 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2939
2940         PR c++/10793
2941         * g++.dg/template/crash9.C: New test.
2942
2943 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2944
2945         PR c++/3004
2946         * g++.dg/parse/typedef3.C: New test.
2947
2948         PR c++/7906
2949         * g++.dg/parse/operator2.C: New test.
2950
2951         PR c++/8895
2952         * g++.dg/parse/def-tmpl-arg1.C: New test.
2953
2954         PR c++/9282
2955         * g++.dg/parse/funptr1.C: New test.
2956
2957         PR c++/9452
2958         * g++.dg/parse/ambig3.C: New test.
2959
2960         PR c++/9454
2961         * g++.dg/parse/operator3.C: New test.
2962
2963         PR c++/9486
2964         * g++.dg/parse/template10.C: New test.
2965
2966         PR c++/9488
2967         * g++.dg/parse/template11.C: New test.
2968
2969         PR c++/10150
2970         * g++.dg/parse/invalid-op1.C: New test.
2971
2972         PR c++/10247
2973         * g++.dg/parse/condexpr1.C: New test.
2974
2975 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
2976
2977         * g++.dg/ext/packed3.C: New test.
2978         * g++.dg/ext/packed4.C: New test.
2979
2980         * gcc.dg/pack-test-3.c: New test.
2981
2982 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
2983
2984         * lib/compat.exp: Handle dg-options per source file.
2985         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
2986         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
2987         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
2988         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
2989         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
2990         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
2991         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
2992         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
2993         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
2994         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
2995         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
2996         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
2997         * g++.dg/compat/break/bitfield7_x.C: Ditto.
2998         * g++.dg/compat/break/bitfield7_y.C: Ditto.
2999
3000 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3001
3002         PR c/10320
3003         * gcc.c-torture/execute/20030718-1.c: New test.
3004
3005 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3006
3007         PR optimization/11536
3008         * gcc.dg/20030721-1.c: New test.
3009
3010 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
3011
3012         PR c++/11546
3013         * g++.dg/template/lookup1.C: New test.
3014
3015 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
3016
3017         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
3018         diagnostics of ill-formed constructs involving labels.
3019         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
3020         the new 'previously defined here' message.
3021
3022 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
3023
3024         * g++.dg/parse/non-dependent2.C: New test.
3025
3026 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
3027
3028         * g++.dg/init/init-ref4.C: xfail on targets without
3029         weak symbols.
3030
3031 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
3032
3033         PR target/11087
3034         * gcc.c-torture/execute/20030717-1.c: New test.
3035
3036 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3037
3038         * g++.dg/opt/cfg1.C: New test.
3039
3040 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
3041
3042         PR optimization/11557
3043         * gcc.dg/20030717-1.c: New test.
3044
3045 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
3046
3047         PR c++/10476
3048         * g++.dg/expr/crash-1.C: New test.
3049
3050         PR c++/11027
3051         * g++.dg/template/init3.C: New test.
3052
3053         PR c++/8222
3054         * g++.dg/template/non-dependent1.C: New test.
3055
3056         PR c++/11070
3057         * g++.dg/template/non-dependent2.C: New test.
3058
3059         PR c++/11071
3060         * g++.dg/template/non-dependent3.C: New test.
3061
3062         PR c++/9907
3063         * g++.dg/template/sizeof5.C: New test.
3064
3065 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
3066
3067         PR 11498
3068         * gcc.c-torture/compile/mangle-1.c: New file.
3069
3070 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3071
3072         PR c++/7809
3073         * g++.dg/parse/access3.C: New test.
3074
3075 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
3076
3077         PR c++/11384
3078         * g++.dg/init/init-ref4.C: New test.
3079
3080 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
3081
3082         PR c++/11547
3083         * g++.dg/parse/constant3.C: New test.
3084         * g++.dg/parse/crash7.C: Likewise.
3085
3086 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
3087
3088         PR target/11008
3089         * gcc.dg/i386-pentium4-not-mull.c: New.
3090
3091 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
3092
3093         * gcc.dg/asm-names.c (ymain): Make it weak.
3094
3095 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3096
3097         PR c++/5421
3098         * g++.dg/template/friend21.C: New test.
3099
3100 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
3101
3102         * gcc.dg/cleanup-8.c: New test.
3103         * gcc.dg/cleanup-9.c: New test.
3104
3105 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
3106
3107         * g++.dg/ext/dll-MI1.h: New file.
3108         * g++.dg/ext/dllexport-MI1.C: New file.
3109         * g++.dg/ext/dllimport-MI1.C: New file.
3110
3111 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
3112
3113         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
3114         it does not have cmpstrsi patterns (just cmpmemsi).
3115
3116 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
3117
3118         PR debug/11473
3119         * g++.dg/debug/debug8.C: New test.
3120
3121 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3122
3123         PR c++/10108
3124         * g++.dg/template/crash7.C: New test.
3125
3126 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
3127
3128         PR target/10795
3129         * gcc.c-torture/compile/20030708-1.c: New.
3130
3131 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3132
3133         * gcc.c-torture/execute/20030715-1.c: New test.
3134
3135 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
3136
3137         * gcc.dg/pch/inline-3.c: New file.
3138         * gcc.dg/pch/inline-3.hs: New file.
3139         * gcc.dg/pch/inline-4.c: New file.
3140         * gcc.dg/pch/inline-4.hs: New file.
3141
3142 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
3143
3144         PR c++/11509
3145         * g++.dg/template/crash6.C: New test.
3146
3147         PR c++/7053
3148         * g++.dg/template/friend20.C: New test.
3149
3150         PR c++/7019
3151         * g++.dg/template/overload2.C: New test.
3152
3153 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3154
3155         PR optimization/11440
3156         * gcc.c-torture/execute/20030714-1.c: New test.
3157
3158 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3159
3160         PR c++/11154
3161         * g++.dg/template/partial2.C: New test.
3162
3163 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
3164
3165         PR c++/11503
3166         * g++.dg/template/anon1.C: New test.
3167
3168         PR c++/11493
3169         PR c++/11495
3170         * g++.dg/parse/template9.C: Likewise.
3171         * g++.dg/template/crash4.C: New test.
3172         * g++.dg/template/koenig1.C: Likewise.
3173         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
3174         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
3175         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
3176         functions.
3177         * g++.old-deja/g++.jason/template36.C: Likewise.
3178         * g++.old-deja/g++.mike/p1989.C: Likewise.
3179         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
3180         * g++.old-deja/g++.pt/ttp20.C: Use this->.
3181         * g++.old-deja/g++.pt/ttp21.C: Use this->.
3182         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
3183         compiling.
3184         * g++.old-deja/g++.pt/union2.C: Use this->.
3185
3186 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
3187
3188         * gcc.dg/20030711-1.c: New test.
3189
3190 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
3191
3192         PR c++/11050
3193         * g++.dg/parse/args1.C: New test.
3194         * g++.pt/defarg8.C: Change expected errors.
3195
3196 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
3197
3198         PR c++/8164
3199         * g++.dg/template/nontype2.C: New test.
3200
3201         PR c++/10558
3202         * g++.dg/parse/template8.C: New test.
3203
3204         PR c++/8327
3205         * g++.dg/template/scope1.C: New test.
3206
3207         * g++.dg/warn/Wsign-compare-1.C: New test.
3208
3209 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
3210
3211         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
3212
3213 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
3214
3215         PR c++/9411
3216         * g++.dg/template/explicit2.C: New test.
3217
3218         PR c++/10032
3219         * g++.dg/warn/pedantic1.C: New test.
3220
3221 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
3222
3223         PR c++ 9483
3224         * g++.dg/other/field1.C: New test.
3225
3226 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
3227
3228         PR c/11449
3229         * gcc.c-torture/compile/20030707-1.c: New.
3230
3231 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3232
3233         PR c++/10849
3234         * g++.dg/template/access12.C: New test.
3235
3236 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
3237
3238         * g++.dg/bprob/bprob.exp (prof_ext): Update.
3239         * g77.dg/bprob/bprob.exp (prof_ext): Update.
3240         * gcc.misc-tests/bprob.exp (prof_ext): Update.
3241         * gcc.misc-tests/gcov.exp: Update
3242         * g++.dg/gcov/gcov.exp: Update
3243         * lib/gcov.exp: Update.
3244
3245 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
3246
3247         * g++.dg/abi/mangle17.C: Make sure template expressions are
3248         dependent.
3249         * g++.dg/abi/mangle4.C: Mark erroneous casts.
3250         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
3251         * g++.dg/opt/stack1.C: Remove erroneous code.
3252         * g++.dg/parse/template7.C: New test.
3253         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
3254         * g++.old-deja/g++.pt/crash4.C: Likewise.
3255
3256 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3257
3258         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
3259         with zero or one occurence of `$' after the initial `L'.
3260
3261 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
3262
3263         * gcc.c-torture/compile/20030704-1.c: Add a comment.
3264
3265 2003-07-08  Roger Sayle  <roger@eyesopen.com>
3266
3267         PR c/11370
3268         * gcc.dg/Wunreachable-6.c: New testcase.
3269         * gcc.dg/Wunreachable-7.c: New testcase.
3270
3271 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
3272
3273         PR c/11420
3274         * gcc.dg/20030708-1.c: New test.
3275
3276 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
3277
3278         * gcc.dg/compat/sdata-section.h: New file.
3279         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
3280         * gcc.dg/torture/mips-sdata-1.c: New test.
3281
3282 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3283
3284         PR c++/11030
3285         * g++.dg/template/friend19.C: New test.
3286
3287 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
3288
3289         * g++.dg/opt/strength-reduce.C: New test.
3290
3291 2003-07-07  Roger Sayle  <roger@eyesopen.com>
3292
3293         PR target/10979
3294         * gcc.dg/20030707-1.c: New testcase.
3295
3296 2003-07-07  Roger Sayle  <roger@eyesopen.com>
3297
3298         PR optimization/11059
3299         * g++.dg/opt/emptyunion.C: New testcase.
3300
3301 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3302             Eric Botcazou  <ebotcazou@libertysurf.fr>
3303
3304         * g++.dg/opt/stack1.C: New test.
3305
3306 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
3307
3308         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
3309         run test.
3310
3311         PR c++/11431
3312         * g++.dg/expr/static_cast3.C: New test.
3313
3314 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
3315
3316         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
3317         everywhere.
3318         * gcc.dg/concat.c: Concatenation of string constants with
3319         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
3320         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
3321         * gcc.dg/cpp/escape-2.c: Use wide character constants where
3322         necessary to avoid multi-character character constant warning.
3323         * gcc.dg/cpp/escape.c: Likewise.
3324         * gcc.dg/cpp/ucs.c: Likewise.
3325         Remove backslashes from dg-bogus comments, as they confuse Tcl.
3326         Fix a typo.
3327
3328 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
3329
3330         PR c/11428
3331         * gcc.c-torture/compile/20030704-1.c: New.
3332
3333 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
3334
3335         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
3336
3337 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
3338
3339         PR c++/5287, PR c++/7910,  PR c++/11021
3340         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
3341         tests for warnings.
3342         * g++.dg/ext/dllimport2.C: Add tests for warnings.
3343         * g++.dg/ext/dllimport3.C: Likewise.
3344         * g++.dg/ext/dllimport4.C: New file.
3345         * g++.dg/ext/dllimport5.C: New file.
3346         * g++.dg/ext/dllimport6.C: New file.
3347         * g++.dg/ext/dllimport7.C: New file.
3348         * g++.dg/ext/dllimport8.C: New file.
3349         * g++.dg/ext/dllimport9.C: New file.
3350         * g++.dg/ext/dllimport10.C: New file.
3351         * g++.dg/ext/dllexport1.C: New file.
3352
3353 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
3354
3355         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
3356         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
3357
3358 2003-07-03  Roger Sayle  <roger@eyesopen.com>
3359
3360         * gcc.dg/builtins-25.c: New testcase.
3361         * gcc.dg/builtins-26.c: New testcase.
3362
3363 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
3364
3365         * gcc.dg/compat/vector-defs.h: New file.
3366         * gcc.dg/compat/vector-setup.h: New file.
3367         * gcc.dg/compat/vector-check.h: New file.
3368         * gcc.dg/compat/vector-1_main.c: New file.
3369         * gcc.dg/compat/vector-1_x.c: New file.
3370         * gcc.dg/compat/vector-1_y.c: New file.
3371         * gcc.dg/compat/vector-2_main.c: New file.
3372         * gcc.dg/compat/vector-2_x.c: New file.
3373         * gcc.dg/compat/vector-2_y.c: New file.
3374
3375         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
3376         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
3377         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
3378         * gcc.dg/compat/struct-align-1.h: New file.
3379         * gcc.dg/compat/struct-align-1_main.c: New file.
3380         * gcc.dg/compat/struct-align-1_x.c: New file.
3381         * gcc.dg/compat/struct-align-1_y.c: New file.
3382         * gcc.dg/compat/struct-align-2.h: New file.
3383         * gcc.dg/compat/struct-align-2_main.c: New file.
3384         * gcc.dg/compat/struct-align-2_x.c: New file.
3385         * gcc.dg/compat/struct-align-2_y.c: New file.
3386
3387         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
3388         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3389         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3390         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3391         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3392         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3393         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3394         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3395         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3396         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3397         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3398         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3399         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3400         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3401         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3402         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3403         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3404         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3405         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3406         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3407         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3408         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3409         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3410         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3411         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3412         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3413         * gcc.dg/compat/struct-return-10_x.c: Ditto.
3414         * gcc.dg/compat/struct-return-2_x.c: Ditto.
3415         * gcc.dg/compat/struct-return-3_x.c: Ditto.
3416
3417 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3418
3419         * gcc.dg/i386-call-1.c: New test.
3420
3421 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
3422
3423         PR c++/9162
3424         * g++.dg/parse/defarg4.C: New.
3425
3426 2003-07-03  Roger Sayle  <roger@eyesopen.com>
3427
3428         PR target/10700
3429         * gcc.c-torture/compile/20030703-1.c: New test case.
3430
3431 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
3432
3433         * g++.dg/template/local3.C: Remove extra semicolon.
3434
3435 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
3436
3437         * gcc.dg/i386-volatile-1.c: New test.
3438
3439 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
3440
3441         PR c++/11072
3442         * g++.dg/other/offsetof2.C: XFAIL.
3443         * g++.dg/other/offsetof5.C: New.
3444
3445         PR c++/10219
3446         * g++.dg/template/error1.C: New.
3447
3448         PR c++/9779
3449         * g++.dg/template/dependent-expr1.C: New.
3450
3451 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
3452
3453         PR c++/6949
3454         * g++.dg/template/local3.C: New test.
3455
3456         PR c++/11149
3457         * g++.dg/lookup/scoped6.C: New test.
3458
3459 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
3460
3461         PR c++/8046
3462         * g++.dg/other/error7.C: New test.
3463
3464 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
3465
3466         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
3467         * g++.old-deja/g++.abi/vtable3.h: Likewise.
3468         * g++.old-deja/g++.law/code-gen5.C: Likewise.
3469         * g++.old-deja/g++.other/union2.C: Likewise.
3470         * gcc.dg/c90-const-expr-2.c: Likewise.
3471         * gcc.dg/c90-const-expr-3.c: Likewise.
3472         * gcc.dg/c99-const-expr-2.c: Likewise.
3473         * gcc.dg/c99-const-expr-3.c: Likewise.
3474         * gcc.dg/concat.c: Likewise.
3475
3476 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
3477
3478         PR c++/9559
3479         * g++.dg/init/static1.C: New test.
3480
3481 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3482
3483         * Changelog: Remove ">>>>>>>" from previous change.
3484
3485 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3486
3487         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
3488         * g++.old-deja/g++.other/access2.C: Likewise.
3489         * g++.old-deja/g++.other/decl2.C: Likewise.
3490         * gcc.c-torture/execute/20020615-1.c: Likewise.
3491
3492 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3493
3494         PR c++/4933
3495         * g++.dg/template/sizeof4.C: New test.
3496
3497 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3498
3499         * g++.dg/other/error6.C: New test.
3500
3501 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
3502
3503         PR c++/10750
3504         * g++.dg/parse/constant2.C: New test.
3505
3506 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
3507
3508         PR c++/11106
3509         * g++.dg/other/error5.C: New test.
3510
3511 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3512
3513         * gcc.dg/format/gcc_diag-1.c: New test.
3514
3515 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
3516
3517         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
3518
3519 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
3520
3521         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
3522         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
3523         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
3524
3525 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
3526
3527         * gcc.c-torture/execute/builtins/string-8.c: New test.
3528         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
3529         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
3530         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
3531
3532 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3533
3534         PR c++/10468
3535         * g++.dg/ext/typeof6.C: New test.
3536
3537 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
3538
3539         PR c++/10796
3540         * g++.dg/init/enum1.C: New test.
3541
3542 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
3543
3544         * gcc.dg/20030627-1.c: New test.
3545
3546 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
3547
3548         PR c++/11332
3549         * g++.dg/expr/static_cast2.C: New test.
3550
3551 2003-06-26  Roger Sayle  <roger@eyesopen.com>
3552             Jakub Jelinek  <jakub@redhat.com>
3553
3554         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
3555         sprintf(dst,"%s",src) optimization.
3556         * gcc.c-torture/execute/20030626-1.c: New test case.
3557         * gcc.c-torture/execute/20030626-2.c: New test case.
3558
3559 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
3560
3561         * gcc.c-torture/execute/multi-ix.c: New test.
3562
3563         * gcc.c-torture/execute/simd-4.c (main):
3564         Added missing semicolon at end of union.
3565
3566 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
3567
3568         PR c++/8266
3569         * g++.dg/template/explicit-instantiation3.C: New test.
3570
3571 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3572
3573         * gcc.dg/20030626-1.c: Use signed char.
3574
3575 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
3576
3577         * gcc.dg/20030626-1.c: New test.
3578
3579 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
3580
3581         * const-str-2.m: Update.
3582
3583 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
3584
3585         PR c++/10990
3586         * g++.dg/rtti/dyncast1.C: New test.
3587         * g++.dg/abi/mangle4.C: Correct base-specifier access.
3588         * g++.dg/lookup/scoped1.C: Remove XFAIL.
3589         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
3590
3591         PR c++/10931
3592         * g++.dg/expr/static_cast1.C: New test.
3593
3594 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
3595
3596         * gcc.dg/20030625-1.c: New test.
3597
3598 2003-06-24  Roger Sayle  <roger@eyesopen.com>
3599
3600         * gcc.c-torture/compile/20030624-1.c: New test case.
3601
3602 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
3603
3604         * gcc.c-torture/execute/string-opt-17.c: New test.
3605
3606 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
3607
3608         PR c++/5754
3609         * g++.dg/parse/crash6.C: New test.
3610
3611 2003-06-23  Roger Sayle  <roger@eyesopen.com>
3612
3613         * gcc.dg/builtins-24.c: New test case.
3614
3615 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
3616
3617         * g++.dg/opt/operator1.C: New test.
3618
3619 2003-06-22  Roger Sayle  <roger@eyesopen.com>
3620
3621         * gcc.c-torture/execute/string-opt-16.c: New test case.
3622
3623 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
3624
3625         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
3626         * g++.old-deja/g++.other/conv7.C: Likewise
3627         * g++.old-deja/g++.other/overcnv2.C: Likewise.
3628         * g++.old-deja/g++.other/overload14.C: Likewise.
3629
3630 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
3631
3632         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
3633         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
3634
3635 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3636
3637         PR c++/10888
3638         * g++.dg/warn/Winline-3.C: New test.
3639
3640 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3641
3642         * lib/target-supports.exp (check_alias_available): Make the test
3643         program acceptable to the Solaris assembler.
3644
3645         PR c++/10749
3646         * g++.dg/template/memclass2.C: New test.
3647
3648 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3649             Eric Botcazou  <ebotcazou@libertysurf.fr>
3650
3651         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
3652         data for non-matching targets.
3653         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
3654
3655 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3656
3657         PR c++/10845
3658         * g++.dg/template/member3.C: New test.
3659
3660 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
3661
3662         PR c++/10939
3663         * g++.dg/template/func1.C: New test.
3664
3665         PR c++/9649
3666         * g++.dg/template/static4.C: New test.
3667         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
3668
3669         PR c++/11041
3670         * g++.dg/init/ref7.C: New test.
3671
3672 2003-06-19  Matt Austern  <austern@apple.com>
3673
3674         PR c++/11228
3675         * g++.dg/anew1.C: New test.
3676         * g++.dg/anew2.C: New test.
3677         * g++.dg/anew3.C: New test.
3678         * g++.dg/anew4.C: New test.
3679
3680 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3681
3682         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
3683
3684 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3685
3686         * gcc.c-torture/execute/simd-4.c (main): Make expected value
3687         endian-dependent.
3688
3689 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
3690
3691         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
3692         Remove cruft.
3693
3694 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3695
3696         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
3697         * gcc.c-torture/compile/961203-1.c: Likewise.
3698         * gcc.c-torture/compile/980506-1.c: Likewise.
3699
3700 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
3701
3702         PR c++/10712
3703         * g++.dg/lookup/using7.C: New test.
3704
3705 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
3706
3707         PR c++/11105
3708         * g++.dg/abi/conv1.C: Remove it.
3709         * g++.dg/template/conv7.C: New test.
3710         * g++.dg/template/conv8.C: Likewise.
3711         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
3712         conversion operator.
3713
3714 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
3715
3716         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
3717         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
3718         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3719         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
3720         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
3721         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3722         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3723         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
3724         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
3725         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
3726         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
3727         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
3728         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
3729         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
3730         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
3731         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
3732         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
3733         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
3734         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3735         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3736         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3737         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3738         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3739         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3740         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3741         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3742         * gcc.dg/compat/struct-return-10_x.c: Ditto.
3743         * gcc.dg/compat/struct-return-2_x.c: Ditto.
3744         * gcc.dg/compat/struct-return-3_x.c: Ditto.
3745
3746 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
3747
3748         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
3749         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
3750         indications.
3751
3752 2003-06-16  Roger Sayle  <roger@eyesopen.com>
3753
3754         * gcc.dg/i386-387-5.c: New test case.
3755         * gcc.dg/i386-387-6.c: New test case.
3756         * gcc.dg/builtins-23.c: New test case.
3757
3758 2003-06-15  Roger Sayle  <roger@eyesopen.com>
3759
3760         * gcc.dg/builtins-22.c: New test case.
3761         * gcc.dg/i386-387-1.c: Update to test exp.
3762         * gcc.dg/i386-387-2.c: Likewise.
3763
3764 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3765
3766         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
3767
3768 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
3769
3770         * lib/gcc-dg.exp (dg-require-dll): New function.
3771         (dg-xfail-if): Likewise.
3772         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
3773         driver.
3774
3775         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
3776         * gcc.c-torture/compile/20001205-1.c: Likewise.
3777         * gcc.c-torture/compile/20001226-1.c: Likewise.
3778         * gcc.c-torture/compile/20010518-2.c: Likewise.
3779         * gcc.c-torture/compile/20020312-1.c: Likewise.
3780         * gcc.c-torture/compile/20020604-1.c: Likewise.
3781         * gcc.c-torture/compile/920501-12.c: Likewise.
3782         * gcc.c-torture/compile/920501-4.c: Likewise.
3783         * gcc.c-torture/compile/920520-1.c: Likewise.
3784         * gcc.c-torture/compile/920521-1.c: Likewise.
3785         * gcc.c-torture/compile/920625-1.c: Likewise.
3786         * gcc.c-torture/compile/961203-1.c: Likewise.
3787         * gcc.c-torture/compile/980506-1.c: Likewise.
3788         * gcc.c-torture/compile/981006-1.c: Likewise.
3789         * gcc.c-torture/compile/981022-1.c: Likewise.
3790         * gcc.c-torture/compile/981223-1.c: Likewise.
3791         * gcc.c-torture/compile/990617-1.c: Likewise.
3792         * gcc.c-torture/compile/dll.c: Likewise.
3793         * gcc.c-torture/compile/labels-3.c: Likewise.
3794         * gcc.c-torture/compile/mipscop-1.c: Likewise.
3795         * gcc.c-torture/compile/mipscop-2.c: Likewise.
3796         * gcc.c-torture/compile/mipscop-3.c: Likewise.
3797         * gcc.c-torture/compile/mipscop-4.c: Likewise.
3798         * gcc.c-torture/compile/simd-5.c: Likewise.
3799         * gcc.c-torture/compile/20000804-1.x: Remove.
3800         * gcc.c-torture/compile/20001205-1.x: Likewise.
3801         * gcc.c-torture/compile/20001226-1.x: Likewise.
3802         * gcc.c-torture/compile/20010518-2.x: Likewise.
3803         * gcc.c-torture/compile/20020312-1.x: Likewise.
3804         * gcc.c-torture/compile/20020604-1.x: Likewise.
3805         * gcc.c-torture/compile/920501-12.x: Likewise.
3806         * gcc.c-torture/compile/920501-4.x: Likewise.
3807         * gcc.c-torture/compile/920520-1.x: Likewise.
3808         * gcc.c-torture/compile/920521-1.x: Likewise.
3809         * gcc.c-torture/compile/920625-1.x: Likewise.
3810         * gcc.c-torture/compile/961203-1.x: Likewise.
3811         * gcc.c-torture/compile/980506-1.x: Likewise.
3812         * gcc.c-torture/compile/981006-1.x: Likewise.
3813         * gcc.c-torture/compile/981022-1.x: Likewise.
3814         * gcc.c-torture/compile/981223-1.x: Likewise.
3815         * gcc.c-torture/compile/990617-1.x: Likewise.
3816         * gcc.c-torture/compile/mipscop-1.x: Likewise.
3817         * gcc.c-torture/compile/mipscop-2.x: Likewise.
3818         * gcc.c-torture/compile/mipscop-3.x: Likewise.
3819         * gcc.c-torture/compile/mipscop-4.x: Likewise.
3820         * gcc.c-torture/compile/simd-5.x: Likewise.
3821
3822         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
3823
3824 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
3825
3826         * gcc.c-torture/execute/20030611-1.c: New test.
3827
3828 2003-06-12  Roger Sayle  <roger@eyesopen.com>
3829
3830         PR middle-end/168
3831         * gcc.dg/20030612-1.c: New test case.
3832
3833 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
3834
3835         PR c++/10635
3836         * g++.dg/expr/cast1.C: New test.
3837
3838 2003-06-12  Roger Sayle  <roger@eyesopen.com>
3839
3840         * gcc.dg/builtins-21.c: New test case.
3841
3842 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
3843
3844         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
3845         options instead of at the end.
3846         * lib/objc.exp (objc_target_compile): Likewise.
3847
3848 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
3849
3850         PR c++/10432
3851         * g++.dg/parse/error1.C: New test.
3852
3853 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
3854
3855         * gcc.dg/compat/struct-by-value-11_main.c: New file.
3856         * gcc.dg/compat/struct-by-value-11_x.c: New file.
3857         * gcc.dg/compat/struct-by-value-11_y.c: New file.
3858         * gcc.dg/compat/struct-by-value-12_main.c: New file.
3859         * gcc.dg/compat/struct-by-value-12_x.c: New file.
3860         * gcc.dg/compat/struct-by-value-12_y.c: New file.
3861         * gcc.dg/compat/struct-by-value-13_main.c: New file.
3862         * gcc.dg/compat/struct-by-value-13_x.c: New file.
3863         * gcc.dg/compat/struct-by-value-13_y.c: New file.
3864         * gcc.dg/compat/struct-by-value-14_main.c: New file.
3865         * gcc.dg/compat/struct-by-value-14_x.c: New file.
3866         * gcc.dg/compat/struct-by-value-14_y.c: New file.
3867         * gcc.dg/compat/struct-by-value-15_main.c: New file.
3868         * gcc.dg/compat/struct-by-value-15_x.c: New file.
3869         * gcc.dg/compat/struct-by-value-15_y.c: New file.
3870         * gcc.dg/compat/struct-by-value-16_main.c: New file.
3871         * gcc.dg/compat/struct-by-value-16_x.c: New file.
3872         * gcc.dg/compat/struct-by-value-16_y.c: New file.
3873         * gcc.dg/compat/struct-by-value-17_main.c: New file.
3874         * gcc.dg/compat/struct-by-value-17_x.c: New file.
3875         * gcc.dg/compat/struct-by-value-17_y.c: New file.
3876         * gcc.dg/compat/struct-by-value-18_main.c: New file.
3877         * gcc.dg/compat/struct-by-value-18_x.c: New file.
3878         * gcc.dg/compat/struct-by-value-18_y.c: New file.
3879
3880         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
3881         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
3882         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
3883         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
3884         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
3885         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
3886         * gcc.dg/compat/scalar-return-3_main.c: New file.
3887         * gcc.dg/compat/scalar-return-3_x.c: New file.
3888         * gcc.dg/compat/scalar-return-3_y.c: New file.
3889         * gcc.dg/compat/scalar-return-4_main.c: New file.
3890         * gcc.dg/compat/scalar-return-4_x.c: New file.
3891         * gcc.dg/compat/scalar-return-4_y.c: New file.
3892
3893 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
3894
3895         * gcc.dg/compat/fp2-struct-check.h: New file.
3896         * gcc.dg/compat/fp2-struct-defs.h: New file.
3897         * gcc.dg/compat/fp2-struct-init.h: New file.
3898         * gcc.dg/compat/struct-by-value-10_main.c: New file.
3899         * gcc.dg/compat/struct-by-value-10_x.c: New file.
3900         * gcc.dg/compat/struct-by-value-10_y.c: New file.
3901         * gcc.dg/compat/struct-return-10_main.c: New file.
3902         * gcc.dg/compat/struct-return-10_x.c: New file.
3903         * gcc.dg/compat/struct-return-10_y.c: New file.
3904
3905         * gcc.dg/compat/compat-common.h: New file.
3906         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
3907         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
3908         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
3909         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
3910         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
3911         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
3912         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
3913         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
3914         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
3915         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
3916         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
3917         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
3918         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
3919         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
3920         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
3921         * gcc.dg/compat/small-struct-check.h: Ditto.
3922         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
3923         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
3924         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
3925         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
3926         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
3927         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
3928         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
3929         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
3930         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
3931         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
3932         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
3933         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
3934         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
3935         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
3936         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
3937         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
3938         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
3939         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
3940         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
3941         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
3942         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
3943         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
3944         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
3945         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
3946         * gcc.dg/compat/struct-return-2_main.c: Ditto.
3947         * gcc.dg/compat/struct-return-2_x.c: Ditto.
3948         * gcc.dg/compat/struct-return-2_y.c: Ditto.
3949         * gcc.dg/compat/struct-return-3_main.c: Ditto.
3950         * gcc.dg/compat/struct-return-3_x.c: Ditto.
3951         * gcc.dg/compat/struct-return-3_y.c: Ditto.
3952
3953 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
3954
3955         * g++.dg/pch/static-1.C: New file.
3956         * g++.dg/pch/static-1.Hs: New file.
3957
3958 2003-06-10  Richard Henderson  <rth@redhat.com>
3959
3960         * gcc.dg/asm-7.c: Adjust expected warning text.
3961
3962 2003-06-10  Roger Sayle  <roger@eyesopen.com>
3963
3964         * gcc.dg/builtins-20.c: New test case.
3965
3966 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
3967
3968         PR c++/11131
3969         * g++.dg/opt/template1.C: New test.
3970
3971 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
3972
3973         * lib/gcc-dg.exp (dg-test): Clear additional_files and
3974         additional_sources.
3975
3976 2003-05-21  David Taylor  <dtaylor@emc.com>
3977
3978         * gcc.dg/Wpadded.c: New file.
3979
3980 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
3981
3982         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
3983         * gcc.dg/special/weak-2.c: Add dg-require-weak.
3984         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
3985         dg-require-weak.
3986
3987 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
3988
3989         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
3990
3991 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
3992
3993         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
3994         (dg-require-alias): Likewise.
3995         (dg-require-gc-sections): Likewise.
3996         * lib/target-supports.exp (check_gc_sections_available): Likewise.
3997
3998 2003-06-08  Richard Henderson  <rth@redhat.com>
3999
4000         * gcc.dg/20011029-2.c: Fix the array reference.
4001         * gcc.dg/asm-7.c: New.
4002
4003 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4004
4005         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4006
4007 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
4008
4009         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4010         (dg-require-gc-sections): Likewise.
4011
4012 2003-06-08  Jan Hubicka  <jh@suse.cz>
4013
4014         * i386-cmov1.c: Fix regular expression.
4015         * i386-cvt-1.c: Likewise.
4016         * i386-local.c: Likewise.
4017         * i386-local2.c: Likewise.
4018         * i386-mul.c: Likewise.
4019         * i386-ssetype-1.c: Likewise.
4020         * i386-ssetype-3.c: Likewise.
4021         * i386-ssetype-5.c: Likewise.
4022
4023 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4024
4025         PR c++/11039
4026         * g++.dg/warn/implicit-typename2.C: New test.
4027         * g++.dg/warn/implicit-typename3.C: New test.
4028
4029 2003-06-07  Richard Henderson  <rth@redhat.com>
4030
4031         * g++.dg/other/offsetof3.C: Use size_t.
4032         * g++.dg/other/offsetof4.C: Likewise.
4033
4034 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
4035
4036         * lib/copy-file.exp: New. Implement gcc_copy_files.
4037
4038         * lib/dg-pch.exp: Load copy-file.exp
4039         (dg-pch): Use gcc_copy_files instead of "file copy".
4040
4041 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
4042
4043         * gcc.dg/weak/weak.exp: Simplify.
4044         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
4045         * gcc.dg/weak/weak-1.c: Likewise.
4046         * gcc.dg/weak/weak-2.c: Likewise.
4047         * gcc.dg/weak/weak-3.c: Likewise.
4048         * gcc.dg/weak/weak-4.c: Likewise.
4049         * gcc.dg/weak/weak-5.c: Likewise.
4050         * gcc.dg/weak/weak-6.c: Likewise.
4051         * gcc.dg/weak/weak-7.c: Likewise.
4052         * gcc.dg/weak/weak-8.c: Likewise.
4053         * gcc.dg/weak/weak-9.c: Likewise.
4054
4055 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
4056
4057         gcc.c-torture/execute/20030606-1.c: New.
4058
4059 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4060
4061         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
4062         * gcc.dg/builtins-19.c: Likewise.
4063
4064 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4065
4066         * gcc.dg/builtins-2.c: Add some more tests.
4067         * gcc.dg/builtins-18.c: New test case.
4068         * gcc.dg/builtins-19.c: New test case.
4069
4070 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4071             Jim Wilson  <wilson@tuliptree.org>
4072
4073         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
4074
4075 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
4076
4077         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
4078         mempcpy/stpcpy calls not to be optimized into something else.
4079         * gcc.c-torture/execute/string-opt-3.c: Moved to...
4080         * gcc.c-torture/execute/builtins/string-7.c: ...here.
4081         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
4082
4083 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4084
4085         * gcc.dg/format/asm_fprintf-1.c: New test.
4086
4087 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
4088
4089         * lib/gcc-defs.exp (additional_sources): New variable.
4090         (dg-additional-sources): New function.
4091         (additional_files): New variable.
4092         (dg-additional-files): New function.
4093         (dg-additional-files-options): Likewise.
4094         * lib/gcc-dg.exp (dg-require-weak): New function.
4095         (dg-require-alias): Likewise.
4096         (dg-require-gc-sections): Likewise.
4097         * lib/target-supports.exp (check_alias_available): Remove testfile
4098         parameter.
4099         (check_gc_sections_available): New function.
4100         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
4101         (dg-gpp-additional-files): Likewise.
4102         * lib/g++.exp (additional_sources): Remove.
4103         (additional_files): Likewise.
4104         (g++_target_compile): Use dg-additional-files-options.
4105
4106         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
4107         Tcl logic.
4108         * gcc.dg/special/ecos.exp: Remove.
4109         * gcc.dg/special/20000419-2.c: Use dg-require-*.
4110         * gcc.dg/special/alias-1.c: Likewise.
4111         * gcc.dg/special/alias-2.c: Likewise.
4112         * gcc.dg/special/gcsec-1.c: Likewise.
4113         * gcc.dg/special/weak-1.c: Likewise.
4114         * gcc.dg/special/weak-2.c: Likewise.
4115         * gcc.dg/special/wkali-1.c: Likewise.
4116         * gcc.dg/special/wkali-2.c: Likewise.
4117
4118         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
4119         dg-gpp-additional-*.
4120         * g++.dg/special/conpr-3.C: Likewise.
4121         * g++.dg/special/conpr-4.C: Likewise.
4122         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
4123         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
4124         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
4125         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
4126         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
4127         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
4128         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
4129         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
4130         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
4131         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
4132         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
4133         * g++.old-deja/g++.other/comdat1.C: Likewise.
4134         * g++.old-deja/g++.other/comdat2.C: Likewise.
4135         * g++.old-deja/g++.other/comdat3.C: Likewise.
4136         * g++.old-deja/g++.other/ctor1.C: Likewise.
4137         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
4138
4139 2003-06-05  Richard Henderson  <rth@redhat.com>
4140
4141         * gcc.dg/debug/20030605-1.c: New.
4142
4143 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4144
4145         * README.QMTEST: Update.
4146
4147 2003-06-04  Richard Henderson  <rth@redhat.com>
4148
4149         * gcc.dg/cleanup-1.c: New.
4150         * gcc.dg/cleanup-2.c: New.
4151         * gcc.dg/cleanup-3.c: New.
4152         * gcc.dg/cleanup-4.c: New.
4153         * gcc.dg/cleanup-5.c: New.
4154         * gcc.dg/cleanup-6.c: New.
4155         * gcc.dg/cleanup-7.c: New.
4156
4157 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4158
4159         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
4160
4161         * lib/dg-pch.exp: New file.
4162         * g++.dg/pch/pch.exp: Use dg-pch.exp.
4163         * gcc.dg/pch/pch.exp: Likewise.
4164
4165 2003-06-04  Roger Sayle  <roger@eyesopen.com>
4166
4167         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
4168         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
4169         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
4170         * gcc.dg/builtins-17.c: New test case.
4171         * gcc.dg/i386-387-4.c: New test case.
4172         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
4173
4174 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4175
4176         * gcc.dg/ultrasp9.c: New test.
4177
4178 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4179
4180         * gcc.c-torture/compile/20030604-1.c: New test.
4181         * gcc.dg/sparc-constant-1.c: New test.
4182
4183 2003-06-03  Glen Nakamura  <glen@imodulo.com>
4184
4185         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
4186
4187 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
4188
4189         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
4190
4191         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
4192         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
4193
4194 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
4195
4196         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
4197
4198 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4199
4200         PR c++/10940
4201         * g++.dg/template/spec10.C: New test.
4202
4203 2003-06-03  Roger Sayle  <roger@eyesopen.com>
4204
4205         * gcc.dg/builtins-16.c: New test case.
4206
4207 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
4208
4209         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
4210         mempcpy test with post-increments.
4211         * gcc.c-torture/execute/string-opt-3.c: New test.
4212         * gcc.dg/string-opt-1.c: New test.
4213
4214 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
4215
4216         PR fortran/10965
4217         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
4218
4219 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
4220
4221         * lib/scanasm.exp (dg-scan): New function, factored out of ...
4222         (scan-assembler): ... here.  Use dg-scan.
4223         (scan-assembler-not): Likewise.
4224         (scan-file): New function.
4225         (scan-file-not): Likewise.
4226         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
4227         * gcc.dg/cpp/_Pragma4.c: Likewise.
4228         * gcc.dg/cpp/_Pragma5.c: Likewise.
4229         * gcc.dg/cpp/avoidpaste1.c: Likewise.
4230         * gcc.dg/cpp/avoidpaste2.c: Likewise.
4231         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
4232         * gcc.dg/cpp/cmdlne-P.c: Likewise.
4233         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
4234         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
4235         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
4236         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
4237         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
4238         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
4239         * gcc.dg/cpp/cxxcom1.c: Likewise.
4240         * gcc.dg/cpp/line1.c: Likewise.
4241         * gcc.dg/cpp/maccom1.c: Likewise.
4242         * gcc.dg/cpp/maccom2.c: Likewise.
4243         * gcc.dg/cpp/maccom3.c: Likewise.
4244         * gcc.dg/cpp/maccom4.c: Likewise.
4245         * gcc.dg/cpp/maccom5.c: Likewise.
4246         * gcc.dg/cpp/maccom6.c: Likewise.
4247         * gcc.dg/cpp/multiline.c: Likewise.
4248         * gcc.dg/cpp/spacing1.c: Likewise.
4249         * gcc.dg/cpp/spacing2.c: Likewise.
4250         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
4251         * gcc.dg/cpp/trad/maccom1.c: Likewise.
4252         * gcc.dg/cpp/trad/maccom2.c: Likewise.
4253         * gcc.dg/cpp/trad/maccom3.c: Likewise.
4254         * gcc.dg/cpp/trad/maccom4.c: Likewise.
4255         * gcc.dg/cpp/trad/maccom6.c: Likewise.
4256         * gcc.dg/cpp/cxxcom2.c: Likewise.
4257         * gcc.dg/cpp/cxxcom2.h: New file.
4258
4259         * gcc.dg/cpp/truefalse.cpp: Move it to ...
4260         * g++.dg/cpp/truefalse.C: Here.
4261         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
4262
4263 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
4264
4265         * gcc.dg/cpp/redef3.c: New file.
4266
4267 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
4268
4269         * gcc.dg/i386-loop-3.c: New test.
4270
4271 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
4272
4273         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
4274
4275 2003-05-31  Roger Sayle  <roger@eyesopen.com>
4276
4277         * gcc.dg/fwrapv-1.c: New test case.
4278         * gcc.dg/fwrapv-2.c: New test case.
4279
4280 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4281
4282         PR c++/10956
4283         * g++.dg/template/spec9.C: New test.
4284
4285 2003-05-29  Roger Sayle  <roger@eyesopen.com>
4286
4287         * gcc.dg/duff-4.c: New test case.
4288
4289 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
4290
4291         PR fortran/10843
4292         * g77.dg/ffixed-form-1.f: New test
4293         * g77.dg/ffixed-form-2.f: New test
4294         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
4295         * g77.dg/ffree-form-3.f: New test
4296
4297 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
4298
4299         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
4300         * gcc.dg/wint_t-1.c: Likewise.
4301
4302 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4303
4304         * g++.dg/template/access11.C: New test.
4305
4306 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4307
4308         PR c++/10849
4309         * g++.dg/template/access10.C: New test.
4310
4311 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4312             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4313
4314         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
4315
4316 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
4317
4318         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
4319         suppress for powerpc-*-darwin*.
4320         * gcc.dg/torture/builtin-noret-2.c: Likewise.
4321
4322 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
4323
4324         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
4325         suppress option for powerpc-*-darwin*.
4326
4327 2003-05-23  Roger Sayle  <roger@eyesopen.com>
4328
4329         * gcc.dg/builtins-1.c: Add tests for tan and atan.
4330         * gcc.dg/builtins-4.c: Add test for fmod.
4331
4332 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4333
4334         PR c++/10682
4335         * g++.dg/template/instantiate4.C: New test.
4336
4337 2003-05-22  Roger Sayle  <roger@eyesopen.com>
4338
4339         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
4340
4341 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
4342
4343         * gcc.dg/compat/scalar-return-1_main.c: New file.
4344         * gcc.dg/compat/scalar-return-1_x.c: New file.
4345         * gcc.dg/compat/scalar-return-1_y.c: New file.
4346         * gcc.dg/compat/scalar-return-2_main.c: New file.
4347         * gcc.dg/compat/scalar-return-2_x.c: New file.
4348         * gcc.dg/compat/scalar-return-2_y.c: New file.
4349         * gcc.dg/compat/struct-return-3_main.c: New file.
4350         * gcc.dg/compat/struct-return-3_y.c: New file.
4351         * gcc.dg/compat/struct-return-3_x.c: New file.
4352         * gcc.dg/compat/struct-return-2_main.c: New file.
4353         * gcc.dg/compat/struct-return-2_x.c: New file.
4354         * gcc.dg/compat/struct-return-2_y.c: New file.
4355
4356 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4357
4358         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
4359         for hppa*-hp-hpux*.
4360         * gcc.dg/20021014-1.c (dg-options): Likewise.
4361         * gcc.dg/nest.c (dg-options): Likewise.
4362
4363 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
4364
4365         PR c++/9738
4366         * g++.dg/ext/dllimport2.C: New file.
4367         * g++.dg/ext/dllimport3.C: New file.
4368
4369 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
4370
4371         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
4372         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4373         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4374         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4375         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4376         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4377         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
4378         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
4379         * gcc.dg/compat/small-struct-defs.h: New file.
4380         * gcc.dg/compat/small-struct-init.h: New file.
4381         * gcc.dg/compat/small-struct-check.h: New file.
4382         * gcc.dg/compat/fp-struct-defs.h: New file.
4383         * gcc.dg/compat/fp-struct-check.h: New file.
4384         * gcc.dg/compat/fp-struct-init.h: New file.
4385         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
4386         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
4387
4388 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
4389
4390         * gcc.dg/20030225-2.c: New test.
4391
4392 2003-05-18  Roger Sayle  <roger@eyesopen.com>
4393             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4394
4395         * gcc.c-torture/compile/20030518-1.c: New test case.
4396
4397 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
4398
4399         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
4400         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
4401         gcc-dg-debug-runtest.
4402         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
4403         gcc-dg-debug-runtest.
4404
4405 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4406
4407         PR c++/9022
4408         * g++.dg/lookup/using6.C: New test.
4409
4410 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4411
4412         * g++.dg/parse/access2.C: New test.
4413
4414 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
4415
4416         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
4417         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
4418         * gcc.dg/debug/debug.exp: Likewise.
4419
4420 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
4421
4422         * gcc.dg/dollar.c: New test.
4423
4424 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
4425
4426         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
4427         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
4428         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
4429         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
4430         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
4431         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
4432         * gcc.dg/compat/struct-by-value-6_main.c: New file.
4433         * gcc.dg/compat/struct-by-value-6_x.c: New file.
4434         * gcc.dg/compat/struct-by-value-6_y.c: New file.
4435         * gcc.dg/compat/struct-by-value-7_main.c: New file.
4436         * gcc.dg/compat/struct-by-value-7_x.c: New file.
4437         * gcc.dg/compat/struct-by-value-7_y.c: New file.
4438         * gcc.dg/compat/struct-by-value-8_main.c: New file.
4439         * gcc.dg/compat/struct-by-value-8_x.c: New file.
4440         * gcc.dg/compat/struct-by-value-8_y.c: New file.
4441         * gcc.dg/compat/struct-by-value-9_main.c: New file.
4442         * gcc.dg/compat/struct-by-value-9_x.c: New file.
4443         * gcc.dg/compat/struct-by-value-9_y.c: New file.
4444
4445 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
4446
4447         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
4448         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
4449         support for "repo" mode.
4450         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
4451         * lib/g77-dg.exp: Likewise.
4452         * lib/obj-dg.exp: Likewise.
4453
4454 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
4455
4456         Merge from gcc-3_2-rhl8-branch:
4457         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
4458
4459         * gcc.dg/tls/opt-6.c: New test.
4460
4461         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
4462
4463         * gcc.dg/20030405-1.c: New test.
4464
4465         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
4466
4467         * gcc.dg/20030309-1.c: New test.
4468
4469         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4470
4471         * gcc.c-torture/execute/20030307-1.c: New test.
4472
4473         2003-02-20  Randolph Chung  <tausq@debian.org>
4474
4475         * gcc.c-torture/compile/20030220-1.c: New test.
4476
4477         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
4478
4479         * gcc.dg/20030217-1.c: New test.
4480
4481         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
4482
4483         * gcc.c-torture/compile/20020129-1.c: New test.
4484
4485         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4486
4487         * gcc.dg/unroll-1.c: New test.
4488
4489         2002-11-16  Jan Hubicka  <jh@suse.cz>
4490
4491         * gcc.c-torture/execute/20020920-1.c: New test.
4492
4493         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
4494
4495         PR target/7434
4496         * gcc.c-torture/compile/20021008-1.c: New test.
4497
4498         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
4499
4500         PR target/7559
4501         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
4502
4503         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
4504
4505         * gcc.c-torture/compile/20020807-1.c: New test.
4506
4507         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
4508
4509         * gcc.dg/tls/opt-1.c: New test.
4510
4511         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
4512
4513         * gcc.dg/20020729-1.c: New test.
4514
4515         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
4516
4517         * g++.dg/opt/life1.C: New test.
4518
4519         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
4520
4521         * gcc.dg/20020525-1.c: New test.
4522
4523         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
4524
4525         PR c++/6794
4526         * g++.dg/ext/pretty1.C: New test.
4527         * g++.dg/ext/pretty2.C: New test.
4528
4529 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
4530
4531         PR c++/8385
4532         * g++.dg/ext/typeof5.C: New test.
4533
4534 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
4535
4536         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
4537         __USER_LABEL_PREFIX__ into account.
4538         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
4539
4540 2003-05-14  Roger Sayle  <roger@eyesopen.com>
4541
4542         * gcc.dg/builtins-15.c: New test case.
4543
4544 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
4545
4546         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
4547
4548 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
4549
4550         * lib/g++.exp: Tweak handling of additional source files.
4551         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
4552         * g++.dg/special/conpr-2a.C: Rename to ...
4553         * g++.dg/special/conpr-2a.cc: ... this.
4554         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
4555         * g++.dg/special/conpr-3a.C: Rename to ...
4556         * g++.dg/special/conpr-3a.cc: This.
4557         * g++.dg/special/conpr-3b.C: Rename to ...
4558         * g++.dg/special/conpr-3b.cc: This.
4559         * g++.dg/special/conpr-4.C: New test.
4560         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
4561
4562 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
4563
4564         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
4565
4566 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4567
4568         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
4569         * g++.old-deja/g++.robertl/eb71.C: Likewise.
4570         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
4571         * g++.old-deja/g++.other/warn3.C: Likewise.
4572
4573 2003-05-11  Roger Sayle  <roger@eyesopen.com>
4574
4575         * gcc.dg/i386-387-1.c: Update to also test log.
4576         * gcc.dg/i386-387-2.c: Likewise.
4577
4578 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
4579
4580         * g77.f-torture/execute/int8421.f: New test.
4581
4582 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4583
4584         PR c++/10230, c++/10481
4585         * g++.dg/lookup/scoped5.C: New test.
4586
4587 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4588
4589         PR c++/10552
4590         * g++.dg/template/ttp6.C: New test.
4591
4592 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
4593
4594         * gcc.c-torture/execute/builtins: New directory.
4595         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
4596         gcc.c-torture/execute/builtins.
4597         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
4598         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
4599         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
4600         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
4601
4602 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4603
4604         PR c++/9252
4605         * g++.dg/template/access8.C: New test.
4606         * g++.dg/template/access9.C: New test.
4607
4608 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4609
4610         PR c++/9554
4611         * g++.dg/parse/access1.C: New test.
4612
4613 2003-05-09  DJ Delorie  <dj@redhat.com>
4614
4615         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
4616         long, and not an int.
4617
4618 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4619
4620         PR c++/10555, c++/10576
4621         * g++.dg/template/memclass1.C: New test.
4622
4623 2003-05-08  DJ Delorie  <dj@redhat.com>
4624
4625         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
4626         targets.
4627         * gcc.c-torture/execute/20021024-1.x: Likewise.
4628         * gcc.c-torture/execute/shiftdi.x: Likewise.
4629         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
4630         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
4631         * gcc.dg/20021018-1.c: Likewise.
4632
4633 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4634
4635         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
4636
4637         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
4638         (bcopy): Call memmove.
4639
4640 2003-05-08  Roger Sayle  <roger@eyesopen.com>
4641
4642         * g77.f-torture/compile/8485.f: New test case.
4643
4644 2003-05-07  Richard Henderson  <rth@redhat.com>
4645
4646         PR c++/10570
4647         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
4648         Verify exception_cleanup not called for rethrows.
4649         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
4650         when exiting catch block without rethrowing.
4651         * g++.dg/eh/forced3.C: New.
4652         * g++.dg/eh/forced4.C: New.
4653
4654 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
4655
4656         * gcc.dg/20030505.c: Fix triplet.
4657
4658 2003-05-06  DJ Delorie  <dj@redhat.com>
4659
4660         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
4661         * gcc.dg/nest.c: Likewise.
4662
4663 2003-05-05  Roger Sayle  <roger@eyesopen.com>
4664
4665         * gcc.dg/builtins-14.c: New test case.
4666
4667 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
4668
4669         * lib/compat.exp (compat-execute): New argument.
4670         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
4671         * gcc.dg/compat: New test directory.
4672         * gcc.dg/compat/compat.exp: New expect script.
4673         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
4674         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
4675         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
4676         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
4677         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
4678         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
4679
4680         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
4681         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
4682         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
4683         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
4684         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
4685         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
4686         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
4687         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
4688         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
4689         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
4690         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
4691         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
4692         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
4693         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
4694         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
4695
4696 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
4697
4698         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
4699
4700 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4701
4702         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
4703
4704 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
4705
4706         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
4707         * gcc.dg/ppc-fsel-2.c: New test.
4708
4709         * gcc.dg/unused-5.c: New test.
4710
4711 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4712
4713         PR c++/10496
4714         * g++.dg/warn/pmf1.C: New test.
4715
4716 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4717
4718         PR c++/4494
4719         * g++.dg/warn/main.C: New test.
4720
4721 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4722
4723         * gcc.dg/nonnull-3.c: New test.
4724
4725 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
4726
4727         * gcc.dg/cpp/Wtrigraphs.c: Update.
4728         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
4729
4730 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
4731
4732         * gcc.dg/ppc-fsel-1.c: New test.
4733
4734 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
4735
4736         PR c/10604
4737         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
4738
4739 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
4740
4741         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
4742
4743 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4744
4745         PR c++/9364, c++/10553, c++/10586
4746         * g++.dg/parse/typename4.C: New test.
4747         * g++.dg/parse/typename5.C: Likewise.
4748
4749 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
4750
4751         * gcc.c-torture/compile/20030503-1.c: New test.
4752
4753 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4754
4755         * g++.dg/lookup/using5.C: Fix testcase error.
4756
4757 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
4758
4759         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
4760         since MEABI is no longer supported.  Remove all vestiges
4761         of MEABI from the test.
4762
4763 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4764
4765         PR c++/10554
4766         * g++.dg/lookup/using5.C: New test.
4767
4768 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4769
4770         PR c++/8772
4771         * g++.dg/template/ttp5.C: New test.
4772
4773 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
4774
4775         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
4776         (dg-gpp-additional-sources): New function.
4777         (dg-gpp-additional-files): Likewise.
4778         * lib/g++.exp (additional_sources): New variable.
4779         (additional_files): Likewise.
4780         (g++_target_compile): Deal with them.
4781         * lib/old-dejagnu.exp: Remove.
4782         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
4783         * g++.old-deja: Revise all tests to use dg commands.
4784
4785 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4786
4787         PR c++/9432, c++/9528
4788         * g++.dg/lookup/using4.C: New test.
4789
4790 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
4791
4792         * gcc.dg/noreturn-5.c: New file.
4793         * gcc.dg/noreturn-6.c: New file.
4794
4795         * gcc.c-torture/compile/inline-1.c: New file.
4796
4797 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
4798
4799         PR c++/10551
4800         * g++.dg/template/explicit1.C: New test.
4801
4802 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
4803
4804         PR c++/10549
4805         * g++.dg/other/bitfield1.C: New test.
4806
4807         PR c++/10527
4808         * g++.dg/init/new7.C: New test.
4809
4810 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
4811
4812         * g++.dg/ext/desig1.C: New test.
4813         * g++.dg/ext/init1.C: Update.
4814
4815         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
4816
4817 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
4818
4819         PR c++/10180
4820         * g++.dg/warn/Winline-1.C: New test.
4821
4822 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
4823
4824         * gcc.c-torture/execute/string-opt-19.c: New test.
4825
4826         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
4827         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
4828
4829 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
4830
4831         PR c++/10506
4832         * g++.dg/init/new6.C: New test.
4833
4834         PR c++/10503
4835         * g++.dg/init/ref6.C: New test.
4836
4837 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
4838
4839         * g++.dg/warn/weak1.C: XFAIL on AIX4.
4840
4841 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4842
4843         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
4844         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
4845
4846 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
4847
4848         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
4849         initialized static data members.
4850
4851 2003-04-25  H.J. Lu <hjl@gnu.org>
4852
4853         * gcc.dg/ia64-sync-4.c: New test.
4854
4855 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4856
4857         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
4858         date.
4859
4860 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
4861
4862         PR c++/10337
4863         * g++.dg/warn/conv1.C: New test.
4864         * g++.old-deja/g++.other/conv7.C: Adjust.
4865         * g++.old-deja/g++.other/overload14.C: Adjust.
4866
4867 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
4868
4869         PR c++/10471
4870         * g++.dg/template/defarg2.C: New test.
4871
4872 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
4873
4874         * gcc.dg/cpp/include2.c: Update.
4875         * gcc.dg/cpp/multiline-2.c: New.
4876         * gcc.dg/cpp/multiline.c: Update.
4877         * gcc.dg/cpp/strify2.c: Update.
4878         * gcc.dg/cpp/trad/literals-2.c: Update.
4879
4880 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4881
4882         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
4883
4884 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
4885
4886         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
4887
4888 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
4889
4890         PR c++/10451
4891         * g++.dg/parse/crash4.C: New test.
4892
4893         PR c++/9847
4894         * g++.dg/parse/crash5.C: New test.
4895
4896 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
4897
4898         PR c++/10446
4899         * g++.dg/parse/crash3.C: New test.
4900
4901         PR c++/10428
4902         * g++.dg/parse/elab1.C: New test.
4903
4904 2003-04-22  Devang Patel  <dpatel@apple.com>
4905
4906         * gcc.dg/cpp/trad/funlike-5.c: New test.
4907
4908 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
4909
4910         * g++.dg/other/packed1.C: Fix dg options.
4911
4912 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
4913
4914         * g++.dg/other/offsetof2.C: New test.
4915
4916 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
4917
4918         * g++.dg/template/recurse.C: Adjust location of error messages.
4919
4920 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
4921
4922         PR c++/9881
4923         * g++.dg/init/addr-const1.C: New test.
4924         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
4925
4926 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4927
4928         PR c++/10405
4929         * g++.dg/lookup/struct-hack1.C: New test.
4930
4931 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
4932
4933         * ucs.c: Update diagnostic messages.
4934
4935 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4936
4937         * gcc.dg/cpp/truefalse.cpp: New test.
4938         * gcc.dg/cpp/cpp.exp: Update.
4939         * g++.dg/other/stdbool-if.C: Remove.
4940
4941 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
4942
4943         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
4944         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
4945
4946 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
4947
4948         * gcc.c-torture/compile/20030418-1.c: New test.
4949
4950 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
4951
4952         * README.compat: Remove; content moved to doc/sourcebuild.texi.
4953
4954 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4955
4956         PR c++/10347
4957         g++.dg/template/dependent-name1.C: New test.
4958
4959 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
4960
4961         * gcc.dg/warn-1.c (tourist_guide): New array,
4962         contains a pointer to bar.
4963
4964 2003-04-16  Roger Sayle  <roger@eyesopen.com>
4965
4966         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
4967         * gcc.c-torture/execute/medce-1.c: New test case.
4968         * gcc.c-torture/execute/medce-2.c: New test case.
4969
4970 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
4971
4972         * lib/prune.exp: Ignore more messages.
4973
4974         PR c++/10381
4975         * g++.dg/parse/lookup3.C: New test.
4976
4977 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
4978
4979         * gcc.c-torture/compile/20030415-1.c : New test.
4980
4981 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
4982
4983         * gcc.c-torture/execute/scope-2.c: Move to ...
4984         * gcc.dg/noncompile/scope.c: .... here.
4985
4986 2003-04-14  Roger Sayle  <roger@eyesopen.com>
4987
4988         * gcc.dg/20030414-2.c: New test case.
4989
4990 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
4991
4992         PR target/10377
4993         * gcc.dg/20030414-1.c: New test.
4994
4995 2003-04-13  Roger Sayle  <roger@eyesopen.com>
4996
4997         * gcc.dg/builtins-12.c: New test case.
4998         * gcc.dg/builtins-13.c: New test case.
4999
5000 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5001
5002         * gcc.c-torture/execute/string-opt-18.c: New test.
5003
5004 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
5005
5006         PR c++/10300
5007         * g++.dg/init/new5.C: New test.
5008
5009 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
5010
5011         PR c++/7910
5012         * g++.dg/ext/dllimport1.C: New test.
5013
5014 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5015
5016         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
5017
5018 2003-04-11  Bud Davis <bdavis9659@comcast.net>
5019
5020         PR Fortran/9263
5021         * g77.f-torture/noncompile/9263.f: New test
5022         PR Fortran/1832
5023         * g77.f-torture/execute/1832.f: New test
5024
5025 2003-04-11  David Chad  <davidc@freebsd.org>
5026             Loren J. Rittle  <ljrittle@acm.org>
5027
5028         libobjc/8562
5029         * objc.dg/headers.m: New test.
5030
5031 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
5032
5033         * gcc.c-torture/execute/builtin-noret-2.c: New.
5034         * gcc.c-torture/execute/builtin-noret-2.x: New.
5035         XFAIL builtin-noret-2.c at -O1 and above.
5036         * gcc.dg/redecl.c: New.
5037         * gcc.dg/Wshadow-1.c: Update error regexps.
5038
5039 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
5040
5041         * g++.dg/abi/bitfield10.C: New test.
5042
5043 2003-04-09  Mike Stump  <mrs@apple.com>
5044
5045         * gcc.dg/pch/pch.exp: Make testcase names longer.
5046         * g++.dg/pch/pch.exp: Make testcase names longer.
5047
5048 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5049
5050         * gcc.dg/builtins-11.c: New test case.
5051
5052 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5053
5054         * gcc.dg/builtins-9.c: New test case.
5055         * gcc.dg/builtins-10.c: New test case.
5056
5057 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
5058
5059         * gcc.dg/noncompile/init-4.c.c: New test.
5060
5061 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5062
5063         * gcc.misc-test/gcov-9.c: New test.
5064         * gcc.misc-test/gcov-10.c: New test
5065         * gcc.misc-test/gcov-11.c: New test.
5066
5067 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
5068
5069         PR optimization/10024
5070         * gcc.c-torture/compile/20030405-1.c: New test.
5071
5072 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
5073
5074         * gcc.dg/pch/static-3.c: New.
5075         * gcc.dg/pch/static-3.hs: New.
5076         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
5077
5078 2003-04-04  Richard Henderson  <rth@redhat.com>
5079
5080         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
5081         * g++.dg/eh/forced2.C: Likewise.
5082
5083 2003-04-03  Mike Stump  <mrs@apple.com>
5084
5085         * lib/scanasm.exp (scan-assembler): Add xfail processing for
5086         target arg.
5087         (scan-assembler-times, scan-assembler-not): Likewise.
5088         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
5089
5090 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
5091
5092         * gcc.dg/sparc-loop-1.c: New test.
5093
5094 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
5095
5096         PR other/9274
5097         * g++.dg/pch/system-2.C: New.
5098         * g++.dg/pch/system-2.Hs: New.
5099
5100 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
5101
5102         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
5103
5104         * g++.dg/eh/simd-1.C (vecfunc): Same.
5105
5106 2003-04-01  Roger Sayle  <roger@eyesopen.com>
5107
5108         * gcc.c-torture/execute/20030401-1.c: New test case.
5109
5110 2003-04-01  Ziemowit Laski <zlaski@apple.com>
5111
5112         * objc.dg/defs.m: New.
5113
5114 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
5115
5116         * g++.dg/eh/simd-1.C: New.
5117         * g++.dg/eh/simd-2.C: New.
5118
5119 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
5120
5121         * gcc.c-torture/execute/simd-3.c: New.
5122
5123 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5124
5125         PR c/9936
5126         * gcc.dg/20030331-2.c: New test.
5127
5128 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5129
5130         PR c++/10278
5131         * g++.dg/parse/crash2.C: New test.
5132
5133 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5134
5135         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
5136         * gcc.c-torture/execute/20030331-1.c: ...here.
5137
5138 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5139
5140         * gcc.c-torture/execute/20030331-1.c: New test.
5141
5142 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
5143
5144         * lib/gcov.exp: Adjust call return testing strings.
5145         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
5146
5147 2003-03-31  Roger Sayle  <roger@eyesopen.com>
5148
5149         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
5150         * gcc.dg/builtins-7.c: New test case.
5151         * gcc.dg/builtins-8.c: New test case.
5152
5153 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5154
5155         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
5156
5157 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
5158
5159         PR c++/7647
5160         * g++.dg/lookup-class-member-2.C: New test.
5161
5162 2003-03-30  Glen Nakamura  <glen@imodulo.com>
5163
5164         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
5165
5166 2003-03-28  Roger Sayle  <roger@eyesopen.com>
5167
5168         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
5169
5170 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
5171
5172         * g++.dg/init/attrib1.C: New test.
5173
5174 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5175
5176         * gcc.dg/ultrasp8.c: New test.
5177
5178 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5179
5180         * gcc.dg/ultrasp7.c: New test.
5181
5182 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
5183
5184         PR c++/10047
5185         * g++.dg/template/inline1.C: New test.
5186
5187 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5188
5189         * gcc.dg/sparc-dwarf2.c: New test.
5190
5191 2003-03-27  Roger Sayle  <roger@eyesopen.com>
5192
5193         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
5194         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
5195
5196 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
5197
5198         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
5199         than reading .x files.
5200         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
5201         * g77.dg/gcov/gcov-1.f: Likewise.
5202         * gcc.misc-tests/gcov-4b.c: Likewise.
5203         * gcc.misc-tests/gcov-5b.c: Likewise.
5204         * gcc.misc-tests/gcov-6.c: Likewise.
5205         * gcc.misc-tests/gcov-7.c: Likewise.
5206         * gcc.misc-tests/gcov-8.c: Likewise.
5207         * g++.dg/gcov/gcov-1.x: Remove.
5208         * g77.dg/gcov/gcov-1.x: Likewise.
5209         * gcc.misc-tests/gcov-4b.x: Likewise.
5210         * gcc.misc-tests/gcov-5b.x: Likewise.
5211         * gcc.misc-tests/gcov-6.x: Likewise.
5212         * gcc.misc-tests/gcov-7.x: Likewise.
5213         * gcc.misc-tests/gcov-8.x: Likewise.
5214
5215 2003-03-27  Glen Nakamura  <glen@imodulo.com>
5216
5217         PR opt/10087
5218         * gcc.dg/20030324-1.c: New test.
5219
5220 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
5221
5222         PR c++/10224
5223         * g++.dg/template/arg3.C: New test.
5224
5225         PR c++/10158
5226         * g++.dg/template/friend18.C: New test.
5227
5228 2003-03-26  Roger Sayle  <roger@eyesopen.com>
5229
5230         * g77.f-torture/compile/20030326-1.f: New test case.
5231
5232 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
5233
5234         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
5235
5236         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
5237
5238 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
5239
5240         * gcc.dg/ia64-sync-3.c: New test.
5241
5242 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
5243
5244         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
5245
5246 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
5247
5248         * gcc.dg/ultrasp6.c: New test.
5249
5250 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
5251
5252         * gcc.dg/i386-signbit-1.c: New test.
5253         * gcc.dg/i386-signbit-2.c: New test.
5254         * gcc.dg/i386-signbit-3.c: New test.
5255
5256 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
5257
5258         * gcc.dg/ultrasp5.c: Fix options.
5259
5260 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5261
5262         * gcc.dg/ultrasp5.c: Fix comment.
5263
5264 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
5265
5266         PR fortran/10197
5267         * g77.f-torture/execute/10197.f: New test.
5268
5269 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
5270
5271         PR c++/9898, c++/383
5272         * g++.dg/template/conv6.C: New test.
5273
5274         PR c++/10119
5275         * g++.dg/template/ptrmem5.C: New test.
5276
5277         PR c++/10026
5278         * g++.dg/lookup/koenig1.C: New test.
5279
5280         PR C++/10199
5281         * g++.dg/lookup/template2.C: New test.
5282
5283 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
5284
5285         * g++.dg/opt/rtti1.C: New test.
5286
5287 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
5288
5289         * gcc.dg/ultrasp5.c: New test.
5290
5291 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
5292
5293         PR middle-end/9967
5294         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
5295         builtin fputs.
5296
5297 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5298
5299         PR c/8224
5300         * gcc.dg/20030323-1.c: New test.
5301
5302 2003-03-23  Roger Sayle  <roger@eyesopen.com>
5303
5304         * gcc.c-torture/compile/20030323-1.c: New test case.
5305
5306 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
5307
5308         * gcc.dg/20030321-1.c: New test.
5309
5310 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
5311
5312         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
5313
5314 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
5315
5316         PR c++/9978, c++/9708
5317         * g++.dg/ext/vlm1.C: Adjust expected error.
5318         * g++.dg/ext/vla2.C: New test.
5319         * g++.dg/template/arg1.C: New test.
5320         * g++.dg/template/arg2.C: New test.
5321
5322 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
5323
5324         * g77.f-torture/execute/select.f: New test.
5325         * g77.f-torture/noncompile/select_no_compile.f: New test.
5326
5327 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
5328
5329         PR c++/9898
5330         * g++.dg/other/error4.C: New test.
5331
5332 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
5333
5334         * g++.dg/template/friend17.C: New test.
5335
5336 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
5337
5338         * gcc.c-torture/compile/20030320-1.c: New.
5339
5340 2003-03-20  Roger Sayle  <roger@eyesopen.com>
5341
5342         * gcc.dg/builtins-6.c: New test case.
5343
5344 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
5345
5346         PR target/10073
5347         * gcc.c-torture/compile/20030319-1.c: New.
5348
5349 2003-03-18  Jan Hubicka  <jh@suse.cz>
5350
5351         * gcc.dg/i386-cvt-1.c: New test.
5352
5353 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
5354
5355         * objc.dg/naming-1.m: Use "(parse|syntax) error".
5356         * objc.dg/naming-2.m: Likewise.
5357
5358 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
5359
5360         PR c++/9639
5361         * g++.dg/parse/crash1.C: New test.
5362
5363 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
5364
5365         PR c++/8805
5366         * g++.dg/eh/cleanup1.C: New test.
5367
5368 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
5369
5370         * gcc.c-torture/execute/20030316-1.c: New test case.
5371
5372 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5373
5374         PR c++/9629
5375         * g++.dg/init/ctor2.C: New test.
5376
5377 2003-03-15  Roger Sayle  <roger@eyesopen.com>
5378
5379         * g77.f-torture/compile/xformat.f: New test case.
5380
5381 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5382
5383         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
5384         * g++.old-deja/g++.mike/eh50.C: Likewise.
5385
5386 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5387
5388         PR c++/6440
5389         * g++.dg/template/spec7.C: New test.
5390         * g++.dg/template/spec8.C: Likewise.
5391
5392 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
5393
5394         * gcc.c-torture/execute/20030313-1.c: New test.
5395
5396 2003-03-14  Richard Henderson  <rth@redhat.com>
5397
5398         * gcc.dg/inline-2.c: Adjust alpha test for external call.
5399
5400 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
5401
5402         * gcc.c-torture/compile/20030314-1.c: New test.
5403
5404 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
5405
5406         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
5407         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
5408         thumb target,
5409         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
5410         to accept newer _imp__  prefix and additional
5411         newline in .drectve section.
5412         * gcc.dg/dll-4.c: Likewise.
5413         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
5414         switch.
5415
5416 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
5417
5418         * g++.dg/parse/namespace9.C: New test.
5419
5420         * g++.dg/init/ref5.C: New test.
5421         * g++.dg/parse/ptrmem1.C: Likewise.
5422
5423 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5424
5425         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
5426         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
5427         regular expression.
5428         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
5429         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
5430
5431 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
5432
5433         * gcc.c-torture/execute/20030224-2.c: New test.
5434
5435 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5436
5437         * gcc.dg/decl-3.c: New test.
5438
5439 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5440
5441         * gcc.dg/i386-loop-2.c: New test.
5442
5443 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
5444
5445         PR c++/9474
5446         * g++.dg/parse/namespace8.C: New test.
5447
5448         PR c++/9924
5449         * g++.dg/overload/builtin2.C: New test.
5450
5451 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5452
5453         * gcc.dg/return-type-3.c: New test.
5454
5455 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
5456
5457         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
5458         profiling options are not supported.
5459
5460 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
5461
5462         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
5463         * g++.old-deja/g++.warn/impint2.C: Likewise.
5464
5465 2003-03-10  Devang Patel  <dpatel@apple.com>
5466
5467         * g++.dg/cpp/c++_cmd_1.C: New test.
5468         * g++.dg/cpp/c++_cmd_1.h: New file.
5469
5470 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
5471
5472         * gcc.dg/altivec-9.c: New file.
5473
5474 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5475
5476         * gcc.dg/ppc-sdata-1.c: New test.
5477         * gcc.dg/ppc-sdata-2.c: New test.
5478
5479 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
5480
5481         PR c++/9373
5482         * g++.dg/opt/ptrmem2.C: New test.
5483
5484         PR c++/8534
5485         * g++.dg/opt/ptrmem1.C: New test.
5486
5487 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5488
5489         * gcc.dg/i386-loop-1.c: New test.
5490
5491 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5492
5493         PR c++/9970
5494         * g++.dg/lookup/friend1.C: New test.
5495
5496 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5497
5498         PR c++/9823
5499         * g++.dg/parser/constructor1.C: New test.
5500
5501 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
5502
5503         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
5504
5505         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
5506
5507 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
5508
5509         * gcc.dg/cpp/Wunused.c: Update test.
5510
5511 2003-03-08  Jan Hubicka  <jh@suse.cz>
5512
5513         * gcc.dg/inline-3.c: New test.
5514
5515 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
5516
5517         PR c++/9809
5518         * g++.dg/parse/builtin1.C: New test.
5519
5520         PR c++/9982
5521         * g++.dg/abi/cookie1.C: New test.
5522         * g++.dg/abi/cookie2.C: Likewise.
5523
5524         PR c++/9524
5525         * g++.dg/template/field1.C: New test.
5526
5527         PR c++/9912
5528         * g++.dg/parse/class1.C: New test.
5529         * g++.dg/parse/namespace7.C: Likewise.
5530         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
5531
5532 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
5533
5534         * g++.dg/init/ref4.C: New test.
5535
5536 2003-03-07  Jan Hubicka  <jh@suse.cz>
5537
5538         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
5539         * gcc.dg/inline-3.c:  New test.
5540
5541 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
5542
5543         * g++.dg/init/ref3.C: New test.
5544
5545         PR c++/9965
5546         * g++.dg/init/ref2.C: New test.
5547
5548         PR c++/9400
5549         * g++.dg/warn/Wshadow-2.C: New test.
5550
5551         PR c++/9791
5552         * g++.dg/warn/Woverloaded-1.C: New test.
5553
5554 2003-03-05  Jan Hubicka  <jh@suse.cz>
5555
5556         * gcc.dg/i386-local2.c: New.
5557         * gcc.dg/i386-local.c: Fix typo.
5558
5559 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
5560
5561         * g++.dg/abi/layout3.C: New test.
5562
5563 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5564
5565         * gcc.c-torture/compile/20030305-1.c
5566
5567 2003-03-05  Jan Hubicka  <jh@suse.cz>
5568
5569         * gcc.dg/i386-local.c: New.
5570
5571 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
5572
5573         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
5574
5575 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5576
5577         * gcc.dg/switch-2.c: New test.
5578         * gcc.dg/switch-3.c: New test.
5579         * gcc.dg/Wswitch.c: Adjust line numbers.
5580         * gcc.dg/Wswitch-default.c: Likewise.
5581         * gcc.dg/Wswitch-enum.c: Likewise.
5582
5583 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
5584
5585         * gcc.c-torture/execute/20030222-1.c: New test.
5586
5587 2003-03-03  James E Wilson  <wilson@tuliptree.org>
5588
5589         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
5590
5591 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
5592
5593         PR c++/9878
5594         * g++.dg/init/ref1.C: New test.
5595
5596 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
5597
5598         * gcc.dg/sh-relax.c: New SH-only test.
5599
5600 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
5601
5602         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
5603         comment explaining purpose of testcase.
5604
5605 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5606
5607         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
5608         for HC11/HC12 (asm needs two int registers).
5609         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
5610         HC11/HC12 because the test uses an asm which needs two 32-bit
5611         registers.
5612
5613 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
5614
5615         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
5616         for HC11/HC12 (array is too large otherwise).
5617         * gcc.c-torture/compile/920501-4.x: New file, likewise.
5618         * gcc.c-torture/compile/20010518-2.x: Likewise.
5619         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
5620         HC11/HC12 (array is too large).
5621
5622 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
5623
5624         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
5625         * lib/g++-dg.exp (g++-dg-test): Likewise.
5626
5627 2003-03-01  Roger Sayle  <roger@eyesopen.com>
5628
5629         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
5630         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
5631
5632 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5633
5634         * g++.dg/warn/implicit-typename1.C: Remove warning.
5635
5636 2003-02-28  Richard Henderson  <rth@redhat.com>
5637
5638         * gcc.dg/noreturn-1.c: Move noreturn warning line.
5639         * gcc.dg/return-type-1.c: Move control reaches end warning line.
5640
5641 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
5642
5643         * gcc.dg/pch/pch.exp: Change .pch to .gch.
5644         * g++.dg/pch/pch.exp: Likewise.
5645
5646 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
5647
5648         PR c++/9879
5649         * testsuite/g++.dg/init/new4.C: New test.
5650
5651 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
5652
5653         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
5654
5655 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
5656
5657         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
5658         unsigned long.
5659
5660         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
5661         wider than float.
5662
5663 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5664
5665         * lib/scanasm.exp: Add support for counting numbers of
5666         occurences.
5667         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
5668         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
5669
5670 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
5671
5672         PR c++/9683
5673         * g++.dg/template/static3.C: New test.
5674
5675         PR c++/9829
5676         * g++.dg/parse/namespace6.C: New test.
5677
5678 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5679
5680         PR target/9732
5681         * gcc.dg/20030225-1.c: New test.
5682
5683 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
5684
5685         * README: Remove out-of-date information.
5686
5687         PR c++/9836
5688         * g++.dg/template/spec6.C: New test.
5689
5690 2003-02-24  Jeff Law  <law@redhat.com>
5691
5692         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
5693
5694 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5695
5696         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
5697         * gcc.dg/pragma-ep-1.c: Likewise.
5698
5699 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5700
5701         PR c++/9602
5702         * g++.dg/template/friend16.C: New test.
5703
5704 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
5705
5706         PR c++/5333
5707         * g++.dg/parse/fused-params1.C: Adjust error messages.
5708         * g++.dg/template/nested3.C: New test.
5709
5710 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
5711
5712         * g++.dg/abi/param1.C: New test.
5713
5714 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5715
5716         PR c++/7982
5717         * g++.dg/warn/implicit-typename1.C: New test.
5718
5719 2003-02-22  Kelley Cook <kelleycook@comcast.net>
5720
5721         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
5722         with "mtune".
5723         * g++.old-deja/g++.other/store-expr2.C: Likewise.
5724         * gcc.c-torture/execute/20010129-1.x: Likewise.
5725         * gcc.dg/20011107-1.c: Likewise.
5726         * gcc.dg/20020108-1.c: Likewise.
5727         * gcc.dg/20020122-3.c: Likewise.
5728         * gcc.dg/20020206-1.c: Likewise.
5729         * gcc.dg/20020310-1.c: Likewise.
5730         * gcc.dg/20020426-2.c: Likewise.
5731         * gcc.dg/20020517-1.c: Likewise.
5732         * gcc.dg/991230-1.c: Likewise.
5733         * gcc.dg/i386-unroll-1.c: Likewise.
5734         * gcc.misc-tests/i386-prefetch.exp: Likewise.
5735
5736 2003-02-22  Jan Hubicka  <jh@suse.cz>
5737
5738         * gcc.dg/i386-mul.c: New test.
5739
5740 2003-02-21  Roger Sayle  <roger@eyesopen.com>
5741
5742         * gcc.dg/builtins-5.c: New test case.
5743
5744 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
5745
5746         * gcc.dg/asmreg-1.c: New test.
5747
5748 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5749
5750         PR c++/9749
5751         * g++.dg/parse/varmod1.C: New test.
5752
5753 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5754
5755         PR c++/9727
5756         * g++.dg/template/op1.C: New test.
5757
5758 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5759
5760         PR c++/8906
5761         * g++.dg/template/nested2.C: New test.
5762
5763 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
5764
5765         PR c++/8724
5766         * g++.dg/expr/dtor1.C: New test.
5767
5768 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
5769
5770         * gcc.dg/cpp/include3.c: New test.
5771         * gcc.dg/cpp/inc/foo.h: New file.
5772
5773 2003-02-21  Glen Nakamura  <glen@imodulo.com>
5774
5775         * gcc.c-torture/execute/20030221-1.c: New test.
5776
5777 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
5778
5779         PR c++/9729
5780         * g++.dg/abi/conv1.C: New test.
5781
5782 2003-02-20  Jan Hubicka  <jh@suse.cz>
5783
5784         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
5785
5786 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
5787
5788         * gcc.c-torture/compile/20030219-1.c: New test.
5789
5790 2003-02-18  Jan Hubicka  <jh@suse.cz>
5791
5792         * gcc.dg/funcorder.c: New test.
5793
5794 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
5795
5796         * gcc.c-torture/execute/20030218-1.c: New.
5797
5798 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
5799
5800         * gcc.dg/20030218-1.c: New.
5801
5802 2003-02-18  Richard Henderson  <rth@redhat.com>
5803
5804         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
5805         * gcc.dg/attr-used-2.c: New.
5806
5807 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
5808
5809         PR c++/9704
5810         * g++.dg/init/copy5.C: New test.
5811
5812 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
5813
5814         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
5815         * g++.dg/pch/pch.exp: Likewise.
5816
5817 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
5818
5819         * gcc.c-torture/execute/20030209-1.c: Enable the test if
5820         STACK_SIZE is not defined.
5821
5822 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5823
5824         PR c++/9457
5825         * g++.dg/template/init1.C: New test.
5826
5827 2003-02-16  Jan HUbicka  <jh@suse.cz>
5828
5829         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
5830         (foo): Add few extra tests
5831         * gcc.dg/c99-const-expr-3.c: Likewise.
5832         * gcc.c-torture/execute/20030216-1.c: New.
5833
5834 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5835
5836         PR c++/9459
5837         * g++.dg/ext/typeof4.C: New test.
5838
5839 2003-02-15  Roger Sayle  <roger@eyesopen.com>
5840
5841         * gcc.dg/i386-387-3.c: New test case.
5842
5843 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
5844
5845         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
5846         cris-*-elf* cris-*-aout* and mmix-*-*.
5847
5848 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
5849
5850         * gcc.dg/20030213-1.c: New test.
5851
5852 2003-02-12  Roger Sayle  <roger@eyesopen.com>
5853
5854         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
5855         * gcc.dg/i386-387-2.c: Likewise.
5856
5857 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
5858
5859         * gcc.dg/ppc-spe.c: Fix formatting.
5860         Enable tests that were previously unsupported by gas.
5861         Delete tests for instructions that no longer exist.
5862         Switch arguments on evsubifw builtin.
5863
5864 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
5865
5866         * gcc.c-torture/execute/20030209-1.c: Disable the test if
5867         STACK_SIZE is too small.
5868
5869 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
5870             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
5871
5872         * gcc.dg/decl-2.c: New test.
5873
5874 2003-02-10  Jan Hubicka  <jh@suse.cz>
5875
5876         * gcc.dg/i386-fpcvt-1.c:  New test.
5877
5878 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
5879
5880         * gcc.c-torture/execute/20030209-1.c: New test.
5881
5882 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
5883
5884         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
5885         int-wide bitops, use the constants of the same width.
5886         Likewise, if long long is 32-bit wide, test bitops using
5887         32-bit constants.
5888
5889 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
5890
5891         * gcc.dg/20021014-1.c: Annotate with expected notice text.
5892
5893 2003-02-07  Roger Sayle  <roger@eyesopen.com>
5894
5895         * testsuite/gcc.dg/builtins-4.c: New test case.
5896
5897 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5898
5899         * gcc.dg/20020430-1.c: Fix dg command typos.
5900         * gcc.dg/20020503-1.c: Likewise.
5901
5902 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5903
5904         PR c++/8785
5905         * g++.dg/parse/fused-params1.C: New test.
5906
5907         PR c++/8857
5908         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
5909
5910         PR c++/8921
5911         * g++.dg/parse/non-dependent1.C: New test.
5912
5913         PR c++/8928
5914         * g++.dg/parse/dupl-tmpl-args1.C: New test.
5915
5916         PR c++/9228
5917         * g++.dg/parse/undefined7.C: New test.
5918         * g++.dg/parse/non-templ1.C: New test.
5919
5920         PR c++/9229
5921         * g++.dg/parse/too-many-tmpl-args1.C: New test.
5922
5923 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
5924
5925         * gcc.c-torture/compile/20030206-1.c: New test.
5926
5927 2003-02-05  Roger Sayle  <roger@eyesopen.com>
5928
5929         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
5930         "pow" to "foo" to avoid potential confusion with a math built-in.
5931
5932 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5933
5934         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
5935         conditions for SPARC targets.
5936
5937 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
5938
5939         * gcc.dg/20030204-1.c: New test.
5940
5941 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5942
5943         PR c++/38
5944         * g++.dg/parse/array-size1.C: New test.
5945
5946         PR c++/5657
5947         * g++.dg/parse/undefined3.C: New test.
5948
5949         PR c++/5665
5950         * g++.dg/parse/undefined4.C: New test.
5951
5952         PR c++/5975
5953         * g++.dg/parse/undefined5.C: New test.
5954
5955         PR c++/7259
5956         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
5957
5958         PR c++/8578
5959         * g++.dg/parse/casting-operator1.C: New test.
5960
5961         PR c++/8596
5962         * g++.dg/parse/undefined6.C: New test.
5963
5964         PR c++/8736
5965         * g++.dg/parse/missing-template1.C: New test.
5966
5967 2003-02-04  Jan Hubicka  <jh@suse.cz>
5968
5969         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
5970         * gcc.dg/i386-cmov?.c:  Likewise.
5971         * gcc.dg/i386-fpcvt-?.c:  Likewise.
5972         * gcc.dg/i386-ssefp-1.c:  Likewise.
5973         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
5974         conventions.
5975
5976 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
5977
5978         PR c++/7129
5979         * testsuite/g++.dg/ext/max.C: New test.
5980
5981 2003-02-03  Jan Hubicka  <jh@suse.cz>
5982
5983         * gcc.c-torture/execute/20030203-1.c: New test.
5984
5985 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
5986
5987         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
5988         'natural-endian'.
5989
5990 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
5991
5992         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
5993         * g++.dg/init/new2.C: Likewise.
5994         * g++.dg/other/new1.C: Likewise.
5995
5996 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
5997
5998         * gcc.dg/struct-ret-libc.c: New test.
5999
6000 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
6001
6002         * gcc.dg/20030129-1.c: New test.
6003
6004 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6005
6006         PR c++/8849
6007         * g++.dg/template/ptrmem4.C: New test.
6008
6009 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
6010
6011         * g++.dg/parser/constant1.C: New test.
6012
6013 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6014
6015         PR c++/8591
6016         * g++.dg/parse/friend2.C: New test.
6017
6018 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
6019
6020         PR c++/9437
6021         * g++.dg/template/unify4.C: New test.
6022
6023 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
6024
6025         * gcc.c-torture/execute/20030128-1.c: New test.
6026
6027 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
6028
6029         * g++.dg/lookup/nested1.C: Test moved from ...
6030         * g++.old-deja/g++.other/lookup24.C: ... here.
6031
6032 2003-01-28  Jan Hubicka  <jh@suse.cz>
6033
6034         * gcc.dg/i386-cmov5.c:  New test.
6035
6036 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
6037
6038         * gcc.c-torture/execute/20010925-1.c: Changed the
6039         memcpy declaration.
6040
6041 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6042
6043         PR c++/3902
6044         * g++.dg/parse/template5.C: New test.
6045
6046 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
6047
6048         PR fortran/9258
6049         * g77.dg/pr9258: New test.
6050
6051 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6052
6053         * README: Move relevant parts from README.g++.
6054
6055         * README.g++: Remove this file.
6056
6057 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6058
6059         * g++.dg/abi/dcast1.C: New test.
6060
6061 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6062
6063         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
6064
6065 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
6066
6067         PR c++/47
6068         * g++.old-deja/g++.other/lookup24.C: New test.
6069
6070 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6071
6072         PR middle-end/7227
6073         * gcc.dg/uninit-C.c: New test.
6074
6075 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
6076
6077         * g++.dg/abi/covariant1.C: New test.
6078
6079 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
6080
6081         * gcc.dg/20030123-1.c: New test.
6082
6083 2003-01-25  Jan Hubicka  <jh@suse.cz>
6084
6085         PR opt/8492
6086         * gcc.c-torture/compile/20030125-1.c
6087
6088 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
6089
6090         PR c++/9403
6091         * g++.dg/parse/template3.C: New test.
6092         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
6093
6094         PR c++/795
6095         * g++.dg/parse/template4.C: New test.
6096
6097         PR c++/9415
6098         * g++.dg/template/qual2.C: New test.
6099
6100         PR c++/8545
6101         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
6102
6103         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
6104
6105 2003-01-25  Roger Sayle  <roger@eyesopen.com>
6106
6107         * gcc.c-torture/execute/switch-1.c: New test case.
6108
6109 2003-01-25  Jan Hubicka  <jh@suse.cz>
6110
6111         * gcc.c-torture/execute/20030125-1.[cx]: New test.
6112
6113 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
6114
6115         Tweaks for Bison-1.875. From the NEWS file:
6116         "- `parse error' -> `syntax error'
6117         Bison now uniformly uses the term `syntax error'"
6118         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
6119         * gcc.dg/cpp/digraph2.c: Likewise.
6120         * gcc.dg/cpp/direct2.c: Likewise.
6121         * gcc.dg/cpp/paste4.c: Likewise.
6122         * gcc.dg/c90-restrict-1.c: Likewise.
6123         * gcc.dg/c99-func-2.c: Likewise.
6124         * gcc.dg/noncompile/920721-2.c: Likewise.
6125         * gcc.dg/noncompile/930622-2.c: Likewise.
6126         * gcc.dg/noncompile/940112-1.c: Likewise.
6127         * gcc.dg/noncompile/950921-1.c: Likewise.
6128         * gcc.dg/noncompile/951123-1.c: Likewise.
6129         * gcc.dg/noncompile/971104-1.c: Likewise.
6130         * gcc.dg/noncompile/990416-1.c: Likewise.
6131
6132 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
6133
6134         * g++.dg/parse/undefined1.C: Add error message.
6135
6136 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6137
6138         PR c++/9354
6139         * g++.dg/parse/new1.C: New test.
6140
6141         PR c++/9216
6142         * g++.dg/parse/template2.C: New test.
6143
6144         PR c++/9354
6145         * g++.dg/parse/typedef2.C: New test.
6146
6147         PR c++/9328
6148         * g++.dg/ext/typeof3.C: New test.
6149
6150 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6151
6152         PR c++/2738
6153         * g++.dg/parse/ret-type1.C: New test.
6154
6155         PR c++/3792
6156         * g++.dg/parse/tmpl-outside1.C: New test.
6157
6158         PR c++/4207
6159         * g++.dg/parse/int-as-enum1.C: New test.
6160
6161         PR c++/4903
6162         * g++.dg/parse/no-typename1.C: New test.
6163
6164         PR c++/5533
6165         * g++.dg/parse/no-value1.C: New test.
6166
6167         PR c++/5921
6168         * g++.dg/parse/wrong-inline1.C: New test.
6169
6170         PR c++/6402
6171         * g++.dg/parse/ref1.C: New test.
6172
6173         PR c++/6992
6174         * g++.dg/parse/attr-ctor1.C: New test.
6175
6176         PR c++/7229
6177         * g++.dg/parse/namespace5.C: New test.
6178
6179         PR c++/7917
6180         * g++.dg/parse/func-def1.C: New test.
6181
6182         PR c++/8143
6183         * g++.dg/parse/undefined1.C: New test.
6184
6185         PR c++/5723, PR c++/8522
6186         * g++.dg/parse/specialization1.C: New test.
6187
6188         PR c++/163, PR c++/8595
6189         * g++.dg/parse/struct-as-enum1.C: New test.
6190
6191         PR c++/9173
6192         * g++.dg/parse/undefined2.C: New test.
6193
6194 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6195
6196         PR c++/9298
6197         * g++.dg/parse/template1.C: New test.
6198
6199         PR c++/9384
6200         * g++.dg/parse/using1.C: New test.
6201
6202         PR c++/9285
6203         PR c++/9294
6204         * g++.dg/parse/expr2.C: New test.
6205
6206         PR c++/9388
6207         * g++.dg/parse/lookup2.C: Likewise.
6208
6209 2003-01-21  Jan Hubicka  <jh@suse.cz>
6210
6211         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
6212         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
6213         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
6214         * gcc.c-torture/execute/string-opt-*.c: Likewise.
6215
6216 2003-01-20  Nick Clifton  <nickc@redhat.com>
6217
6218         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
6219         problem with ARM sibcall code generation.
6220
6221 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
6222
6223         * gcc.c-torture/execute/20030120-1.c: New.
6224
6225 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
6226
6227         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
6228
6229 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
6230
6231         PR c++/9272
6232         * g++.dg/parse/ctor1.C: New test.
6233
6234         PR c++/9294:
6235         * g++.dg/parse/qualified1.C: New test.
6236
6237         * g++.dg/parse/typename3.C: New test.
6238
6239 2003-01-16  Richard Henderson  <rth@redhat.com>
6240
6241         * g++.dg/tls/init-2.C: Fix error matches for real this time.
6242
6243 2003-01-16  Richard Henderson  <rth@redhat.com>
6244
6245         * g++.dg/pch/pch.exp: Copy test header to the working directory
6246         before using it either for precompilation or direct use.
6247         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
6248         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
6249
6250 2003-01-16  Richard Henderson  <rth@redhat.com>
6251
6252         * gcc.dg/pch/pch.exp: Copy test header to the working directory
6253         before using it either for precompilation or direct use.
6254         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
6255         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
6256
6257 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
6258
6259         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
6260         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
6261         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
6262         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
6263         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
6264         typename warning into error.
6265         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
6266         error messages.
6267         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
6268         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
6269         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
6270         messages.
6271         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
6272         make declaration visible in template.
6273         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
6274         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
6275         messages.
6276         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
6277         message.
6278         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
6279         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
6280         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
6281         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
6282         typename warning with error message.
6283         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
6284         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
6285         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
6286
6287 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
6288
6289         * g++.dg/parse/ambig2.C: New test.
6290
6291 2003-01-15  Richard Henderson  <rth@redhat.com>
6292
6293         * g++.dg/tls/init-2.C: Update error message string.
6294
6295 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6296
6297         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
6298
6299 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
6300
6301         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
6302         all for HC11/HC12.
6303         * gcc.c-torture/compile/20001205-1.x: Likewise.
6304         * gcc.c-torture/compile/20001226-1.x: Likewise.
6305         * gcc.c-torture/compile/920520-1.x: Likewise.
6306         * gcc.c-torture/compile/961203-1.x: Likewise.
6307         * gcc.c-torture/compile/20020604-1.x: Likewise.
6308
6309 2003-01-15  Jan Hubicka  <jh@suse.cz>
6310
6311         * gcc.c-torture/compile/20030115-1.c: New test.
6312
6313         * gcc.dg/i386-fpcvt-1.c: New test.
6314         * gcc.dg/i386-fpcvt-2.c: New test.
6315
6316 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
6317
6318         Further conform g++'s __vmi_class_type_info to the C++ ABI
6319         specification.
6320         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
6321         the specification.
6322
6323 2003-01-14  Jan Hubicka  <jh@suse.cz>
6324
6325         * gcc.dg/i386-fpcvt-1.c: New test.
6326         * gcc.dg/i386-fpcvt-2.c: New test.
6327
6328 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
6329
6330         * gcc.dg/i386-mmx-3.c: New test.
6331
6332 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
6333
6334         PR c++/9264
6335         * g++.dg/parse/octal1.C: New file.
6336
6337         PR c++/9172
6338         * g++.dg/parse/typename1.C: New file.
6339
6340 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
6341
6342         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
6343         * gcc.dg/bf-no-ms-layout.c: Likewise.
6344         * gcc.dg/bf-ms-attrib.c: Likewise.
6345
6346 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
6347
6348         PR c++/9099
6349         * g++.dg/parse/dtor1.C: New file.
6350
6351         PR c++/9128
6352         * g++.dg/rtti/typeid1.C: New file.
6353
6354         PR c++/9153
6355         * g++.dg/parse/lookup1.C: New file.
6356
6357         PR c++/9171
6358         * g++.dg/templ/spec5.C: New file.
6359
6360 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
6361
6362         * gcc.c-torture/compile/20030110-1.c: New test.
6363
6364 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
6365
6366         Merge from pch-branch:
6367
6368         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
6369
6370         * gcc.dg/pch/cpp-1.h: New.
6371         * gcc.dg/pch/cpp-1.c: New.
6372         * gcc.dg/pch/cpp-2.h: New.
6373         * gcc.dg/pch/cpp-2.c: New.
6374
6375         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
6376
6377         * gcc.dg/pch/except-1.h: New.
6378         * gcc.dg/pch/except-1.c: New.
6379
6380         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
6381
6382         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
6383         running test.
6384         * gcc.dg/pch: Include *.hp not *.h.
6385         * gcc.dg/pch/system-1.h: New.
6386         * gcc.dg/pch/system-1.c: New.
6387
6388         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
6389
6390         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
6391         rather than trying to build and run a program using PCH.
6392         * gcc.dg/pch: Remove dg-do commands from test files.
6393
6394         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
6395
6396         * gcc.dg/pch/macro-3.c: New.
6397         * gcc.dg/pch/macro-3.h: New.
6398
6399         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
6400
6401         * gcc.dg/pch/common-1.c: New.
6402         * gcc.dg/pch/common-1.h: New.
6403         * gcc.dg/pch/decl-1.c: New.
6404         * gcc.dg/pch/decl-1.h: New.
6405         * gcc.dg/pch/decl-2.c: New.
6406         * gcc.dg/pch/decl-2.h: New.
6407         * gcc.dg/pch/decl-3.c: New.
6408         * gcc.dg/pch/decl-3.h: New.
6409         * gcc.dg/pch/decl-4.c: New.
6410         * gcc.dg/pch/decl-4.h: New.
6411         * gcc.dg/pch/decl-5.c: New.
6412         * gcc.dg/pch/decl-5.h: New.
6413         * gcc.dg/pch/global-1.c: New.
6414         * gcc.dg/pch/global-1.h: New.
6415         * gcc.dg/pch/inline-1.c: New.
6416         * gcc.dg/pch/inline-1.h: New.
6417         * gcc.dg/pch/inline-2.c: New.
6418         * gcc.dg/pch/inline-2.h: New.
6419         * gcc.dg/pch/static-1.c: New.
6420         * gcc.dg/pch/static-1.h: New.
6421         * gcc.dg/pch/static-2.c: New.
6422         * gcc.dg/pch/static-2.h: New.
6423
6424         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
6425
6426         * g++.dg/pch/pch.exp: Better handle failing testcases.
6427         * gcc.dg/pch/pch.exp: Likewise.
6428         * gcc.dg/pch/macro-1.c: New.
6429         * gcc.dg/pch/macro-1.h: New.
6430         * gcc.dg/pch/macro-2.c: New.
6431         * gcc.dg/pch/macro-2.h: New.
6432
6433         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
6434
6435         * g++.dg/dg.exp: Treat files in pch/ specially.
6436         * g++.dg/pch/pch.exp: New file.
6437         * g++.dg/pch/empty.H: New file.
6438         * g++.dg/pch/empty.C: New file.
6439         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
6440         "precompile".
6441
6442         * gcc.dg/pch/pch.exp: New file.
6443         * gcc.dg/pch/empty.h: New file.
6444         * gcc.dg/pch/empty.c: New file.
6445         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
6446         "precompile".
6447
6448 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6449
6450         * g++.dg/template/friend14.C: New test.
6451
6452 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6453
6454         * gcc.dg/old-style-asm-1.c: New test.
6455
6456 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
6457
6458         * gcc.c-torture/compile/20030109-1.c: New test.
6459
6460 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6461
6462         * gcc.c-torture/execute/20030109-1.c: New test.
6463
6464 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
6465
6466         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
6467         * g++.old-deja/g++.mike/dyncast2.C: Likewise
6468         * g++.old-deja/g++.mike/dyncast3.C: Likewise
6469         * g++.old-deja/g++.mike/eh2.C: Likewise
6470         * g++.old-deja/g++.mike/eh3.C: Likewise
6471         * g++.old-deja/g++.mike/eh5.C: Likewise
6472         * g++.old-deja/g++.mike/eh6.C: Likewise
6473         * g++.old-deja/g++.mike/eh7.C: Likewise
6474         * g++.old-deja/g++.mike/eh8.C: Likewise
6475         * g++.old-deja/g++.mike/eh9.C: Likewise
6476         * g++.old-deja/g++.mike/eh10.C: Likewise
6477         * g++.old-deja/g++.mike/eh12.C: Likewise
6478         * g++.old-deja/g++.mike/eh13.C: Likewise
6479         * g++.old-deja/g++.mike/eh14.C: Likewise
6480         * g++.old-deja/g++.mike/eh16.C: Likewise
6481         * g++.old-deja/g++.mike/eh17.C: Likewise
6482         * g++.old-deja/g++.mike/eh18.C: Likewise
6483         * g++.old-deja/g++.mike/eh21.C: Likewise
6484         * g++.old-deja/g++.mike/eh23.C: Likewise
6485         * g++.old-deja/g++.mike/eh24.C: Likewise
6486         * g++.old-deja/g++.mike/eh25.C: Likewise
6487         * g++.old-deja/g++.mike/eh26.C: Likewise
6488         * g++.old-deja/g++.mike/eh27.C: Likewise
6489         * g++.old-deja/g++.mike/eh28.C: Likewise
6490         * g++.old-deja/g++.mike/eh29.C: Likewise
6491         * g++.old-deja/g++.mike/eh31.C: Likewise
6492         * g++.old-deja/g++.mike/eh33.C: Likewise
6493         * g++.old-deja/g++.mike/eh34.C: Likewise
6494         * g++.old-deja/g++.mike/eh35.C: Likewise
6495         * g++.old-deja/g++.mike/eh36.C: Likewise
6496         * g++.old-deja/g++.mike/eh37.C: Likewise
6497         * g++.old-deja/g++.mike/eh38.C: Likewise
6498         * g++.old-deja/g++.mike/eh39.C: Likewise
6499         * g++.old-deja/g++.mike/eh40.C: Likewise
6500         * g++.old-deja/g++.mike/eh41.C: Likewise
6501         * g++.old-deja/g++.mike/eh42.C: Likewise
6502         * g++.old-deja/g++.mike/eh44.C: Likewise
6503         * g++.old-deja/g++.mike/eh46.C: Likewise
6504         * g++.old-deja/g++.mike/eh47.C: Likewise
6505         * g++.old-deja/g++.mike/eh48.C: Likewise
6506         * g++.old-deja/g++.mike/eh49.C: Likewise
6507         * g++.old-deja/g++.mike/eh50.C: Likewise
6508         * g++.old-deja/g++.mike/eh51.C: Likewise
6509         * g++.old-deja/g++.mike/eh53.C: Likewise
6510         * g++.old-deja/g++.mike/eh55.C: Likewise
6511         * g++.old-deja/g++.mike/p7912.C: Likewise
6512         * g++.old-deja/g++.mike/p9706.C: Likewise
6513         * g++.old-deja/g++.mike/p10416.C: Likewise
6514         * g++.old-deja/g++.mike/p11667.C: Likewise
6515         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
6516         Remove redundant reference to Iris.
6517         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
6518         Elxsi, i860, Pico Java, and WE32K.
6519
6520 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
6521
6522         * g++.dg/ext/asm4.C: New test.
6523
6524 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6525
6526         PR c++/9030
6527         * g++.dg/template/friend12.C: New test.
6528         * g++.dg/template/friend13.C: Likewise.
6529         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
6530
6531 2003-01-08  Jan Hubicka  <jh@suse.cz>
6532
6533         * gcc.dg/i386-cadd.c: New test.
6534         * gcc.dg/i386-cmov4.c: Likewise.
6535
6536 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
6537
6538         PR c++/9165
6539         * g++.dg/warn/Wunused-3.C: New test.
6540
6541         * g++.dg/abi/bitfield9.C: New test.
6542
6543         PR c++/9189
6544         * g++.dg/parse/defarg3.C: New test.
6545
6546 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
6547
6548         * g++.dg/parse/ambig1.C: New test.
6549         * g++.dg/parse/defarg2.C: New test.
6550
6551 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
6552
6553         * g++.dg/template/defarg-1.C: New test.
6554         * g++.dg/template/local2.C: Likewise.
6555
6556 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
6557
6558         * gcc.c-torture/execute/20030105-1.c: New test.
6559
6560 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6561
6562         * g++.dg/parse/namespace3.C: Remove extra semicolons.
6563         * g++.dg/parse/namespace4.C: Likewise.
6564
6565 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
6566
6567         * g++.dg/template/ntp2.C: New test.
6568
6569 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6570
6571         * g++.dg/parse/extern-C-1.C: New test.
6572
6573         * g++.dg/parse/namespace4.C: New test.
6574
6575         * g++.dg/template/nested1.C: New test.
6576
6577         * g++.dg/parse/namespace3.C: New test.
6578
6579 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6580
6581         * g++.dg/lookup/two-stage1.C: New test.
6582
6583 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6584
6585         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
6586         * g++.old-deja/g++.jason/access8.C: Likewise.
6587         * g++.old-deja/g++.other/decl5.C: Likewise.
6588
6589 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6590
6591         * g++.dg/parse/parse7.C: New test.
6592
6593 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
6594
6595         PR c++/2843
6596         * g++.dg/ext/attrib7.C: New test.
6597
6598 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
6599
6600         * g++.dg/parse/parse6.C: New test.
6601
6602 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
6603
6604         * gcc.dg/h8300-stack-1.c: New.
6605
6606 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6607
6608         g++.dg/lookup/exception1.C: New test.
6609
6610         g++.dg/lookup/template1.C: New test.
6611
6612         g++.dg/parse/namespace2.C: New test.
6613
6614         g++.dg/parse/parens2.C: New test.
6615
6616 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6617
6618         * g++.dg/parse/parse5.C: New test.
6619         * g++.dg/lookup/scoped4.C: New test.
6620
6621 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
6622
6623         * g++.dg/parse/parens1.C: New test.
6624
6625         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
6626         angle-bracket1.C.
6627         * g++.dg/parse/parens2.C: New test.
6628
6629         * g++.dg/lookup/scope-operator1.C: New test.
6630
6631         * g++.dg/parse/operator1.C: New test.
6632
6633 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6634
6635         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
6636         * g++.old-deja/g++.other/access6.C: Likewise.
6637         * g++.old-deja/g++.other/decl1.C: Likewise.
6638         * g++.old-deja/g++.pt/typename12.C: Likewise.
6639
6640 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
6641
6642         * g++.dg/parse/namespace1.C: New test.
6643
6644 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6645
6646         * g++.dg/parse/parse4.C: New test.
6647
6648 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6649
6650         * g++.dg/parse/parse3.C: New test.
6651
6652 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6653
6654         * g++.dg/parse/parse2.C: New test.
6655
6656 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6657
6658         * g++.dg/template/friend11.C: New test.
6659
6660 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
6661
6662         * g++.dg/parse/parse1.C: New test.
6663
6664 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
6665
6666         * lib/profopt.exp: Change the name of a global variable to avoid
6667         possible clashes with other test suites.
6668
6669 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
6670
6671         * g++.dg/inherit/covariant8.C: New test.
6672
6673 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
6674
6675         * g++.dg/init/array9.C: New test.
6676
6677         PR c++/9112
6678         * g++.dg/parse/expr1.C: New test.
6679
6680 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
6681
6682         * gcc.c-torture/compile/20021230-1.c: New test.
6683
6684 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6685
6686         * g++.dg/inherit/covariant5.C: New test.
6687         * g++.dg/inherit/covariant6.C: New test.
6688         * g++.dg/inherit/covariant7.C: New test.
6689
6690 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6691
6692         PR c++/2739
6693         * g++.dg/other/access2.C: New test.
6694
6695 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6696
6697         * g++.dg/other/anon-struct.C: No longer fails
6698         * g++.old-deja/g++.brendan/parse4.C: Likewise.
6699         * g++.old-deja/g++.brendan/parse5.C: Likewise.
6700         * g++.old-deja/g++.brendan/parse6.C: Likewise.
6701
6702 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6703
6704         * g++.dg/parse/angle-bracket.C (main): No longer fails.
6705
6706 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
6707
6708         * g++.dg/eh/spec4.C: Remove stray semicolon.
6709         * g++.dg/expr/pmf-1.C: Change error message.
6710         * g++.dg/ext/asm1.C: Remove stray semicolon.
6711         * g++.dg/ext/typename1.C: Add missing typenames.
6712         * g++.dg/inherit/template-as-base.C: Change error message.
6713         * g++.dg/lookup/scoped1.C: Likewise.
6714         * g++.dg/lookup/scoped2.C: Likewise.
6715         * g++.dg/lookup/using2.C: Likewise.
6716         * g++.dg/other/component1.C: Remove stray semicolon.
6717         * g++.dg/other/do1.C: Change error message.
6718         * g++.dg/other/error2.C: Likewise.
6719         * g++.dg/other/init1.C: Likewise.
6720         * g++.dg/other/packed1.C: Remove stray semicolon.
6721         * g++.dg/other/ptrmem2.C: Change error message.
6722         * g++.dg/parse/parameter-declaration-1.C: Remove line number
6723         marker.
6724         * g++.dg/special/initp1.C: Remove invalid attribute usage.
6725         * g++.dg/template/access3.C: Add typename keyword.
6726         * g++.dg/template/access5.C: Remove stray semicolon.
6727         * g++.dg/template/access6.C: Likewise.
6728         * g++.dg/template/complit1.C: Likewise.
6729         * g++.dg/template/crash1.C: Change error message.
6730         * g++.dg/template/inherit2.C: Remove stray semicolon.
6731         * g++.dg/template/instantiate2.C: Likewise.
6732         * g++.dg/template/instantiate3.C: Change error message.
6733         * g++.dg/template/qual1.C: Remove stray semicolon.
6734         * g++.dg/template/qualttp18.C: Change error message.
6735         * g++.dg/template/ref1.C: Remove stray semicolon.
6736         * g++.dg/template/sizeof1.C (A::value): Declare it.
6737         * g++.dg/template/spec4.C: Change error message.
6738         * g++.dg/template/static1.C: Likewise.
6739         * g++.dg/template/type1.C: Likewise.
6740         * g++.dg/template/typename3.C: Likewise.
6741         * g++.old-deja/g++.benjamin/13478.C: Change error message.
6742         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
6743         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
6744         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
6745         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
6746         named return value extension.
6747         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
6748         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
6749         * g++.old-deja/g++.bob/extern_C.C: Likewise.
6750         * g++.old-deja/g++.bob/inherit2.C: Likewise.
6751         * g++.old-deja/g++.brendan/complex1.C: Likewise.
6752         * g++.old-deja/g++.brendan/copy5.C: Likewise.
6753         * g++.old-deja/g++.brendan/crash13.C: Likewise.
6754         * g++.old-deja/g++.brendan/crash15.C: Likewise.
6755         * g++.old-deja/g++.brendan/crash18.C: Change error message.
6756         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
6757         * g++.old-deja/g++.brendan/crash38.C: Likewise.
6758         * g++.old-deja/g++.brendan/crash50.C: Likewise.
6759         * g++.old-deja/g++.brendan/crash56.C: Likewise.
6760         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
6761         syntax.
6762         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
6763         * g++.old-deja/g++.brendan/crash8.C: Change error message.
6764         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
6765         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
6766         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
6767         * g++.old-deja/g++.brendan/template11.C: Likewise.
6768         * g++.old-deja/g++.brendan/template26.C: Likewise.
6769         * g++.old-deja/g++.brendan/template27.C: Use explicit
6770         specialization syntax.
6771         * g++.old-deja/g++.brendan/template30.C: Likewise.
6772         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
6773         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
6774         non-dependent names.
6775         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
6776         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
6777         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
6778         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
6779         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
6780         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
6781         named return value extension.
6782         * g++.old-deja/g++.ext/namedret2.C: Likewise.
6783         * g++.old-deja/g++.ext/namedret3.C: Likewise.
6784         * g++.old-deja/g++.ext/return1.C: Likewise.
6785         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
6786         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
6787         * g++.old-deja/g++.jason/access8.C: Likewise.
6788         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
6789         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
6790         pseudo-destructor names.
6791         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
6792         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
6793         pseudo-destructor names.
6794         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
6795         * g++.old-deja/g++.jason/overload19.C: Likewise.
6796         * g++.old-deja/g++.jason/overload32.C: Likewise.
6797         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
6798         stray semicolons.
6799         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
6800         * g++.old-deja/g++.jason/return.C: Likewise.
6801         * g++.old-deja/g++.jason/return2.C: Likewise.
6802         * g++.old-deja/g++.jason/shadow1.C: Likewise.
6803         * g++.old-deja/g++.jason/special.C: Use explicit specialization
6804         syntax.
6805         * g++.old-deja/g++.jason/template10.C: Account for use of
6806         non-dependent names.
6807         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
6808         syntax.
6809         * g++.old-deja/g++.jason/template37.C: Likewise.
6810         * g++.old-deja/g++.law/access4.C: Change error messages.
6811         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
6812         pseudo-destructor names.
6813         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
6814         * g++.old-deja/g++.law/ctors9.C: Likewise.
6815         * g++.old-deja/g++.law/cvt22.C: Likewise.
6816         * g++.old-deja/g++.law/dtors5.C: Likewise.
6817         * g++.old-deja/g++.law/global-init1.C: Likewise.
6818         * g++.old-deja/g++.law/missed-error3.C: Likewise.
6819         * g++.old-deja/g++.law/operators28.C: Likewise.
6820         * g++.old-deja/g++.law/visibility28.C: Likewise.
6821         * g++.old-deja/g++.martin/eval1.C: Likewise.
6822         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
6823         name.
6824         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
6825         * g++.old-deja/g++.mike/net34.C: Likewise.
6826         * g++.old-deja/g++.mike/net36.C: Likewise.
6827         * g++.old-deja/g++.mike/ns2.C: Likewise.
6828         * g++.old-deja/g++.mike/p12306.C: Likewise.
6829         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
6830         value extension.
6831         * g++.old-deja/g++.mike/p700.C: Likewise.
6832         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
6833         * g++.old-deja/g++.mike/p710.C: Likewise.
6834         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
6835         value extension.
6836         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
6837         * g++.old-deja/g++.mike/pmf9.C: Likewise.
6838         * g++.old-deja/g++.ns/crash2.C: Likewise.
6839         * g++.old-deja/g++.ns/crash3.C: Likewise.
6840         * g++.old-deja/g++.ns/invalid1.C: Likewise.
6841         * g++.old-deja/g++.ns/ns17.C: Likewise.
6842         * g++.old-deja/g++.ns/template16.C: Likewise.
6843         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
6844         keyword.
6845         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
6846         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
6847         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
6848         named return value extension.
6849         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
6850         * g++.old-deja/g++.other/access4.C: Issue additional error
6851         messages.
6852         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
6853         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
6854         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
6855         * g++.old-deja/g++.other/crash25.C: Change error message.
6856         * g++.old-deja/g++.other/crash4.C: Change error message.
6857         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
6858         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
6859         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
6860         checks.
6861         * g++.old-deja/g++.other/defarg8.C: Likewise.
6862         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
6863         * g++.old-deja/g++.other/dtor10.C: Likewise.
6864         * g++.old-deja/g++.other/incomplete.C: Likewise.
6865         * g++.old-deja/g++.other/linkage7.C: Likewise.
6866         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
6867         lookup algorithm.
6868         * g++.old-deja/g++.other/mangle2.C: Likewise.
6869         * g++.old-deja/g++.other/refinit2.C: Likewise.
6870         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
6871         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
6872         * g++.old-deja/g++.pt/crash28.C: Likewise.
6873         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
6874         syntax.
6875         * g++.old-deja/g++.pt/crash32.C: Change error message.
6876         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
6877         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
6878         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
6879         error message position.
6880         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
6881         * g++.old-deja/g++.pt/defarg8.C: Change error message.
6882         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
6883         syntax.
6884         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
6885         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
6886         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
6887         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
6888         keyword.
6889         * g++.old-deja/g++.pt/explicit31.C: Likewise.
6890         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
6891         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
6892         keyword.
6893         * g++.old-deja/g++.pt/explicit71.C: Change error message.
6894         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
6895         syntax.
6896         * g++.old-deja/g++.pt/friend28.C: Account for use of
6897         non-dependent names.
6898         * g++.old-deja/g++.pt/friend29.C: Likewise.
6899         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
6900         rules.
6901         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
6902         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
6903         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
6904         lookup rules.
6905         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
6906         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
6907         keyword.
6908         * g++.old-deja/g++.pt/memclass20.C: Likewise.
6909         * g++.old-deja/g++.pt/memclass5.C: Likewise.
6910         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
6911         keyword.
6912         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
6913         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
6914         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
6915         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
6916         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
6917         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
6918         keyword.
6919         * g++.old-deja/g++.pt/spec10.C: Likewise.
6920         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
6921         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
6922         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
6923         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
6924         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
6925         * g++.old-deja/g++.pt/ttp62.C: Likewise.
6926         * g++.old-deja/g++.pt/ttp64.C: Likewise.
6927         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
6928         * g++.old-deja/g++.pt/typename15.C: Likewise.
6929         * g++.old-deja/g++.pt/typename22.C: Likewise.
6930         * g++.old-deja/g++.pt/typename6.C: Change error messages.
6931         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
6932         * g++.old-deja/g++.pt/virtual2.C: Likewise.
6933         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
6934         syntax.
6935         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
6936         return value extension.
6937         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
6938         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
6939         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
6940         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
6941
6942 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
6943
6944         * g++.dg/warn/inline1.C: New test.
6945         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
6946         * g++.old-deja/g++.jason/synth10.C: Likewise.
6947         * g++.old-deja/g++.mike/net31.C: Likewise.
6948         * g++.old-deja/g++.mike/p8786.C: Likewise.
6949
6950         * g++.dg/template/friend10.C: New test.
6951         * g++.dg/template/conv5.C: New test.
6952
6953 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
6954
6955         * g++.dg/lookup/scoped3.C: New test.
6956
6957         * g++.dg/lookup/decl1.C: New test.
6958         * g++.dg/lookup/decl2.C: New test.
6959
6960 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
6961
6962         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
6963         gcc.c-torture/compile/20021015-1.c,
6964         gcc.c-torture/compile/20021015-2.c,
6965         gcc.c-torture/compile/20021123-1.c,
6966         gcc.c-torture/compile/20021123-2.c,
6967         gcc.c-torture/compile/20021123-3.c,
6968         gcc.c-torture/compile/20021123-4.c,
6969         gcc.c-torture/execute/20021024-1.c: Add tests previously added
6970         only to 3.1 or 3.2 branch.
6971
6972 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
6973
6974         * gcc.dg/i386-bitfield3.c: New test.
6975
6976         * gcc.dg/i386-bitfield2.c: New test.
6977
6978 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
6979
6980         * g++.dg/parse/conv_op1.C: New test.
6981
6982 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
6983
6984         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
6985         approved.
6986
6987 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
6988
6989         * gcc.c-torture/compile/20021220-1.c: New test.
6990
6991 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
6992
6993         * gcc.dg/i386-fastcall-1.c: New.
6994
6995 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
6996
6997         * gcc.c-torture/execute/20021219-1.c: New test.
6998
6999 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7000
7001         * gcc.dg/i386-pic-1.c: New test.
7002
7003 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7004
7005         PR c++/8099
7006         * g++.dg/template/friend9.C: New test.
7007
7008 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7009
7010         PR c++/3663
7011         * g++.dg/template/access7.C: New test.
7012
7013 2002-12-18  Nick Clifton  <nickc@redhat.com>
7014
7015         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
7016         the libstdc++-v3 directory has been found.
7017
7018 2002-12-12  Devang Patel <dpatel@apple.com>
7019         * gcc.dg/darwin-ld-1.c: New test.
7020         * gcc.dg/darwin-ld-2.c: New test.
7021         * gcc.dg/darwin-ld-3.c: New test.
7022         * gcc.dg/darwin-ld-4.c: New test.
7023         * gcc.dg/darwin-ld-5.c: New test.
7024
7025 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7026
7027         * gcc.c-torture/compile/20021212-1.c: New test.
7028
7029 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
7030
7031         * gcc.dg/fshort-wchar: New test.
7032
7033 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
7034
7035         PR c++/8372
7036         * g++.dg/template/dtor1.C: New test.
7037
7038         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
7039         markers.
7040
7041 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
7042
7043         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
7044
7045 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
7046
7047         * g++.dg/template/static1.C: New test.
7048         * g++.dg/template/static2.C: New test.
7049         * g++.old-deja/g++.ext/memconst.C: New test.
7050
7051 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7052
7053         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
7054         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
7055         * g++.dg/special/initp1.C: Likewise.
7056
7057 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
7058
7059         * gcc.c-torture/execute/20021204-1.c: New test.
7060
7061 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
7062
7063         * gcc.dg/ppc-fmadd-1.c: New file.
7064         * gcc.dg/ppc-fmadd-2.c: New file.
7065         * gcc.dg/ppc-fmadd-3.c: New file.
7066
7067 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7068
7069         * gcc.c-torture/compile/20021204-1.c: New test.
7070
7071 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
7072
7073         * g++.dg/inherit/covariant2.C: New test.
7074         * g++.dg/inherit/covariant3.C: New test.
7075         * g++.dg/inherit/covariant4.C: New test.
7076         * g++.dg/inherit/covariant1.C: Remove XFAIL.
7077         * g++.old-deja/g++.robertl/eb17.C: Likewise.
7078
7079 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
7080
7081         PR c++/8688
7082         * g++.dg/init/brace3.C: New test.
7083
7084 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7085
7086         * gcc.dg/20020210-1.c: Fix a comment typo.
7087
7088 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
7089
7090         PR c++/8720
7091         * g++.dg/parse/defarg1.C: New test.
7092
7093         PR c++/8615
7094         * g++.dg/template/char1.C: New test.
7095
7096         * g++.dg/template/varmod1.C: Fix typo.
7097
7098 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7099
7100         DR 180
7101         * g++.old-deja/g++.pt/crash32.C: Expect error.
7102
7103 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
7104
7105         PR c++/5919
7106         * g++.dg/template/varmod1.C: New test.
7107
7108         PR c++/8727
7109         * g++.dg/inherit/typeinfo1.C: New test.
7110
7111         PR c++/8663
7112         * g++.dg/inherit/typedef1.C: New test.
7113
7114 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
7115
7116         PR c++/8332
7117         PR c++/8493
7118         * g++.dg/template/strlen1.C: New test.
7119
7120         PR c++/8227
7121         * g++.dg/template/ctor2.C: New test.
7122
7123         PR c++/8214
7124         * g++.dg/init/string1.C: New test.
7125
7126         PR c++/8511
7127         * g++.dg/template/friend8.C: New test.
7128
7129 2002-11-29  Joe Buck <jbuck@synopsys.com>
7130
7131         * g++.dg/lookup/anon2.C: New test.
7132
7133 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7134
7135         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
7136         h8300 port.
7137
7138 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
7139
7140         * gcc.dg/bitfld-6.c: New test.
7141
7142 2002-11-27  Jan Hubicka  <jh@suse.cz>
7143
7144         * gcc.c-torture/execute/20021127.[cx]: New test.
7145
7146 2002-11-26  Jan Hubicka  <jh@suse.cz>
7147
7148         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
7149         quality.
7150
7151 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
7152
7153         * g++.dg/init/brace2.C: New test.
7154         * g++.old-deja/g++.mike/p9129.C: Correct.
7155
7156 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
7157
7158         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
7159
7160 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
7161
7162         * gcc.dg/sibcall-6: New test for indirect sibcalls.
7163
7164 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
7165
7166         * testsuite/g++.dg/abi/empty11.C: New test.
7167         * testsuite/g++.dg/rtti/cv1.C: New test.
7168
7169 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
7170
7171         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
7172
7173 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
7174
7175         * g++.dg/abi/empty10.C: New test.
7176
7177 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
7178
7179         * gcc.c-torture/compile/20021124-1.c: New test.
7180
7181 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
7182
7183         * g++.dg/abi/rtti2.C: New test.
7184
7185 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7186
7187         * gcc.dg/i386-unroll-1.c: New test.
7188
7189 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7190
7191         * gcc.c-torture/compile/20021120-1.c: New test.
7192         * gcc.c-torture/compile/20021120-2.c: New test.
7193
7194 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7195
7196         * gcc.dg/bitfld-5.c: New test.
7197
7198 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7199
7200         * gcc.c-torture/execute/20021120-3.c: New test.
7201
7202 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7203
7204         * gcc.c-torture/execute/20021120-2.c: New test.
7205
7206 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7207
7208         * gcc.c-torture/execute/20021120-1.c: New test.
7209
7210 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
7211
7212         * gcc.c-torture/execute/20021118-3.c: New test.
7213
7214 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7215
7216         * gcc.c-torture/compile/20021119-1.c: New test.
7217
7218 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
7219
7220         * gcc.dg/duff-1.c: New test.
7221         * gcc.dg/duff-2.c: New test.
7222         * gcc.dg/duff-3.c: New test.
7223
7224 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
7225
7226         * gcc.dg/cpp/_Pragma5.c: New test.
7227
7228 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
7229
7230         * gcc.c-torture/execute/20021118-2.c: New test.
7231
7232 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
7233
7234         * gcc.c-torture/execute/20021118-1.c: New test.
7235
7236 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
7237
7238         * gcc.dg/20021116-1.c: New test.
7239
7240 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
7241
7242         * g++.dg/abi/vcall1.C: New test.
7243
7244 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
7245
7246         * gcc.dg/20021029-1.c: New test.
7247         * gcc.dg/20021029-2.c: New test.
7248
7249 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7250
7251         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
7252
7253 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7254
7255         PR c/8439
7256         * gcc.dg/20021110.c: Move to ...
7257         * gcc.c-torture/compile/20021110.c: .... here.
7258
7259 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7260
7261         PR c/8467
7262         * gcc.c-torture/execute/20021111-1.c
7263
7264 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7265
7266         PR c/8439
7267         * gcc.dg/20021110.c: New test.
7268
7269 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
7270
7271         * g++.dg/abi/vthunk3.C: Run only on x86.
7272
7273 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
7274
7275         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
7276
7277 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
7278
7279         * lib/compat.exp (compat-execute): Fix logic error in last
7280         change.
7281
7282 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
7283
7284         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
7285
7286 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7287
7288         PR c++/8389
7289         * g++.dg/template/access6.C: New test.
7290
7291 2002-11-08  Jan Hubicka  <jh@suse.cz>
7292
7293         * gcc.dg/i386-ssefp-1.c: New test.
7294         * gcc.dg/i386-ssefp-1.c: New test.
7295
7296 2002-11-08  Jan Hubicka  <jh@suse.cz>
7297
7298         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
7299
7300 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
7301
7302         * g++.dg/abi/vthunk3.C: New test.
7303
7304         PR c++/8338
7305         * g++.dg/template/crash2.C: New test.
7306
7307 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
7308
7309         * testsuite/g++.dg/abi/dtor1.C: New test.
7310         * testsuite/g++.dg/abi/dtor2.C: Likewise.
7311
7312 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
7313
7314         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
7315         Darwin.
7316
7317 2002-11-04  Adam Nemet  <anemet@lnxw.com>
7318
7319         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
7320         -mthumb.  Only xfail with -O0.
7321
7322 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
7323
7324         * g++.dg/abi/thunk1.C: New test.
7325         * g++.dg/abi/thunk2.C: Likewise.
7326         * g++.dg/abi/vtt1.C: Likewise.
7327
7328 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
7329
7330         PR optimization/8423
7331         * gcc.c-torture/execute/builtin-constant.c: New test.
7332
7333 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
7334
7335         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
7336         Add some more cases.
7337
7338 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
7339
7340         PR c++/8391
7341         * g++.dg/opt/local1.C: New test.
7342
7343 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
7344
7345         PR c++/8160
7346         * g++.dg/template/complit1.C: New test.
7347
7348         PR c++/8149
7349         * g++.dg/template/typename4.C: Likewise.
7350
7351 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7352
7353         Core issue 287, PR c++/7639
7354         * g++.dg/template/instantiate1.C: Adjust error location.
7355         * g++.dg/template/instantiate3.C: New test.
7356         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
7357         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
7358         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
7359
7360 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
7361
7362         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
7363
7364 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
7365
7366         PR c++/8287
7367         * g++.dg/init/dtor2.C: New test.
7368
7369 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7370
7371         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
7372         * gcc.dg/nest.c: Bypass errors on irix6.
7373
7374 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
7375
7376         * gcc.dg/nest.c: Expect error for mmix-*-*.
7377         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
7378
7379 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
7380
7381         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
7382         markers.
7383
7384         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
7385
7386 2002-10-25  Mike Stump  <mrs@apple.com>
7387
7388         * gcc.dg/warn-1.c: New test.
7389
7390 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
7391
7392         * g++.dg/template/typename3.C: New test.
7393
7394 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
7395
7396         * g++.dg/lookup/ptrmem1.C: New test.
7397
7398         * g++.dg/abi/vthunk2.C: New test.
7399
7400 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
7401
7402         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
7403
7404 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
7405
7406         * g++.dg/abi/empty9.C: New test.
7407
7408 2002-10-24  Richard Henderson  <rth@redhat.com>
7409
7410         * g++.dg/inherit/thunk1.C: Enable for ia64.
7411
7412 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
7413
7414         PR c++/8067
7415         * g++.dg/lookup/pretty1.C: New test.
7416
7417 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
7418
7419         * gcc.dg/20021023-1.c: New test.
7420
7421 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
7422
7423         PR c++/7679
7424         * g++.dg/parse/inline1.C: New test.
7425
7426 2002-10-23  Richard Henderson  <rth@redhat.com>
7427
7428         * g++.dg/inherit/thunk1.C: Enable for x86_64.
7429
7430         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
7431
7432 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
7433
7434         PR c++/6579
7435         * g++.dg/parse/stmtexpr3.C: New test.
7436
7437 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
7438
7439         * g++.dg/expr/cond1.C: New test.
7440
7441 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
7442
7443         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
7444
7445 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7446
7447         * g++.dg/abi/vbase13.C: New test.
7448         * g++.dg/abi/vbase14.C: Likewise.
7449
7450 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
7451
7452         * gcc.dg/tls/pic-1.c: New test.
7453         * gcc.dg/tls/nonpic-1.c: New test.
7454         * gcc.dg/20021018-1.c: New test.
7455
7456 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
7457
7458         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
7459         Remove only files with the same base name as the test case.
7460         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
7461         (profopt-execute): Likewise.  Also, remove old profiling
7462         and performance data files before running the tests.
7463
7464         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
7465         * g++.dg/bprob/bprob.exp: Likewise.
7466         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
7467         to allow more general test case names.
7468
7469         * g++.dg/bprob/bprob-1.C: Rename to ...
7470         * g++.dg/bprob/g++-bprob-1.C: ... this.
7471
7472         * g77.dg/bprob/bprob-1.f: Rename to ...
7473         * g77.dg/bprob/g77-bprob-1.f: ... this.
7474
7475 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
7476
7477         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
7478         bison 1.50 or later.
7479
7480 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
7481
7482         * g++.dg/README: Describe more test directories.
7483
7484 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7485
7486         * g++.dg/init/array6.C: Add additional tests.
7487
7488 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
7489
7490         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
7491         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
7492
7493 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
7494
7495         * gcc.c-torture/compile/20020604-1.x: New.
7496         * gcc.c-torture/compile/simd-5.x: Likewise.
7497         * gcc.c-torture/execute/920710-1.x: Likewise.
7498         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
7499
7500 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
7501
7502         * g++.dg/inherit/override1.C: Add dg-options clause.
7503
7504 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7505
7506         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
7507         _mm_slli_si128.
7508
7509 2002-10-19  Andreas Schwab  <schwab@suse.de>
7510
7511         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
7512         directory component.
7513
7514 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
7515
7516         * g++.dg/inherit/thunk1.C: New test.
7517
7518         * g++.dg/inherit/override1.C: New test.
7519
7520         * g++.dg/abi/mangle11.C: New test.
7521         * g++.dg/abi/mangle14.C: New test.
7522         * g++.dg/abi/mangle17.C: New test.
7523
7524 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
7525
7526         * g++.dg/overload/member2.C: New test.
7527
7528 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
7529
7530         * g++.dg/README: Describe new compat directory.
7531         * g++.dg/dg.exp: Skip tests in compat directory.
7532         * README.compat: New file.
7533         * lib/compat.exp: New expect script.
7534         * g++.dg/compat: New test directory.
7535         * g++.dg/compat/compat.exp: New expect script.
7536         * g++.dg/compat/abi: New test directory.
7537         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
7538         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
7539         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
7540         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
7541         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
7542         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
7543         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
7544         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
7545         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
7546         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
7547         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
7548         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
7549         * g++.dg/compat/break: New test directory.
7550         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
7551         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
7552         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
7553         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
7554         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
7555         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
7556         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
7557         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
7558         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
7559         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
7560         g++.dg/compat/break/README: New files.
7561         * g++.dg/compat/eh: New test directory.
7562         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
7563         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
7564         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
7565         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
7566         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
7567         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
7568         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
7569         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
7570         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
7571         g++.dg/compat/eh/filter2_y.C,
7572         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
7573         g++.dg/compat/eh/new1_y.C,
7574         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
7575         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
7576         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
7577         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
7578         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
7579         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
7580         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
7581         g++.dg/compat/eh/unexpected1_y.C: New files.
7582         * g++.dg/compat/init: New test directory.
7583         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
7584         g++.dg/compat/init/array5_y.C,
7585         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
7586         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
7587         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
7588         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
7589         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
7590         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
7591         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
7592         g++.dg/compat/init/init-ref2_y.C: New files.
7593
7594 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7595
7596         PR c++/7584
7597         * g++.dg/inherit/using3.C: New test.
7598
7599 2002-10-17  Jan Hubicka  <jh@suse.cz>
7600
7601         * gcc.dg/20021017-2.c: New test.
7602
7603 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
7604
7605         * g++.dg/abi/mangle16.C: Adjust.
7606
7607         * g++.dg/init/array8.C: New test.
7608
7609 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
7610
7611         * gcc.dg/special/mips-abi.exp: New test.
7612         * gcc.dg/special/mips-abi.s: Empty file used by the above.
7613
7614 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
7615
7616         * g++.dg/abi/mangle16.C: New test.
7617         * g++.dg/abi/mangle17.C: Likewise.
7618
7619         PR c++/7478
7620         * g++.dg/template/ref1.C: New test.
7621
7622 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7623
7624         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
7625
7626 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
7627
7628         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
7629
7630 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
7631
7632         PR c++/7524
7633         * g++.dg/init/array7.C: New test.
7634
7635 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
7636
7637         * g++.dg/init/array6.C: New test.
7638
7639         * g++.dg/abi/mangle13.C: Likewise.
7640         * g++.dg/abi/mangle14.C: Likewise.
7641         * g++.dg/abi/mangle15.C: Likewise.
7642
7643 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7644
7645         * g++.dg/abi/empty8.C: New test.
7646
7647 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
7648
7649         * g++.dg/init/ctor1.C: New test.
7650
7651 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
7652
7653         * gcc.c-torture/execute/20021015-1.c: New test.
7654
7655 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
7656
7657         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
7658
7659 2002-10-14  Jan Hubicka  <jh@suse.cz>
7660
7661         * gcc.dg/i386-ssetype-[1-5].c: New tests.
7662
7663 2002-10-14  Richard Henderson  <rth@redhat.com>
7664
7665         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
7666
7667 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7668
7669         PR optimization/6631
7670         * g++.dg/opt/const2.C: New test.
7671
7672 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
7673
7674         PR c++/7176
7675         * g++.dg/parse/friend1.C: New test.
7676         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
7677
7678 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
7679
7680         * gcc.dg/20021014-1.c: New test.
7681
7682 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
7683
7684         PR c++/5661
7685         * g++.dg/ext/vlm1.C: New test.
7686         * g++.dg/ext/vlm2.C: Likewise.
7687
7688         * g++.dg/init/array1.C: Remove invalid braces.
7689         * g++.dg/init/brace1.C: New test.
7690         * g++.dg/init/copy2.C: Likewise.
7691         * g++.dg/init/copy3.C: Likewise.
7692         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
7693         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
7694         braces.
7695
7696 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
7697
7698         * gcc.dg/cpp/assembler.S: Don't use -ansi.
7699
7700 2002-10-11  Richard Shann  <richard.shann@superh.com>
7701
7702         * gcc.c-torture/compile/simd-5.c: New test.
7703
7704 2002-10-10  Roger Sayle  <roger@eyesopen.com>
7705
7706         * gcc.c-torture/execute/shiftopt-1.c: New test case.
7707
7708 2002-10-10  Jim Wilson  <wilson@redhat.com>
7709
7710         * gcc.c-torture/execute/20021010-1.c: New test.
7711
7712 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
7713
7714         PR c/7353
7715         * g++.dg/ext/typedef-init.C: New test.
7716         * gcc.dg/typedef-init.c: New test.
7717
7718 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
7719
7720         * gcc.dg/cpp/paste13.c: New test.
7721
7722 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7723
7724         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
7725         remaining platforms, XFAIL during compile, not execute.  Don't
7726         XFAIL at -O0.
7727
7728 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
7729
7730         * gcc.dg/alias-1.c: Tweak expected warning.
7731
7732 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
7733
7734         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
7735
7736 2002-10-06  Andreas Jaeger  <aj@suse.de>
7737
7738         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
7739         * gcc.dg/cpp/c++98.C: Likewise.
7740
7741         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
7742         * g++.dg/cpp/c++98.C: Likewise.
7743
7744         * g++.dg/README (Subdirectories): Mention cpp directory.
7745
7746         PR target/7559
7747         * gcc.dg/20021006-1.c: New test.
7748
7749 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7750
7751         PR c++/7804
7752         * g++.dg/other/warning1.C: New test.
7753
7754 2002-10-04  Roger Sayle  <roger@eyesopen.com>
7755
7756         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
7757         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
7758         and sparc-*-* with -m64 as expected failures.  See PR 8087.
7759
7760 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
7761
7762         PR c++/7931
7763         * g++.dg/template/ptrmem3.C: New test.
7764
7765         PR c++/7754
7766         * g++.dg/template/union1.C: New test.
7767
7768 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
7769
7770         PR c++/8006
7771         * g++.dg/abi/mangle9.C: New test.
7772         * g++.dg/abi/mangle10.C: New test.
7773         * g++.dg/abi/mangle11.C: New test.
7774         * g++.dg/abi/mangle12.C: New test.
7775
7776 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
7777
7778         PR c++/7188.
7779         * g++.dg/template/meminit1.C: New test.
7780         * g++.dg/warn/Wreorder-1.C: Likewise.
7781         * g++.old-deja/g++.mike/warn3.C: Tweak.
7782         * lib/prune.exp: Ingore "in copy constructor".
7783
7784 2002-10-02  Andreas Jaeger  <aj@suse.de>
7785
7786         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
7787         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
7788         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
7789         on x86-64.
7790
7791 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
7792
7793         * gcc.dg/empty1.C: Fix typo.
7794
7795 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
7796
7797         * gcc.dg/alias-1.c: New test.
7798
7799 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
7800
7801         * gcc.dg/empty1.C: New test.
7802
7803         * g++.dg/tls/init-2.C: Tweak error messages.
7804
7805 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
7806
7807         * gcc.c-torture/compile/20020923-1.c: New test.
7808
7809 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
7810
7811         * gcc.c-torture/execute/ffs-1.c: New test.
7812         * gcc.c-torture/execute/ffs-2.c: Ditto.
7813
7814 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
7815
7816         * g++.dg/overload/member1.C: New test.
7817
7818 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
7819
7820         * g++.dg/abi/empty7.C: New test.
7821         * g++.dg/init/pm2.C: Likewise.
7822
7823 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
7824
7825         * g++.dg/rtti/crash1.C: New test.
7826
7827 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
7828
7829         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
7830         gcc.dg/sibcall-4.c: New tests.
7831
7832 2002-09-28  Roger Sayle  <roger@eyesopen.com>
7833
7834         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
7835         powerpc and MMIX targets.
7836
7837 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
7838
7839         * gcc.dg/cpp/20020927-1.c: New.
7840
7841 2002-09-26  David S. Miller  <davem@redhat.com>
7842
7843         * gcc.c-torture/compile/trunctfdf.c: New.
7844
7845 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7846
7847         * lib/target-supports.exp (check_weak_available): Handle solaris2.
7848
7849 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
7850
7851         * gcc.c-torture/execute/loop-15.c: New.
7852
7853 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
7854
7855         * README.QMTEST: Fix typo.
7856
7857 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
7858
7859         * gcc.dg/20020926-1.c: New test.
7860
7861 2002-09-25  David S. Miller  <davem@redhat.com>
7862
7863         PR target/7842
7864         * gcc.c-torture/execute/shiftdi.c: New test.
7865
7866 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
7867
7868         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
7869         unique to the tool.
7870         * lib/g77.exp (g77_init): Likewise.
7871         * lib/g++.exp (g++_init): Likewise.
7872         * lib/objc.exp (objc_init): Likewise.
7873
7874 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
7875
7876         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
7877         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
7878         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
7879
7880 2002-09-25  Richard Henderson  <rth@redhat.com>
7881
7882         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
7883         too-small long double.
7884
7885 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
7886
7887         * gcc.dg/20020919-1.c: New test.
7888
7889 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
7890
7891         * g++.dg/abi/bitfield6.C: New test.
7892         * g++.dg/abi/bitfield7.C: New test.
7893         * g++.dg/abi/bitfield8.C: New test.
7894         * g++.dg/abi/vbase11.C: New test.
7895
7896 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7897
7898         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
7899         hppa*-*-hpux*.  Update test comment.
7900
7901 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
7902
7903         * gcc.dg/tls/struct-1.c: New test.
7904
7905 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
7906
7907         * gcc.dg/cpp/tr-warn2.c: Update.
7908
7909 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
7910
7911         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
7912
7913 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
7914
7915         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
7916         systems.
7917
7918 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
7919
7920         * gcc.c-torture/execute/ieee/mzero3.c: New test.
7921
7922         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
7923         Adjust for c++filt moved to binutils.  Remove spurious duplicate
7924         setting of cxxfilt.
7925
7926 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
7927
7928         * gcc.dg/20020312-2.c: Update for darwin.
7929
7930 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
7931
7932         * g++.old-deja/g++.other/crash32.C: Mark ICE.
7933
7934 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
7935
7936         * objc.dg/comp-types-1.m: New test.
7937         * objc.dg/comp-types-2.m: New test.
7938         * objc.dg/comp-types-3.m: New test.
7939         * objc.dg/comp-types-4.m: New test.
7940         * objc.dg/comp-types-5.m: New test.
7941         * objc.dg/comp-types-6.m: New test.
7942
7943 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7944
7945         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
7946
7947 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
7948
7949         * g++.dg/other/do1.C: New test.
7950
7951         * g++.dg/template/subst1.C: New test.
7952
7953 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
7954
7955         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
7956
7957 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
7958
7959         * g++.dg/template/qualttp20.C: Adjust expected errors.
7960         * g++.old-deja/g++.jason/report.C: Likewise.
7961         * g++.old-deja/g++.other/qual1.C: Likewise.
7962
7963         * g++.dg/lookup/scoped2.C: New test.
7964
7965         * g++.dg/ext/asm3.C: New test.
7966
7967 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
7968
7969         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
7970
7971 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
7972
7973         * ChangeLog: follow spelling conventions.
7974         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
7975         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
7976         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
7977         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
7978         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
7979         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
7980         * g++.old-deja/g++.law/global-init1.C: Likewise.
7981         * g++.old-deja/g++.other/delete4.C: Likewise.
7982         * g++.old-deja/g++.other/inline21.C: Likewise.
7983         * g++.old-deja/g++.other/singleton.C: Likewise.
7984         * g77.dg/strlen0.f: Likewise.
7985         * g77.f-torture/compile/20010519-1.f: Likewise.
7986         * g77.f-torture/compile/980310-4.f: Likewise.
7987         * gcc.c-torture/compile/20000605-1.c: Likewise.
7988         * gcc.c-torture/execute/20020225-1.c: Likewise.
7989         * gcc.dg/c90-hexfloat-2.c: Likewise.
7990         * gcc.dg/c99-bool-1.c: Likewise.
7991         * gcc.dg/c99-hexfloat-2.c: Likewise.
7992         * gcc.dg/dll-2.c: Likewise.
7993         * gcc.dg/wtr-union-init-1.c: Likewise.
7994         * gcc.dg/wtr-union-init-2.c: Likewise.
7995         * gcc.dg/wtr-union-init-3.c: Likewise.
7996         * gcc.dg/cpp/avoidpaste1.c: Likewise.
7997         * gcc.dg/cpp/defined.c: Likewise.
7998         * gcc.dg/cpp/macsyntx.c: Likewise.
7999         * gcc.dg/cpp/paste2.c: Likewise.
8000         * gcc.dg/cpp/trad/defined.c: Likewise.
8001         * gcc.dg/format/c90-printf-1.c: Likewise.
8002         * gcc.dg/format/c90-scanf-1.c: Likewise.
8003         * gcc.dg/format/c99-printf-1.c: Likewise.
8004         * gcc.dg/format/c99-scanf-1.c: Likewise.
8005         * gcc.misc-tests/gcov-8.c: Likewise.
8006         * lib/profopt.exp: Likewise.
8007
8008 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
8009
8010         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8011
8012 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8013
8014         * g++.dg/inherit/using2.C: New test.
8015
8016 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
8017
8018         * ChangeLog: Follow spelling conventions.
8019         * g++.dg/template/friend4.C: Likewise.
8020         * g++.old-deja/g++.pt/crash67.C: Likewise.
8021         * gcc.c-torture/execute/20000801-4.c: Likewise.
8022         * gcc.dg/c90-digraph-1.c: Likewise.
8023         * gcc.dg/c94-digraph-1.c: Likewise.
8024         * gcc.dg/c99-digraph-1.c: Likewise.
8025         * gcc.dg/cpp/line5.c: Likewise.
8026         * gcc.dg/cpp/multiline.c: Likewise.
8027         * gcc.dg/cpp/trad/literals-1.c: Likewise.
8028         * gcc.dg/format/attr-3.c: Likewise.
8029         * gcc.dg/format/c90-scanf-3.c: Likewise.
8030         * gcc.dg/format/ext-4.c: Likewise.
8031
8032 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8033
8034         * g++.dg/template/pretty1.C: New test.
8035
8036 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
8037
8038         * gcc.c-torture/execute/struct-cpy-1.c: New test.
8039
8040 2002-09-13  Matt Austern  <austern@apple.com>
8041
8042         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
8043         passing a cast expression to a function by const reference.
8044
8045 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
8046
8047         * g++.dg/template/deduce1.C: New test.
8048
8049 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
8050
8051         * gcc.c-torture/execute/simd-1.c: Force all use of int to
8052         32-bit int.
8053
8054 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8055
8056         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
8057         usage.
8058
8059 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
8060
8061         * gcc.c-torture/compile/20020910-1.c: New test.
8062
8063 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
8064
8065         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
8066
8067 2002-09-10  Andreas Jaeger  <aj@suse.de>
8068
8069         * gcc.dg/20020312-2.c: Adjust for x86-64.
8070
8071 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
8072
8073         * g77.dg/7388.f: New test case for PR 7388.
8074
8075 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8076
8077         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
8078
8079 2002-09-05  Ziemowit Laski <zlaski@apple.com>
8080
8081         * objc.dg/proto-lossage-1.m: New test.
8082
8083 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
8084
8085         * gcc.dg/cpp/_Pragma4.c: Fix typo.
8086
8087 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
8088
8089         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
8090         expected to pass.
8091
8092 2002-09-06  Stan Shebs  <shebs@apple.com>
8093             David Edelsohn  <edelsohn@gnu.org>
8094
8095         * gcc.dg/weak: New directory.
8096         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
8097         target-specific xfail bits.
8098         * gcc.dg/typeof-2.c: Move to new directory.
8099         * gcc.dg/weak.exp: New expect script.
8100
8101 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
8102
8103         * gcc.c-torture/execute/extzvsi.c: New test.
8104
8105 2002-09-05  Stan Shebs  <shebs@apple.com>
8106
8107         * gcc.dg/weak-1.c: xfail on Darwin.
8108         * gcc.dg/weak-2.c: Ditto.
8109         * gcc.dg/weak-3.c: Ditto.
8110         * gcc.dg/weak-4.c: Ditto.
8111         * gcc.dg/weak-5.c: Ditto.
8112         * gcc.dg/weak-6.c: Ditto.
8113         * gcc.dg/weak-7.c: Ditto.
8114         * gcc.dg/weak-8.c: Ditto.
8115         * gcc.dg/weak-9.c: Ditto.
8116
8117 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
8118
8119         * gcc.c-torture/execute/loop-14.c: New test.
8120
8121 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
8122
8123         * g++.dg/other/cxa-atexit1.C: New test.
8124
8125         * gcc.dg/typeof-2.c: New test.
8126
8127 2002-09-03  Roger Sayle  <roger@eyesopen.com>
8128
8129         * gcc.dg/builtins-2.c: New testcase.
8130         * gcc.dg/builtins-3.c: New testcase.
8131
8132 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
8133
8134         * gcc.dg/cpp/_Pragma4.c: New test.
8135
8136 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
8137
8138         * objc/execute/nil_method-1.m: New testcase.
8139
8140 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
8141
8142         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
8143         [Object class], not [Object initialize].
8144
8145 2002-08-31  Roger Sayle  <roger@eyesopen.com>
8146             Hans-Peter Nilsson  <hp@bitrange.com>
8147
8148         * gcc.c-torture/execute/20020720-1.x: Skip test on
8149         mmix-knuth-mmixware.  Correct comment.
8150
8151 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
8152
8153         * testsuite/g++.dg/abi/bitfield5.C: New test.
8154         * testsuite/g++.dg/abi/vbase10.C: Likewise.
8155
8156 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
8157
8158         * objc.dg/undeclared-selector.m: New test.
8159
8160 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
8161
8162         * g++.dg/other/offsetof1.C: Avoid cast warning.
8163
8164 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
8165
8166         * objc.dg/super-class-2.m: New test.
8167
8168 2002-08-24  Matt Austern  <austern@apple.com>
8169
8170         * g++.dg/ext/lvaddr.C: New test.
8171         * g++.dg/ext/lvcast.C: New test.
8172
8173 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
8174
8175         * testsuite/g++.dg/inherit/cond1.C: New test.
8176
8177 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
8178
8179         * gcc.dg/noncompile/incomplete-1.c: New test.
8180
8181 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
8182
8183         * gcc.dg/typespec-1.c: New test.
8184
8185 2002-08-20  Devang Patel  <dpatel@apple.com>
8186         * objc.dg/proto-hier-2.m: New test.
8187
8188 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
8189
8190         * objc.dg/bitfield-1.m: New test.
8191         * objc.dg/bitfield-2.m: New test.
8192
8193 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
8194
8195         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
8196         gcc.dg/c99-flex-array-4.c: New tests.
8197
8198 2002-08-16  Stan Shebs  <shebs@apple.com>
8199
8200         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
8201
8202 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
8203
8204         * gcc.dg/typeof-1.c: New test.
8205         * g++.dg/ext/typeof2.C: New test.
8206
8207 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
8208
8209         * g++.dg/other/offsetof1.C: New test.
8210
8211 2002-08-14  Richard Henderson  <rth@redhat.com>
8212
8213         * gcc.dg/tls/diag-3.c: Fix expected message strings.
8214
8215 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
8216
8217         * gcc.dg/cpp/_Pragma3.c: New test.
8218
8219 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
8220
8221         * g++.dg/template/inherit3: New test.
8222
8223 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8224
8225         * gcc.dg/bitfld-4.c: Add blank options.
8226
8227 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
8228
8229         * g++.dg/template/crash1.C: New test.
8230
8231 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
8232
8233         * gcc.dg/tls/opt-2.c: New test.
8234
8235 2002-08-08  Devang Patel  <dpatel@apple.com>
8236
8237         * objc.dg/selector-1.m : New test
8238
8239 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
8240
8241         * g++.dg/abi/bitfield4.C: New test.
8242         * gcc.dg/bitfld-4.c: New test.
8243
8244 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
8245
8246         * g++.dg/other/packed1.C: New test.
8247
8248 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
8249
8250         * g++.dg/abi/offsetof.C: Tweak error messages.
8251         * g++.old-deja/g++.mike/p10769a.C: Likewise.
8252
8253 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
8254
8255         * gcc.dg/bitfld-3.c: New test.
8256
8257 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
8258             Richard Henderson  <rth@redhat.com>
8259
8260         * gcc.dg/i386-bitfield1.c: New test.
8261         * g++.dg/abi/bitfield3.C: Update.
8262
8263 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
8264
8265         * objc.dg/const-str-2.m: Update.
8266         * gcc.dg/cpp/c++98.c: Change to C extension.
8267         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
8268         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
8269
8270 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
8271
8272         * testsuite/gcc.dg/tls/diag-3.c: New.
8273
8274 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
8275
8276         * g++.dg/README (Subdirectories): Document new subdir expr.
8277         * g++.dg/expr/pmf-1.C: New test.
8278
8279 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
8280
8281         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
8282
8283 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
8284
8285         * g++.dg/abi/bitfield3.C: New test.
8286
8287 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
8288
8289         * lib/gcov.exp: Tweak expected line formats.
8290         * gcc.misc-tests/gcov8.c: New test.
8291         * gcc.misc-tests/gcov8.x: New flags.
8292
8293 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
8294
8295         * consistency.vlad/layout/endian.c: Include string.h.
8296
8297         * gcc.c-torture/execute/20020805-1.c: New test.
8298
8299 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
8300
8301         * g++.dg/other/conversion1.C: New test.
8302
8303 2002-08-03  Roger Sayle  <roger@eyesopen.com>
8304
8305         * gcc.dg/builtins-1.c: New testcase.
8306
8307 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
8308
8309         * g++.dg/inherit/access3.C: New test.
8310
8311 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
8312
8313         * gcc.dg/ia64-visibility-2.c: New test.
8314
8315 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
8316
8317         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
8318         __qualifier_flags to __flags.
8319
8320 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
8321
8322         * g++.dg/inherit/operator1.C: New test.
8323         * g++.dg/lookup/disamb1.C: Fix typo in comment.
8324         * g++.dg/other/error1.C: Change expected error message.
8325         * g++.dg/template/conv4.C: Likewise.
8326
8327 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
8328
8329         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
8330         for documented behavior.
8331
8332 2002-07-25  Roger Sayle  <roger@eyesopen.com>
8333
8334         * gcc.c-torture/execute/20020720-1.x: Skip this test on
8335         several targets known to fail.
8336
8337 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
8338
8339         * gcc.dg/mips-args-[123].c: New tests.
8340
8341 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
8342
8343         * gcc.dg/ppc-spe.c: New.
8344
8345 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
8346
8347         * g++.dg/other/ptrmem4.C: New testcase.
8348
8349 2002-07-24  Richard Henderson  <rth@redhat.com>
8350
8351         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
8352
8353 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
8354
8355         * g++.dg/ext/alignof1.C (main): Return 0 for success.
8356
8357 2002-07-24  Roger Sayle  <roger@eyesopen.com>
8358
8359         * gcc.c-torture/execute/memset-3.c: New testcase.
8360
8361 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
8362
8363         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
8364         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
8365
8366 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8367
8368         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
8369         Delete.
8370
8371 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
8372
8373         * gcc.c-torture/compile/simd-4.c: New test.
8374
8375 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8376
8377         PR c++/7347, c++/7348
8378         * g++.dg/template/access4.C: New test.
8379         * g++.dg/template/access5.C: New test.
8380         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
8381         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
8382         * g++.old-deja/g++.pt/ttp58.C: Likewise.
8383         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
8384
8385 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
8386
8387         * gcc.dg/gnu89-init-2.c: New test.
8388
8389 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
8390
8391         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
8392
8393 2002-07-20  Roger Sayle  <roger@eyesopen.com>
8394
8395         * gcc.c-torture/execute/20020720-1.c: New testcase.
8396
8397 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
8398
8399         * gcc.dg/cpp/Wsignprom.c: New tests.
8400
8401 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
8402
8403         * gcc.c-torture/execute/loop-13.c: New test.
8404
8405 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
8406
8407         * gcc.dg/cpp/expr.c: New tests.
8408
8409 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
8410
8411         * g++.dg/opt/pr6713.C: Add template instantiation.
8412
8413 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
8414
8415         * gcc.dg/nest.c: New test.
8416
8417 2002-07-17  Richard Henderson  <rth@redhat.com>
8418
8419         * g++.dg/opt/pr6713.C: New test.
8420
8421 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
8422
8423         * gcc.c-torture/execute/loop-2e.x: Let the testcase
8424         XFAIL for all x86 processors.
8425
8426 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
8427
8428         * gcc.c-torture/execute/20010122-1.x: Do not test with
8429         -fomit-frame-pointer.
8430
8431 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8432
8433         * g++.dg/template/instantiate2.C: New test.
8434         * g++.dg/template/spec4.C: New test.
8435
8436 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8437
8438         * g++.dg/template/access2.C: New test.
8439         * g++.dg/template/access3.C: New test.
8440
8441 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
8442
8443         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
8444         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
8445         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
8446         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
8447         Convert to use <stdarg.h>.
8448         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
8449         Delete.
8450         * gcc.dg/va-arg-2.c: New.
8451         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
8452
8453 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
8454
8455         * gcc.c-torture/compile/20020710-1.c: New test.
8456
8457 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
8458                           Andrew Pinski  <pinskia@physics.uc.edu>
8459
8460         gcc.c-torture/compile/simd-2.c: New testcase.
8461         gcc.c-torture/compile/simd-3.c: Likewise.
8462
8463 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
8464
8465         PR c++/7224
8466         * g++.dg/overload/error1.C: New test.
8467
8468 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8469
8470         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
8471         configuration and IRIX 6 O32 ABI.
8472
8473 2002-07-11  Roger Sayle  <roger@eyesopen.com>
8474
8475         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
8476
8477 2002-07-10  Roger Sayle  <roger@eyesopen.com>
8478
8479         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
8480
8481 2002-07-10  Jeffrey A Law  <law@redhat.com>
8482
8483         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
8484
8485         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
8486
8487 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
8488
8489         * gcc.dg/20020312-2.c: Check for __PPC__.
8490
8491 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
8492
8493         * gcc.c-torture/compile/20020709-1.c: New test.
8494
8495 2002-07-07  Roger Sayle  <roger@eyesopen.com>
8496
8497         * g++.dg/template/qualttp21.C: New test case.
8498
8499 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
8500
8501         * gcc.c-torture/compile/20020706-1.c: New test.
8502         * gcc.c-torture/compile/20020706-2.c: New test.
8503
8504 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
8505             Alexandre Oliva  <aoliva@redhat.com>
8506
8507         * g++.dg/warn/incomplete1.C: New test.
8508
8509 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8510
8511         PR c++/7099
8512         * g++.dg/warn/noreturn1.C: New test.
8513
8514 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
8515
8516         PR c++/6706
8517         * g++.dg/debug/debug6.C: New test.
8518         * g++.dg/debug/debug7.C: New test.
8519
8520 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
8521
8522         * gcc.c-torture/compile/simd-3.c: New test.
8523
8524 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
8525
8526         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
8527         * gcc.dg/20020620-1.c: Likewise.
8528
8529 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8530
8531         PR c++/6944
8532         * g++.dg/init/array4.C: New test.
8533         * g++.dg/init/array5.C: New test.
8534
8535 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
8536
8537         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
8538         * gcc.c-torture/execute/simd-2.c (main): Likewise.
8539
8540 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8541
8542         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
8543         * gcc.dg/wtr-aggr-init-1.c: Likewise.
8544         * gcc.dg/wtr-conversion-1.c: Likewise.
8545         * gcc.dg/wtr-escape-1.c: Likewise.
8546         * gcc.dg/wtr-int-type-1.c: Likewise.
8547         * gcc.dg/wtr-label-1.c: Likewise.
8548         * gcc.dg/wtr-static-1.c: Likewise.
8549         * gcc.dg/wtr-strcat-1.c: Likewise.
8550         * gcc.dg/wtr-suffix-1.c: Likewise.
8551         * gcc.dg/wtr-switch-1.c: Likewise.
8552         * gcc.dg/wtr-unary-plus-1.c: Likewise.
8553         * gcc.dg/wtr-union-init-1.c: Likewise.
8554         * gcc.dg/wtr-union-init-2.c: Likewise.
8555         * gcc.dg/wtr-union-init-3.c: Likewise.
8556
8557         * gcc.dg/wtr-func-def-1.c: New test.
8558
8559 2002-07-02 Devang Patel <dpatel@apple.com>
8560
8561         * objc.dg/param-1.m: New test.
8562
8563 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
8564
8565         * gcc.dg/cpp/trad/directive.c: Add test.
8566         * gcc.dg/cpp/trad/macroargs.c: Add test.
8567         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
8568
8569 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
8570
8571         * gcc.dg/cpp/cmdlne-M.c: New test.
8572
8573 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
8574
8575         * objc.dg/desig-init-1.m: New test.
8576
8577 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8578
8579         PR c++/6716
8580         * g++.dg/template/instantiate1.C: New test.
8581
8582 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
8583
8584         PR c++/7112
8585         * g++.dg/template/sizeof2.C: New test.
8586
8587 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8588
8589         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
8590         gcc.dg/cpp/trad/include.c: New tests.
8591
8592 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
8593
8594         PR target/7177
8595         * gcc.c-torture/compile/20020701-1.c: New test.
8596
8597 2002-07-01  Stan Shebs  <shebs@apple.com>
8598
8599         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
8600         header here...
8601         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
8602         (objc-torture-execute): or here.
8603
8604 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
8605
8606         * gcc.c-torture/execute/arith-rand-ll.c: New test.
8607
8608 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
8609
8610         * gcc.dg/cpp/trad/escaped-nl.c: New test.
8611
8612 2002-06-30  Devang Patel  <dpatel@apple.com>
8613
8614         * objc.dg/fsyntax-only.m: New test.
8615
8616 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
8617
8618         PR c++/6695
8619         * g++.dg/template/friend7.C: New file.
8620
8621 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
8622
8623         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
8624         return type.
8625
8626 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
8627
8628         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
8629         avoid division by zero.
8630
8631 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
8632
8633         * gcc.dg/Wunknownprag.c: New tests.
8634
8635 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
8636
8637         * gcc.c-torture/execute/simd-2.c: New test.
8638
8639 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
8640
8641         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
8642         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
8643         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
8644         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
8645         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
8646         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
8647         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
8648         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
8649         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
8650         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
8651         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
8652         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
8653         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
8654         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
8655         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
8656         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
8657         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
8658
8659 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
8660
8661         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
8662         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
8663         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
8664         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
8665         New tests.
8666         * gcc.dg/cpp/trad/directive.c: Update.
8667
8668 2002-06-23  Andreas Jaeger  <aj@suse.de>
8669
8670         * gcc.c-torture/execute/complex-6.c: New.
8671
8672 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
8673
8674         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
8675         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
8676         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
8677         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
8678
8679 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
8680
8681         * gcc.dg/cpp/trad: New directory with traditional tests copied
8682         from parent directory.
8683         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8684         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8685         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8686         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8687         Move to trad/ and rename.
8688         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
8689         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
8690         gcc.dg/cpp/trad/redef2.c: New tests.
8691         * gcc.dg/cpp/trad/trad.exp: New driver.
8692
8693 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
8694
8695         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
8696         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
8697         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
8698         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
8699         Remove.
8700
8701 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
8702
8703         * gcc.dg/20020620-1.c: New test.
8704
8705 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8706
8707         * g++.dg/template/ttp4.C: New test.
8708
8709 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
8710
8711         * g++.dg/opt/vt1.C: Fix regexp.
8712
8713 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8714
8715         * gcc.c-torture/execute/pure-1.c: Make functions static again.
8716         Don't use attribute `noinline'.
8717
8718 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
8719
8720         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
8721
8722 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
8723
8724         * gcc.c-torture/execute/simd-1.c: New.
8725
8726         * gcc.dg/simd-1.c: New.
8727
8728 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
8729
8730         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
8731
8732 2002-06-16  Richard Henderson  <rth@redhat.com>
8733
8734         * g++.dg/ext/anon-struct1.C: New.
8735         * g++.dg/ext/anon-struct2.C: New.
8736         * g++.dg/ext/anon-struct3.C: New.
8737         * gcc.dg/anon-struct-1.c: New.
8738         * gcc.dg/anon-struct-2.c: New.
8739         * gcc.dg/anon-struct-3.c: New.
8740         * gcc.dg/20011008-1.c: Adjust warning text.
8741         * gcc.dg/20020527-1.c: Add -fms-extensions.
8742
8743 2002-06-16  Richard Henderson  <rth@redhat.com>
8744
8745         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
8746
8747 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
8748
8749         * gcc.c-torture/execute/20020615-1.c: New test.
8750
8751 2002-06-15  Roger Sayle  <roger@eyesopen.com>
8752
8753         * gcc.c-tortuture/execute/compare-1.c: New test case.
8754         * gcc.c-tortuture/execute/compare-2.c: New test case.
8755         * gcc.c-tortuture/execute/compare-3.c: New test case.
8756
8757 2002-06-13  Richard Henderson  <rth@redhat.com>
8758
8759         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
8760         ia64 ilp32.
8761
8762 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8763
8764         * g++.dg/template/typename2.C: Update error message.
8765
8766 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
8767
8768         * gcc.c-torture/execute/20020611-1.c: New test.
8769
8770 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
8771
8772         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
8773         list of targets to skip.
8774
8775 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
8776
8777         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
8778         targets if not optimizing.
8779
8780 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
8781
8782         * gcc.c-torture/compile/20020605-1.c: New test.
8783
8784         * g++.dg/opt/vt1.C: New test.
8785
8786         * gcc.dg/20020531-1.c: New test.
8787
8788         * gcc.dg/20020530-1.c: New test.
8789
8790         * gcc.dg/20020527-1.c: New test.
8791
8792         * g++.dg/opt/cse1.C: New test.
8793
8794 2002-06-07  Roger Sayle  <roger@eyesopen.com>
8795
8796         * gcc.dg/20020607-2.c: New test case.
8797
8798 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
8799
8800         * gcc.c-torture/compile/20020604-1.c: New test.
8801
8802 2002-06-04  Richard Henderson  <rth@redhat.com>
8803
8804         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
8805         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
8806         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
8807
8808 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
8809
8810         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
8811
8812 2002-06-03  Richard Henderson  <rth@redhat.com>
8813
8814         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
8815         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
8816
8817 2002-06-02  Richard Henderson  <rth@redhat.com>
8818
8819         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
8820         test functions static.
8821
8822 2002-06-02  Andreas Jaeger  <aj@suse.de>
8823
8824         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
8825         now.
8826
8827 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8828
8829         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
8830         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
8831         Update for mofified diagnostics.
8832         * gcc.dg/c99-intconst-1.c: No longer fail.
8833
8834 2002-06-02  Richard Henderson  <rth@redhat.com>
8835
8836         * gcc.dg/uninit-A.c: Remove xfail markers.
8837
8838 2002-06-01  Roger Sayle  <roger@eyesopen.com>
8839
8840         * gcc.dg/fnegate-1.c: New test case.
8841
8842 2002-05-30  Osku Salerma  <osku@iki.fi>
8843
8844         * gcc.c-torture/execute/mayalias-1.c: New file.
8845
8846 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
8847
8848         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
8849         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
8850         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
8851
8852 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
8853
8854         * gcc.c-torture/execute/20020529-1.c: New test.
8855
8856 2002-05-27  Richard Henderson  <rth@redhat.com>
8857
8858         * g++.dg/ext/attrib6.C: New test case.
8859
8860 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8861
8862         * gcc.c-torture/execute/pure-1.c: New test.
8863
8864 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8865
8866         * gcc.dg/cpp/arith-2.c: Remove.
8867
8868 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
8869
8870         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
8871         * gcc.dg/cpp/if-3.c: Remove.
8872
8873 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
8874
8875         * g++.dg/opt/cse2.C: New test.
8876
8877 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
8878
8879         * gcc.dg/cpp/arith-1.c: New semantic tests.
8880         * gcc.dg/cpp/if-1.c: Update.
8881
8882 2002-05-24  Ben Elliston  <bje@redhat.com>
8883
8884         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
8885
8886 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
8887
8888         * gcc.dg/verbose-asm.c: New test.
8889
8890 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8891
8892         * gcc.dg/cpp/paste12.c: New test.
8893
8894 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
8895
8896         * g++.dg/parse/named_ops.C: New test.
8897
8898 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
8899
8900         * gcc/testsuite/gcc.dg/weak-8.c: New test.
8901
8902 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
8903
8904         * gcc.dg/weak-2.c: Allow optional leading underscore
8905         in scan-assembler symbol name.
8906         * gcc.dg/weak-3.c: Likewise.
8907         * gcc.dg/weak-4.c: Likewise.
8908         * gcc.dg/weak-5.c: Likewise.
8909
8910 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
8911
8912         * gcc.dg/20020523-1.c: New test.
8913
8914 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
8915
8916         * objc.dg/const-str-2.m: Update now that we stop after
8917         a command line error.
8918
8919 2002-05-22  Richard Henderson  <rth@redhat.com>
8920
8921         * g++.dg/dg.exp: Fix typo in test pruneing.
8922
8923 2002-05-22  Richard Henderson  <rth@redhat.com>
8924
8925         * g++.dg/dg.exp: Prune the tls subdirectory.
8926         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
8927         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
8928         * g++.dg/tls/init-1.C: New.
8929
8930 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
8931
8932         * gcc.dg/20020517-1.c: New test.
8933
8934 2002-05-21  Richard Henderson  <rth@redhat.com>
8935
8936         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
8937         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
8938
8939 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
8940
8941         * g++.dg/other/copy2.C: New test.
8942
8943 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
8944
8945         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
8946         (MAX_COPY): Bump up to 10 times sizeof (long long).
8947         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
8948
8949         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
8950         sizeof (long long).
8951
8952         * gcc.c-torture/execute/strcpy-1.c: New test.
8953
8954 2002-05-19  Jason Merrill  <jason2redhat.com>
8955
8956         * g++.dg/ext/oper1.C: New test.
8957
8958 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
8959 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
8960
8961         * README.QMTEST: New file.
8962
8963         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
8964
8965 2002-05-19  Andreas Jaeger  <aj@suse.de>
8966
8967         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
8968         now.
8969         * gcc.c-torture/execute/loop-2d.x: Likewise.
8970
8971 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
8972
8973         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
8974         support weak symbols.
8975         * gcc.dg/weak-4.c: Likewise
8976         * gcc.dg/weak-6.c: Likewise
8977
8978 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
8979
8980         * gcc.dg/weak-3.c: Add dg-excess-error comment for
8981         cygwin, coff and h8300-*-hms targets
8982         * gcc.dg/weak-5.c: Likewise
8983         * gcc.dg/weak-7.c: Likewise
8984
8985 2002-05-16  Jason Merrill  <jason@redhat.com>
8986
8987         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
8988         (scan-assembler-not, scan-assembler-dem): Likewise.
8989         (scan-assembler-dem-not): Likewise.
8990
8991 2002-05-15  Richard Henderson  <rth@redhat.com>
8992
8993         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
8994
8995 2002-05-15  Richard Henderson  <rth@redhat.com>
8996
8997         * gcc.dg/weak-5.c (vfoo1c): No warning here.
8998         (vfoo1f): Warning here.
8999         (vfoo1l): Don't redefine the alias.
9000
9001 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
9002
9003         * g++.dg/init/pm1.C: New test.
9004
9005 2002-05-12  David S. Miller  <davem@redhat.com>
9006
9007         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9008         types.
9009
9010 2002-05-10  Roger Sayle  <roger@eyesopen.com>
9011
9012         * gcc.c-torture/execute/20020510-1.c: New test case.
9013
9014 2002-05-10  David S. Miller  <davem@redhat.com>
9015
9016         * gcc.c-torture/execute/conversion.c: Test long double too.
9017
9018 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
9019
9020         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
9021         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
9022         * lib/g++.exp (g++_link_flags): Likewise.
9023         * lib/objc.exp (objc_target_compile): Likewise.
9024
9025 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9026
9027         * gcc.dg/cpp/poison.c: Update.
9028         * gcc.dg/cpp/20000625-2.c: Remove.
9029         * gcc.dg/cpp/direct2s.c: Remove final test.
9030
9031 2002-05-08  Tom Rix  <trix@redhat.com>
9032
9033         * gcc.c-torture/execute/20020508-1.c: New test.
9034         * gcc.c-torture/execute/20020508-2.c: New test.
9035         * gcc.c-torture/execute/20020508-3.c: New test.
9036
9037 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9038
9039         * gcc.dg/cpp/charconst-4.c: More tests.
9040
9041 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9042
9043         PR c/6569
9044         * gcc.dg/weak-3.c: Update location of warning messages.
9045         * gcc.dg/weak-5.c: Likewise.
9046
9047 2002-05-06  Roger Sayle  <roger@eyesopen.com>
9048
9049         * gcc.c-torture/execute/20020506-1.c: New test case.
9050
9051 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
9052
9053         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
9054
9055 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9056
9057         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
9058
9059 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9060
9061         * gcc.dg/cpp/charconst-3.c: New test.
9062
9063 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9064
9065         * gcc.dg/cpp/charconst.c: Update tests.
9066
9067 2002-05-05  Tim Josling  <tej@melbpc.org.au>
9068
9069         * treelang: Added directory for new sample language treelang. Also
9070         lib/treelang.exp: New file to signal treelang should be tested.
9071
9072 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9073
9074         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
9075         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
9076         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
9077         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
9078         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
9079         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
9080         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
9081
9082 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9083
9084         * gcc.dg/format/xopen-2.c: New test.
9085
9086 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9087
9088         * gcc.dg/20020503-1.c: New test.
9089
9090 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
9091
9092         * g++.dg/init/dtor1.C: Make it tougher.
9093
9094 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
9095
9096         * g++.dg/init/dtor1.C: New test.
9097
9098 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
9099
9100         * gcc.dg/altivec-8.c: New.
9101
9102 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
9103
9104         * gcc.dg/altivec-7.c: New.
9105
9106 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
9107
9108         * g++.dg/parse/typedef1.C: New test.
9109
9110 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
9111
9112         PR c++/6486
9113         * g++.dg/template/friend6.C: New test.
9114
9115         PR c++/6492
9116         * g++.dg/init/copy1.C: New test.
9117
9118 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
9119
9120         * g++.dg/warn/effc1.C: New test.
9121
9122 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9123
9124         * gcc.dg/cpp/if-cexp.c: Add a test.
9125
9126 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
9127
9128         * gcc.dg/20020426-2.c: New test.
9129
9130 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9131
9132         * gcc.dg/cpp/if-mop.c: Update.
9133         * gcc.dg/cpp/if-mpar.c: Add test.
9134         * gcc.dg/cpp/if-oppr.c: Update.
9135
9136 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9137
9138         PR c/6343
9139         * gcc.dg/weak-[2-7].c: New tests.
9140
9141 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9142
9143         * gcc.dg/enum1.c: New test.
9144
9145 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9146
9147         PR c++/6497
9148         * g++.dg/inherit/access2.C: New test.
9149
9150 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9151
9152         PR bootstrap/6445
9153         * gcc.dg/20020426-1.c: New test.
9154
9155 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9156
9157         * g++.dg/abi/enum1.C: New test.
9158
9159 2002-04-26  Richard Henderson  <rth@redhat.com>
9160
9161         * gcc.dg/c99-bool-1.c: Expect always true warning.
9162
9163 2002-04-25  Roger Sayle  <roger@eyesopen.com>
9164
9165         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9166
9167 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9168
9169         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9170         targets.
9171
9172 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
9173
9174         * g++.dg/abi/mange7.C: New test.
9175
9176         PR c++/6438.
9177         * g++.dg/parse/stmtexpr2.C: New test.
9178
9179 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
9180
9181         * gcc.dg/20020312-2.c: Add SH target.
9182
9183 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9184
9185         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9186         compiler output on mips*-*-irix*.
9187
9188 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
9189
9190         * g++.dg/parse/attr1.C: New test.
9191
9192 2002-04-23  Roger Sayle  <roger@eyesopen.com>
9193
9194         * gcc.c-torture/execute/string-opt-17.c: New test case.
9195         * gcc.c-torture/execute/memset-2.c: New test case.
9196
9197 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
9198
9199         PR c++/6256:
9200         * g++.dg/template/friend5.C: New test.
9201
9202         PR c++/6331:
9203         * g++.dg/template/qual1.C: Likewise.
9204
9205 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
9206
9207         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
9208         Include stdlib.h, not stdio.h or ctype.h.
9209
9210 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
9211
9212         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
9213         cris-*-elf* and mmix-*-*.
9214         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
9215         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
9216         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
9217         Ditto.
9218         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
9219         * gcc.dg/wchar_t-1.c: Ditto.
9220
9221 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
9222
9223         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
9224         Clarify comment.
9225
9226 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
9227
9228         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
9229
9230 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9231
9232         * gcc.c-torture/execute/20000906-1.x: Delete.
9233
9234 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
9235
9236         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
9237
9238 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
9239
9240         * PR6367
9241         * g77.f-torture/execute/6367.f: New test.
9242         * g77.f-torture/execute/6367.x: Disable for MMIX.
9243
9244 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9245
9246         * PR6352
9247         * g++.dg/opt/inline2.C: New test.
9248
9249 2002-04-18  Richard Henderson  <rth@redhat.com>
9250
9251         * gcc.dg/20000906-1.c: Enable for all targets.
9252         * gcc.c-torture/compile/iftrap-2.c: New.
9253
9254 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9255
9256         * gcc.dg/20020418-1.c: New test.
9257         * gcc.dg/20020418-2.c: New test.
9258
9259 2002-04-18  Richard Henderson  <rth@redhat.com>
9260
9261         * gcc.c-torture/compile/iftrap-1.c: New.
9262         * gcc.dg/iftrap-1.c: Adjust for ia64.
9263         * gcc.dg/iftrap-2.c: New.
9264
9265 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
9266
9267         * gcc.c-torture/compile/20020418-1.c: New test.
9268
9269 2002-04-18  Roger Sayle  <roger@eyesopen.com>
9270
9271         * gcc.c-torture/compile/20020415-1.c: New.
9272
9273 2002-04-18  David S. Miller  <davem@redhat.com>
9274
9275         * gcc.c-torture/execute/20020418-1.c: New test.
9276
9277 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
9278
9279         * gcc.dg/20020416-1.c: New test.
9280
9281         * g++.dg/opt/inline1.C: New test.
9282
9283 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
9284
9285         * gcc.dg/altivec-5.c: New test.
9286
9287         * gcc.dg/20020415-1.c: New test.
9288
9289 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9290
9291         * testsuite/lib/chill.exp: Remove.
9292
9293 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
9294
9295         * g++.dg/other/big-struct.C: New test.
9296
9297 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
9298
9299         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
9300         of scratch file.
9301
9302 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
9303
9304         PR c/6277
9305         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
9306         in scan-assembler function name
9307
9308 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
9309
9310         * g77.f-torture/execute/980628-4.x,
9311         g77.f-torture/execute/980628-5.x,
9312         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9313         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9314         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
9315         i[34567]86-*-*.
9316
9317 2002-04-13  David S. Miller  <davem@redhat.com>
9318
9319         * gcc.c-torture/execute/20020413-1.c: New test.
9320
9321 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
9322
9323         * gcc.dg/asm-6.c,
9324         * g++.dg/ext/asm1.C: New tests.
9325
9326 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
9327
9328         PR c++ 5373.
9329         * g++.dg/parse/stmtexpr1.C: New test.
9330
9331         PR c++/5189.
9332         * g++.dg/template/copy1.C: New test.
9333
9334 2002-04-12  Richard Henderson  <rth@redhat.com>
9335
9336         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
9337
9338 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
9339
9340         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
9341         gcc.c-torture/execute/20020307-2.c.
9342
9343 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
9344
9345         * g++.dg/ext/attrib5.C,
9346         * g++.dg/lookup/struct1.C: New tests.
9347
9348 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
9349
9350         * gcc.dg/20020411-1.c: New test.
9351
9352         * gcc.c-torture/execute/20020411-1.c: New test.
9353
9354 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
9355
9356         * g77.f-torture/execute/6177.f: New test.
9357
9358 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
9359
9360         PR middle-end/6247
9361         * g++.dg/opt/cleanup1.C: New test.
9362
9363         * g++.dg/opt/const1.C: New test.
9364
9365 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
9366
9367         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
9368
9369 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
9370
9371         PR c++/5507
9372         * g++.dg/template/typename2.C: New test.
9373
9374 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
9375
9376         * gcc.c-torture/execute/loop-12.c: New.
9377
9378 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
9379
9380         * g77.f-torture/execute/980628-4.x,
9381         g77.f-torture/execute/980628-5.x,
9382         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
9383         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
9384         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
9385
9386 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9387
9388         PR optimization/6086
9389         * g++.dg/opt/preinc1.C: New test.
9390
9391 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9392
9393         PR c++/5571
9394         * g++.dg/opt/static2.C: New test.
9395
9396 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
9397
9398         PR c/5120
9399         * gcc.dg/20020406-1.c: New test.
9400
9401 2002-04-04  David S. Miller  <davem@redhat.com>
9402
9403         * gcc.c-torture/execute/20020404-1.c: New test.
9404
9405 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
9406
9407         PR c/6123
9408         * gcc.dg/20020312-2.c: Do not declare global register variable
9409         if __PIC__ or __pic__ is defined.
9410
9411 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
9412
9413         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
9414         __asm__ so that it works correctly even if -ansi -pedantic-errors.
9415
9416 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9417
9418         * gcc.misc-tests/linkage.exp: Update last change to handle
9419         sparc*-, not just sparc-.
9420
9421 2002-04-03  Richard Henderson  <rth@redhat.com>
9422
9423         * gcc.dg/cpp/ucs.c: Improved long UCS test.
9424
9425 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9426
9427         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
9428
9429 2002-04-02  David S. Miller  <davem@redhat.com>
9430
9431         * gcc.c-torture/execute/20020402-3.c: New test.
9432
9433 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
9434
9435         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
9436         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
9437
9438         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
9439         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
9440         g77.f-torture/execute/20001201.x,
9441         g77.f-torture/execute/u77-test.x: New files.
9442
9443         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
9444         * gcc.dg/wchar_t-1.c: Ditto.
9445
9446 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9447
9448         * gcc.c-torture/execute/20020402-1.c: New test.
9449
9450 2002-04-01  Richard Henderson  <rth@redhat.com>
9451
9452         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
9453
9454         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
9455
9456 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9457
9458         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
9459
9460 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9461
9462         * g++.dg/inherit/template-as-base.C: Expect error.
9463         * g++.dg/inherit/namespace-as-base.C: Likewise.
9464
9465 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
9466
9467         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
9468         g++.dg/ext/instantiate3.C: Tweak match patterns.
9469
9470         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
9471         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
9472         -da test.
9473
9474 2002-03-31  Richard Henderson  <rth@redhat.com>
9475
9476         * gcc.dg/special/alias-2.c: New.
9477         * gcc.dg/special/ecos.exp: Run it.
9478
9479 2002-03-31  Richard Henderson  <rth@redhat.com>
9480
9481         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
9482
9483 2002-03-31  Kazu Hirata  <kazu@hxi.com>
9484
9485         * gcc.dg/weak-1.c: Disable on h8300 port.
9486
9487 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
9488
9489         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
9490         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
9491         ordering tests.
9492         * g++.dg/bprob/bprob-1.C: New test.
9493         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
9494         * g++.dg/gcov/gcov-1.C: New test.
9495         * g++.dg/gcov/gcov-1.x: New file.
9496         * g++.dg/gcov/gcov-2.C: New test.
9497         * g++.dg/gcov/gcov-3.C: New test.
9498         * g++.dg/gcov/gcov-3.h: New file.
9499
9500 2002-03-28  Roger Sayle  <roger@eyesopen.com>
9501
9502         * g++.old-deja/g++.other/builtins5.C: New test.
9503         * g++.old-deja/g++.other/builtins6.C: New test.
9504         * g++.old-deja/g++.other/builtins7.C: New test.
9505         * g++.old-deja/g++.other/builtins8.C: New test.
9506         * g++.old-deja/g++.other/builtins9.C: New test.
9507
9508 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
9509
9510         * g++.dg/opt/static1.C: New test.
9511
9512         * g++.dg/opt/longbranch1.C: New test.
9513
9514 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
9515
9516         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
9517
9518         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
9519
9520 2002-03-28  Jeffrey A Law  (law@redhat.com)
9521
9522         * gcc.c-torture/execute/20020328-1.c: New test.
9523
9524 2002-03-27  Richard Henderson  <rth@redhat.com>
9525
9526         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
9527         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
9528         move from g++.old-deja/g++.ext/.
9529
9530 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
9531
9532         * g++.dg/init/new2.C: New test.
9533
9534 2002-03-26  Richard Henderson  <rth@redhat.com>
9535
9536         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
9537
9538         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
9539         on sparc.
9540
9541         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
9542         sparcv9 systems.
9543         * gcc.dg/20001102-1.c: Likewise.
9544
9545 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
9546
9547         * gcc.dg/cpp/endif-pedantic1.c,
9548         gcc.dg/cpp/endif-pedantic2.c:  New tests.
9549
9550 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
9551
9552         * g++.dg/init/new1.C: New test.
9553
9554 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9555
9556         * g++.dg/abi/vbase9.C: New test.
9557
9558 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
9559
9560         * gcc.dg/arm-asm.c: New test.
9561
9562 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
9563
9564         * gcc.dg/Wswitch-enum.c: New test.
9565         Fix PR c/5044.
9566
9567 2002-03-26  Richard Henderson  <rth@redhat.com>
9568
9569         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
9570         structure.
9571
9572 2002-03-25  Richard Henderson  <rth@redhat.com>
9573
9574         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
9575         sparcv9 systems.
9576
9577         * gcc.c-torture/compile/20011119-1.c (xxx): New.
9578         * gcc.c-torture/compile/20011119-2.c (xxx): New.
9579
9580 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
9581
9582         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
9583
9584 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
9585
9586         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
9587         targets using generic thunk support.
9588
9589 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
9590
9591         * gcc.c-torture/compile/20020323-1.c: New test.
9592
9593         * g++.dg/opt/conj2.C: New test.
9594
9595 2002-03-24  Richard Henderson  <rth@redhat.com>
9596
9597         * gcc.dg/weak-1.c: Use -fno-common.
9598
9599 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9600
9601         * g77.dg/f77-edit-apostrophe-out.f: New test
9602         * g77.dg/f77-edit-h-out.f: New test
9603         * g77.dg/f77-edit-t-in.f: New test
9604         * g77.dg/f77-edit-t-out.f: New test
9605         * g77.dg/f77-edit-x-out.f: New test
9606         * g77.dg/f77-edit-slash-out.f: New test
9607         * g77.dg/f77-edit-colon-out.f: New test
9608         * g77.dg/f77-edit-s-out.f: New test
9609
9610 2002-03-24  Richard Henderson  <rth@redhat.com>
9611
9612         * objc/execute/formal_protocol-6.x: New XFAIL.
9613
9614 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9615
9616         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
9617         that do not support weak symbols
9618
9619 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
9620
9621         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
9622         * lib/g77.exp:  Likewise
9623         * lib/objc.exp: Likewise
9624
9625 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
9626
9627         * gcc.dg/Wswitch-default.c: New test.
9628
9629 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
9630
9631         * g++.dg/other/enum1.C: New test.
9632
9633 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
9634
9635         * gcc.dg/pragma-ep-3.c: Fix typo.
9636
9637 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9638
9639         * g++.dg/inherit/template-as-base.C: New test.
9640
9641 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
9642
9643         * g++.old-deja/g++.other/dwarf2-1.C: Move...
9644         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
9645
9646 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
9647
9648         * gcc.dg/cpp/multiline.c: Update to match.
9649
9650 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
9651
9652         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
9653
9654 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
9655
9656         * gcc.dg/cpp/extratokens2.c:  New file.
9657
9658 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
9659
9660         * gcc.dg/20020312-2.c: Add rs6000 target.
9661
9662         * gcc.c-torture/compile/20020319-1.c: New test.
9663
9664 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9665
9666         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
9667         (A, E): Handle this.
9668
9669 2002-03-20  Jason Merrill  <jason@redhat.com>
9670
9671         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
9672         ignoring -fpic.
9673         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
9674         through prune_gcc_output.
9675
9676 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
9677
9678         * gcc.c-torture/compile/20020320-1.c: New test.
9679
9680 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
9681
9682         * gcc.c-torture/compile/20020318-1.c: New test.
9683
9684         * gcc.dg/struct-by-value-1.c: New test.
9685
9686         * gcc.dg/20020319-1.c: New test.
9687
9688 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
9689
9690         * g++.dg/opt/conj1.C: New test.
9691
9692 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
9693
9694         * g++.dg/template/qualttp20.C: Revert previous change.
9695         * g++.dg/template/qualttp3.C: Likewise.
9696         * g++.dg/template/qualttp4.C: Likewise
9697         * g++.dg/template/qualttp5.C: Likewise
9698         * g++.dg/template/qualttp6.C: Likewise
9699         * g++.dg/template/qualttp7.C: Likewise
9700         * g++.dg/template/qualttp8.C: Likewise
9701         * g++.dg/template/recurse.C: Likewise.
9702
9703 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
9704
9705         * gcc.dg/cpp/wchar-1.c: Update.
9706
9707 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
9708
9709         * g++.dg/template/conv1.C: New test.
9710         * g++.dg/template/conv2.C: New test.
9711         * g++.dg/template/conv3.C: New test.
9712         * g++.dg/template/conv4.C: New test.
9713
9714 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9715
9716         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
9717         * g++.dg/template/qualttp3.C: Likewise.
9718         * g++.dg/template/qualttp4.C: Likewise
9719         * g++.dg/template/qualttp5.C: Likewise
9720         * g++.dg/template/qualttp6.C: Likewise
9721         * g++.dg/template/qualttp7.C: Likewise
9722         * g++.dg/template/qualttp8.C: Likewise
9723         * g++.dg/template/recurse.C: Likewise.
9724
9725 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
9726
9727         * g++.dg/opt/dtor1.C: New test.
9728
9729 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
9730
9731         * gcc.c-torture/compile/20020315-1.c: New test.
9732
9733 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
9734
9735         * gcc.dg/weak-1.c: Fix scan tests.
9736
9737 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
9738
9739         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
9740         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
9741         cris-*-aout* mmix-*-*.
9742         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
9743         cris-*-aout* mmix-*-*.
9744         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
9745         cris-*-elf* cris-*-aout* and mmix-*-*.
9746         * gcc.dg/20001009-1.c: Ditto.
9747         * gcc.dg/20010912-1.c: Ditto.
9748         * gcc.dg/20020122-4.c: Ditto.
9749         * gcc.dg/inline-2.c: Ditto.
9750
9751 2002-03-14  Jeffrey A Law  (law@cygnus.com)
9752
9753         * gcc.c-torture/compile/20020314-1.c: New test.
9754
9755 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
9756
9757         * gcc.c-torture/execute/20020314-1.c: New test.
9758
9759 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
9760
9761         * g++.dg/warn/Wunused-1.C: New test.
9762
9763 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
9764
9765         * g++.dg/abi/mangle6.C: New test.
9766
9767 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
9768
9769         * gcc.c-torture/compile/20020309-2.c: New test.
9770
9771         * gcc.c-torture/compile/20020312-1.c: New test.
9772
9773 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
9774
9775         * g++.dg/other/access1.C: New test.
9776
9777 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
9778
9779         * gcc.c-torture/execute/wchar_t-1.c: New test.
9780
9781 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
9782
9783         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
9784
9785 2002-03-12  Roger Sayle  <roger@eyesopen.com>
9786
9787         * gcc.dg/20020312-1.c: New test case.
9788
9789 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
9790
9791         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
9792
9793 2002-03-11  Richard Henderson  <rth@redhat.com>
9794
9795         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
9796         * g++.old-deja/g++.jason/report.C: Likewise.
9797
9798 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
9799
9800         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
9801         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
9802
9803 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
9804
9805         * testsuite/g++.dg/overload/pmf1.C: New test.
9806
9807 2002-03-11  Kazu Hirata  <kazu@hxi.com>
9808
9809         * gcc.c-torture/execute/20020307-1.c: Use long.
9810
9811 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
9812
9813         PR optimization/5844
9814         * gcc.dg/20020310-1.c: New test.
9815
9816 2002-03-09  Michael Meissner  <meissner@redhat.com>
9817
9818         * gcc.c-torture/execute/memcpy-2.c: New test.
9819         * gcc.c-torture/execute/memset-1.c: New test.
9820         * gcc.c-torture/execute/strlen-1.c: New test.
9821         * gcc.c-torture/execute/strcmp-1.c: New test.
9822         * gcc.c-torture/execute/strncmp-1.c: New test.
9823
9824 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
9825
9826         * gcc.dg/ppc-ldstruct.c: New test.
9827
9828 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
9829
9830         * gcc.c-torture/execute/va-arg-22.c: New test.
9831
9832 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9833
9834         * gcc.c-torture/compile/20020309-1.c: New test.
9835
9836 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
9837
9838         * gcc.c-torture/execute/20020307-2.c: New test.
9839
9840 2002-03-07  Jeffrey A Law  (law@redhat.com)
9841
9842         * g77.f-torture/compile/20020307-1.f: New test.
9843
9844 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
9845
9846         * gcc.dg/unordered-1.c: New test.
9847
9848 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
9849
9850         * gcc.c-torture/execute/20020307-1.c: New test.
9851
9852 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
9853
9854         * gcc.dg/20020304-1.c: New test.
9855
9856         * gcc.c-torture/compile/20020304-2.c: New test.
9857
9858 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
9859
9860         * gcc.c-torture/compile/20020304-1.c: New test case
9861         (from PR c/5830).
9862
9863 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
9864
9865         * gcc.dg/20020103-1.c: Add other -D ppc variants.
9866
9867 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9868
9869         * g++.dg/other/classkey1.C: New test.
9870
9871 2002-03-01  Richard Henderson  <rth@redhat.com>
9872
9873         * gcc.c-torture/compile/981223-1.x: New.
9874         * gcc.c-torture/compile/920625-1.x: New.
9875
9876 2002-02-28  Richard Henderson  <rth@redhat.com>
9877
9878         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
9879
9880 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
9881
9882         * gcc.c-torture/execute/20020227-1.c: New test.
9883
9884 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
9885
9886         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
9887         here" ERROR lines.
9888         * g++.old-deja/g++.oliva/partord1.C: Likewise.
9889         * g++.old-deja.g++.other/defarg1.C: Likewise.
9890         * g++.old-deja/g++.pt/calls2.C: Likewise.
9891         * g++.old-deja/g++.pt/crash20.C: Likewise.
9892         * g++.old-deja/g++.pt/crash30.C: Likewise.
9893         * g++.old-deja/g++.pt/crash36.C: Likewise.
9894         * g++.old-deja/g++.pt/crash6.C: Likewise.
9895         * g++.old-deja/g++.pt/defarg13.C: Likewise.
9896         * g++.old-deja/g++.pt/derived3.C: Likewise.
9897         * g++.old-deja/g++.pt/error1.C: Likewise.
9898         * g++.old-deja/g++.pt/friend21.C: Likewise.
9899         * g++.old-deja/g++.pt/friend23.C: Likewise.
9900         * g++.old-deja/g++.pt/infinite1.C: Likewise.
9901         * g++.old-deja/g++.robertl/eb128.C: Likewise.
9902
9903 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
9904
9905         * gcc.c-torture/execute/20020225-2.c: New test.
9906
9907 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
9908
9909         * gcc.c-torture/execute/920730-1t.c,
9910         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
9911         Delete test cases, only relevant to -traditional.
9912
9913 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9914
9915         * gcc.dg/cpp/undef1.c: Remove.
9916         * gcc.dg/cpp/directiv.c: Update.
9917         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
9918
9919 2002-02-27  Michael Meissner  <meissner@redhat.com>
9920
9921         * gcc.c-torture/execute/20020226-1.c: New test.
9922
9923 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
9924
9925         * g++.dg/debug/debug4.C: New test.
9926
9927         * gcc.dg/ia64-visibility-1.c: New test.
9928
9929 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
9930
9931         * gcc.dg/debug/20020224-1.c: New.
9932
9933 2002-02-25  Kazu Hirata  <kazu@hxi.com>
9934
9935         * gcc.c-torture/execute/960416-1.x: New.
9936         * gcc.c-torture/execute/divconst-3.x: Likewise.
9937
9938 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
9939
9940         * gcc.dg/20020224-1.c: New test.
9941
9942 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
9943
9944         * gcc.c-torture/execute/20020225-1.c: New.
9945
9946 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9947
9948         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
9949
9950 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
9951
9952         * gcc.dg/20020222-1.c: New test.
9953
9954 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
9955
9956         * g++.dg/opt/anonunion1.C: New test.
9957
9958 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
9959
9960         * g++.dg/template/qualttp19.C: New test.
9961         * g++.dg/template/qualttp20.C: New test.
9962         * g++.old-deja/g++.jason/report.C: Adjust expected errors
9963         * g++.old-deja/g++.other/qual1.C: Likewise.
9964
9965 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
9966
9967         * gcc.dg/attr-alwaysinline.c: New.
9968
9969 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9970
9971         * gcc.dg/20020220-1.c: New test.
9972
9973         * gcc.dg/20020220-2.c: New test.
9974
9975         * g++.dg/opt/mmx1.C: New test.
9976
9977 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
9978
9979         * gcc.c-torture/compile/20020110.c: New test.
9980
9981 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
9982
9983         * gcc.c-torture/execute/20020219-1.c: New test.
9984
9985         * gcc.dg/20020219-1.c: New test.
9986
9987         * gcc.dg/noncompile/20020220-1.c: New test.
9988
9989         * g++.dg/opt/ptrintsum1.C: New test.
9990
9991         * gcc.dg/debug/20020220-1.c: New test.
9992
9993 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
9994
9995         * gcc.c-torture/execute/20020216-1.c: New test.
9996
9997 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9998
9999         * gcc.dg/decl-1.c: Update, new test.
10000
10001 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10002
10003         * g++.dg/abi/bitfield1.C: New test.
10004         * g++.dg/abi/bitfield2.C: New test.
10005
10006 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10007
10008         * gcc.dg/attr-nest.c: New test.
10009
10010 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10011
10012         * gcc.c-torture/execute/20020215-1.c: New test.
10013
10014 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
10015
10016         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10017         * g++.dg/debug/debug.exp: New.
10018         * g++.dg/debug/trivial.C: New.
10019         * g++.dg/debug/debug1.C: Moved...
10020         * g++.dg/other/debug1.C: ...from here.
10021         * g++.dg/debug/debug2.C: Moved...
10022         * g++.dg/other/debug2.C: ...from here.
10023         * g++.dg/debug/debug3.C: Moved...
10024         * g++.dg/other/debug3.C: ...from here.
10025
10026         * gcc.dg/noncompile/20020213-1.c: New test.
10027
10028 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
10029
10030         * g++.dg/other/debug3.C: New test.
10031
10032         * gcc.c-torture/execute/20020213-1.c: New test.
10033
10034 2002-02-13  Richard Smith <richard@ex-parrot.com>
10035
10036         * g++.old-deja/g++.other/thunk1.C: New test.
10037
10038 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10039
10040         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10041
10042 2002-02-13  Stan Shebs  <shebs@apple.com>
10043
10044         * gcc.dg/altivec-3.c: New.
10045
10046 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
10047
10048         * gcc.dg/Wunreachable-1.c: New test.
10049         * gcc.dg/Wunreachable-2.c: New test.
10050
10051 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10052
10053         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10054
10055 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10056
10057         * gcc.dg/decl-1.c: New test.
10058
10059 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10060
10061         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10062
10063 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10064
10065         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10066         * gcc.c-torture/compile/980506-1.x: Likewise.
10067
10068 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10069
10070         * gcc.dg/20020210-1.c: New.
10071
10072 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
10073
10074         * g77.f-torture/execute/947.f: New regression test
10075         for PR fortran/947.
10076
10077 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10078
10079         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10080         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10081
10082 2002-02-08  Richard Henderson  <rth@redhat.com>
10083
10084         * gcc.c-torture/compile/labels-3.c: New.
10085
10086 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
10087
10088         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10089         expression statements work instead.
10090         * gcc.dg/noncompile/20020207-1.c: New test.
10091
10092 2002-02-07  Richard Henderson  <rth@redhat.com>
10093
10094         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10095
10096 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10097
10098         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10099         message from g77
10100         * lib/g77-dg.exp: Trim g77 error messages so that they are
10101         recognized by dg.exp.
10102
10103 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10104
10105         PR fortran/5473
10106         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
10107
10108 2002-02-07  Richard Henderson  <rth@redhat.com>
10109
10110         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10111         to be sufficiently aligned for integers.
10112
10113 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
10114
10115         * g++.dg/template/friend4.C: New test.
10116
10117 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10118
10119         PR fortran/5743
10120         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10121         unsupported cases.
10122
10123 2002-02-07  Richard Henderson  <rth@redhat.com>
10124
10125         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10126         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10127         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10128         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10129
10130 2002-02-06  Richard Henderson  <rth@redhat.com>
10131
10132         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10133
10134 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
10135
10136         * gcc.dg/20020206-1.c: New test.
10137
10138 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
10139
10140         * gcc.c-torture/execute/20020206-1.c: New test.
10141
10142         * gcc.c-torture/execute/20020206-2.c: New test.
10143
10144         PR optimization/5429:
10145         * gcc.c-torture/compile/20020206-1.c: New test.
10146
10147 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10148
10149         * g++.dg/ext/align1.C: Do not use an explicit alignment value
10150         as certain file formats cannot support particularly large
10151         alignments.
10152
10153         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10154         and do not expect to be able to link the executable.
10155
10156         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10157         fail because the COFF format does not support the weak attribute.
10158
10159 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
10160
10161         * g77.dg/pr5473.f:  New test
10162
10163 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
10164
10165         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10166         Fix testcase accordingly.
10167
10168 2002-02-04  Richard Henderson  <rth@redhat.com>
10169
10170         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10171         (buf): Change to be an array of pointers, not ints.
10172
10173 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10174
10175         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
10176         before all tests.  Move warning one line above to match where it
10177         C frontend emits.
10178         * gcc.dg/Wswitch-2.c: New test.
10179         * g++.dg/warn/Wswitch-1.C: New test.
10180         * g++.dg/warn/Wswitch-2.C: New test.
10181
10182 2002-02-04  Richard Henderson  <rth@redhat.com>
10183
10184         * g++.dg/abi/offsetof.C: Fix size comparison.
10185
10186 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
10187
10188         * gcc.dg/cast-qual-2.c: New test.
10189
10190 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10191
10192         * gcc.dg/20020201-4.c: New test.
10193
10194 2002-02-04  Ben Elliston  <bje@redhat.com>
10195
10196         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
10197         target_info attribute != 0, in addition to the empty string.
10198         (gcc_target_compile): Likewise.
10199
10200 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
10201
10202         * gcc.dg/Wswitch.c: New test.
10203         PR gcc/4475. PR gcc/3780.
10204
10205 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
10206
10207         * g77.f-torture/execute/5122.f: New test for regressions
10208         against PR fortran/5122.
10209
10210 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
10211
10212         * g77.f-torture/compile/pr3743.f: Delete
10213         * g77.dg/pr3743-1.f: New test.
10214         * g77.dg/pr3743-2.f: New test.
10215         * g77.dg/pr3743-3.f: New test.
10216         * g77.dg/pr3743-4.f: New test.
10217
10218 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10219
10220         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
10221
10222 2002-02-02  Richard Henderson  <rth@redhat.com>
10223
10224         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
10225         * gcc.c-torture/execute/bf64-1.c: Likewise.
10226
10227 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10228
10229         * gcc.dg/20020201-2.c: New test.
10230
10231         * gcc.dg/20020201-3.c: New test.
10232
10233         * gcc.c-torture/execute/bitfld-2.c: New test.
10234
10235 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
10236
10237         * gcc.dg/bitfld-1.c: Update.
10238         * gcc.dg/bitfld-2.c: Update.
10239         * gcc.c-torture/execute/bitfld-1.x: New.
10240
10241 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
10242
10243         * gcc.c-torture/execute/20020201-1.c: New test.
10244
10245 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
10246
10247         PR target/5469
10248         * gcc.dg/20020201-1.c: New test.
10249
10250 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
10251
10252         PR fortran/3743
10253         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
10254         * g77.f-torture/compile/pr3743.x: Remove
10255
10256 2002-01-31  Tom Rix  <trix@redhat.com>
10257
10258         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
10259
10260 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10261
10262         * gcc.dg/noncompile/20020130-1.c: New test.
10263
10264 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
10265
10266         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
10267
10268 2002-01-29  Richard Henderson  <rth@redhat.com>
10269
10270         * gcc.c-torture/execute/991118-1.c: Cast various constants back
10271         to long long.
10272         * gcc.c-torture/execute/bf64-1.c: Likewise.
10273
10274 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
10275
10276         * gcc.c-torture/execute/20020129-1.c: New test.
10277
10278 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10279
10280         * gcc.c-torture/compile/20000224-1.c: Update.
10281         * gcc.c-torture/execute/bitfld-1.c: New tests.
10282         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
10283         * gcc.dg/uninit-A.c: Update.
10284
10285 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
10286
10287         * g++.dg/template/ctor1.C: Add instantiation.
10288
10289 2002-01-28  Paul Koning  <pkoning@equallogic.com>
10290
10291         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
10292         argument to __builtin_prefetch to be const ptr.
10293
10294 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
10295
10296         * gcc.c-torture/compile/20020120-1.c: New test.
10297
10298 2002-01-27  Kazu Hirata  <kazu@hxi.com>
10299
10300         * gcc.c-torture/execute/20020127-1.c: New test.
10301
10302 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
10303
10304         * g77.dg/f77-edit-i-in.f: New test
10305         * g77.dg/f77-edit-i-out.f: New test
10306
10307 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
10308
10309         * gcc.dg/debug/debug.exp: New file.
10310         * gcc.dg/debug/trivial.c: New file.
10311         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
10312         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
10313         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
10314         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
10315         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
10316         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
10317         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
10318         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
10319         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
10320         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
10321         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
10322         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
10323         * gcc.dg/20000503-1.c: Removed.
10324         * gcc.dg/20010207-1.c: Removed.
10325         * gcc.dg/20011223-1.c: Removed.
10326         * gcc.dg/20020104-2.c: Removed.
10327         * gcc.dg/debug-1.c: Removed.
10328         * gcc.dg/debug-2.c: Removed.
10329         * gcc.dg/debug-3.c: Removed.
10330         * gcc.dg/debug-4.c: Removed.
10331         * gcc.dg/debug-5.c: Removed.
10332         * gcc.dg/debug-6.c: Removed.
10333         * gcc.dg/dwarf2-1.c: Removed.
10334         * gcc.dg/dwarf2-2.c: Removed.
10335
10336 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
10337
10338         * g++.old-deja/g++.other/eh5.C: New test.
10339         * g++.old-deja/g++.other/sibcall2.C: New test.
10340         * g++.old-deja/g++.other/array9.C: New test.
10341         * g++.old-deja/g++.other/typename2.C: New test.
10342         * g++.old-deja/g++.other/crash60.C: New test.
10343         * g++.old-deja/g++.other/conv9.C: New test.
10344         * g++.old-deja/g++.other/mangle10.C: New test.
10345         * g++.old-deja/g++.other/unchanging1.C: New test.
10346         * g++.old-deja/g++.other/exprstmt1.C: New test.
10347         * g++.old-deja/g++.other/inline23.C: New test.
10348         * g++.old-deja/g++.eh/ia64-1.C: New test.
10349         * g++.old-deja/g++.other/dwarf2-1.C: New test.
10350         * g++.old-deja/g++.other/reload1.C: New test.
10351         * g++.old-deja/g++.other/static20.C: New test.
10352         * g++.old-deja/g++.other/local-alloc1.C: New test.
10353         * g++.old-deja/g++.other/conv8.C: New test.
10354         * g++.old-deja/g++.other/stmtexpr2.C: New test.
10355         * g++.old-deja/g++.other/storeexpr1.C: New test.
10356         * g++.old-deja/g++.other/storeexpr2.C: New test.
10357         * g++.dg/eh/template2.C: New test.
10358         * g++.dg/warn/weak1.C: New test.
10359
10360 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
10361
10362         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
10363         Remove first, non-varying, argument.
10364
10365 2002-01-23  Richard Henderson  <rth@redhat.com>
10366
10367         * gcc.dg/inline-2.c: New.
10368
10369         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
10370         Add optional target arg.  Check number of arguments.
10371         (scan-assembler-not, scan-assembler-dem): Likewise.
10372         (scan-assembler-dem-not): Likewise.
10373
10374 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10375
10376         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
10377         line 12.
10378         * g++.old-deja/g++.brendan/parse3.C,
10379         g++.old-deja/g++.other/crash26.C,
10380         g++.old-deja/g++.other/crash28.C,
10381         g++.old-deja/g++.other/crash29.C,
10382         g++.old-deja/g++.other/crash30.C,
10383         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
10384
10385 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
10386
10387         * gcc.dg/20020115-1.c: New.
10388
10389 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
10390
10391         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
10392
10393 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
10394
10395         * gcc.dg/20020122-3.c: New.
10396
10397 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10398
10399         * g++.dg/other/gc1.C: New test.
10400
10401 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
10402
10403         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
10404
10405 2002-01-22  Richard Henderson  <rth@redhat.com>
10406
10407         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
10408
10409 2002-01-22  Richard Henderson  <rth@redhat.com>
10410
10411         * gcc.dg/20020122-4.c: New.
10412
10413 2002-01-22  H.J. Lu <hjl@gnu.org>
10414
10415         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
10416         link output.
10417         * gcc.dg/special/ecos.exp: Likewise.
10418         * lib/g++-dg.exp: Likewise.
10419         * lib/g77-dg.exp: Likewise.
10420         * lib/gcc-dg.exp : Likewise.
10421         * lib/mike-g++.exp: Likewise.
10422         * lib/mike-g77.exp: Likewise.
10423         * lib/mike-gcc.exp: Likewise.
10424         * lib/objc-dg.exp: Likewise.
10425
10426 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
10427
10428         PR target/5379
10429         * gcc.dg/20020122-2.c: New test.
10430
10431 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
10432
10433         * gcc.dg/20020122-1.c: New test.
10434
10435 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
10436
10437         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
10438
10439 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
10440
10441         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
10442
10443 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10444
10445         * gcc.c-torture/compile/20020121-1.c: New test.
10446
10447 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10448
10449         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
10450         ld_library_path.
10451
10452 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
10453
10454         * gcc.dg/20020218-1.c: New test.
10455
10456 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
10457
10458         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
10459         messages
10460         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
10461         "At global scope" warning
10462         * g++.dg/ext/align1.C: Change cygwin test for alignment
10463         from db-bogus to dg-warning
10464
10465 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
10466
10467         * g77.f-torture/compile/cpp2.F: New test.
10468
10469 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10470
10471         * g++.dg/template/access1.C: New test.
10472
10473 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
10474
10475         * gcc.dg/20020118-1.c: New.
10476
10477 2002-01-18  Kazu Hirata  <kazu@hxi.com>
10478
10479         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
10480
10481 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10482
10483         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
10484         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
10485         alignment warnings.
10486
10487 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
10488
10489         * gcc.misc-tests/i386-prefetch.exp: Save and restore
10490         torture_with_loops and torture_without_loops
10491
10492 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
10493
10494         * gcc.c-torture/compile/20020116-1.c: New test.
10495
10496 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
10497
10498         * gcc.dg/20020116-2.c: New test.
10499
10500         * gcc.dg/ultrasp4.c: New test.
10501
10502         * gcc.dg/20020116-1.c: New test.
10503
10504 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
10505
10506         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
10507         by EABI.
10508
10509 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
10510
10511         * gcc.misc-tests/i386-prefetch.exp: New.
10512         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
10513         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
10514         * gcc.misc-tests/i386-pf-none-1.c: New test.
10515         * gcc.misc-tests/i386-pf-sse-1.c: New test.
10516
10517 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10518
10519         * gcc.dg/gnu89-init-1.c: Add new tests.
10520
10521 2002-01-15  Andreas Jaeger  <aj@suse.de>
10522
10523         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
10524         * gcc.dg/i386-mmx-2.c: Likewise.
10525         * gcc.dg/i386-sse-1.c: Likewise.
10526         * gcc.dg/i386-sse-2.c: Likewise.
10527         * gcc.dg/i386-sse-3.c: Likewise.
10528
10529 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
10530
10531         * g77.f-torture/execute/intrinsic-unix-bessel.f:
10532         Uncomment additional cases that now pass.
10533
10534 2002-01-11  Richard Henderson  <rth@redhat.com>
10535
10536         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
10537         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
10538
10539 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
10540
10541         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
10542
10543 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
10544
10545         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
10546         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
10547
10548 2002-01-10  Dale Johannesen  <dalej@apple.com>
10549
10550         * gcc.c-torture/execute/loop-11.c: New.
10551
10552 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
10553
10554         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
10555         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
10556
10557 2002-01-09  Richard Henderson  <rth@redhat.com>
10558
10559         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
10560         type in which to perform the operation for each size.
10561
10562 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
10563
10564         * gcc.c-torture/compile/20020109-2.c: New test.
10565
10566 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
10567
10568         * gcc.c-torture/execute/loop-10.c: New test.
10569
10570 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10571
10572         * gcc.c-torture/compile/20010226-1.c: New test.
10573         * gcc.c-torture/compile/20010227-1.c: New test.
10574         * gcc.c-torture/compile/20010426-1.c: New test.
10575         * gcc.c-torture/compile/20010510-1.c: New test.
10576         * gcc.c-torture/compile/20010605-3.c: New test.
10577         * gcc.c-torture/compile/20010824-1.c: New test.
10578         * gcc.c-torture/execute/20010409-1.c: New test.
10579         * gcc.dg/noncompile/20000901-1.c: New test.
10580         * gcc.dg/20001023-1.c: New test.
10581         * gcc.dg/20001101-1.c: New test.
10582         * gcc.dg/20001102-1.c: New test.
10583         * gcc.dg/20010207-1.c: New test.
10584         * gcc.dg/20010405-1.c: New test.
10585         * gcc.dg/20010822-1.c: New test.
10586         * gcc.dg/20011107-1.c: New test.
10587
10588 2002-01-09  Jeffrey A Law  (law@redhat.com)
10589
10590         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
10591
10592         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
10593         execution failure on PA targets.
10594
10595 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10596
10597         * gcc.c-torture/compile/20020109-1.c: New test.
10598
10599 2002-01-08  Kazu Hirata  <kazu@hxi.com>
10600
10601         * gcc.c-torture/execute/20020108-1.c: New test.
10602
10603 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
10604
10605         * gcc.dg/20020108-1.c: New test.
10606
10607 2002-01-08  H.J. Lu <hjl@gnu.org>
10608
10609         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
10610         for header files.
10611
10612 2002-01-08  Geoff Keating  <geoffk@redhat.com>
10613
10614         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
10615         consistency.
10616
10617 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
10618
10619         * gcc.dg/altivec-4.c: Test altivec predicates.
10620
10621 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
10622
10623         * gcc.c-torture/execute/20020107-1.c: New test.
10624
10625 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10626
10627         PR c/5279
10628         * gcc.c-torture/compile/20020106-1.c: New test.
10629
10630 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
10631
10632         * gcc.c-torture/execute/nestfunc-4.c: New test.
10633
10634 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10635
10636         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
10637         extra triple that slipped in.
10638         * g++.old-deja/g++.abi/align.C: Likewise.
10639         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10640
10641 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
10642
10643         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
10644         * g++.old-deja/g++.abi/align.C: Likewise.
10645         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10646
10647         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
10648         on FreeBSD/i386.
10649         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
10650         FreeBSD.
10651
10652 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
10653
10654         * gcc.dg/20020104-1.c: New test.
10655
10656         * gcc.dg/20020104-2.c: New test.
10657
10658 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
10659
10660         * gcc.dg/20020103-1.c: Fix typo in target selector.
10661
10662 2002-01-03  Richard Henderson  <rth@redhat.com>
10663
10664         * gcc.dg/20020103-1.c: New.
10665
10666 2002-01-03  Kazu Hirata  <kazu@hxi.com>
10667
10668         * gcc.c-torture/execute/20020103-1.c: New test.
10669
10670 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10671
10672         * g++.dg/other/debug2.C: New test.
10673
10674         * gcc.c-torture/compile/20020103-1.c: New test.
10675
10676 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
10677
10678         * gcc.dg/gnu89-init-1.c: Added new tests.
10679
10680 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10681
10682         * g++.dg/template/friend2.C: Remove as patch is reverted.
10683
10684         * g++.dg/warn/oldcast1.C: New test.
10685
10686         * g++.dg/template/ptrmem1.C: New test.
10687         * g++.dg/template/ptrmem2.C: New test.
10688
10689         * g++.dg/template/ntp.C: New test.
10690
10691         * g++.dg/other/component1.C: New test.
10692
10693         * g++.dg/template/ttp3.C: New test.
10694
10695         * g++.dg/template/friend2.C: New test.
10696         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
10697
10698 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10699
10700         * g++.dg/other/ptrmem1.C: New test.
10701         * g++.dg/other/ptrmem2.C: New test.
10702
10703 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10704
10705         * g++.dg/template/ctor1.C: New test.
10706
10707 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
10708
10709         * g++.dg/template/friend2.C: New test.
10710
10711 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
10712
10713         * gcc.dg/mmix-1.c: New test.
10714
10715 2001-12-31  Richard Henderson  <rth@redhat.com>
10716
10717         * gcc.dg/asm-5.c: New.
10718
10719 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
10720
10721         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
10722         in namespace __gnu_cxx
10723
10724 2001-12-30  Richard Henderson  <rth@redhat.com>
10725
10726         * gcc.dg/debug-6.c: New.
10727
10728 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
10729
10730         * gcc.c-torture/compile/20011229-2.c: New test.
10731
10732 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
10733
10734         * gcc.dg/debug-3.c: New test.
10735         * gcc.dg/debug-4.c: New test.
10736         * gcc.dg/debug-5.c: New test.
10737
10738 2001-12-29  Richard Henderson  <rth@redhat.com>
10739
10740         * g++.dg/eh/loop1.C: New.
10741
10742 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10743
10744         * g++.dg/template/crash1.C: New test.
10745
10746 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
10747
10748         * g++.dg/other/const1.C: New test.
10749
10750 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10751
10752         * gcc.c-torture/compile/20011229-1.c: New test.
10753
10754 2001-12-28  Stan Shebs  <shebs@apple.com>
10755
10756         * lib/objc-torture.exp: Resync with c-torture.exp.
10757         * lib/objc.exp: Load standard libraries.
10758
10759 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
10760
10761         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
10762         additional tests.
10763
10764 2001-12-27  Roger Sayle <roger@eyesopen.com>
10765
10766         * gcc.c-torture/execute/string-opt-16.c: New testcase.
10767
10768 2001-12-27  Richard Henderson  <rth@redhat.com>
10769
10770         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
10771
10772 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
10773
10774         * g++.dg/eh/ctor1.C: New test.
10775         * g++.dg/other/error2.C: New test.
10776
10777 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
10778
10779         * g++.dg/other/init2.C: New test.
10780
10781 2001-12-24  Richard Henderson  <rth@redhat.com>
10782
10783         * gcc.dg/20011223-1.c: New.
10784         * gcc.dg/inline-1.c: New.
10785
10786 2001-12-23  Richard Henderson  <rth@redhat.com>
10787
10788         * gcc.dg/asm-4.c: Test operand modifiers.
10789
10790 2001-12-23  Richard Henderson  <rth@redhat.com>
10791
10792         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
10793
10794 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
10795
10796         * gcc.c-torture/execute/20011223-1.c: New test.
10797
10798 2001-12-21  Richard Henderson  <rth@redhat.com>
10799
10800         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
10801         re-enables the warning.
10802
10803 2001-12-21  Richard Henderson  <rth@redhat.com>
10804
10805         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
10806
10807 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
10808
10809         * gcc.c-torture/compile/20011218-1.c: New test.
10810
10811 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
10812
10813         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
10814         arm-isr.c test.
10815         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
10816         epilogue generation for ARM ISR routines.
10817
10818 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10819
10820         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
10821         * gcc.dg/format/c90-printf-3.c: Likewise.
10822         * gcc.dg/format/c99-printf-3.c: Likewise.
10823         * gcc.dg/format/ext-1.c: Likewise.
10824         * gcc.dg/format/ext-6.c: Likewise.
10825         * gcc.dg/format/format.h: Prototype unlocked stdio.
10826
10827 2001-12-20  Richard Henderson  <rth@redhat.com>
10828
10829         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
10830         (arena): Use it.
10831         (malloc): Correct allocation logic.  Abort if we fill up the
10832         arena before initialization complete.
10833         (realloc): Correct allocation logic.
10834
10835 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
10836
10837         * gcc.c-torture/compile/20011219-2.c: New test.
10838
10839         * gcc.c-torture/execute/20011219-1.c: New test.
10840
10841 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
10842
10843         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
10844         target does not support weak symbols.
10845
10846 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10847
10848         * gcc.c-torture/compile/20011219-1.c: New test.
10849
10850 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
10851
10852         * g++.dg/other/error1.C: New test.
10853
10854 2001-12-17  Jeffrey A Law  (law@redhat.com)
10855
10856         * gcc.c-torture/execute/20011217-1.c: New test.
10857
10858 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
10859
10860         * objc.dg/special/: New directory.
10861         * objc.dg/special/special.exp: New file.
10862         * objc.dg/special/unclaimed-category-1.h: New file.
10863         * objc.dg/special/unclaimed-category-1a.m: New file.
10864         * objc.dg/special/unclaimed-category-1.m: New file.
10865
10866 2001-12-17  Andreas Jaeger  <aj@suse.de>
10867
10868         * gcc.c-torture/compile/20011217-2.c: New test.
10869
10870 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10871
10872         * gcc.c-torture/compile/20011217-1.c: New test.
10873
10874 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
10875
10876         * testsuite/gcc.dg/20011214-1.c: New.
10877
10878 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
10879
10880         * gcc.dg/altivec-4.c: New.
10881
10882 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
10883
10884         * gcc.dg/20011113-1.c: New test.
10885
10886 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10887
10888         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
10889         std::__malloc_alloc_template<0> and
10890         std::__default_alloc_template<false, 0>.
10891
10892 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
10893
10894         * objc/execute/bf-21.m: New test.
10895         * objc/execute/enumeration-1.m: New test.
10896         * objc/execute/enumeration-2.m: New test.
10897
10898 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
10899
10900         * gcc.dg/gnu89-init-1.c: New test.
10901
10902 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
10903
10904         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
10905         * g++.old-deja/g++.jason/2371.C: Likewise.
10906         * g++.old-deja/g++.jason/template33.C: Likewise.
10907         * g++.old-deja/g++.jason/template34.C: Likewise.
10908         * g++.old-deja/g++.jason/template36.C: Likewise.
10909         * g++.old-deja/g++.oliva/typename1.C: Likewise.
10910         * g++.old-deja/g++.oliva/typename2.C: Likewise.
10911         * g++.old-deja/g++.other/typename1.C: Likewise.
10912         * g++.old-deja/g++.pt/inherit2.C: Likewise.
10913         * g++.old-deja/g++.pt/nontype5.C: Likewise.
10914         * g++.old-deja/g++.pt/typename11.C: Likewise.
10915         * g++.old-deja/g++.pt/typename14.C: Likewise.
10916         * g++.old-deja/g++.pt/typename16.C: Likewise.
10917         * g++.old-deja/g++.pt/typename3.C: Likewise.
10918         * g++.old-deja/g++.pt/typename4.C: Likewise.
10919         * g++.old-deja/g++.pt/typename5.C: Likewise.
10920         * g++.old-deja/g++.pt/typename7.C: Likewise.
10921         * g++.old-deja/g++.robertl/eb9.C: Likewise.
10922
10923 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
10924
10925         * g++.dg/other/linkage1.C: New test.
10926         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
10927         specifiers.
10928
10929 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
10930
10931         * gcc.dg/concat.c: New test.
10932
10933 2001-12-11  Stan Shebs  <shebs@apple.com>
10934
10935         * objc/compile: New test directory.
10936         * objc/compile/compile.exp: New expect script.
10937         * objc/compile/20011211-1.m: New compile test.
10938
10939 2001-12-11  Jason Merrill  <jason@redhat.com>
10940
10941         * lib/prune.exp (prune_gcc_output): Also handle "In member
10942         function".  So many permutations...
10943
10944 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
10945
10946         * g++.dg/template/typedef1.C: New test.
10947
10948 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
10949
10950         * g++.dg/other/copy1.C: New test.
10951
10952 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
10953
10954         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
10955
10956         * gcc.dg/builtin-choose-expr.c: New.
10957
10958 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
10959
10960         * gcc.dg/altivec-2.c: New.
10961
10962 2001-12-07  Richard Henderson  <rth@redhat.com>
10963
10964         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
10965
10966 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
10967
10968         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
10969         ultrasparc.
10970
10971 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10972
10973         * g++-old.deja/g++.robertl/eb101.C: Deleted.
10974
10975 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
10976
10977         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
10978         variable argument list.
10979
10980 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
10981
10982         * gcc.c-torture/execute/memcheck: Delete entire directory.
10983         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
10984         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
10985
10986 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
10987
10988         * gcc.dg/Wshadow-1.c: New test.
10989
10990 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
10991
10992         * gcc.c-torture/compile/20011130-1.c: New test.
10993
10994         * gcc.dg/noncompile/20011025-1.c: New test.
10995
10996         * g++.dg/other/anon-union.C: New test.
10997
10998         * gcc.c-torture/execute/20011024-1.c: New test.
10999
11000 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11001
11002         * gcc.c-torture/execute/20000722-1.x,
11003         gcc.c-torture/execute/20010123-1.x: Remove.
11004         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11005         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11006         gcc.dg/c99-complit-2.c: New tests.
11007
11008 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11009
11010         * g++.dg/inherit/base1.C: New test.
11011
11012 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11013
11014         * g++.dg/other/stdarg1.C: New test.
11015
11016         * gcc.c-torture/compile/20011130-2.c: New test.
11017
11018 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
11019
11020         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11021         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11022         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11023         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11024         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11025         * gcc.dg/builtin-prefetch-1.c: New test.
11026
11027 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
11028
11029         * gcc.dg/20011130-1.c: New test.
11030
11031 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
11032
11033         * g++.dg/other/scope1.C: New test.
11034         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11035
11036 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11037
11038         * gcc.dg/vla-init-1.c: New test.
11039
11040 2001-12-01  Geoff Keating  <geoffk@redhat.com>
11041
11042         * gcc.c-torture/compile/structs.c: New testcase from GDB.
11043
11044 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11045
11046         * objc.dg/alias.m: Update.
11047         * objc.dg/class-1.m: Update.
11048         * objc.dg/const-str-1.m: Update.
11049         * objc.dg/fwd-proto-1.m: Update.
11050         * objc.dg/id-1.m: Update.
11051         * objc.dg/super-class-1.m: Update.
11052
11053 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
11054
11055         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11056         constructs.
11057
11058 2001-11-28  Jeffrey A Law  (law@cygnus.com)
11059
11060         * gcc.c-torture/execute/20011128-1.c: New test.
11061
11062 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
11063
11064         * gcc.dg/20011127-1.c: New test.
11065
11066 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11067
11068         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
11069         from Austin Group draft 7.
11070         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
11071         scanf format arguments.
11072         * gcc.dg/format/no-exargs-2.c: New test.
11073
11074 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
11075
11076         * g++.dg/abi/vbase8-4.C: New test.
11077
11078 2001-11-24  Ian Lance Taylor  <ian@airs.com>
11079
11080         * gcc.c-torture/execute/20011121-1.c: New test.
11081
11082 2001-11-23  Jeffrey A Law  (law@cygnus.com)
11083
11084         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11085
11086 2001-11-23  Andreas Jaeger  <aj@suse.de>
11087
11088         * gcc.dg/cpp/charconst-2.c: New test.
11089
11090 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
11091
11092         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11093         to the host if it is remote.  Let tests specify extra headers
11094         they use.
11095         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11096         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11097         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11098         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11099         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11100         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11101         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11102         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11103         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11104         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11105
11106 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
11107
11108         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11109         for little endian ARMs.
11110
11111 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
11112
11113         * gcc.c-torture/compile/20011119-1.c: New test.
11114         * gcc.c-torture/compile/20011119-2.c: New test.
11115
11116 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
11117
11118         * gcc.dg/altivec-1.c: Fix typo.
11119
11120 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11121
11122         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11123
11124 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11125
11126         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11127
11128 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
11129
11130         * lib/g77.exp: Don't specify --rpath-link.
11131
11132         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11133         across all the headers.
11134         * gcc.dg/format/format.exp: For testing on a remote host,
11135         copy format.h.
11136
11137         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11138         * gcc.c-torture/execute/930406-1.c: Likewise.
11139         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11140
11141 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
11142
11143         * gcc.dg/altivec-1.c: New.
11144
11145 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
11146
11147         * gcc.dg/cpp/fpreprocessed.c: New test case.
11148
11149 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11150
11151         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11152         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11153         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11154
11155 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11156
11157         * gcc.dg/no-builtin-1.c: New test.
11158
11159 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
11160
11161         * gcc.c-torture/execute/20011115-1.c: New test.
11162
11163 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
11164
11165         * gcc.c-torture/compile/20011114-2.c: New test.
11166         * gcc.c-torture/compile/20011114-3.c: New test.
11167         * gcc.c-torture/compile/20011114-4.c: New test.
11168
11169 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11170
11171         * g++.dg/other/init1.C: New test.
11172
11173 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
11174
11175         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11176         message.
11177
11178         * gcc.c-torture/execute/20011114-1.c: New testcase.
11179
11180         * gcc.c-torture/compile/20010327-1.c: Revert last change.
11181         * gcc.c-torture/compile/20011114-1.c: New test, exactly
11182         like the (before this change) version of 20010327-1.c.
11183
11184 2001-11-14  Roger Sayle <roger@eyesopen.com>
11185
11186         * gcc.c-torture/execute/string-opt-13.c: New testcase.
11187
11188 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
11189
11190         * g++.dg/init/array2.C: New test.
11191
11192 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
11193
11194         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11195
11196 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
11197
11198         * g++.dg/other/forscope1.C: New test.
11199         * g++.dg/ext/forscope1.C: New test.
11200         * g++.dg/ext/forscope2.C: New test.
11201
11202 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
11203
11204         * gcc.c-torture/execute/20011113-1.c: New test.
11205
11206 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
11207
11208         * gcc.c-torture/execute/20011109-2.c: New test.
11209
11210         * gcc.c-torture/execute/20011109-1.c: New test.
11211
11212 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
11213
11214         * gcc.c-torture/compile/20011109-1.c: New test.
11215
11216 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11217
11218         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
11219         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
11220         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
11221         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
11222         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
11223         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
11224         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
11225
11226 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11227
11228         * g++.dg/warn/Wshadow-1.C: New tests.
11229         * g++.old-deja/g++.mike/for3.C: Update.
11230
11231 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11232
11233         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
11234         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
11235         XFAILs.  Adjust expected error texts.
11236         * gcc.c-torture/compile/20011106-1.c,
11237         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
11238         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
11239         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
11240         gcc.dg/c99-array-lval-5.c: New tests.
11241
11242 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11243
11244         * gcc.dg/cpp/defined.c: Update.
11245
11246 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11247
11248         * gcc.c-torture/execute/anon-1.c: New test.
11249
11250 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
11251
11252         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
11253         same size, so no warning should be produced on stormy16.
11254
11255         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
11256         due to oversized array.
11257         * g++.old-deja/g++.mike/ns15.C: Likewise.
11258         * g++.old-deja/g++.pt/crash16.C: Likewise.
11259
11260 2001-11-02  Graham Stott  <grahams@redhat.com>
11261
11262         * g++.dgother/debug1.C: Fix typos.
11263
11264 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
11265
11266         * g++.dg/other/debug1.C: New test.
11267
11268 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11269
11270         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
11271         of unsigned long.
11272
11273 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
11274
11275         * gcc.dg/20011029-2.c: New test.
11276
11277         * gcc.c-torture/compile/20011029-1.c: New test.
11278
11279 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
11280
11281         * objc/execute/class_self-1.m: New test.
11282         * objc/execute/class_self-2.m: New test.
11283
11284 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
11285
11286         * gcc.misc-tests/msgs.exp: Delete.
11287         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
11288         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
11289         error set to match recent changes.
11290
11291 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
11292
11293         * gcc.dg/20011021-1.c: New test.
11294
11295 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
11296
11297         * gcc.c-torture/compile/20011023-1.c: New test.
11298
11299 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
11300
11301         * lib/g77.exp: Rewrite based on lib/g++.exp.
11302
11303 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11304
11305         * gcc.c-torture/execute/20011019-1.c: New test.
11306
11307         * gcc.dg/20011018-1.c: New test.
11308
11309 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
11310
11311         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
11312
11313 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
11314
11315         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
11316         * gcc.dg/attr-invalid.c: Likewise.
11317
11318 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
11319
11320         * testsuite/gcc.dg/20011015-1.c: New test.
11321
11322 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11323
11324         * g++.dg/template/unify2.C: New test.
11325
11326 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
11327
11328         * g++.dg/other/exception-specification.C: New test
11329
11330 2001-10-13  Tom Rix  <trix@redhat.com>
11331
11332         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
11333         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
11334
11335 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
11336
11337         * testsuite/gcc.dg/20011009-1.c: New test.
11338
11339 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
11340
11341         PR g++/4476
11342         * g++.dg/other/friend1.C: New test.
11343
11344 2001-10-11  Richard Henderson  <rth@redhat.com>
11345
11346         * g++.old-deja/g++.other/crash18.C: Add -S to options.
11347
11348 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11349
11350         * gcc.c-torture/compile/20011010-1.c: New.
11351
11352 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
11353
11354         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
11355         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
11356         g77.f-torture/execute/execute.exp,
11357         g77.f-torture/noncompile/noncompile.exp,
11358         gcc.c-torture/compile/compile.exp,
11359         gcc.c-torture/execute/execute.exp,
11360         gcc.c-torture/execute/ieee/ieee.exp,
11361         gcc.c-torture/execute/memcheck/memcheck.exp,
11362         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
11363         objc/execute/execute.exp: Update FSF address.
11364
11365 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
11366
11367         * gcc.dg/cpp/cmdlne-C.c: Update.
11368         * gcc.dg/cpp/cmdlne-C2.c: New.
11369
11370 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11371
11372         * gcc.c-torture/execute/20011008-3.c: New.
11373
11374 2001-10-08  DJ Delorie  <dj@redhat.com>
11375
11376         * gcc.dg/20011008-1.c: New.
11377         * gcc.dg/20011008-2.c: New.
11378
11379 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
11380
11381         * gcc.dg/cpp/spacing1.c: Update test.
11382
11383 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11384
11385         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
11386         spelling errors of "separate" as "seperate".
11387
11388 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
11389
11390         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
11391         enough to avoid inlining.
11392
11393 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11394
11395         * lib/g77.exp: set libg2c_dir correctly.
11396
11397 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11398
11399         * gcc.dg/cpp/macro11.c: New test.
11400
11401 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11402
11403         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
11404         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
11405         gcc.dg/format/multattr-3.c: New tests.
11406         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
11407         tests for format attributes on function pointers being rejected.
11408
11409 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11410
11411         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
11412
11413 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11414
11415         * g++.dg/warn/format1.C: New test.
11416
11417 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
11418
11419         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
11420
11421 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11422
11423         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
11424
11425 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
11426
11427         * gcc.dg/cpp/redef2.c: Add test.
11428
11429 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
11430
11431         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
11432         long-standing bug on i686, apparently.
11433         * gcc.c-torture/execute/loop-2c.x: New file.
11434         * gcc.c-torture/execute/loop-2d.x: New file.
11435         * gcc.c-torture/execute/loop-3c.x: New file.
11436
11437 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
11438
11439         * gcc.dg/cpp/20000625-2.c: Correct line number.
11440
11441 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11442
11443         * gcc.dg/cpp/macro10.c: New test.
11444         * gcc.dg/cpp/strify3.c: New test.
11445         * gcc.dg/cpp/spacing1.c: Add tests.
11446         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
11447         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
11448
11449 2001-09-24  DJ Delorie  <dj@redhat.com>
11450
11451         * gcc.c-torture/execute/20010924-1.c: New test.
11452
11453 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
11454
11455         * testsuite/objc/execute/paste.m: Remove.
11456
11457 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11458
11459         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
11460
11461 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
11462
11463         * g77.dg/strlen0.f: New test.
11464
11465 2001-09-21  Richard Henderson  <rth@redhat.com>
11466
11467         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
11468         * g++.old-deja/g++.abi/vtable2.C: Likewise.
11469
11470 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
11471
11472         Table-driven attributes.
11473         * g++.dg/ext/attrib1.C: New test.
11474
11475 2001-09-20  DJ Delorie  <dj@redhat.com>
11476
11477         * gcc.dg/20000926-1.c: Update expected warning messages.
11478         * gcc.dg/array-2.c: Likewise, and test for warnings too.
11479         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
11480         array.
11481
11482 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
11483
11484         * g++.dg/eh/registers1.C: New test case.
11485
11486 2001-09-17  Richard Henderson  <rth@redhat.com>
11487
11488         * gcc.dg/array-5.c: Fix VLA decomposition test.
11489
11490 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
11491
11492         * gcc.dg/cpp/line5.c: New testcase.
11493
11494 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
11495
11496         * gcc.dg/cpp/macro9.c: New test.
11497
11498 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
11499
11500         * gcc.c-torture/execute/980223.c: Change type of addr from long
11501         to char *.
11502
11503 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
11504
11505         * gcc.c-torture/execute/20010915-1.c: New test.
11506
11507 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
11508
11509         * g77.dg/bprob: New directory.
11510         * g77.dg/bprob/bprob.exp: New file.
11511         * g77.dg/bprob/bprob-1.f: New test.
11512         * g77.dg/gcov: New directory.
11513         * g77.dg/gcov/gcov.exp: New file.
11514         * g77.dg/gcov/gcov-1.f: New test.
11515         * g77.dg/gcov/gcov-1.x: New file.
11516
11517 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
11518
11519         * gcc.dg/cpp/directiv.c: Update.
11520         * gcc.dg/cpp/undef1.c: Update.
11521
11522 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11523
11524         * gcc.dg/20010912-1.c: New test.
11525
11526 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
11527
11528         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
11529         language-independent file in lib.
11530         * lib/gcov.exp: New file.
11531
11532 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11533
11534         * gcc.c-torture/compile/20010911-1.c: New test.
11535
11536 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
11537
11538         * lib/profopt.exp: New, to support profile-directed optimizations.
11539         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
11540         * gcc.misc-tests/bprob-1.c: New test.
11541         * gcc.misc-tests/bprob-2.c: New test.
11542
11543 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
11544
11545         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
11546         XFAIL and which kinds of gcov output to verify.
11547         * gcc.misc-tests/gcov-4b.x: New file.
11548         * gcc.misc-tests/gcov-5b.x: New file.
11549         * gcc.misc-tests/gcov-6.x: New file.
11550         * gcc.misc-tests/gcov-7.c: New test.
11551         * gcc.misc-tests/gcov-7.x: New file.
11552
11553 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
11554
11555         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
11556         * gcc.misc-tests/gcov-6.c: New test.
11557
11558 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11559
11560         PR c++/3986
11561         * g++.dg/abi/vbase1.C: New test.
11562
11563 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
11564
11565         * objc.dg/method-2.m: New.
11566
11567 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11568
11569         PR c++/4203
11570         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
11571         * g++.dg/init/empty1.C: New test.
11572
11573 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
11574
11575         * gcc.c-torture/compile/20010903-1.c: New test.
11576
11577 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
11578
11579         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
11580         for m68k.
11581
11582 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
11583
11584         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
11585
11586         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
11587
11588         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
11589
11590 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
11591
11592         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
11593         for 16-bit 'unsigned int'.
11594
11595 2001-08-29  Kazu Hirata  <kazu@hxi.com>
11596
11597         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
11598
11599 2001-08-27  Richard Henderson  <rth@redhat.com>
11600
11601         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
11602         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
11603
11604 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
11605
11606         * gcc.dg/asm-names.c (ymain): New.
11607
11608 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
11609
11610         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
11611         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
11612         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
11613
11614 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11615
11616         * gcc.dg/compare5.c: New testcase.
11617
11618 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
11619
11620         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
11621         and "In instantiation".
11622
11623 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
11624
11625         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
11626
11627 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
11628
11629         * gcc.misc-tests/gcov.exp: Add support for branch information.
11630         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
11631         * gcc.misc-tests/gcov-4.c: New test.
11632         * gcc.misc-tests/gcov-4b.c: New test.
11633         * gcc.misc-tests/gcov-5b.c: New test.
11634
11635 2001-08-20  Zack Weinberg  <zackw@panix.com>
11636
11637         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
11638         expected to fail.
11639
11640 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11641
11642         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
11643
11644 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
11645
11646         * g++.dg/eh/template1.C: New test.
11647
11648 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
11649
11650         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
11651         Fix thinko.
11652         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
11653         for xfail.
11654
11655 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
11656
11657         * lib/g77-dg.exp:  Use prune.exp for common procedures
11658         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
11659         * lib/g77.exp: (g77-dg-prune) Remove
11660
11661 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
11662
11663         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
11664
11665 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11666
11667         * g++.dg/template/unify1.C: New test.
11668
11669 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
11670
11671         * g++.dg/abi/empty4.C: New test.
11672
11673 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
11674
11675         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
11676         solaris2.*
11677         * g77.f-torture/compile/pr3743.x: Likewise
11678
11679 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
11680
11681         * g++.dg/other/using-declaration.C: New test.
11682
11683 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11684
11685         * gcc.dg/cpp/tr-sign.c: New testcase.
11686
11687 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11688
11689         * gcc.dg/cpp/19951025-1.c: Revert.
11690         * gcc.dg/cpp/directiv.c: We no longer process directives that
11691         interrupt macro arguments.
11692
11693 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
11694
11695         * gcc.dg/bconstp-1.c: New test.
11696
11697 2001-08-03  Richard Henderson  <rth@redhat.com>
11698
11699         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
11700
11701 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11702
11703         * gcc.dg/cpp/19951025-1.c: Update.
11704
11705 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
11706
11707         * g77.dg/ff90-1.f (s): Fix reference of variable z,
11708         should be x.
11709
11710 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
11711
11712         Kill -fhonor-std.
11713         * g++.old-deja/g++.ns/ns14.C: Remove special options.
11714         * g++.old-deja/g++.other/std1.C: Likewise.
11715         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
11716
11717 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
11718
11719         * lib/g77.exp:  Load gcc-defs.exp for common procedures
11720         (g77_pass, g77_fail, g77_finish, g77_exit,
11721         ${tool}_check_unsupported_p} Now redundant.  Deleted.
11722
11723 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
11724
11725         * g77.dg/fbackslash.f
11726         * g77.dg/fcase-preserve.f
11727         * g77.dg/ff90-1.f
11728         * g77.dg/ffixed-line-length-0.f
11729         * g77.dg/ffixed-line-length-132.f
11730         * g77.dg/ffixed-line-length-7.f
11731         * g77.dg/ffixed-line-length-72.f
11732         * g77.dg/ffixed-line-length-none.f
11733         * g77.dg/ffree-form-1.f
11734         * g77.dg/fno-backslash.f
11735         * g77.dg/fno-f90-1.f
11736         * g77.dg/fno-fixed-form-1.f
11737         * g77.dg/fno-onetrip.f
11738         * g77.dg/fno-typeless-boz.f
11739         * g77.dg/fno-underscoring.f
11740         * g77.dg/fno-vxt-1.f
11741         * g77.dg/fonetrip.f
11742         * g77.dg/ftypeless-boz.f
11743         * g77.dg/fugly-assumed.f
11744         * g77.dg/funderscoring.f
11745         * g77.dg/fvxt-1.f
11746
11747 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
11748
11749         * objc.dg/fwd-proto-1.m: New.
11750         * objc.dg/local-decl-1.m: New.
11751         * objc.dg/naming-1.m: New.
11752         * objc.dg/naming-2.m: New.
11753         * objc.dg/proto-hier-1.m: New.
11754
11755 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
11756
11757         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
11758         largest-type elements to a struct makes its size grow.
11759
11760 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
11761
11762         * g++.dg/abi/vthunk1.C: New test.
11763
11764 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
11765
11766         * g++.dg/abi/vbase8-22.C: New test.
11767
11768 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11769
11770         * gcc.dg/cpp/macro8.c: New test.
11771
11772 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
11773
11774         * g++.dg/abi/vbase8-21.C: New test.
11775
11776 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
11777
11778         * g++.dg/abi/vbase8-10.C: New test.
11779
11780 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11781
11782         * lib/g++.exp (g++_set_ld_library_path): Renamed to
11783         ${tool}_set_ld_library_path.
11784         Changed caller.
11785         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
11786         g++.exp.
11787
11788 2001-07-26  Stan Cox <scox@redhat.com>
11789
11790         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
11791         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
11792         gcc_exit, gcc_check_unsupported_p):
11793         Moved to gcc-deps.exp
11794         * gcc-deps.exp: New file.
11795
11796 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11797
11798         * g++.old-deja/g++.pt/defarg14.C: New test.
11799
11800 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11801
11802         * g++.old-deja/g++.other/lineno5.C: New test.
11803
11804 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11805
11806         * g++.old-deja/g++.pt/crash68.C: New test.
11807
11808 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
11809
11810         * g++.old-deja/g++.other/crash42.C: New test.
11811
11812 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
11813
11814         * gcc.dg/cpp/extratokens.c: Fix.
11815         * gcc.dg/cpp/skipping2.c: New tests.
11816
11817 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11818
11819         * gcc.c-torture/execute/20010724-1.c: New file.
11820         * gcc.c-torture/execute/20010724-1.x: New file.
11821
11822 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11823
11824         * g++.old-deja/g++.other/cond7.C: New test.
11825
11826 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11827
11828         * g++.old-deja/g++.other/optimize4.C: New test.
11829
11830 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11831
11832         * g++.old-deja/g++.abi/vbase8-5.C: New test.
11833
11834 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
11835
11836         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
11837         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
11838         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
11839         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
11840
11841         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
11842         bug report" message.
11843
11844         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
11845         * g++.dg/ext/instantiate1.C: Move from old-deja.
11846
11847 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
11848
11849         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
11850         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
11851         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
11852         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
11853
11854 2001-07-23  Jeffrey A Law  (law@cygnus.com)
11855
11856         * gcc.c-torture/execute/20010723-1.c: New test.
11857
11858 2001-07-23  Ben Elliston  <bje@redhat.com>
11859
11860         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
11861
11862 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11863
11864         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
11865         i[34567]86-*-*.
11866         Delete handling of ieee_multilib_flags.
11867         Pass -mieee for alpha*-*-* and sh-*-*.
11868         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
11869
11870 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
11871
11872         Remove old-abi tests.
11873         * g++.old-deja/g++.mike/p11116.C: Remove.
11874         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
11875
11876 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
11877
11878         * g77.f-torture/compile/pr3743.f:  New test
11879
11880 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
11881
11882         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
11883
11884 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11885
11886         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
11887         g++.old-deja/g++.pt/static6.C: Likewise.
11888         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
11889         supports weak symbols.
11890
11891 2001-07-18  Andreas Jaeger  <aj@suse.de>
11892
11893         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
11894         supported again.
11895
11896 2001-07-18  Andreas Jaeger  <aj@suse.de>
11897
11898         * gcc.dg/iftrap-1.c: Fix target line.
11899
11900 2001-07-17  Richard Henderson  <rth@redhat.com>
11901
11902         * gcc.c-torture/execute/20010717-1.c: New.
11903
11904 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11905
11906         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
11907         tests.
11908
11909 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
11910
11911         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
11912
11913 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11914
11915         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
11916         UAC_SIGBUS, UAC_NOPRINT definitions.
11917
11918 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
11919
11920         * objc/execute/object_is_class.m: New test.
11921         * objc/execute/object_is_meta_class.m: New test.
11922
11923 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
11924
11925         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
11926         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
11927
11928 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
11929
11930         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
11931         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
11932
11933 2001-07-14  Richard Henderson  <rth@redhat.com>
11934
11935         * gcc.dg/iftrap-1.c: New.
11936
11937 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
11938
11939         * g77.f-torture/execute/intrinsic77.f: New test.
11940
11941 2001-07-11  Janis Johnson <janis@us.ibm.com>
11942
11943         * gcc.misc-tests/gcov-3.c: New test.
11944
11945 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
11946
11947         * gcc.c-torture/compile/20010711-1.c,
11948         * gcc.c-torture/compile/20010711-2.c: New tests.
11949
11950 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
11951
11952         * gcc.c-torture/execute/20010711-1.c: New test.
11953
11954 2001-07-11  Ben Elliston  <bje@redhat.com>
11955
11956         * g++.old-deja/g++.other/enum5.C: New test.
11957
11958 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
11959
11960         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
11961         (g++-dg-prune): Call prune_gcc_output.
11962         * prune.exp: New file for prune_gcc_output.
11963         * lib/g++.exp, lib/gcc.exp: Load it.
11964
11965 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11966
11967         * gcc.c-torture/compile/20010701-1.c,
11968         g++.old-deja/g++.ext/attrib6.C: New tests.
11969
11970 2001-07-06  Jeffrey A Law  (law@cygnus.com)
11971
11972         * gcc.c-torture/compile/20010706-1.c: New test.
11973
11974 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
11975
11976         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
11977
11978 2001-06-28  Stan Shebs  <shebs@apple.com>
11979
11980         * gcc.dg/pragma-darwin.c: New test.
11981
11982 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11983
11984         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
11985         Solaris 2.[678] system.
11986
11987 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11988
11989         * gcc.dg/20010622-1.c: New test.
11990
11991 2001-06-18  Stan Shebs  <shebs@apple.com>
11992
11993         * objc.dg: New directory.
11994         * objc.dg/dg.exp: New file.
11995         * objc.dg/alias.m: New.
11996         * objc.dg/class-1.m: New.
11997         * objc.dg/class-2.m: New.
11998         * objc.dg/const-str-1.m: New.
11999         * objc.dg/const-str-2.m: New.
12000         * objc.dg/id-1.m: New.
12001         * objc.dg/method-1.m: New.
12002         * objc.dg/super-class-1.m: New.
12003         * lib/objc-dg.exp: New file.
12004
12005 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12006
12007         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12008         of label name.
12009
12010 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
12011
12012         * g++.old-deja/g++.abi/vbase8-9.C: New test.
12013
12014 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12015
12016         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
12017         variable.
12018
12019 2001-06-12  Richard Henderson  <rth@redhat.com>
12020
12021         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
12022
12023 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12024
12025         * g++.old-deja/g++.abi/vbase5.C: New test.
12026         * g++.old-deja/g++.abi/vbase6.C: New test.
12027         * g++.old-deja/g++.abi/vbase7.C: New test.
12028
12029 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12030
12031         * gcc.c-torture/compile/20010610-1.c: New test.
12032
12033 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12034
12035         * g++.old-deja/g++.abi/vbase4.C: New test.
12036
12037 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12038
12039         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
12040         support %f for HC11/HC12 targets.
12041         * gcc.c-torture/execute/930513-1.x: New file, likewise.
12042         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
12043         on HC11/HC12 targets.
12044         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
12045
12046 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12047
12048         * gcc.dg/wchar_t-1.c: New file.
12049         * gcc.dg/wint_t-1.c: Likewise.
12050
12051 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
12052
12053         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
12054
12055 2001-06-11  Richard Henderson  <rth@redhat.com>
12056
12057         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
12058
12059 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12060
12061         * gcc.c-torture/compile/20010611-1.c: New test.
12062
12063 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12064
12065         * gcc.dg/c99-tag-1.c: Add more tests.
12066
12067 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
12068
12069         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
12070         representation on MN10300 and ARM/Thumb.
12071
12072 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
12073
12074         * g77.f-torture/execute/20010610.f: New.
12075
12076 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
12077
12078         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
12079         names.
12080
12081 2001-06-09  Richard Henderson  <rth@redhat.com>
12082
12083         * gcc.c-torture/execute/ashrdi-1.c: New.
12084         * gcc.c-torture/execute/ashldi-1.c: New.
12085         * gcc.c-torture/execute/lshrdi-1.c: New.
12086
12087 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
12088
12089         * objc/execute/load-3.m: Added. Check sending +load to categories,
12090         in addition to classes.
12091
12092 2001-06-08  Stan Shebs  <shebs@apple.com>
12093
12094         * objc/execute/load-2.m: New test.  From Nicola Pero
12095         <n.pero@mi.flashnet.it>.
12096
12097 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
12098
12099         * gcc.c-torture/execute/20010605-2.c: New test.
12100
12101 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12102
12103         * g++.old-deja/g++.abi/vbase2.C: New test.
12104         * g++.old-deja/g++.abi/vbase3.C: New test.
12105
12106 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12107
12108         * g++.old-deja/g++.pt/friend49.C: New test.
12109
12110 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
12111
12112         * g++.old-deja/g++.ext/anon3.C: New test.
12113
12114 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
12115
12116         * g++.old-deja/g++.other/conv7.C: New test.
12117
12118 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12119
12120         * gcc.c-torture/compile/20010605-2.c: New test.
12121
12122 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12123
12124         * gcc.c-torture/execute/20010604-1.c: New test.
12125
12126 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
12127
12128         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
12129
12130 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
12131
12132         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
12133         (g++_link_flags): Likewise.
12134         (g++_init): Pass gccpath's value to two previous functions.
12135
12136 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12137
12138         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
12139         Ensure logfile entry matches exec command line.
12140
12141 2001-05-31  Richard Henderson  <rth@redhat.com>
12142
12143         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
12144         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
12145
12146 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
12147
12148         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
12149         compiler for irix6.2
12150
12151 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
12152
12153         * g++.old-deja/g++.other/optimize3.C: New file.
12154
12155 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
12156
12157         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
12158         assemble.
12159
12160 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
12161
12162         * g++.old-deja/g++.other/optimize2.C: New file.
12163
12164 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
12165
12166         * gcc.c-torture/compile/20010518-2.c: New file.
12167         * gcc.c-torture/execute/20010518-1.c: New file.
12168         * gcc.c-torture/execute/20010518-2.c: New file.
12169
12170 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12171
12172         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
12173
12174 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
12175
12176         G++ no longer defines builtins that do not begin with __builtin.
12177         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
12178         * g++.old-deja/g++.brendand/misc13.C: Likewise.
12179         * g++.old-deja/g++.law/builtin1.C: Likewise.
12180         * g++.old-deja/g++.law/cvt2.C: Likewise.
12181         * g++.old-deja/g++.mike/net5.C: Likewise.
12182         * g++.old-deja/g++.other/builtins1.C: Likewise.
12183         * g++.old-deja/g++.other/builtins2.C: Likewise.
12184         * g++.old-deja/g++.other/builtins3.C: Likewise.
12185         * g++.old-deja/g++.other/builtins4.C: Likewise.
12186         * g++.old-deja/g++.other/inline8.C: Likewise.
12187         * g++.old-deja/g++.robertl/eb39.C: Likewise.
12188
12189 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
12190
12191         * g++.old-deja/g++.pt/using1.C: Adjust.
12192         * g++.old-deja/g++.pt/using2.C: New test.
12193
12194 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
12195
12196         * gcc.dg/cpp/charconst.c: New tests.
12197         * gcc.dg/cpp/escape.c: New tests.
12198         * gcc.dg/cpp/escape-1.c: New tests.
12199         * gcc.dg/cpp/escape-2.c: New tests.
12200         * gcc.dg/cpp/ucs.c: New tests.
12201
12202 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
12203
12204         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
12205         native compiler for irix6.5.
12206
12207 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
12208
12209         * lib/g++.exp (g++_include_flags): Use args to compute
12210         get_multilibs.
12211         (g++_link_flags): Likewise.
12212         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
12213
12214 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12215
12216         * gcc.dg/c90-hexfloat-1.c: Add more tests.
12217
12218 2001-05-21  Geoff Keating  <geoffk@redhat.com>
12219
12220         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
12221         this file.
12222
12223 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12224
12225         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
12226         STACK_SIZE;
12227         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
12228         to STACK_SIZE; Use it to define size of add_histo array.
12229         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
12230         to STACK_SIZE.
12231         (f): Use GITT_SIZE to define size of gitt local table.
12232         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
12233         to STACK_SIZE; Use it to define size of bytemem array.
12234
12235 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12236
12237         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
12238         on 68HC11/HC12 due to the asm instruction.
12239         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
12240         * gcc.c-torture/compile/920520-1.x: Likewise.
12241         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
12242         on 68HC11/HC12 because the function is larger than 64K.
12243         * gcc.c-torture/compile/961203-1.x: New file, this test fails
12244         on 68HC11/HC12 because the structure is too large.
12245
12246 2001-05-20  Richard Henderson  <rth@redhat.com>
12247
12248         * gcc.c-torture/execute/20010520-1.c: New.
12249
12250 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12251
12252         * g++.old-deja/g++.warn/compare1.C: New test.
12253         * gcc.dg/compare4.c: New test.
12254
12255 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
12256
12257         * g++.old-deja/g++.other/optimize1.C: New test.
12258
12259 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12260
12261         * g++.old-deja/g++.pt/spec41.C: New test.
12262
12263 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12264
12265         * gcc.c-torture/compile/20010114-1.x: Remove.
12266
12267 2001-05-18  Stan Shebs  <shebs@apple.com>
12268
12269         * gcc.c-torture/compile/20010518-1.c: New test.
12270
12271 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
12272
12273         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
12274         * g++.old-deja/g++.pt/crash67.C: New test.
12275
12276 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
12277
12278         * g++.old-deja/g++.other/debug9.C: New test.
12279
12280 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
12281
12282         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
12283
12284 2001-05-16  Jan Hubicka  <jh@suse.cz>
12285
12286         * gcc.c-torture/compile/20010516-1.c: New test.
12287
12288 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
12289
12290         * g++.old-deja/g++.other/crash41.C: New test.
12291
12292 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
12293
12294         * g++.old-deja/g++.pt/crash66.C: New test.
12295
12296 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
12297
12298         * g++.old-deja/g++.robertl/eb27.C: Convert.
12299
12300 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
12301
12302         * g++.dg/friend-warn.C: New test.  Do not warn about friend
12303         declaration being redundant.
12304
12305 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
12306
12307         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
12308
12309 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
12310
12311         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
12312
12313 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
12314
12315         * lib/g++.exp: Use testsuite_flags.
12316
12317 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
12318
12319         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
12320
12321 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12322
12323         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
12324
12325 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
12326
12327         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
12328
12329 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
12330
12331         * gcc.c-torture/compile/20010313-1.c: New test.
12332
12333 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
12334
12335         * gcc.dg/cpp/direct2.c: New test.
12336         * gccq.dg/cpp/direct2s.c: New test.
12337
12338         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
12339
12340 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
12341
12342         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
12343         * g++.old-deja/g++.other/op3.C: Likewise.
12344
12345 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12346
12347         * gcc.dg/cpp/syshdr.h: New file.
12348         * gcc.dg/cpp/sysmac1.c: Update.
12349         * gcc.dg/cpp/sysmac2.c: Update.
12350
12351 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12352
12353         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
12354
12355 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
12356
12357         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
12358         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
12359
12360 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
12361
12362         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
12363
12364 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
12365
12366         * lib/g++.exp (g++_include_flags): Don't use any special flags
12367         if TESTING_IN_BUILD_TREE is not defined.
12368         (g++_init): Use a plain 'c++' as the compiler if
12369         TESTING_IN_BUILD_TREEE is not defined.
12370
12371 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
12372
12373         * g++.old-deja/g++.eh/catch13.C: New test.
12374         * g++.old-deja/g++.eh/catch14.C: New test.
12375
12376 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
12377
12378         * gcc.dg/cpp/tr-define.c: New test.
12379
12380 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
12381
12382         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
12383         <stdlib.h>, not <malloc.h>.
12384
12385 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
12386
12387         * g++.old-deja/g++.ns/template17.C: New test.
12388
12389 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
12390
12391         * g++.old-deja/g++.pt/ref4.C: New test.
12392
12393 2001-04-30  Richard Henderson  <rth@redhat.com>
12394
12395         * gcc.dg/20000724-1.c: Revert last change.
12396
12397 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
12398
12399         * g77.f-torture/execute/20010430.f: New test.
12400
12401 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
12402
12403         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
12404
12405 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
12406
12407         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
12408
12409 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12410
12411         * g++.old-deja/g++.eh/crash6.C: New test.
12412
12413 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12414
12415         * g++.old-deja/g++.other/warn7.C: New test.
12416
12417 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
12418
12419         * g++.old-deja/g++.other/defarg9.C: New test.
12420
12421 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
12422
12423         * g77.f-torture/compile/20010426.f: New test.
12424         * g77.f-torture/execute/20010426.f: New test.
12425
12426 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
12427
12428         * g77.f-torture/compile/20000629-1.x: Remove - error
12429         has been fixed.
12430
12431 2001-04-26  Jeffrey A Law  (law@cygnus.com)
12432
12433         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
12434         Tweak slightly to work with g++.dg framework.
12435         * g++.dg/special/ecos.exp: Run initp1.C test.
12436         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
12437
12438         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
12439         its linker doesn't give line numbers either.
12440         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
12441
12442 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
12443
12444         * g++.old-deja/g++.other/lex1.C: New test.
12445
12446 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
12447
12448         * gcc.dg/noncompile/20010425-1.c: New test.
12449
12450 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
12451
12452         * g++.old-deja/g++.pt/mangle2.C: New test.
12453
12454 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12455
12456         * gcc.dg/format/plus-1.c: New test.
12457
12458 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12459
12460         * gcc.dg/20010423-1.c: New test.
12461
12462 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
12463
12464         * gcc.c-torture/execute/20010422-1.c: New test.
12465
12466 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
12467
12468         * g++.old-deja/g++.ns/type2.C: New test.
12469
12470 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
12471
12472         * g++.old-deja/g++.other/perf1.C: New test.
12473
12474 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
12475
12476         * gcc.dg/c99-func-2.c: Remove xfail.
12477         * gcc.dg/c99-func-3.c: Remove xfail.
12478         * gcc.dg/c99-func-4.c: Remove xfail.
12479
12480 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
12481
12482         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
12483
12484 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12485
12486         * gcc.c-torture/compile/20010423-1.c: New test.
12487
12488 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12489
12490         * g++.old-deja/g++.pt/typename28.C: New test.
12491
12492 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12493
12494         * g++.old-deja/g++.abi/empty2.C: New test.
12495         * g++.old-deja/g++.abi/empty3.C: New test.
12496
12497 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12498
12499         * g++.old-deja/g++.other/comdat2.C: New test.
12500         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
12501
12502 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12503
12504         * g++.old-deja/g++.other/overload14.C: New test.
12505
12506 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12507
12508         * g++.old-deja/g++.other/lookup23.C: New test.
12509
12510 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
12511
12512         * gcc.c-torture/execute/20010403-1.c: New test.
12513
12514 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
12515             Mark Mitchell  <mark@codesourcery.com>
12516
12517         * lib/old-dejagnu.exp: Don't delete output of executable.
12518         Add .exe suffix to executables.
12519
12520 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
12521
12522         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
12523
12524 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12525
12526         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
12527
12528 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12529
12530         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
12531         * g++.old-deja/g++.abi/crash1.C: New test.
12532
12533 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
12534
12535         * g++.old-deja/g++.other/crash40.C: New test.
12536
12537 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12538
12539         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
12540
12541 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12542
12543         * g++.old-deja/g++.other/warn6.C: New test.
12544
12545 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12546
12547         * g++.old-deja/g++.robertl/eb42.C: Same.
12548
12549 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12550
12551         * gcc.dg/wtr-conversion-1.c: New testcase.
12552
12553 2001-04-10  Richard Henderson  <rth@redhat.com>
12554
12555         * g++.old-deja/g++.other/array5.C: New.
12556
12557 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12558
12559         * gcc.c-torture/execute/20010408-1.c: New test.
12560
12561 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
12562
12563         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
12564         headers and constructs.
12565         * g++.old-deja/g++.robertl/eb79.C: Same.
12566         * g++.old-deja/g++.robertl/eb77.C (main): Same.
12567         * g++.old-deja/g++.robertl/eb73.C: Same.
12568         * g++.old-deja/g++.robertl/eb66.C (main): Same.
12569         * g++.old-deja/g++.robertl/eb55.C (t): Same.
12570         * g++.old-deja/g++.robertl/eb54.C (main): Same.
12571         * g++.old-deja/g++.robertl/eb46.C (main): Same.
12572         * g++.old-deja/g++.robertl/eb44.C: Same.
12573         * g++.old-deja/g++.robertl/eb41.C (main): Same.
12574         * g++.old-deja/g++.robertl/eb4.C (main): Same.
12575         * g++.old-deja/g++.robertl/eb39.C: Same.
12576         * g++.old-deja/g++.robertl/eb33.C (main): Same.
12577         * g++.old-deja/g++.robertl/eb31.C (main): Same.
12578         * g++.old-deja/g++.robertl/eb30.C: Same.
12579         * g++.old-deja/g++.robertl/eb3.C: Same.
12580         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
12581         * g++.old-deja/g++.robertl/eb21.C: Same.
12582         * g++.old-deja/g++.robertl/eb15.C: Same.
12583         * g++.old-deja/g++.robertl/eb118.C: Same.
12584         * g++.old-deja/g++.robertl/eb115.C (main): Same.
12585         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
12586         * g++.old-deja/g++.robertl/eb109.C: Same.
12587         * g++.old-deja/g++.other/sibcall1.C (main): Same.
12588         * g++.old-deja/g++.mike/rtti1.C: Same.
12589         * g++.old-deja/g++.mike/p658.C: Same.
12590         * g++.old-deja/g++.mike/net46.C: Same.
12591         * g++.old-deja/g++.mike/net34.C: Same.
12592         * g++.old-deja/g++.mike/memoize1.C: Same.
12593         * g++.old-deja/g++.mike/eh2.C: Same.
12594         * g++.old-deja/g++.law/weak.C: Same.
12595         * g++.old-deja/g++.law/visibility7.C: Same.
12596         * g++.old-deja/g++.law/visibility25.C: Same.
12597         * g++.old-deja/g++.law/visibility22.C: Same.
12598         * g++.old-deja/g++.law/visibility2.C: Same.
12599         * g++.old-deja/g++.law/visibility17.C: Same.
12600         * g++.old-deja/g++.law/visibility13.C: Same.
12601         * g++.old-deja/g++.law/visibility10.C: Same.
12602         * g++.old-deja/g++.law/visibility1.C: Same.
12603         * g++.old-deja/g++.law/virtual3.C (eval): Same.
12604         * g++.old-deja/g++.law/vbase1.C: Same.
12605         * g++.old-deja/g++.law/operators32.C: Same.
12606         * g++.old-deja/g++.law/nest3.C: Same.
12607         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
12608         * g++.old-deja/g++.law/except5.C (main): Same.
12609         * g++.old-deja/g++.law/cvt7.C (run): Same.
12610         * g++.old-deja/g++.law/cvt2.C: Same.
12611         * g++.old-deja/g++.law/cvt16.C: Same.
12612         * g++.old-deja/g++.law/ctors6.C (bar): Same.
12613         * g++.old-deja/g++.law/ctors17.C (main): Same.
12614         * g++.old-deja/g++.law/ctors13.C: Same.
12615         * g++.old-deja/g++.law/ctors12.C (main): Same.
12616         * g++.old-deja/g++.law/ctors10.C: Same.
12617         * g++.old-deja/g++.law/code-gen5.C: Same.
12618         * g++.old-deja/g++.law/bad-error7.C: Same.
12619         * g++.old-deja/g++.law/arm9.C: Same.
12620         * g++.old-deja/g++.law/arm12.C: Same.
12621         * g++.old-deja/g++.law/arg8.C: Same.
12622         * g++.old-deja/g++.law/arg1.C: Same.
12623         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
12624         * g++.old-deja/g++.jason/template31.C: Same.
12625         * g++.old-deja/g++.jason/template24.C (main): Same.
12626         * g++.old-deja/g++.jason/2371.C: Same.
12627         * g++.old-deja/g++.eh/new2.C: Same.
12628         * g++.old-deja/g++.eh/new1.C: Same.
12629         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
12630         * g++.old-deja/g++.brendan/nest21.C (main): Same.
12631         * g++.old-deja/g++.brendan/err-msg3.C: Same.
12632         * g++.old-deja/g++.brendan/crash62.C: Same.
12633         * g++.old-deja/g++.brendan/crash52.C: Same.
12634         * g++.old-deja/g++.brendan/crash49.C (main): Same.
12635         * g++.old-deja/g++.brendan/crash38.C: Same.
12636         * g++.old-deja/g++.brendan/crash15.C (main): Same.
12637         * g++.old-deja/g++.brendan/copy9.C: Same.
12638
12639 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
12640
12641         * gcc.c-torture/execute/20001203-2.c (memset):
12642         Count argument is of type __SIZE_TYPE__.
12643
12644 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
12645
12646         * gcc.c-torture/compile/20010404-1.c: New test.
12647
12648 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
12649
12650         * gcc.c-torture/compile/20010326-1.c: New test.
12651
12652 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
12653
12654         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
12655         peculiarities of the SH.
12656         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
12657
12658 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12659
12660         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
12661         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
12662         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
12663
12664 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12665
12666         * g77.f-torture/compile/20010321-1.f: New test.
12667
12668 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12669
12670         * gcc.c-torture/compile/20010329-1.c: New test.
12671
12672 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
12673
12674         * gcc.c-torture/execute/20010329-1.c: New test.
12675
12676 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
12677
12678         * g++.old-deja/g++.other/eh4.C: Fix typo.
12679
12680 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
12681
12682         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
12683
12684 2001-03-28  Philip Blundell  <philb@gnu.org>
12685
12686         * gcc.c-torture/compile/20010328-1.c: New test.
12687
12688 2001-03-27  Richard Henderson  <rth@redhat.com>
12689
12690         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
12691         * g++.old-deja/g++.eh/vbase3.C: Likewise.
12692
12693 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
12694
12695         * gcc.c-torture/compile/20010327-1.c: New test.
12696
12697 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
12698
12699         * g++.old-deja/g++.other/friend12.C: New test.
12700         * g++.old-deja/g++.other/friend9.C: Expect no errors.
12701         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
12702
12703 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12704
12705         * gcc.c-torture/execute/20010325-1.c: New test.
12706
12707 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
12708
12709         * g++.old-deja/g++.other/mangle3.C: New test.
12710
12711 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
12712
12713         * g++.old-deja/g++.other/anon8.C: New test.
12714
12715 2001-03-20  Philip Blundell  <philb@gnu.org>
12716
12717         * gcc.c-torture/compile/20010320-1.c: New test.
12718
12719 2001-03-17  Richard Henderson  <rth@redhat.com>
12720
12721         * g++.old-deja/g++.other/eh4.C: Add expected error text.
12722
12723 2001-03-15  Geoff Keating  <geoff@redhat.com>
12724
12725         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
12726         tests on AIX.
12727
12728 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
12729
12730         * g++.old-deja/g++.other/eh4.C: New test.
12731
12732 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
12733
12734         * gcc.dg/cpp/mi1.c: Update.
12735
12736 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
12737
12738         * g++.old-deja/g++.other/regstack.C: New test.
12739
12740 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
12741
12742         * g++.old-deja/g++.other/ref4.C: New test.
12743
12744 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
12745
12746         * objc/execute/va_method.m: Added.
12747         * objc/execute/IMP.m: Added.
12748         * objc/execute/_cmd.m: Added.
12749         * objc/execute/accessing_ivars.m: Added.
12750         * objc/execute/class-1.m: Added.
12751         * objc/execute/class-10.m: Added.
12752         * objc/execute/class-11.m: Added.
12753         * objc/execute/class-12.m: Added.
12754         * objc/execute/class-13.m: Added.
12755         * objc/execute/class-14.m: Added.
12756         * objc/execute/class-2.m: Added.
12757         * objc/execute/class-3.m: Added.
12758         * objc/execute/class-4.m: Added.
12759         * objc/execute/class-5.m: Added.
12760         * objc/execute/class-6.m: Added.
12761         * objc/execute/class-7.m: Added.
12762         * objc/execute/class-8.m: Added.
12763         * objc/execute/class-9.m: Added.
12764         * objc/execute/class-tests-1.h
12765         * objc/execute/class-tests-2.h
12766         * objc/execute/compatibility_alias.m: Added.
12767         * objc/execute/encode-1.m: Added.
12768         * objc/execute/formal_protocol-1.m: Added.
12769         * objc/execute/formal_protocol-2.m: Added.
12770         * objc/execute/formal_protocol-3.m: Added.
12771         * objc/execute/formal_protocol-4.m: Added.
12772         * objc/execute/formal_protocol-5.m: Added.
12773         * objc/execute/formal_protocol-6.m: Added.
12774         * objc/execute/formal_protocol-7.m: Added.
12775         * objc/execute/informal_protocol.m: Added.
12776         * objc/execute/initialize.m: Added.
12777         * objc/execute/load.m: Added.
12778         * objc/execute/many_args_method.m: Added.
12779         * objc/execute/nested-3.m: Added.
12780         * objc/execute/no_clash.m: Added.
12781         * objc/execute/private.m: Added.
12782         * objc/execute/redefining_self.m: Added.
12783         * objc/execute/root_methods.m: Added.
12784         * objc/execute/selector-1.m: Added.
12785         * objc/execute/static-1.m: Added.
12786         * objc/execute/static-2.m: Added.
12787         * objc/execute/va_method.m: Added.
12788
12789 2001-03-10  Richard Henderson  <rth@redhat.com>
12790
12791         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
12792
12793 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12794
12795         * g++.old-deja/g++.other/crash31.C: XFAIL.
12796         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
12797         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
12798         * gcc.c-torture/execute/20010123-1.x: XFAIL.
12799         * gcc.c-torture/execute/20010124-1.x: XFAIL.
12800         * gcc.dg/sequence-pt-1.c: XFAIL one test.
12801
12802 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12803
12804         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
12805
12806 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12807
12808         * gcc.dg/20000724-1.c: Don't use multiline strings.
12809
12810 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
12811
12812         * objc/execute/string1.m, objc/execute/string2.m: Compare the
12813         result of -cString against what we expect it to be; don't just
12814         print it out for no one to read.
12815
12816         * objc/execute/string3.m, objc/execute/string4.m: New tests.
12817         Based on testcases provided by Nicola Pero.
12818
12819 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12820
12821         * gcc.dg/cpp/macro7.c: New test.
12822
12823 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
12824
12825         * gcc.dg/cpp/multiline.c: Update.
12826
12827 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12828
12829         * g++.old-deja/g++.other/enum3.C: New test.
12830
12831 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12832
12833         * g++.old-deja/g++.other/pod1.C: New test.
12834
12835 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
12836
12837         * g++.old-deja/g++.ext/overload1.C: New test.
12838
12839 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12840
12841         * g++.old-deja/g++.pt/using1.C: New test.
12842
12843 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
12844
12845         * g++.old-deja/g++.other/using9.C: New test.
12846
12847 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
12848
12849         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
12850
12851         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
12852
12853 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
12854
12855         * g++.old-deja/g++.ext/realpt1.C: Remove.
12856
12857 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
12858
12859         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
12860
12861 2001-02-26  Will Cohen  <wcohen@redhat.com>
12862
12863         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
12864
12865 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
12866
12867         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
12868         templatized constructors.
12869
12870 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12871
12872         * gcc.c-torture/execute/20010224-1.c: New test.
12873
12874 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
12875
12876         * gcc.c-torture/execute/20010222-1.c: New test.
12877
12878 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
12879
12880         * g++.old-deja/g++.other/inline20.C: New test.
12881
12882 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
12883
12884         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
12885
12886 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12887
12888         * g++.old-deja/g++.other/lookup22.C: New test.
12889
12890 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
12891
12892         * g77.dg: New directory.
12893         * g77.dg/20010216-1.f: New test case.
12894         * g77.dg/dg.exp: New driver.
12895         * lib/g77-dg.exp: New driver library.
12896
12897 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12898
12899         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
12900
12901 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
12902
12903         * g++.old-deja/g++.other/decl9.C: New test.
12904
12905 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
12906
12907         * g++.old-deja/g++.other/init16.C: Update the test so that it does
12908         not need <string> and also tests the initialization at runtime.
12909
12910 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12911
12912         * gcc.c-torture/execute/longlong.c: New test.
12913
12914 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
12915
12916         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
12917
12918 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
12919
12920         * gcc.c-torture/execute/920302-1.c (execute):
12921         Change argument type to short.
12922
12923 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
12924
12925         * g++.old-deja/g++.pt/deduct6.C: New test.
12926
12927 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
12928
12929         * g++.old-deja/g++.pt/deduct5.C: New test.
12930
12931 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
12932
12933         * gcc.c-torture/execute/20010209-1.c: New test.
12934
12935 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
12936
12937         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
12938
12939 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
12940
12941         * g++.dg/vtgc1.C: Update for new ABI.
12942
12943         * consistency.vlad: New directory, 1665 files.
12944
12945 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
12946
12947         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
12948         return type.
12949         * gcc.dg/cpp/digraphs.c: Declare puts.
12950
12951 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
12952
12953         * g++.old-deja/g++.other/warn5.C: New test.
12954
12955 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
12956
12957         * g++.old-deja/g++.pt/spec40.C: New test.
12958
12959 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
12960
12961         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
12962         case.
12963         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
12964
12965 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
12966
12967         * gcc.c-torture/compile/20010209-1.c: New test.
12968
12969 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
12970
12971         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
12972         excess errors message but not if it crashes.
12973         * g++.old-deja/g++.other/crash27.C: Likewise.
12974         * g++.old-deja/g++.other/crash28.C: Likewise.
12975         * g++.old-deja/g++.other/crash30.C: Likewise.
12976         * g++.old-deja/g++.other/crash32.C: Likewise.
12977         * g++.old-deja/g++.other/crash35.C: Likewise.
12978         * g++.old-deja/g++.pt/inherit2.C: Likewise.
12979
12980 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12981
12982         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
12983         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
12984         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
12985         g77.f-torture/execute/execute.exp,
12986         g77.f-torture/noncompile/noncompile.exp,
12987         gcc.c-torture/execute/execute.exp,
12988         gcc.c-torture/execute/memcheck/memcheck.exp,
12989         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
12990         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
12991         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
12992         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
12993         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
12994         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
12995         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
12996         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
12997         Remove bug reporting instructions with ancient email addresses.
12998
12999 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13000
13001         * gcc.dg/20010202-1.c: New test.
13002         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13003
13004 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
13005
13006         * g++.dg/stdbool-if.C: New test.
13007
13008 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
13009
13010         * objc/execute/fdecl.m: Added main().
13011
13012 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13013
13014         * gcc.c-torture/execute/20010206-1.c: New test.
13015
13016 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13017
13018         * gcc.dg/cpp/avoidpaste1.c: Update.
13019
13020 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
13021
13022         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
13023         Pero <nicola@brainstorm.co.uk>.
13024         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
13025
13026 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
13027
13028         * g++.old-deja/g++.pt/spec39.C: New test.
13029
13030 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
13031
13032         * gcc.c-torture/compile/20010202-1.c: New test.
13033
13034 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
13035
13036         * g++.old-deja/g++.abi/primary2.C: New test.
13037         * g++.old-deja/g++.abi/primary3.C: New test.
13038         * g++.old-deja/g++.abi/primary4.C: New test.
13039         * g++.old-deja/g++.abi/primary5.C: New test.
13040         * g++.old-deja/g++.abi/vtable3.h: New test.
13041         * g++.old-deja/g++.abi/vtable3a.C: New test.
13042         * g++.old-deja/g++.abi/vtable3b.C: New test.
13043         * g++.old-deja/g++.abi/vtable3c.C: New test.
13044         * g++.old-deja/g++.abi/vtable3d.C: New test.
13045         * g++.old-deja/g++.abi/vtable3e.C: New test.
13046         * g++.old-deja/g++.abi/vtable3f.C: New test.
13047         * g++.old-deja/g++.abi/vtable3g.C: New test.
13048         * g++.old-deja/g++.abi/vtable3h.C: New test.
13049         * g++.old-deja/g++.abi/vtable3i.C: New test.
13050         * g++.old-deja/g++.abi/vtable3j.C: New test.
13051         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
13052
13053 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
13054
13055         * g++.old-deja/g++.other/anon6.C: New test.
13056         * g++.old-deja/g++.other/anon7.C: New test.
13057
13058 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
13059
13060         * gcc.dg/cpp/avoidpaste2.c: New tests.
13061
13062 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
13063
13064         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
13065
13066 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
13067
13068         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
13069         DECIMAL_DIG cases for Irix."
13070
13071 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
13072
13073         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
13074
13075 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13076
13077         * gcc.dg/c99-tag-1.c: New test.
13078
13079 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13080
13081         * gcc.dg/cpp/tr-warn1.c: Add tests.
13082
13083 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13084
13085         * gcc.dg/cpp/avoidpaste1.c: Update.
13086         * gcc.dg/cpp/paste4.c: Update.
13087
13088 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
13089
13090         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
13091         cases for Irix.
13092
13093 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13094
13095         * g++.old-deja/g++.other/inline19.C: New test.
13096
13097 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
13098
13099         * gcc.dg/Wlarger-than.c: New test.
13100
13101 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
13102
13103         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
13104
13105 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
13106
13107         * gcc.c-torture/execute/20010129-1.c: New test.
13108         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
13109
13110 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
13111
13112         * gcc.dg/cpp/avoidpaste1.c: Test case.
13113
13114 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
13115
13116         * g++.old-deja/g++.other/inline18.C: New test.
13117
13118 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13119
13120         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
13121         and __builtin_putchar.
13122
13123 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
13124
13125         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
13126         tests.
13127
13128 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
13129
13130         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
13131         floating point number rounding mode to round to the nearest
13132         representable mode.
13133
13134 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
13135
13136         * g++.old-deja/g++.other/mangle2.C: New test.
13137
13138 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13139
13140         * gcc.c-torture/compile/20010124-1.c: New test.
13141
13142 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
13143
13144         * g++.old-deja/g++.pt/spec38.C: New test.
13145
13146 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13147
13148         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
13149         "Build don't run".
13150
13151 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13152
13153         * gcc.c-torture/execute/20010123-1.c: New test.
13154
13155 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13156
13157         * g++.old-deja/g++.pt/spec37.C: New test.
13158
13159 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13160
13161         * g++.old-deja/g++.pt/overload14.C: New test.
13162
13163 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13164
13165         * gcc.c-torture/execute/20010122-1.c: New test, exercise
13166         __builtin_return_address.
13167
13168 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
13169
13170         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
13171         * g++.old-deja/g++.pt/spec35.C: New test.
13172         * g++.old-deja/g++.pt/spec36.C: New test.
13173
13174 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
13175
13176         * gcc.c-torture/compile/20010118-1.c: New test.
13177
13178 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
13179
13180         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
13181
13182 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13183
13184         * gcc.c-torture/execute/20010119-1.c: New test.
13185
13186 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13187
13188         * g++.old-deja/g++.other/vbase5.C: New test.
13189
13190 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13191
13192         * gcc.c-torture/execute/20010118-1.c: New test.
13193
13194 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13195
13196         * g++.old-deja/g++.pt/deduct3.C: New test.
13197
13198 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13199
13200         * g++.old-deja/g++.pt/spec34.C: New test.
13201
13202 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
13203
13204         * g77.f-torture/compile/20000601-2.f: New test.
13205
13206 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13207
13208         * g++.old-deja/g++.other/init17.C: New test.
13209
13210 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
13211
13212         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
13213
13214 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13215
13216         * g++.old-deja/g++.pt/unify8.C: New test.
13217
13218 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13219
13220         * g++.old-deja/g++.abi/vbase1.C: New test.
13221
13222 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
13223
13224         * g++.old-deja/g++.pt/crash65.C: New test.
13225
13226 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
13227
13228         * gcc.dg/cpp/assembl2.S: New test case.
13229
13230 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
13231
13232         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
13233         are supported.
13234
13235 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13236
13237         * g++.old-deja/g++.other/builtins1.C: New test.
13238         * g++.old-deja/g++.other/builtins2.C: Likewise.
13239         * g++.old-deja/g++.other/builtins3.C: Likewise.
13240         * g++.old-deja/g++.other/builtins4.C: Likewise.
13241
13242 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
13243
13244         * gcc.c-torture/compile/20010117-1.c: New test.
13245         * gcc.c-torture/compile/20010117-2.c: New test.
13246
13247 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
13248
13249         * g77.f-torture/execute/20010116.[fx]: New test,
13250         XFAIL on i?86-*-*.
13251         * g77.f-torture/compile/20010115.f: Indicate it's
13252         a test for PR fortran/1636.
13253
13254 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
13255
13256         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
13257
13258 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
13259
13260         * g77.f-torture/compile/20010115.f: New test.
13261
13262 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
13263
13264         * g++.old-deja/g++.pt/nontype5.C: New test.
13265
13266 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
13267
13268         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
13269         have an equivalent working one below it.
13270
13271 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
13272
13273         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
13274         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13275
13276 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
13277
13278         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
13279         message containing "init_priority".
13280         (conpr-2.C): Likewise.
13281         (conpr-3.C): Likewise.
13282         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
13283
13284 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13285
13286         * gcc.c-torture/execute/20010114-2.c: New test.
13287
13288 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
13289
13290         * gcc.c-torture/compile/20010114-1.c: New test.
13291         * gcc.c-torture/compile/20010114-1.x: Xfail.
13292         * gcc.c-torture/compile/20010114-2.c: New test.
13293         * gcc.c-torture/execute/20010114-1.c: New test.
13294         * gcc.dg/trunc-1.c: New test.
13295         * gcc.dg/uninit-B.c: New test.
13296
13297 2001-01-13  Nick Clifton  <nickc@redhat.com>
13298
13299         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
13300         target.
13301
13302 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13303
13304         * gcc.c-torture/compile/20010113-1.c: New test.
13305
13306 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
13307
13308         * gcc.c-torture/compile/20001212-1.c: New test.
13309
13310 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
13311
13312         * gcc.dg/cpp/widestr1.c: Update.
13313         * gcc.dg/cpp/prag-imp.c: Remove.
13314
13315 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
13316
13317         * gcc.c-torture/execute/20000801-3.x: Remove.
13318         * gcc.dg/c90-init-1.c: New test.
13319         * gcc.dg/c99-init-1.c: New test.
13320         * gcc.dg/c99-init-2.c: New test.
13321         * gcc.dg/gnu99-init-1.c: New test.
13322
13323 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
13324
13325         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
13326         testing that no relevant ones were found.
13327
13328 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
13329
13330         * g++.old-deja/g++.pt/cast2.C: New test.
13331
13332 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
13333
13334         * g++.old-deja/g++.pt/friend47.C: New test.
13335
13336 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13337
13338         * g++.old-deja/g++.pt/instantiate13.C: New test.
13339
13340 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13341
13342         * g++.old-deja/g++.other/defarg7.C: New test.
13343         * g++.old-deja/g++.other/defarg8.C: New test.
13344
13345 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13346
13347         * g++.old-deja/g++.pt/crash64.C: New test.
13348
13349 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
13350
13351         * g++.old-deja/g++.pt/crash63.C: New test.
13352
13353 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
13354
13355         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
13356
13357 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
13358
13359         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
13360
13361 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13362
13363         * g++.old-deja/g++.pt/error3.C: New test.
13364
13365 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13366
13367         * g++.old-deja/g++.other/crash39.C: New test.
13368
13369 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
13370
13371         * g++.old-deja/g++.other/vbase4.C: New test.
13372
13373 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
13374
13375         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
13376         * gcc.dg/special/20000419-2.c: New file. Identical to above.
13377         * gcc.dg/special/special.exp: New test driver which will check
13378         for alias support for the above test.
13379
13380 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
13381
13382         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
13383         problems on small machines.
13384         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
13385         parameterize.
13386
13387 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
13388
13389         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
13390         mips.
13391         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
13392
13393 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
13394
13395         * g++.old_deja/g++.pt/using8.C: New test.
13396
13397 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13398
13399         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
13400
13401 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
13402
13403         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
13404         where a failure is expected.
13405         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
13406
13407 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13408
13409         * g++.old_deja/g++.pt/instantiate12.C: New test.
13410
13411 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13412
13413         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
13414         start of structs.
13415         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
13416         * g++.old-deja/g++.brendan/crash17.C: Likewise.
13417         * g++.old-deja/g++.brendan/crash29.C: Likewise.
13418         * g++.old-deja/g++.brendan/crash48.C: Likewise.
13419         * g++.old-deja/g++.brendan/ns1.C: Likewise.
13420         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
13421         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
13422         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
13423         * g++.old-deja/g++.eh/spec6.C: Likewise.
13424         * g++.old-deja/g++.jason/crash3.C: Likewise.
13425         * g++.old-deja/g++.law/ctors11.C: Likewise.
13426         * g++.old-deja/g++.law/ctors17.C: Likewise.
13427         * g++.old-deja/g++.law/ctors5.C: Likewise.
13428         * g++.old-deja/g++.law/ctors9.C: Likewise.
13429         * g++.old-deja/g++.mike/ambig1.C: Likewise.
13430         * g++.old-deja/g++.mike/net22.C: Likewise.
13431         * g++.old-deja/g++.mike/p3538a.C: Likewise.
13432         * g++.old-deja/g++.mike/p3538b.C: Likewise.
13433         * g++.old-deja/g++.mike/virt3.C: Likewise.
13434         * g++.old-deja/g++.niklas/t128.C: Likewise.
13435         * g++.old-deja/g++.other/anon4.C: Likewise.
13436         * g++.old-deja/g++.other/using1.C: Likewise.
13437         * g++.old-deja/g++.other/warn3.C: Likewise.
13438         * g++.old-deja/g++.pt/t37.C: Likewise.
13439         * g++.old-deja/g++.robertl/eb69.C: Likewise.
13440         * g++.old-deja/g++.robertl/eb71.C: Likewise.
13441
13442 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
13443
13444         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
13445
13446 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13447
13448         * gcc.c-torture/execute/stdio-opt-3.c: New test.
13449
13450 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
13451
13452         * gcc.c-torture/compile/20010107-1.c: New test.
13453
13454 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13455
13456         * gcc.c-torture/execute/builtin-noret-1.c: New test.
13457
13458 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13459
13460         * gcc.dg/format/format.h: New file.
13461         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
13462         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
13463         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
13464         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
13465         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
13466         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
13467         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
13468         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
13469         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
13470         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
13471         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
13472         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
13473         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
13474         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
13475         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
13476         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
13477         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
13478         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
13479         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
13480         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
13481         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
13482         instead of declaring standard types, macros and functions in each
13483         test.
13484
13485 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
13486
13487         * gcc.c-torture/execute/20010106-1.c: New test.
13488
13489 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13490
13491         * gcc.dg/format/format.exp: New file.
13492         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
13493         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
13494         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
13495         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
13496         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
13497         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
13498         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
13499         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
13500         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
13501         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
13502         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
13503         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
13504         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
13505         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
13506         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
13507         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
13508         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
13509         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
13510         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
13511         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
13512         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
13513         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
13514         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
13515         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
13516         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
13517         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
13518         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
13519         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
13520         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
13521         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
13522         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
13523         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
13524         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
13525         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
13526         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
13527         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
13528         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
13529         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
13530         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
13531         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
13532         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
13533         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
13534
13535 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
13536
13537         * gcc.c-torture/execute/991228-1.c: Take word endianness into
13538         account.
13539
13540 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
13541
13542         * gcc.c-torture/execute/builtin-complex-1.c: New test.
13543
13544 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
13545
13546         * g++.old-deja/g++.pt/crash62.C: New test.
13547
13548 2001-01-04  Richard Henderson  <rth@redhat.com>
13549
13550         * gcc.dg/20000926-1.c: Update expected warnings.
13551         * gcc.dg/array-2.c: Likewise.
13552         * gcc.dg/array-4.c: Also validate flexible array members.
13553         * gcc.dg/c99-flex-array-1.c: New.
13554
13555 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13556
13557         * gcc.c-torture/compile/20001222-1.x: Remove.
13558
13559 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13560
13561         * gcc.c-torture/execute/built-in-setjmp.c: New.
13562
13563 2001-01-03  Richard Henderson  <rth@redhat.com>
13564
13565         * gcc.dg/940510-1.c: Update expected error wording.
13566         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
13567
13568 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
13569
13570         * lib/target-supports.exp (check_alias_available): Modified to
13571         indicate aliases not supported if only weak aliases are supported.
13572
13573 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13574
13575         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
13576         Turn on cmpstrsi checks for __pj__ and __i370__.
13577
13578 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13579
13580         * g++.old-deja/g++.other/virtual11.C: New test.
13581
13582 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
13583
13584         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
13585
13586 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13587
13588         * gcc.c-torture/compile/20010102-1.c: New test.
13589
13590 2001-01-02  Andreas Jaeger  <aj@suse.de>
13591
13592         * gcc.dg/noreturn-3.c: New test.
13593
13594         * gcc.dg/noreturn-4.c: New test.
13595
13596 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13597
13598         * gcc.c-torture/execute/stdio-opt-1.c: Also test
13599         __builtin_fputc and __builtin_fwrite.
13600
13601 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13602
13603         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
13604         signed char, not default char.
13605
13606 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
13607
13608         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
13609
13610 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
13611
13612         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
13613
13614 2000-12-29  Richard Henderson  <rth@redhat.com>
13615
13616         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
13617         (__cyg_profile_func_exit): Define.
13618
13619 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
13620
13621         * g++.dg/vtgc1.C: New test.
13622
13623 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
13624
13625         * gcc.dg/noncompile/20001228-1.c: New test.
13626
13627         * gcc.dg/20001228-1.c: New test.
13628
13629         * gcc.c-torture/execute/20001228-1.c: New test.
13630
13631 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13632
13633         * gcc.dg/format-strfmon-1.c: New test.
13634
13635 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13636
13637         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
13638         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
13639         * gcc.c-torture/execute/string-opt-1.c: Likewise.
13640         * gcc.c-torture/execute/string-opt-2.c: Likewise.
13641         * gcc.c-torture/execute/string-opt-3.c: Likewise.
13642         * gcc.c-torture/execute/string-opt-4.c: Likewise.
13643         * gcc.c-torture/execute/string-opt-6.c: Likewise.
13644         * gcc.c-torture/execute/string-opt-7.c: Likewise.
13645         * gcc.c-torture/execute/string-opt-8.c: Likewise.
13646         * gcc.c-torture/execute/string-opt-9.c: Likewise.
13647         * gcc.c-torture/execute/string-opt-10.c: Likewise.
13648         * gcc.c-torture/execute/string-opt-11.c: Likewise.
13649         * gcc.c-torture/execute/string-opt-12.c: Likewise.
13650
13651         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
13652         * gcc.c-torture/execute/string-opt-4.c: Test index.
13653
13654 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
13655
13656         * gcc.c-torture/compile/20001226-1.c: New test.
13657
13658 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13659
13660         * gcc.c-torture/compile/20001222-1.c: New test.
13661         * gcc.c-torture/compile/20001222-1.x: Xfail.
13662
13663 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
13664
13665         * gcc.c-torture/execute/comp-goto-2.c: New test.
13666
13667 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
13668
13669         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
13670         Use long types if __INT_MAX__ is 32767.
13671         (main): Use cast to (sint32 *) when poking 88 into a_page.
13672
13673         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
13674
13675 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
13676
13677         * gcc.c-torture/compile/20001221-1.c: New test.
13678         * gcc.c-torture/execute/20001221-1.c: New test.
13679
13680 2000-12-20  Richard Henderson  <rth@redhat.com>
13681
13682         * g++.old-deja/g++.pt/crash36.C: Update error lines.
13683         * g++.old-deja/g++.robertl/eb109.C: Likewise.
13684
13685 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13686
13687         * gcc.dg/compare3.c: New test.
13688
13689 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13690
13691         * gcc.dg/format-warnll-1.c: New test.
13692
13693 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
13694
13695         * gcc.dg/cpp/cmdlne-P.c: New test.
13696
13697 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13698
13699         * gcc.c-torture/execute/builtin-abs-1.c,
13700         gcc.c-torture/execute/builtin-abs-2.c: New tests.
13701
13702 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
13703
13704         * gcc.dg/cpp/multiline.c: New test.
13705
13706 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
13707
13708         * g++.old-deja/g++.other/syshdr1.C: Update.
13709         * gcc.dg/cpp/lineflags.c: Remove temporarily.
13710
13711 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13712
13713         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
13714
13715 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13716
13717         * g++.old-deja/g++.pt/ttp65.C: New test.
13718
13719 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13720
13721         * g++.old-deja/g++.pt/ttp64.C: New test.
13722
13723 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13724
13725         * g++.old-deja/g++.pt/spec33.C: New test.
13726
13727 2000-12-14  Catherine Moore  <clm@redhat.com>
13728
13729         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
13730         * gcc.c-torture/execute/920612-2.c: Likewise.
13731         * gcc.c-torture/execute/920428-2.c: Likewise.
13732         * gcc-c-torture/execute/va-arg-11.c: Call exit.
13733         * gcc.c-torture/execute/va-arg-21.c: Likewise.
13734
13735 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13736
13737         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
13738         * gcc.dg/pack-test-2.c: Likewise.
13739
13740 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
13741
13742         Tests by Zack Weinberg <zackw@stanford.edu>.
13743
13744         * gcc.dg/cpp/defined.c: Update.
13745         * gcc.dg/cpp/defined_trad.c: New tests.
13746
13747 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
13748
13749         * gcc.dg/cpp/trad-direct.c: Update.
13750
13751 2000-12-11  Neil Booth  <neilb@earthling.net>
13752
13753         * gcc.dg/cpp/defined_trad.c
13754
13755 2000-12-11  Neil Booth  <neilb@earthling.net>
13756
13757         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
13758
13759 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
13760
13761         * gcc.dg/format-miss-2.c: New test.
13762
13763 2000-12-09  Neil Booth  <neilb@earthling.net>
13764
13765         * gcc.dg/cpp/lineflags.c: New tests.
13766         * gcc.dg/cpp/poison.c: Update.
13767         * gcc.dg/cpp/redef2.c: Update.
13768         * gcc.dg/cpp/skipping.c: New test.
13769
13770 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
13771
13772         * g++.old-deja/g++.other/eh3.C: New testcase.
13773
13774 2000-12-07  Neil Booth  <neilb@earthling.net>
13775
13776         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
13777         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
13778         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
13779         wtr-union-init-2.c, wtr-union-init-3.c: Update.
13780         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
13781         Update.
13782
13783 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13784
13785         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
13786         __SIZE_TYPE__ instead of int for type of integers cast to
13787         pointers.
13788
13789 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
13790
13791         * g++.old-deja/g++.other/cleanup4.C: New test.
13792
13793 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13794
13795         * format-sec-1.c: New test.
13796
13797 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13798
13799         * gcc.dg/format-nonlit-3.c: New test.
13800
13801 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
13802
13803         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
13804         through a null pointer.
13805
13806 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13807
13808         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
13809         * g++.old-deja/g++.pt/partial4.C: New test.
13810
13811 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
13812
13813         * gcc.c-torture/execute/ieee/hugeval.x: New.
13814
13815 2000-12-06  Neil Booth  <neilb@earthling.net>
13816
13817         * gcc.dg/cpp/backslash2.c: New tests.
13818
13819 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13820
13821         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
13822         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
13823
13824 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
13825
13826         * gcc.c-torture/execute/20001203-2.c: New testcase.
13827
13828 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
13829
13830         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
13831         * g++.old-deja/g++.other/virtual10.C: New test.
13832
13833 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
13834
13835         * g++.old-deja/g++.mike/pmf5.C: Remove test.
13836
13837 2000-12-05  Richard Henderson  <rth@redhat.com>
13838
13839         * gcc.c-torture/compile/20001205-1.c: New.
13840
13841 2000-12-04  Neil Booth  <neilb@earthling.net>
13842
13843         * g++.old-deja/g++.other/virtual9.C: New test.
13844         * g++.old-deja/g++.pt/crash61.C: New test.
13845         * gcc.c-torture/execute/loop-9.c: New test.
13846
13847 2000-12-04  Neil Booth  <neilb@earthling.net>
13848
13849         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
13850         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
13851         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
13852         * gcc.dg/cpp/extratokens.c: ...here.
13853
13854 2000-12-04  Neil Booth  <neilb@earthling.net>
13855
13856         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
13857         New tests.
13858
13859 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13860
13861         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
13862         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
13863
13864 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
13865
13866         * gcc.c-torture/execute/20001203-1.c: New test.
13867
13868 2000-12-03  Neil Booth  <neilb@earthling.net>
13869
13870         * gcc.dg/cpp/macro6.c: New test cases.
13871
13872 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13873
13874         * gcc.c-torture/execute/string-opt-9.c: New test.
13875         * gcc.c-torture/execute/string-opt-10.c: Likewise.
13876         * gcc.c-torture/execute/string-opt-11.c: Likewise.
13877         * gcc.c-torture/execute/string-opt-12.c: Likewise.
13878
13879         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
13880         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
13881
13882 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
13883
13884         * gcc.dg/cpp/if-6.c: New testcase.
13885
13886         * gcc.dg/20001201-1.c: New testcase.
13887
13888 2000-12-02  Neil Booth  <neilb@earthling.net>
13889
13890         * g++.old-deja/g++.other/externC4.C,
13891         g++.old-deja/g++.other/friend10.C: New tests.
13892
13893 2000-12-02  Neil Booth  <neilb@earthling.net>
13894
13895         * g++.old-deja/g++.other/instan2.C
13896         * g++.old-deja/g++.other/instan3.C: New test.
13897
13898 2000-12-02  Neil Booth  <neilb@earthling.net>
13899
13900         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
13901         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
13902         gnuc99.c,gnuc99-pedantic.c: New tests.
13903
13904 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13905
13906         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
13907         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
13908
13909 2000-12-01  Neil Booth  <neilb@earthling.net>
13910
13911         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
13912         * gcc.dg/cpp/poison.c: Update.
13913         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
13914
13915 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
13916
13917         * g77.f-torture/execute/20001201.f: New test.
13918
13919 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
13920
13921         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
13922
13923 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
13924
13925         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
13926
13927 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
13928
13929         * g++.old-deja/g++.other/cast6.C: New test.
13930
13931 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
13932
13933         * gcc.c-torture/execute/20001130-2.c: New testcase.
13934
13935 2000-11-30  Richard Henderson  <rth@redhat.com>
13936
13937         * gcc.c-torture/execute/20001130-1.c: New test.
13938
13939 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
13940
13941         * g++.old-deja/g++.other/op3.C: New test.
13942
13943 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
13944
13945         * g++.old-deja/g++.other/op2.C: New test.
13946
13947 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
13948
13949         * g++.old-deja/g++.other/crash38.C: New test.
13950
13951 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
13952
13953         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
13954
13955 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
13956
13957         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
13958         tests.
13959         * gcc.c-torture/execute/string-opt-6.c: New test.
13960
13961         * gcc.dg/20001117-1.c: Add main.
13962
13963 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
13964
13965         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
13966         Move from here ...
13967         * gcc.dg/940510-1.c: ... to here.
13968
13969         * gcc.dg/20000926-1.c: GNU C now allows initializations of
13970         zero-size arrays in toplevel structures.
13971
13972 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
13973
13974         * gcc.c-torture/execute/loop-8.c: New test.
13975
13976 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13977
13978         * g++.old-deja/g++.other/base1.C: New test.
13979
13980 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13981
13982         * g++.old-deja/g++.other/parse2.C: New test.
13983
13984 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13985
13986         * g++.old-deja/g++.pt/incomplete1.C: New test.
13987
13988 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
13989
13990         * g++.old-deja/g++.other/friend9.C: New test.
13991
13992 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
13993
13994         * gcc.dg/20001127-1.c: New test.
13995
13996 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
13997
13998         * g++.old-deja/g++.pt/friend46.C: New test.
13999
14000 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14001
14002         * g++.old-deja/g++.other/ptrmem8.C: New test.
14003
14004 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14005
14006         * gcc.c-torture/execute/string-opt-7.c: New test.
14007         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14008
14009 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14010
14011         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14012         instead of 'mkcheck 2'.
14013
14014 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14015
14016         * gcc.c-torture/execute/memcheck/driver.c,
14017         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
14018         C9X references to refer to C99.
14019
14020 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
14021
14022         * gcc.dg/ultrasp3.c: New test.
14023
14024 2000-11-25  Neil Booth  <neilb@earthling.net>
14025
14026         * gcc.dg/cpp/include2.c: Update test to be locale independent.
14027
14028 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
14029
14030         * gcc.c-torture/compile/20001123-2.c: New.
14031
14032 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14033
14034         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
14035
14036 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
14037
14038         * gcc.dg/sequence-point-1.c: Add some new tests.
14039         * gcc.c-torture/execute/20001124-1.c: New test.
14040
14041 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14042
14043         * g++.old-deja/g++.other/vaarg4.C: New test.
14044         * gcc.c-torture/compile/20001123-1.c: New test.
14045
14046 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14047
14048         * g++.other/crash24.C: Adjust and remove XFAIL.
14049         * g++.other/crash37.C: New test.
14050
14051 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
14052
14053         * g++.old-deja/g++.pt/instantiate9.C: New test.
14054
14055 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
14056
14057         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
14058         new ABI, too.
14059
14060         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
14061         * g++.old-deja/g++.robertl/eb55.C: Likewise.
14062
14063 2000-11-22  Neil Booth  <neilb@earthling.net>
14064
14065         * gcc.dg/cpp/Wtrigraphs.c: New test.
14066
14067 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14068
14069         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
14070
14071 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
14072
14073         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
14074
14075 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
14076
14077         * lib/gcc-dg.exp: load_lib scanasm.exp.
14078         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
14079         * lib/g++-dg.exp: load_lib scanasm.exp.
14080         * lib/scanasm.exp: New.
14081         (scan-assembler, scan-assembler-not): Add optional arguments to
14082         test name, or if not present, the pattern name.
14083         (scan-assembler-dem, scan-assembler-dem-not): New.
14084
14085         * g++.dg/dg.exp: New.
14086
14087 2000-11-21  Neil Booth  <neilb@earthling.net>
14088
14089         * gcc.dg/cpp/integrated1.c: Remove.
14090
14091 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14092
14093         * gcc.c-torture/execute/20001121-1.c: New test.
14094
14095 2000-11-21  Richard Henderson  <rth@redhat.com>
14096
14097         * gcc.c-torture/compile/20001121-1.c: New test.
14098
14099 2000-11-20  Neil Booth  <neilb@earthling.net>
14100
14101         * gcc.dg/cpp/integrated1.c: New test.
14102
14103 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14104
14105         * g++.old-deja/g++.other/inline17.C: New test.
14106
14107 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
14108
14109         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
14110         local variable to be zero: I made the variable global. Now
14111         uses abort() and exit() instead of relying on main's return value.
14112
14113 2000-11-20  Neil Booth  <neilb@earthling.net>
14114
14115         * gcc.dg/cpp/paste2.c: Update test.
14116         * objc/execute/paste.m: New test.
14117
14118 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14119
14120         * gcc.dg/c99-condexpr-1.c: New test.
14121
14122 2000-11-20  Neil Booth  <neilb@earthling.net>
14123
14124         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
14125
14126 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
14127
14128         * g++.old-deja/g++.pt/export1.C: New test.
14129
14130 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
14131
14132         * gcc.dg/20001117-1.c: New test.
14133
14134 2000-11-18  Richard Henderson  <rth@redhat.com>
14135
14136         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
14137
14138 2000-11-18  Richard Henderson  <rth@redhat.com>
14139
14140         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
14141         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
14142         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
14143
14144 2000-11-18  Richard Henderson  <rth@redhat.com>
14145
14146         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
14147         (main): New.  Exit cleanly.
14148
14149 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14150
14151         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
14152         gcc.dg/c99-fordecl-2.c: New tests.
14153
14154 2000-11-18  Richard Henderson  <rth@redhat.com>
14155
14156         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
14157         * gcc.c-torture/execute/zerolen-2.c: New.
14158
14159 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14160
14161         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
14162         memory.
14163
14164 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14165
14166         * g++.old-deja/g++.pt/instantiate8.C: New test.
14167
14168 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14169
14170         * g++.old-deja/g++.other/incomplete.C: Add more tests.
14171         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
14172
14173 2000-11-16  Nick Clifton  <nickc@redhat.com>
14174
14175         * gcc.c-torture/execute/nestfunc-2.c: New test.
14176         * gcc.c-torture/execute/nestfunc-3.c: New test.
14177
14178 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
14179
14180         * gcc.c-torture/compile/20001116-1.c: New test.
14181
14182 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14183
14184         * gcc.c-torture/execute/20001115-1.c: New test.
14185
14186 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
14187
14188         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
14189         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
14190         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
14191         * g++.old-deja/g++.abi/vmihint.C: Likewise.
14192
14193 2000-11-15  Neil Booth  <neilb@earthling.net>
14194
14195         gcc.dg/cpp/_Pragma1.c: Update.
14196         gcc.dg/cpp/_Pragma2.c: New test.
14197
14198 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
14199
14200         * g++.old-deja/g++.other/anon5.C: New test.
14201
14202 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
14203
14204         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
14205         tests.
14206
14207 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
14208
14209         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
14210         output.
14211
14212 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14213
14214         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
14215         labels at end of compound statements.
14216
14217 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
14218
14219         * gcc.c-torture/execute/loop-7.c: New test.
14220
14221 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14222
14223         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
14224
14225 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14226
14227         * gcc.dg/c99-bool-1.c: New test.
14228
14229 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14230
14231         * gcc.dg/c99-scope-1.c: Remove xfail.
14232         * gcc.dg/c99-scope-2.c: New test.
14233
14234 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14235
14236         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
14237         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
14238
14239 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
14240
14241         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
14242         error messages.
14243
14244         * g++.mike/p700.C: Don't typedef wchar_t.
14245         * g++.mike/p784.C: Likewise.
14246         * g++.mike/eb101.C: Don't use __wchar_t.
14247
14248 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
14249
14250         * g77.f-torture/execute/20001111.[fx]: Test premature exit
14251         from DO loop.
14252
14253 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
14254
14255         * gcc.c-torture/execute/20001111-1.c: New test.
14256
14257 2000-11-10  Nick Clifton  <nickc@redhat.com>
14258
14259         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
14260         long multuiple and accumulate.
14261
14262 2000-11-09  Richard Henderson  <rth@redhat.com>
14263
14264         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
14265         via size_t instead of int.
14266
14267         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
14268         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14269         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14270         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14271
14272 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
14273
14274         * gcc.c-torture/compile/20001109-1.c: New test.
14275         * gcc.c-torture/compile/20001109-2.c: New test.
14276
14277 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
14278
14279         * g++.old-deja/g++.pt/operator1.C: New test.
14280         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
14281
14282 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
14283
14284         * gcc.dg/20001108-1.c: New test.
14285
14286 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
14287
14288         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
14289         with both arguments constant strings.
14290         * gcc.c-torture/execute/string-opt-3.c: New test.
14291         * gcc.c-torture/execute/string-opt-4.c: New test.
14292         * gcc.c-torture/execute/string-opt-5.c: New test.
14293
14294 2000-11-08  Nick Clifton  <nickc@redhat.com>
14295
14296         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
14297         mulsidi3adddi patterns.
14298
14299 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
14300
14301         * g++.old-deja/g++.other/crash36.C: New test.
14302
14303 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
14304
14305         * g++.old-deja/g++.other/init16.C: New test.
14306
14307 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
14308
14309         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
14310
14311 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
14312
14313         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
14314         * gcc.c-torture/execute/va-arg-16.x: Likewise.
14315         * gcc.c-torture/execute/va-arg-17.x: Likewise.
14316
14317 2000-11-07  DJ Delorie  <dj@redhat.com>
14318
14319         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
14320
14321 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14322
14323         * gcc.c-torture/execute/string-opt-1.c: New test.
14324
14325 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
14326
14327         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
14328         mips-sgi-irix6.* because the MIPS ABI passes floating-point
14329         parameters in registers, and there is no way for a varargs
14330         function to know in which order the integer and floating-point
14331         parameters should be interleaved when they are placed on the
14332         stack.
14333         * gcc.c-torture/execute/va-arg-16.x: Likewise.
14334         * gcc.c-torture/execute/va-arg-17.x: Likewise.
14335
14336 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14337
14338         * gcc.c-torture/execute/string-opt-2.c: New test.
14339
14340 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
14341
14342         * g++.old-deja/g++.pt/crash60.C: New test.
14343
14344 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
14345
14346         * g++.old-deja/g++.other/crash24.C: New test.
14347         * g++.old-deja/g++.other/crash25.C: New test.
14348         * g++.old-deja/g++.other/crash26.C: New test.
14349         * g++.old-deja/g++.other/crash27.C: New test.
14350         * g++.old-deja/g++.other/crash28.C: New test.
14351         * g++.old-deja/g++.other/crash29.C: New test.
14352         * g++.old-deja/g++.other/crash30.C: New test.
14353         * g++.old-deja/g++.other/crash31.C: New test.
14354         * g++.old-deja/g++.other/crash32.C: New test.
14355         * g++.old-deja/g++.other/crash33.C: New test.
14356         * g++.old-deja/g++.other/crash34.C: New test.
14357         * g++.old-deja/g++.other/crash35.C: New test.
14358
14359 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
14360
14361         * gcc.c-torture/execute/20001031-1.c: New test.
14362
14363 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
14364
14365         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
14366         namespace.
14367
14368         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
14369         standards-conformant.
14370
14371         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
14372
14373         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
14374         * g++.old-deja/g++.mike/p755a.C: Likewise.
14375         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
14376         library makes no calls to `operator new' during initialization.
14377
14378 2000-11-04  Neil Booth  <neilb@earthling.net>
14379
14380         * gcc.dg/cpp/include2.c: New tests.
14381
14382 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
14383
14384         * lib/g++.exp (g++_set_ld_library_path): New function.
14385         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
14386
14387 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
14388
14389         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
14390         warnings.
14391
14392 2000-11-01  Richard Henderson  <rth@redhat.com>
14393
14394         * g++.old-deja/g++.ext/namedret1.C: New.
14395         * g++.old-deja/g++.ext/namedret2.C: New.
14396         * g++.old-deja/g++.ext/namedret3.C: New.
14397
14398 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
14399
14400         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
14401         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
14402
14403 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14404
14405         * gcc.c-torture/execute/va-arg-21.c: New test.
14406
14407 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
14408
14409         * gcc.dg/c99-complex-2.c: New test.
14410
14411 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14412
14413         * gcc.c-torture/execute/stdio-opt-1.c: New test.
14414
14415 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
14416
14417         * g++.old-deja/g++.other/inline16.C: New test.
14418
14419 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
14420
14421         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
14422         __PRETTY_FUNCTION__
14423
14424 2000-10-29  Neil Booth  <neilb@earthling.net>
14425
14426         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
14427         New tests.
14428         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
14429         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
14430         optimisation.
14431
14432 2000-10-29  Neil Booth  <neilb@earthling.net>
14433
14434         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
14435         * mi1.c, mi1c.h: Add null directives to multiple-include test.
14436         * mi5.c: Test multiple includes work with -C.
14437         * trigraphs.c: Test ^= version.
14438
14439 2000-10-28  Neil Booth  <neilb@earthling.net>
14440
14441         New tests and test updates for new macro expander.
14442
14443         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
14444         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
14445         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
14446         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
14447         new diagnostic messages.
14448
14449         * gcc.dg/cpp/macro3.c: New tests.
14450
14451 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
14452
14453         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
14454         on the same line.
14455
14456 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
14457
14458         * g++.old-deja/g++.other/eh2.C: New test.
14459
14460 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
14461
14462         * gcc.c-torture/execute/20001027-1.c: New test.
14463
14464 2000-10-26  Richard Henderson  <rth@redhat.com>
14465
14466         * gcc.c-torture/execute/20001026-1.c: New.
14467
14468 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
14469
14470         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
14471         * g++.old-deja/g++.law/builtin1.C: Likewise.
14472         * g++.old-deja/g++.law/ctors10.C: Likewise.
14473         * g++.old-deja/g++.law/virtual3.C: Likewise.
14474         * g++.old-deja/g++.mike/p658.C: Likewise.
14475         * g++.old-deja/g++.other/sibcall1.C: Likewise.
14476         * g++.old-deja/g++.other/vaarg2.C: Likewise.
14477         * g++.old-deja/g++.robertl/eb124.C: Likewise.
14478         * g++.old-deja/g++.robertl/eb44.C: Likewise.
14479         * g++.old-deja/g++.robertl/eb77.C: Likewise.
14480
14481 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
14482
14483         * gcc.c-torture/compile/20001024-1.c: New test.
14484
14485 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
14486
14487         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
14488         to tell us whether or not we are using V3.
14489
14490 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14491
14492         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
14493         operands.
14494
14495 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14496
14497         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
14498
14499 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
14500
14501         * gcc.c-torture/execute/20001024-1.c: New test.
14502
14503 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
14504
14505         * g++.old-deja/g++.other/sibcall1.C: New test.
14506
14507 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
14508
14509         * gcc.dg/noncompile/init-3.c: New test.
14510
14511 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14512
14513         * gcc.dg/format-array-1.c: New test.
14514
14515 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14516
14517         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
14518         writing through null pointers; remove comment about testing
14519         unterminated strings.
14520
14521 2000-10-17  Matthew Hiller  <hiller@redhat.com>
14522
14523         * gcc.c-torture/execute/20001017-2.c: New test.
14524
14525 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14526
14527         * gcc.c-torture/compile/20001018-1.c: New test.
14528         * gcc.c-torture/compile/20001018-1.x: Xfail.
14529
14530 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14531
14532         * gcc.c-torture/execute/20001017-1.c: New test.
14533
14534 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14535
14536         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
14537         for multiple use of arguments with scanf formats; add tests for
14538         multiple use of arguments.
14539
14540 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
14541
14542         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
14543
14544 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14545
14546         * gcc.dg/format-miss-1.c: New test.
14547
14548 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14549
14550         * gcc.c-torture/execute/20001013-1.c: New test.
14551
14552 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14553
14554         * gcc.dg/format-branch-1.c: New test.
14555
14556 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
14557
14558         * README, lib/file-format.exp: Remove EGCS references.
14559
14560 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
14561
14562         * gcc.dg/20001013-1.c: New test.
14563
14564 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14565
14566         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
14567         for intmax_t in the compiler using __typeof__ and the type rules
14568         for conditional expressions.
14569
14570 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
14571
14572         * gcc.dg/20001012-1.c: New test.
14573         * gcc.dg/20001012-2.c: New test.
14574
14575 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14576
14577         * gcc.dg/format-attr-1.c: New test.
14578
14579 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14580
14581         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
14582         __LONG_LONG_MAX__ instead of LLONG_MAX.
14583
14584 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
14585
14586         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
14587         scanf flags.
14588         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
14589         flags.
14590
14591 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
14592
14593         * gcc.dg/sequence-pt-1.c: New test.
14594
14595 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
14596
14597         * gcc.c-torture/execute/20001011-1.c: New testcase.
14598         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
14599
14600 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14601
14602         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
14603         does not error on it.
14604
14605 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
14606
14607         * gcc.dg/20001009-1.c: New test.
14608
14609 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
14610
14611         * gcc.c-torture/compile/20001009-1.c: Move from here ....
14612         * gcc.c-torture/execute/20001009-2.c: ... to here.
14613
14614 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
14615
14616         * gcc.c-torture/compile/20001009-1.c: New testcase.
14617         * gcc.c-torture/execute/20001009-1.c: New testcase.
14618         Testcases provided by Jan Hubicka <jh@suse.cz>.
14619
14620 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14621
14622         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14623         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
14624         uintmax_t using <limits.h> to emulate the compiler's internal
14625         logic.  No longer XFAIL %j tests.
14626
14627 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
14628
14629         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
14630         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
14631         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
14632         regexps and details of expected handling of some bad formats.
14633         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
14634         suppression.
14635
14636 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14637
14638         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
14639         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
14640         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
14641         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
14642         in list archives.
14643
14644 2000-10-06  Richard Henderson  <rth@cygnus.com>
14645
14646         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
14647         * g++.old-deja/g++.brendan/crash52.C: Likewise.
14648         * g++.old-deja/g++.jason/report.C: Likewise.
14649         * g++.old-deja/g++.law/friend5.C: Likewise.
14650         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
14651         of the expected warnings.
14652
14653 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
14654
14655         * g++.old-deja/g++.pt/enum14.C: New test.
14656
14657 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
14658
14659         * g++.old-deja/g++.pt/crash59.C: New test.
14660
14661 2000-10-04  Will Cohen  <wcohen@redhat.com>
14662
14663         * gcc.dg/20000926-1.c: New test.
14664
14665 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
14666
14667         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
14668         function name for current C++ compiler.
14669         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
14670
14671 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
14672
14673         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
14674         __PRETTY_FUNCTION__.
14675         * g++.old-deja/g++.ext/pretty2.C: Likewise.
14676
14677 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14678
14679         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
14680
14681 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
14682
14683         * gcc.c-torture/compile/20000923-1.c: New test.
14684
14685 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
14686
14687         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
14688         * g++.old-deja/g++.pt/ttp62.C: Same.
14689         * g++.old-deja/g++.other/inline14.C: Same.
14690
14691 2000-09-24  Richard Henderson  <rth@cygnus.com>
14692
14693         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
14694
14695 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
14696
14697         * gcc.dg/c90-printf-1.c: Add test for wide string format.
14698
14699 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
14700
14701         * gcc.c-torture/compile/20000922-1.c: New file.
14702
14703 2000-09-21  Nick Clifton  <nickc@redhat.com>
14704
14705         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
14706         a signed long modulo operation.
14707         (mod6): New function - perform an unsigned long modulo operation.
14708         (main): Add tests for modulos of very large numbers by very small
14709         dividends.
14710
14711 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14712
14713         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
14714
14715 2000-09-19  Richard Henderson  <rth@cygnus.com>
14716
14717         * gcc.dg/compare2.c (case 10): XFAIL.
14718
14719 2000-09-18  Richard Henderson  <rth@cygnus.com>
14720
14721         * gcc.c-torture/execute/20000906-1.c: Move ...
14722         * gcc.dg/20000906-1.c: ... here.  Only run on targets
14723         that support __builtin_trap.
14724
14725 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
14726
14727         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
14728
14729 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14730
14731         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
14732         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
14733         more $ format tests.
14734
14735 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14736
14737         * gcc.dg/format-errmk-1.c: New test.
14738
14739 2000-09-17  Greg McGary  <greg@mcgary.org>
14740
14741         * gcc.c-torture/execute/20000917-1.x: Remove.
14742
14743 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
14744
14745         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
14746
14747 2000-09-17  Greg McGary  <greg@mcgary.org>
14748
14749         * gcc.c-torture/execute/20000917-1.c: New test.
14750         * gcc.c-torture/execute/20000917-1.x: XFAIL.
14751
14752 2000-09-16  Neil Booth  <NeilB@earthling.net>
14753
14754         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
14755         in nested macro bug.
14756
14757 2000-09-15  Neil Booth  <NeilB@earthling.net>
14758
14759         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
14760
14761 2000-09-14  Jeffrey A Law  (law@cygnus.com)
14762
14763         * gcc.c-torture/execute/20000914-1.c: New test.
14764
14765 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
14766
14767         * g++.other/inline13.C: New test.
14768
14769 2000-09-12  Andreas Jaeger  <aj@suse.de>
14770
14771         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
14772         constant by Ulrich Drepper <drepper@redhat.com>.
14773
14774 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
14775
14776         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
14777
14778 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14779
14780         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
14781
14782 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
14783
14784         * gcc.dg/cpp/backslash.c: New test.
14785
14786 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
14787
14788         * gcc.c-torture/execute/20000910-1.c: New test.
14789         * gcc.c-torture/execute/20000910-2.c: Likewise.
14790
14791 2000-09-11  Robert Lipe  <robertl@sco.com>
14792
14793         * gcc.dg/pragma-align.c: New test.
14794
14795 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
14796
14797         * g++.old-deja/g++.pt/explicit82.C: New test.
14798         * g++.old-deja/g++.pt/explicit83.C: New test.
14799
14800 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
14801
14802         * gcc.dg/asm-names.c: New test.
14803
14804 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14805
14806         * gcc.dg/cpp/tr-warn6.c: New test
14807
14808 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14809
14810         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
14811         be accepted.
14812
14813 2000-09-07  Catherine Moore  <clm@redhat.com>
14814
14815         * gcc.c-torture/execute/unroll-1.c: New test.
14816
14817 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
14818
14819         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
14820         ERROR markers.
14821         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
14822         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
14823         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
14824         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
14825         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
14826         Preprocess only.
14827         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
14828         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
14829
14830 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
14831
14832         * g++.old-deja/g++.pt/deduct2.C: New test.
14833
14834 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
14835
14836         * g++.old-deja/g++.pt/parms2.C: New test.
14837
14838 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
14839
14840         * g++.old-deja/g++.pt/crash58.C: New test.
14841
14842 2000-09-06  Greg McGary  <greg@mcgary.org>
14843
14844         * gcc.c-torture/execute/20000906-1.c: New test.
14845         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
14846
14847 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14848
14849         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
14850
14851 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
14852
14853         * g++.old-deja/g++.pt/crash57.C: New test.
14854
14855 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
14856
14857         * g++.old-deja/g++.pt/crash56.C: New test.
14858
14859 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
14860
14861         * g++.old-deja/g++.pt/koenig1.C: New test.
14862
14863 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
14864
14865         * gcc.dg/20000904-1.c: New test.
14866
14867 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
14868
14869         * gcc.dg/cpp/paste8.c: New test.
14870
14871 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
14872
14873         * gcc.c-torture/compile/20000827-1.c: New test.
14874
14875 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14876
14877         * gcc.dg/format-diag-1.c: New test.
14878
14879 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14880
14881         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
14882         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
14883         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
14884         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
14885         gcc.dg/formatz-1.c: Adjust warning regular expressions.
14886
14887 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
14888
14889         * g++.old-deja/g++.other/nested4.C: New test.
14890
14891 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
14892
14893         * g++.old-deja/g++.ns/scoped1.C: New test.
14894
14895 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
14896
14897         * lib/g++.exp: Support testing already-installed GCC.
14898
14899 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14900
14901         * wtr-label-1.c, wtr-suffix-1.c: New tests.
14902
14903 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14904
14905         * gcc.dg/return-type-2.c: New test.
14906
14907 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
14908
14909         * gcc.c-torture/compile/20000825-1.c: New test.
14910
14911 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
14912
14913         * gcc.dg/dwarf2-2.c: New test.
14914
14915 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
14916
14917         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
14918         dg-warning regexps.
14919
14920 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14921
14922         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
14923         gcc.dg/format-ext-5.c: New tests.
14924
14925 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
14926
14927         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
14928
14929 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
14930
14931         * gcc.dg/noncompile/930622-2.c: Adjust error message.
14932
14933 2000-08-24  Richard Henderson  <rth@cygnus.com>
14934
14935         * gcc.dg/ia64-sync-1.c: New test.
14936         * gcc.dg/ia64-sync-2.c: New test.
14937         * gcc.dg/ia64-asm-1.c: New test.
14938
14939 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
14940
14941         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
14942         * gcc.dg/format-ext-2.c: New test.
14943
14944 2000-08-23  Jason Merrill  <jason@redhat.com>
14945
14946         * lib/old-dejagnu.exp: Also ignore "In member function" and
14947         "At global scope".
14948
14949 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14950
14951         * gcc.dg/noncompile/label-lineno-1.c: New test.
14952
14953 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
14954
14955         * gcc.dg/c99-array-nonobj-1.c: New test.
14956
14957 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
14958
14959         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
14960         tests.
14961         * gcc.dg/format-ext-1.c: New test.
14962
14963 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14964
14965         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
14966         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
14967         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
14968         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
14969         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
14970
14971 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
14972
14973         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
14974         gcc.dg/c99-strftime-2.c: New tests.
14975
14976 2000-08-22  Richard Henderson  <rth@cygnus.com>
14977
14978         * gcc.c-torture/execute/20000822-1.c: New test.
14979
14980 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
14981
14982         * gcc.c-torture/execute/20000819-1.x: Remove.
14983
14984 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
14985
14986         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
14987         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
14988         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
14989         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
14990         gcc.dg/format-xopen-1.c: New tests.
14991
14992 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
14993
14994         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
14995
14996 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
14997
14998         * g++.old-deja/g++.other/loop2.C: New test.
14999
15000         * gcc.c-torture/compile/20000606-1.c: New test.
15001         * gcc.c-torture/compile/20000728-1.c: New test.
15002         * gcc.c-torture/execute/20000801-1.c: New test.
15003         * gcc.c-torture/execute/20000801-2.c: New test.
15004         * gcc.c-torture/execute/20000819-1.c: New test.
15005         * gcc.c-torture/execute/20000819-1.x: XFAIL.
15006         * gcc.dg/20000629-1.c: New test.
15007         * gcc.dg/20000724-1.c: New test.
15008         * gcc.dg/20000807-1.c: New test.
15009
15010 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15011
15012         * gcc.dg/cpp/pragma-1.c: New test.
15013         * gcc.dg/cpp/pragma-2.c: New test.
15014
15015 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
15016
15017         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
15018         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
15019
15020 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15021
15022         * gcc.c-torture/compile/20000818-1.c: New test.
15023
15024 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
15025
15026         * gcc.c-torture/execute/20000818-1.c: New test.
15027
15028 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15029
15030         * gcc.dg/format-va-1.c: New test.
15031
15032 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15033
15034         * g++.old-deja/g++.other/typedef8.C: New test.
15035
15036 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15037
15038         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
15039         * g++.old-deja/g++.mike/net36.C: Mark candidate.
15040         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
15041         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
15042         * g++.old-deja/g++.other/ptrmem7.C: New test.
15043         * g++.old-deja/g++.pt/ptrmem10.C: New test.
15044
15045 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15046
15047         * g++.old-deja/g++.pt/typename27.C: New test.
15048
15049 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
15050
15051         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
15052         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
15053         * g++.old-deja/g++.pt/friend45.C: New test.
15054         * g++.old-deja/g++.other/friend8.C: New test.
15055
15056 2000-08-15  Richard Henderson  <rth@cygnus.com>
15057
15058         * gcc.c-torture/execute/20000815-1.c: New test.
15059
15060 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15061
15062         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
15063         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
15064         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
15065
15066 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
15067
15068         * g++.old-deja/g++.other/refinit2.C: New test.
15069
15070 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15071
15072         * lib/c-torture.exp (c-torture): Make
15073         compiler_conditional_xfail_data global.
15074         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
15075         compiler_conditional_xfail_data machinery.
15076         (f-torture-execute): Likewise.
15077         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
15078         and only when unrolling loops.
15079
15080         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
15081
15082 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15083
15084         * g++.old-deja/g++.pt/explicit81.C: New test.
15085
15086 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15087
15088         * g++.old-deja/g++.pt/typename26.C: New test.
15089
15090 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
15091
15092         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
15093         warning.
15094
15095 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
15096
15097         * g++.old-deja/g++.other/array3.C: New test.
15098
15099 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15100
15101         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
15102         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
15103         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
15104         New tests.
15105
15106 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
15107
15108         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
15109         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15110
15111 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
15112
15113         * gcc.c-torture/execute/20000808-1.c: New test.
15114
15115 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15116
15117         * gcc.dg/c90-const-expr-1.c: New test.
15118
15119 2000-08-08  Richard Henderson  <rth@cygnus.com>
15120
15121         * gcc.dg/noncompile/920923-1.c: Declare calloc.
15122
15123 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15124
15125         * gcc.dg/noncompile/const-ll-1.c: New test.
15126
15127 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15128
15129         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
15130
15131 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
15132
15133         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
15134         that running programs linked against the shared version of libobjc
15135         run correctly.
15136
15137 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15138
15139         * gcc.dg/c99-printf-1.c: New test.
15140
15141 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15142
15143         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
15144
15145 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
15146
15147         * gcc.c-torture/execute/20000731-1.x: Delete.
15148
15149 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
15150
15151         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
15152         and torture_without_loops as is done by c-torture.exp.
15153         (search_for): Copy from c-torture.exp.
15154         (gcc-dg-runtest): New function, drives a directory of tests
15155         iterating over the TORTURE_OPTIONS.
15156         (scan-assembler, scan-assembler-not): Move here from
15157         individual directory drivers.
15158
15159         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
15160         defined by lib/gcc-dg.exp.
15161         * gcc.dg/cpp/cpp.exp: Likewise.
15162         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
15163         gcc-dg-runtest, so we cycle over optimization options.
15164
15165         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
15166         * gcc.dg/compare2.c: No longer expected to fail.
15167
15168 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15169
15170         * gcc.c-torture/execute/20000804-1.c: New test.
15171
15172 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15173
15174         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
15175
15176 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
15177
15178         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
15179
15180 2000-08-03  Jeffrey A Law  (law@cygnus.com)
15181
15182         * gcc.c-torture/compile/20000803-1.c: New test.
15183
15184 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15185
15186         * gcc.c-torture/execute/20000801-3.c,
15187         gcc.c-torture/execute/20000801-4.c: New tests.
15188         * gcc.c-torture/execute/20000801-3.x,
15189         gcc.c-torture/execute/20000801-4.x: Xfail.
15190
15191 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
15192
15193         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
15194         libobjc/.libs to allow for libtool.
15195
15196 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
15197
15198         * gcc.c-torture/compile/20000802-1.c: New test.
15199
15200 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
15201
15202         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
15203
15204 2000-07-31  Jeffrey A Law  (law@cygnus.com)
15205
15206         * gcc-c-torture/execute/20000731-2.c: New test.
15207
15208         * gcc.c-torture/execute/20000731-1.c: New test.
15209         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
15210
15211 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
15212
15213         * testsuite/gcc.dg/cpp/paste7.c: New test.
15214         * gcc.dg/cpp/20000725-1.c: New test.
15215
15216 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
15217
15218         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
15219         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
15220         declaration warning for __builtin_dwarf_reg_size.
15221
15222         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
15223
15224 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15225
15226         * gcc.dg/noncompile/voidparam-1.c: New test.
15227
15228 2000-07-30  Richard Henderson  <rth@cygnus.com>
15229
15230         * gcc.dg/c90-digraph-1.c: Don't xfail.
15231         * gcc.dg/compare2.c (case 10): Xfail.
15232         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
15233
15234 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
15235
15236         * gcc.dg/c99-main-1.c: New test.
15237
15238 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15239
15240         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
15241
15242 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
15243
15244         * gcc.c-tortuer/execute/20000726-1.c: New test.
15245
15246 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
15247
15248         * gcc.c-torture/execute/enum-2.c: New test.
15249
15250 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15251
15252         * gcc.dg/cpp/tr-warn3.c: New test.
15253
15254 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
15255
15256         * g++.old-deja/g++.ext/implicit1.C: Remove.
15257         * g++.old-deja/g++.jason/c2.C: Remove
15258         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
15259         * g++.old-deja/g++.pt/crash16.C: Likewise.
15260         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
15261
15262 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
15263
15264         * g++.old-deja/g++.other/for2.C: New test.
15265
15266 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
15267
15268         * gcc.dg/20000720-1.c: New test.
15269
15270 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
15271
15272         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
15273
15274 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
15275
15276         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
15277         * gcc.c-torture/execute/20000722-1.c: New.
15278         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
15279
15280 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
15281
15282         * gcc.dg/cpp/20000720-1.S: New test.
15283
15284 2000-07-21  Michael Meissner  <meissner@redhat.com>
15285
15286         * gcc.c-torture/execute/ieee/hugeval.c: New test.
15287
15288 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
15289
15290         * g++.old-deja/g++.brendan/crash16.C,
15291         g++.old-deja/g++.brendan/parse3.C,
15292         g++.old-deja/g++.brendan/redecl1.C,
15293         g++.old-deja/g++.ns/template13.C,
15294         g++.old-deja/g++.other/decl4.C,
15295         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
15296
15297 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
15298
15299         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
15300         and "Internal error".
15301
15302         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
15303         regexps.
15304         * gcc.dg/cpp/paste6.c: New test.
15305
15306 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
15307
15308         * gcc.dg/cpp/tr-direct.c: New test.
15309
15310         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
15311         gcc.dg/cpp/undef1.c: Tweak error regexps.
15312
15313 2000-07-18  Eric Christopher <echristo@redhat.com>
15314
15315         * gcc.c-torture/compile/20000718-1.c: New test.
15316
15317 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
15318
15319         * cpplex.c (_cpp_push_token): If the token being pushed back
15320         is the previous token in this context, just subtract one from
15321         context->posn.
15322         * cppmacro.c (save_expansion): Clear aux field when storing a
15323         placemarker.
15324
15325 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
15326
15327         * gcc.dg/noncompile/redecl-1.c: New test.
15328
15329 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
15330
15331         * gcc.c-torture/execute/20000717-5.c: New test.
15332         * gcc.c-torture/execute/20000717-1.x: Removed.
15333
15334 2000-07-17  Richard Henderson  <rth@cygnus.com>
15335
15336         * gcc.c-torture/execute/20000717-4.c: New test.
15337
15338 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
15339
15340         * gcc.dg/cpp/syshdr.c: New test.
15341         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
15342
15343 2000-07-17  Neil Booth  <neilb@earthling.net>
15344
15345         * gcc.dg/cpp/cmdlne-dM.c: New test.
15346         * gcc.dg/cpp/cmdlne-dD.c: New test.
15347
15348 2000-07-17  Jeffrey A Law  (law@cygnus.com)
15349
15350         * gcc.c-torture/execute/20000717-3.c: New test.
15351
15352         * gcc.c-torture/compile/20000717-1.c: New test.
15353
15354 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
15355
15356         * gcc.c-torture/execute/20000717-2.c: New test.
15357
15358 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15359
15360         * gcc.dg/formatz-1.c: New test.
15361
15362         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
15363         * gcc.dg/c99-digraph-1.c: New tests.
15364
15365         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
15366         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
15367
15368         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
15369         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
15370         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
15371         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
15372         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
15373         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
15374         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
15375
15376 2000-07-17   Greg McGary <greg@mcgary.org>
15377
15378         * gcc.c-torture/execute/20000717-1.c: New test.
15379         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
15380
15381 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
15382
15383         * gcc.c-torture/execute/20000715-2.c: New test.
15384         * gcc.dg/20000715-1.c: New test.
15385
15386 2000-07-15  Michael Meissner  <meissner@redhat.com>
15387
15388         * gcc.c-torture/execute/20000715-1.c: New test.
15389
15390 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
15391
15392         * gcc.c-torture/execute/20000707-1.c: New test.
15393
15394 2000-07-13  Neil Booth  <NeilB@earthling.net>
15395
15396         * testsuite/gcc.dg/cpp/digraph1.c,
15397         testsuite/gcc.dg/cpp/digraph2.c,
15398         testsuite/gcc.dg/cpp/digraphs.c: New tests.
15399
15400 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
15401
15402         * g77.f-torture/compile/20000630-2.f:  New test.
15403         * g77.f-torture/compile/20000630-2.x
15404
15405 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
15406
15407         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
15408
15409 2000-07-11  Neil Booth  <NeilB@earthling.net>
15410
15411         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
15412
15413 2000-07-11  Neil Booth  <NeilB@earthling.net>
15414
15415         * gcc.dg/cpp/cmdlne-C.c: New.
15416
15417 2000-07-09  Neil Booth  <NeilB@earthling.net>
15418
15419         * gcc.dg/cpp/directiv.c: New tests.
15420         * gcc.dg/cpp/undef1.c: Update.
15421
15422 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
15423
15424         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
15425
15426 2000-07-09  Neil Booth  <NeilB@earthling.net>
15427
15428         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
15429
15430 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
15431
15432         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
15433         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
15434
15435 2000-07-08  Neil Booth  <NeilB@earthling.net>
15436
15437         * gcc.dg/cpp/macsyntx.c: New tests.
15438
15439 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15440
15441         * gcc.dg/20000707-1.c: New test.
15442
15443 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
15444
15445         * gcc.c-torture/execute/20000706-1.c: New test.
15446         * gcc.c-torture/execute/20000706-2.c: New test.
15447         * gcc.c-torture/execute/20000706-3.c: New test.
15448         * gcc.c-torture/execute/20000706-4.c: New test.
15449         * gcc.c-torture/execute/20000706-5.c: New test.
15450
15451 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
15452
15453         * g++.old-deja/g++.pt/instantiate7.C: New test.
15454
15455 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
15456
15457         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
15458         * g++.old-deja/g++.mike/thunk3.C: Likewise.
15459         * g++.old-deja/g++.other/rtti3.C: Likewise.
15460         * g++.old-deja/g++.other/rttid3.C: Likewise.
15461
15462 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
15463
15464         *  g77.f-torture/compile/20000630-1.x: Fix typo
15465
15466 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
15467
15468         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
15469         assembly output.
15470
15471 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
15472
15473         * gcc.dg/cpp/ident.c: New test.
15474
15475 2000-07-05  Neil Booth  <NeilB@earthling.net>
15476
15477         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
15478           gcc.dg/cpp/lexstrng.c: New tests.
15479
15480 2000-07-04  Neil Booth  <NeilB@earthling.net>
15481
15482         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
15483         * gcc.dg/cpp/strify2.c: Same.
15484
15485 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
15486
15487         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
15488         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
15489         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
15490         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
15491
15492         * testsuite/gcc.dg/cpp/macro1.c,
15493         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
15494         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
15495         testsuite/gcc.dg/cpp/strify1.c,
15496         testsuite/gcc.dg/cpp/strify2.c: New tests.
15497
15498 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
15499
15500         * gcc.c-torture/execute/20000703-1.c: New test.
15501
15502 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15503
15504         * g++.old-deja/g++.pt (lookup10.C): New test.
15505
15506 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
15507
15508         * g++.old-deja/g++.pt (typename25.C): New test.
15509
15510 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
15511
15512         * gcc.c-torture/compile/20000701-1.c: New test.
15513
15514 2000-06-30  Nick Clifton  <nickc@cygnus.com>
15515
15516         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
15517         to test case.
15518
15519 2000-06-30  Catherine Moore  <clm@cygnus.com>
15520
15521         * gcc.c-torture/execute/align-1.c: New test.
15522
15523 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
15524
15525         * g++.old-deja/g++.pt/expr8.C: New test.
15526         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
15527
15528 2000-06-29  Nick Clifton  <nickc@cygnus.com>
15529
15530         * gcc.c-torture/compile/20000629-1.c: New test.
15531
15532 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15533
15534
15535         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
15536         gcc.dg/noncompile directory, depending on whether they're
15537         preprocessor tests or not.  Annotate all the tests for the dg
15538         framework.
15539
15540         * gcc.c-torture/noncompile/noncompile.exp: Delete.
15541         * gcc.dg/noncompile/noncompile.exp: New.
15542
15543         * Moved files:
15544         Old name                                New name
15545         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
15546         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
15547         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
15548         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
15549         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
15550         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
15551         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
15552         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
15553         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
15554         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
15555         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
15556         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
15557         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
15558         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
15559         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
15560         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
15561         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
15562         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
15563         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
15564         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
15565         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
15566         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
15567         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
15568         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
15569
15570         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
15571         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
15572         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
15573         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
15574         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
15575         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
15576
15577 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
15578
15579         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
15580         declare one variable.  On the fourth, error.
15581         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
15582         declared by 20000628-1a.h.
15583
15584 2000-06-29  Richard Henderson  <rth@redhat.com>
15585
15586         * gcc.c-torture/execute/930529-1.x: New file.
15587         * gcc.dg/920413-1.c: Adjust expected warning text.
15588         * gcc.dg/980217-1.c: Declare abort.
15589         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
15590
15591 2000-06-29  Jeffrey A Law  (law@cygnus.com)
15592
15593         * g77.f-torture/compile/20000629-1.f: New test.
15594         * g77.f-torture/compile/20000629-1.x: Expected to fail.
15595
15596 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
15597
15598         Rearrange lots of files, removing entirely the
15599         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
15600         directories.
15601
15602         * Deleted files:
15603         gcc.c-torture/code_quality/code_quality.exp
15604         gcc.c-torture/special/special.exp
15605         gcc.failure/failure.exp
15606         gcc.failure/940409-1.x
15607         gcc.c-torture/compile/961203-1.x
15608
15609         * New files:
15610         gcc.misc-tests/linkage.exp
15611         gcc.c-torture/execute/920730-1t.c
15612         gcc.c-torture/execute/920730-1t.x
15613         gcc.c-torture/compile/920520-1.x
15614         gcc.c-torture/compile/920521-1.x
15615         gcc.c-torture/compile/981006-1.x
15616         gcc.c-torture/execute/eeprof-1.x
15617
15618         * Moved files (possibly with modifications to fit a new harness):
15619         Old name                                New name
15620         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
15621         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
15622         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
15623         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
15624         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
15625         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
15626         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
15627         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
15628         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
15629         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
15630         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
15631         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
15632         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
15633         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
15634
15635 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
15636
15637         * c-torture/compile/961203-1.x: Delete.
15638
15639         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
15640         not exit. Include stdio.h.
15641         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
15642         * gcc.misc-tests/dg-12.c: Likewise.
15643         * gcc.misc-tests/dg-5.c: Likewise.
15644         * gcc.misc-tests/dg-6.c: Likewise.
15645         * gcc.misc-tests/dg-7.c: Prototype abort.
15646         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
15647         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
15648         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
15649         not exit.
15650         * gcc.misc-tests/sieve.c: Use return from main, not exit.
15651         * gcc.misc-tests/sort2.c: Use return from main, not exit.
15652
15653 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
15654
15655         * gcc.dg/cpp/20000628-1.c: New test.
15656         * gcc.dg/cpp/20000628-1.h: New header for above test.
15657         * gcc.dg/cpp/20000628-1a.h: Likewise.
15658
15659 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
15660
15661         * gcc.dg/cpp: New directory.
15662         * gcc.dg/cpp/cpp.exp: New driver.
15663         * gcc.dg/cpp/20000627-1.c: New test.
15664         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
15665         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
15666         and rewrite as a compilation test.
15667
15668         * gcc.dg: Move many files into the cpp subdirectory, possibly
15669         renaming or editing them as well.
15670         Old name                New name
15671         990119-1.c              cpp/19990119-1.c
15672         990228-1.c              cpp/19990228-1.c
15673         990407-1.c              cpp/19990407-1.c
15674         990409-1.c              cpp/19990409-1.c
15675         990413-1.c              cpp/19990413-1.c
15676         990703-1.c              cpp/19990703-1.c
15677         20000127-1.c            cpp/20000127-1.c
15678         20000129-1.c            cpp/20000129-1.c
15679         20000207-1.c            cpp/20000207-1.c
15680         20000207-2.c            cpp/20000207-2.c
15681         20000209-1.c            cpp/20000209-1.c
15682         20000209-2.c            cpp/20000209-2.c
15683         20000301-1.c            cpp/20000301-1.c
15684         20000419-1.c            cpp/20000419-1.c
15685         20000510-1.S            cpp/20000510-1.S
15686         20000519-1.c            cpp/20000519-1.c
15687         20000529-1.c            cpp/20000529-1.c
15688         20000625-1.c            cpp/20000625-1.c
15689         20000625-2.c            cpp/20000625-2.c
15690         cpp-as1.c               cpp/assert1.c
15691         cpp-as2.c               cpp/assert2.c
15692         cxx-comments-1.c        cpp/cxxcom1.c
15693         cxx-comments-2.c        cpp/cxxcom2.c
15694         endif-label.c           cpp/endif.c
15695         cpp-hash1.c             cpp/hash1.c
15696         cpp-hash2.c             cpp/hash2.c
15697         cpp-if1.c               cpp/if-1.c
15698         cpp-if2.c               cpp/if-2.c
15699         cpp-if3.c               cpp/if-3.c
15700         cpp-if4.c               cpp/if-4.c
15701         cpp-if5.c               cpp/if-5.c
15702         cpp-cond.c              cpp/if-cexp.c
15703         cpp-missingop.c         cpp/if-mop.c
15704         cpp-missingparen.c      cpp/if-mpar.c
15705         cpp-opprec.c            cpp/if-oppr.c
15706         cpp-ifparen.c           cpp/if-paren.c
15707         cpp-shortcircuit.c      cpp/if-sc.c
15708         cpp-shift.c             cpp/if-shift.c
15709         cpp-unary.c             cpp/if-unary.c
15710         cpp-li1.c               cpp/line1.c
15711         cpp-li2.c               cpp/line2.c
15712         lineno.c                cpp/line3.c
15713         lineno-2.c              cpp/line4.c
15714         cpp-mi.c                cpp/mi1.c
15715         cpp-mic.h               cpp/mi1c.h
15716         cpp-micc.h              cpp/mi1cc.h
15717         cpp-mind.h              cpp/mi1nd.h
15718         cpp-mindp.h             cpp/mi1ndp.h
15719         cpp-mix.h               cpp/mi1x.h
15720         cpp-mi2.c               cpp/mi2.c
15721         cpp-mi2a.h              cpp/mi2a.h
15722         cpp-mi2b.h              cpp/mi2b.h
15723         cpp-mi2c.h              cpp/mi2c.h
15724         cpp-mi3.c               cpp/mi3.c
15725         cpp-mi3.def             cpp/mi3.def
15726         poison-1.c              cpp/poison.c
15727         pr-impl.c               cpp/prag-imp.c
15728         cpp-redef-2.c           cpp/redef1.c
15729         cpp-redef.c             cpp/redef2.c
15730         strpaste.c              cpp/strp1.c
15731         strpaste-2.c            cpp/strp2.c
15732         cpp-tradpaste.c         cpp/tr-paste.c
15733         cpp-tradstringify.c     cpp/tr-str.c
15734         cpp-tradwarn1.c         cpp/tr-warn1.c
15735         cpp-tradwarn2.c         cpp/tr-warn2.c
15736         trigraphs.c             cpp/trigraphs.c
15737         cpp-unc1.c              cpp/unc1.c
15738         cpp-unc2.c              cpp/unc2.c
15739         cpp-unc3.c              cpp/unc3.c
15740         cpp-unc.c               cpp/unc4.c
15741         undef.c                 cpp/undef1.c
15742         undef-2.c               cpp/undef2.c
15743         cpp-wi1.c               cpp/widestr1.c
15744
15745 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
15746
15747         * lib/g++.exp (g++_include_flags): Tweak.
15748
15749 2000-06-27  H.J. Lu  <hjl@gnu.org>
15750             Loren J. Rittle  <ljrittle@acm.org>
15751
15752         * lib/g++.exp (g++_include_flags): Override libgloss.exp
15753         version with one that knows about the new gcc tree structure.
15754         (g++_link_flags): Same.
15755
15756 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
15757
15758         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
15759         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
15760         case we are cross-compiling.
15761
15762         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
15763         g++.old-deja/g++.niklas/Makefile.in,
15764         g++.old-deja/g++.niklas/configure.in,
15765         g++.old-deja/g++.other/Makefile.in,
15766         g++.old-deja/g++.other/configure.in,
15767         gcc.c-torture/code_quality/Makefile.in,
15768         gcc.c-torture/code_quality/configure.in,
15769         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
15770         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
15771         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
15772         gcc.c-torture/execute/ieee/Makefile.in,
15773         gcc.c-torture/execute/ieee/configure.in,
15774         gcc.c-torture/noncompile/Makefile.in,
15775         gcc.c-torture/noncompile/configure.in,
15776         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
15777         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
15778         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
15779
15780 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
15781
15782         * g++.old-deja/g++.other/ambig3.C: New test.
15783
15784 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
15785
15786         * g++.old-deja/g++.pt/syntax1.C: New test.
15787         * g++.old-deja/g++.pt/syntax2.C: New test.
15788         * g++.old-deja/g++.other/syntax3.C: New test.
15789         * g++.old-deja/g++.other/syntax4.C: New test.
15790
15791 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
15792
15793         * gcc.dg/20000623-1.c: Prototype exit and abort.
15794
15795 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
15796
15797         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
15798         New tests.
15799         * gcc.dg/cpp-mi3.def: New file.
15800
15801         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
15802         inside assertions.
15803         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
15804         lexer's error messages.
15805         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
15806         divine anything from the linemarkers.
15807         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
15808         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
15809
15810 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
15811
15812         * gcc.dg/20000623-1.c: New test.
15813
15814 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
15815
15816         * gcc.c-torture/execute/20000622-1.c: New test.
15817
15818 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
15819
15820         * g++.old-deja/g++.other/init15.C: New test.
15821
15822 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
15823
15824         * g++.old-deja/g++.pt/vaarg2.C: New test.
15825         * g++.old-deja/g++.pt/vaarg3.C: New test.
15826
15827 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
15828
15829         * g++.old-deja/g++.other/dyncast6.C: New test.
15830
15831 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
15832
15833         * gcc.c-torture/execute/loop-6.c: New test.
15834
15835 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
15836
15837         * gcc.dg/20000614-1.c: New test.
15838         * gcc.dg/20000614-2.c: New test.
15839
15840 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
15841
15842         * g++.old-deja/g++.other/inline12.C: New test.
15843
15844 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
15845
15846         * g++.old-deja/g++.other/eh1.C: New test.
15847
15848 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
15849
15850         * g++.old-deja/g++.other/type.C: New test.
15851
15852 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
15853
15854         * g++.old-deja/g++.other/initstring.C: New test.
15855
15856 2000-06-12  Jason Merrill  <jason@redhat.com>
15857
15858         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
15859
15860 2000-06-09  Jeffrey A Law  (law@cygnus.com)
15861
15862         * gcc.c-torture/compile/20000609-1.c: New test.
15863
15864 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
15865
15866         * gcc.dg/20000609-1.c: New test.
15867
15868 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
15869
15870         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
15871         * gcc.c-torture/noncompile/poison-1.c: Move...
15872         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
15873         * gcc.dg/cpp-li1.c: Add a token after the #line.
15874
15875 2000-06-05  Richard Henderson  <rth@cygnus.com>
15876
15877         * gcc.c-torture/execute/20000605-2.c: New test.
15878         * gcc.c-torture/execute/20000605-3.c: New test.
15879
15880 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
15881
15882         * g77.f-torture/execute/20000503-1.x: New file.
15883
15884 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
15885
15886         * g++.old-deja/g++.eh/badalloc1.C: New test.
15887
15888 2000-06-05  Richard Henderson  <rth@cygnus.com>
15889
15890         * gcc.c-torture/execute/20000605-1.c: New test.
15891
15892 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
15893             Nathan Sidwell <nathan@codesourcery.com>
15894
15895         * gcc.c-torture/compile/20000605-1.c: New test.
15896
15897 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
15898
15899         * g77.f-torture/compile/20000601-1.f:  New test.
15900
15901 2000-06-03  Richard Henderson  <rth@cygnus.com>
15902
15903         * gcc.c-torture/execute/20000603-1.c: New.
15904
15905 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
15906
15907         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
15908         * gcc.dg/noreturn-2.c (noreturn): Likewise.
15909
15910 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
15911
15912         * gcc.dg/compare2.c (case 12): XFAIL.
15913         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
15914         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
15915
15916         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
15917
15918 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
15919
15920         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
15921         guard macro is already defined when the header is first
15922         included.
15923         * gcc.dg/cpp-mix.h: New file.
15924         * gcc.dg/endif-label.c: Update patterns to match compiler.
15925
15926         * g++.brendan/complex1.C: Declare abort.
15927         * g++.law/refs4.C: Remove XFAIL.
15928         * g++.oliva/expr2.C: Declare abort and exit.
15929
15930 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
15931
15932         * gcc.c-torture/execute/20000528-1.c: New test.
15933
15934         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
15935         * g++.old-deja/g++.law/temps4.C: Likewise.
15936
15937         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
15938         stdlib.h.  Call abort() on failure.
15939         * g++.old-deja/g++.law/refs4.C: Likewise.
15940         * g++.old-deja/g++.law/temps4.C: Likewise.
15941         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
15942         * gcc.c-torture/execute/20000112-1.c: Include string.h.
15943
15944 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
15945
15946         Relative to g++.dg/special:
15947         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
15948
15949         Relative to g++.old-deja:
15950         * g++.brendan/complex1.C, g++.jason/optimize2.C,
15951         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
15952         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
15953         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
15954         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
15955         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
15956         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
15957
15958         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
15959         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
15960         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
15961         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
15962         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
15963         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
15964         and/or string.h.
15965
15966         * g++.other/goto1.C: Update expectations for error messages.
15967
15968 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
15969
15970         * gcc.c-torture/compile/20000523-1.c: New test.
15971
15972 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
15973
15974         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
15975
15976 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
15977
15978         * g++.old-deja/g++.eh/catch11.C: New test.
15979         * g++.old-deja/g++.eh/catch12.C: New test.
15980
15981 2000-05-24  Nick Clifton  <nickc@cygnus.com>
15982
15983         * gcc.c-torture/execute/20000523-1.c: New test.
15984
15985 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
15986
15987         * c-torture/execute/bcp-1.c: Replace abort in arg of
15988         __builtin_constant_p with a generic external function.
15989
15990         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
15991         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
15992         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
15993         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
15994         Prototype abort and/or exit.
15995
15996         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
15997         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
15998         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
15999         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16000
16001 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
16002
16003         * gcc.dg/dwarf2-1.c: New test.
16004
16005 2000-05-20  Richard Henderson  <rth@cygnus.com>
16006
16007         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16008
16009 2000-05-20  Andreas Jaeger  <aj@suse.de>
16010
16011         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16012         testcase.
16013
16014 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
16015
16016         * gcc.c-torture/execute/20000519-2.c: New test.
16017
16018 2000-05-19  Andreas Jaeger  <aj@suse.de>
16019
16020         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
16021         which fails with SSA.
16022
16023         * lib/c-torture.exp: Also test with -O3 -fssa.
16024
16025 2000-05-18  Michael Meissner  <meissner@redhat.com>
16026
16027         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
16028         * gcc.c-torture/execute/920415-1.c: Ditto.
16029         * gcc.c-torture/execute/920501-1.c: Ditto.
16030         * gcc.c-torture/execute/conversion.c: Ditto.
16031         * gcc.c-torture/execute/cvt-1.c: Ditto.
16032
16033 2000-05-18  Jeffrey A Law  (law@cygnus.com)
16034
16035         * gcc.c-torture/compile/20000518-1.c: New test.
16036
16037 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16038
16039         * g77.f-torture/compile/200005018.f:  New test.
16040
16041 2000-05-17  Jeffrey A Law  (law@cygnus.com)
16042
16043         * gcc.c-torture/compile/20000517-1.c: New test.
16044
16045 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16046
16047         * gcc.c-torture/execute/20000516-1.c: New test.
16048
16049 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
16050
16051         * g++.old-deja/g++.other/eh.C: New test.
16052
16053 2000-05-12  Richard Henderson  <rth@cygnus.com>
16054
16055         * gcc.c-torture/execute/990208-1.c (main): Don't pass
16056         constants through to doit's conditional.
16057
16058 2000-05-11  Jeffrey A Law  (law@cygnus.com)
16059
16060         * gcc.c-torture/compile/20000511-1.c: New test.
16061         * g77.f-torture/compile/20000511-1.f: New test.
16062         * g77.f-torture/compile/20000511-2.f: New test.
16063
16064 2000-05-11  Michael Meissner  <meissner@redhat.com>
16065
16066         * gcc.c-torture/execute/20000511-1.c: New test.
16067
16068 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
16069
16070         * gcc.dg/dg.exp: Scan .S files as well as .c files.
16071         * gcc.dg/20000510-1.S: New.
16072
16073 2000-05-08  Catherine Moore  <clm@cygnus.com>
16074
16075         * gcc.dg/unused-3.c: New.
16076
16077 2000-05-06  Richard Henderson  <rth@cygnus.com>
16078
16079           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
16080           * g++.old-deja/g++.mike/warn1.C: Likewise.
16081           * g++.old-deja/g++.pt/local1.C: Likewise.
16082           * g++.old-deja/g++.pt/local7.C: Likewise.
16083           * g++.old-deja/g++.pt/spec16.C: Likewise.
16084
16085 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
16086
16087         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
16088
16089 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
16090
16091           * g77.f-torture/execute/20000503-1.f:  New test.
16092
16093 2000-05-04  Andreas Jaeger  <aj@suse.de>
16094
16095         * gcc.dg/noreturn-2.c: New test.
16096
16097 2000-05-04  Neil Booth  <NeilB@earthling.net>
16098
16099         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
16100         preprocessor.
16101
16102 2000-05-04  Richard Henderson  <rth@cygnus.com>
16103
16104         * gcc.c-torture/execute/20000503-1.c: Fix typo.
16105
16106 2000-05-04  Richard Henderson  <rth@cygnus.com>
16107
16108         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
16109         OpenSSL by Jason R Thorpe.
16110
16111 2000-05-03  Jim Wilson  <wilson@cygnus.com>
16112
16113         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
16114
16115 2000-05-03  Robert Lipe <robertlipe@usa.net>
16116
16117         * gcc.dg/20000503-1.c: New test.
16118
16119 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
16120
16121         * gcc.c-torture/compile/20000502-1.c: New test.
16122         * g++.old-deja/g++.other/align.C: New test.
16123         * gcc.dg/cpp-tradstringify.c: New test.
16124
16125 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
16126
16127         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
16128         and hard registers.
16129
16130 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
16131
16132         * gcc.c-torture/execute/loop-5.c: New test.
16133
16134 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
16135
16136         * gcc.c-torture/execute/va-arg-20.c: New test.
16137
16138 2000-04-23  Jeffrey A Law  (law@cygnus.com)
16139
16140         * gcc.c-torture/execute/20000422-1.c: New test.
16141
16142 2000-04-20  Greg McGary  <gkm@gnu.org>
16143
16144         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
16145         when optimizing, but without sibling-call optimizations (-O1).
16146
16147 2000-04-20  Jeffrey A Law  (law@cygnus.com)
16148
16149           * gcc.c-torture/compile/20000420-1.c: New test.
16150
16151 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
16152
16153         * g++.abi/ptrflags.C: New test.
16154         * g++.eh/catchptr1.C: Test incomplete pointer chains.
16155
16156 2000-04-19  Catherine Moore  <clm@cygnus.com>
16157
16158         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
16159
16160 2000-04-19  Greg McGary  <gkm@gnu.org>
16161
16162         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
16163         sibling-call optimizations.
16164
16165 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
16166
16167         * gcc.dg/20000419-1.c: New test.
16168
16169 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
16170
16171         * gcc.c-torture/execute/20000412-6.c: New test.
16172
16173 2000-04-12  Jeffrey A Law  (law@cygnus.com)
16174
16175         * gcc.c-torture/execute/20000412-5.c: New test.
16176         * g77.f-torture/compile/20000412-1.f: New test.
16177         * gcc.c-torture/execute/20000412-4.c: New test.
16178         * gcc.c-torture/compile/20000412-2.c: New test.
16179         * gcc.c-torture/execute/20000412-3.c: New test.
16180         * gcc.c-torture/compile/20000412-1.c: New test.
16181         * gcc.c-torture/execute/20000412-2.c: New test.
16182
16183 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
16184
16185         * objc/execute/bf-20.m: New test.
16186
16187 2000-04-10  Richard Henderson  <rth@cygnus.com>
16188
16189         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
16190
16191         * gcc.c-torture/execute/20000412-1.c: New test.
16192
16193 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
16194
16195         * g++.old-deja/g++.eh/catchptr1.C: New test.
16196
16197 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
16198
16199         * g++.old-deja/g++.abi/cxa_vec.C: New test.
16200
16201 2000-04-08  Neil Booth  <NeilB@earthling.net>
16202
16203         * gcc.dg/cpp-nullchar.c: Remove test as
16204         embedded nulls cause problems.
16205
16206 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16207
16208         * gcc.dg/compare2.c: New test.
16209
16210 2000-04-08  Neil Booth  <NeilB@earthling.net>
16211
16212         * gcc.dg/cpp-nullchar.c: New test.
16213
16214 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
16215
16216         * gcc.dg/cpp-mi2.c: New test.
16217         * gcc.dg/cpp-mi2[abc].h: New files.
16218
16219 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
16220
16221         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
16222         member name.
16223
16224 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
16225
16226         * g++.old-deja/g++.abi/vmihint.C: New test.
16227
16228 2000-04-06  Neil Booth  <NeilB@earthling.net>
16229
16230         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
16231         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
16232         copyright.
16233
16234 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
16235
16236         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
16237         avoid stack-frame overwrite.
16238
16239 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
16240
16241         * gcc.c-torture/compile/20000405-2.c: New test.
16242         * gcc.c-torture/compile/20000405-3.c: New test.
16243
16244 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16245
16246         * gcc.c-torture/compile/20000405-1.c: New test.
16247
16248 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
16249
16250         * gcc.dg/cast-qual-1.c: Revert last change.
16251
16252 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16253
16254         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
16255
16256 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
16257
16258         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
16259         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
16260
16261 2000-04-03  Jeffrey A Law  (law@cygnus.com)
16262
16263         * gcc.c-torture/compile/20000403-2.c: New test.
16264         * gcc.c-torture/compile/20000403-1.c: New test.
16265
16266 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
16267
16268         * gcc.c-torture/execute/20000403-1.c: New test.
16269
16270 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
16271
16272         * gcc.c-torture/execute/20000402-1.c: New test.
16273
16274 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
16275
16276         * gcc.c-torture/execute/va-arg-15.c: New test.
16277         * gcc.c-torture/execute/va-arg-16.c: New test.
16278         * gcc.c-torture/execute/va-arg-17.c: New test.
16279         * gcc.c-torture/execute/va-arg-18.c: New test.
16280         * gcc.c-torture/execute/va-arg-19.c: New test.
16281
16282 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
16283
16284         * gcc.c-torture/compile/981211-1.c: Move to...
16285         * gcc.dg/cpp-as1.c: ...here.
16286         * gcc.dg/cpp-as2.c: New file.
16287
16288         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
16289         compiler.
16290
16291 2000-04-02  Neil Booth  <NeilB@earthling.net>
16292
16293         * gcc.dg/cpp-cond.c  New tests.
16294         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
16295         accidental success less likely.
16296         * gcc.dg/cpp-missingop.c  New tests.
16297         * gcc.dg/cpp-missingparen.c  New tests.
16298         * gcc.dg/cpp-shift.c  New tests.
16299         * gcc.dg/cpp-shortcircuit.c  New tests.
16300         * gcc.dg/cpp-unary.c  New tests.
16301
16302 2000-03-29  Jeffrey A Law  (law@cygnus.com)
16303
16304         * gcc.c-torture/compile/20000329-1.c: New test.
16305
16306 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
16307
16308         * gcc.c-torture/compile/20000326-1.c: New test.
16309         * gcc.c-torture/compile/20000326-2.c: New test.
16310
16311 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
16312
16313         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
16314         the first parameter is a function argument.
16315
16316 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
16317
16318         * g++.old-deja/g++.ext/array4.C: New test.
16319
16320 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
16321
16322         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
16323
16324 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16325
16326         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
16327
16328 2000-03-19  Richard Henderson  <rth@cygnus.com>
16329
16330         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
16331
16332 2000-03-19  Richard Henderson  <rth@cygnus.com>
16333
16334         * gcc.c-torture/compile/20000319-1.c: New test.
16335
16336 2000-03-14  Jeffrey A Law  (law@cygnus.com)
16337
16338         * gcc.c-torture/execute/20000314-3.c: New test.
16339         * gcc.c-torture/execute/20000314-2.c: New test.
16340         * gcc.c-torture/execute/20000314-1.c: New test.
16341         * gcc.c-torture/compile/20000314-2.c: New test.
16342         * gcc.c-torture/compile/20000314-1.c: New test.
16343
16344 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
16345
16346         * g++.old-deja/g++.warn/inline.C: New test.
16347
16348 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
16349
16350         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
16351         standards-compliant result rather than specific constants.
16352         Put test-values in array.
16353
16354 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
16355
16356         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
16357         (g++_target_compile): Put test-specific options last.
16358
16359 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16360
16361         * g++.old-deja/g++.eh/vbase4.C: New test.
16362
16363 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16364
16365         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
16366
16367 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16368
16369         * g++.old-deja/g++.brendan/misc12.C: Removed.
16370         * g++.old-deja/g++.pt/memtemp77.C: Constify.
16371         * g++.old-deja/g++.ext/pretty4.C: New test.
16372
16373 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16374
16375         * g++.old-deja/g++.other/string2.C: New test.
16376
16377 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
16378
16379         * g++.old-deja/g++.warn/impint2.C: New test.
16380
16381 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
16382
16383         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
16384         is 1, not zero.
16385
16386 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
16387
16388         * g++.old-deja/g++.warn/impint.C: New test.
16389         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
16390         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
16391         * g++.old-deja/g++.pt/explicit12.C: Likewise.
16392         * g++.old-deja/g++.pt/explicit13.C: Likewise.
16393         * g++.old-deja/g++.pt/explicit17.C: Likewise.
16394         * g++.old-deja/g++.pt/explicit18.C: Likewise.
16395         * g++.old-deja/g++.pt/explicit19.C: Likewise.
16396         * g++.old-deja/g++.pt/explicit23.C: Likewise.
16397         * g++.old-deja/g++.pt/explicit31.C: Likewise.
16398         * g++.old-deja/g++.pt/explicit35.C: Likewise.
16399         * g++.old-deja/g++.pt/explicit6.C: Likewise.
16400         * g++.old-deja/g++.pt/memclass7.C: Likewise.
16401
16402 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
16403
16404         * gcc.dg/cpp-redef.c: New test.
16405
16406 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
16407
16408         * g++.old-deja/g++.pt/unify7.C: New test.
16409
16410 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16411
16412         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
16413         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
16414
16415 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
16416
16417         * gcc.c-torture/compile/20000224-1.c: New test.
16418
16419 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16420
16421         * gcc.c-torture/compile/cpp-2.c: New test.
16422         * gcc.c-torture/compile/cpp-1.c: New test.
16423
16424 2000-02-25  Jeffrey A Law  (law@cygnus.com)
16425
16426         * gcc.c-torture/execute/20000225-1.c: New test.
16427
16428 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16429
16430         * gcc.dg/cpp-li2.c: New test.
16431
16432         * gcc.dg/cpp-wi1.c: New test.
16433
16434         * gcc.dg/cpp-li1.c: New test.
16435
16436 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
16437
16438         * g++.old-deja/g++.other/sizeof5.C: New test.
16439
16440 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16441
16442         * gcc.c-torture/execute/va-arg-13.c: New test.
16443
16444 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
16445
16446         * gcc.c-torture/execute/va-arg-12.c: New test.
16447
16448 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16449
16450         * gcc.c-torture/execute/20000223-1.c: New test.
16451
16452 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16453
16454         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
16455
16456 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
16457
16458         * g++.old-deja/g++.abi/ptrmem.C: New test.
16459
16460 2000-02-19  Richard Henderson  <rth@cygnus.com>
16461
16462         * gcc.c-torture/compile/init-3.c: New.
16463
16464 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
16465
16466         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
16467         ALWAYS_CXXFLAGS.
16468
16469 2000-02-11  Robert Lipe <robertl@sco.com>
16470
16471         * gcc.c-torture/compile/20000211-3.c: New test.
16472
16473 2000-02-11  Martin Buchholz <martin@xemacs.org>
16474
16475         * gcc.c-torture/compile/20000211-2.c: New test.
16476
16477 2000-02-11  Jeffrey A Law  (law@cygnus.com)
16478
16479         * gcc.c-torture/compile/20000211-1.c: New test.
16480
16481 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
16482
16483         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
16484           on native targets
16485
16486 2000-02-08  Nathan Sidwell  <nathan@acm.org>
16487
16488         * g++.old-deja/g++.other/cast5.C: New test.
16489
16490 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
16491
16492         * gcc.c-torture/execute/20000205-1.c: New.
16493
16494 2000-02-03  Nathan Sidwell  <nathan@acm.org>
16495
16496         * g++.old-deja/g++.jason/cast3.C: Return void.
16497         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
16498
16499 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16500
16501         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
16502
16503         * gcc.dg/loop-1.c: New test.
16504
16505 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
16506
16507         * gcc.c-torture/compile/20000127-1.c: New test.
16508         * gcc.c-torture/execute/991228-1.c: New test.
16509
16510 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16511
16512         * gcc.dg/unused-2.c: New test.
16513
16514         * gcc.dg/conv-1.c: New test.
16515
16516 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
16517
16518         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
16519         compiler.
16520         (tool_option_proc): Fix typo.
16521
16522 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
16523
16524         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
16525         of the ld on the host, not on the build machine.
16526         Also, don't crash if '--help' is not a supported option.
16527
16528 2000-01-24  Richard Henderson  <rth@cygnus.com>
16529
16530         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
16531
16532 2000-01-20  Jeffrey A Law  (law@cygnus.com)
16533
16534         * gcc.c-torture/execute/20000120-2.c: New test.
16535         * gcc.c-torture/execute/20000120-1.c: New test.
16536
16537 2000-01-13  Jeffrey A Law  (law@cygnus.com)
16538
16539         * gcc.c-torture/execute/20000113-1.c: New test.
16540
16541 2000-01-12  Jeffrey A Law  (law@cygnus.com)
16542
16543         * gcc.c-torture/execute/20000112-1.c: New test.
16544
16545 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16546
16547         * gcc.dg/20000111-1.c: New test.
16548
16549 2000-01-10  Jeffrey A Law  (law@cygnus.com)
16550
16551         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
16552         with 16 bit integers.
16553
16554 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16555
16556         * gcc.dg/20000108-1.c: New test.
16557
16558 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16559
16560         * g++.old-deja/g++.ns/koenig8.C: New test.
16561
16562 2000-01-05  Nathan Sidwell  <nathan@acm.org>
16563
16564         * g++.old-deja/g++.other/cast4.C: New test.
16565
16566 2000-01-05  Jeffrey A Law  (law@cygnus.com)
16567
16568         * gcc.c-torture/compile/20000105-2.c: New test.
16569         * gcc.c-torture/compile/20000105-1.c: New test.
16570
16571 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16572
16573         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
16574         references to printf & atoi to conform to ANSI standard.
16575         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
16576         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
16577         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
16578         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
16579         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
16580         * g++.old-deja/g++.brendan/complex1.C: Likewise.
16581         * g++.old-deja/g++.brendan/copy1.C: Likewise.
16582         * g++.old-deja/g++.brendan/copy2.C: Likewise.
16583         * g++.old-deja/g++.brendan/copy3.C: Likewise.
16584         * g++.old-deja/g++.brendan/copy4.C: Likewise.
16585         * g++.old-deja/g++.brendan/copy5.C: Likewise.
16586         * g++.old-deja/g++.brendan/copy6.C: Likewise.
16587         * g++.old-deja/g++.brendan/copy7.C: Likewise.
16588         * g++.old-deja/g++.brendan/copy8.C: Likewise.
16589         * g++.old-deja/g++.brendan/crash11.C: Likewise.
16590         * g++.old-deja/g++.brendan/crash14.C: Likewise.
16591         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
16592         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
16593         * g++.old-deja/g++.brendan/delete2.C: Likewise.
16594         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
16595         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
16596         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
16597         * g++.old-deja/g++.brendan/eh1.C: Likewise.
16598         * g++.old-deja/g++.brendan/groff1.C: Likewise.
16599         * g++.old-deja/g++.brendan/init3.C: Likewise.
16600         * g++.old-deja/g++.brendan/misc12.C: Likewise.
16601         * g++.old-deja/g++.brendan/misc7.C: Likewise.
16602         * g++.old-deja/g++.brendan/new2.C: Likewise.
16603         * g++.old-deja/g++.brendan/operators4.C: Likewise.
16604         * g++.old-deja/g++.brendan/operators5.C: Likewise.
16605         * g++.old-deja/g++.brendan/overload2.C: Likewise.
16606         * g++.old-deja/g++.brendan/overload7.C: Likewise.
16607         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
16608         * g++.old-deja/g++.brendan/reference1.C: Likewise.
16609         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
16610         * g++.old-deja/g++.brendan/template24.C: Likewise.
16611         * g++.old-deja/g++.brendan/template3.C: Likewise.
16612         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
16613         * g++.old-deja/g++.jason/inline3.C: Likewise.
16614         * g++.old-deja/g++.jason/opeq.C: Likewise.
16615         * g++.old-deja/g++.law/arg5.C: Likewise.
16616         * g++.old-deja/g++.law/arm7.C: Likewise.
16617         * g++.old-deja/g++.law/ctors11.C: Likewise.
16618         * g++.old-deja/g++.law/cvt8.C: Likewise.
16619         * g++.old-deja/g++.law/init9.C: Likewise.
16620         * g++.old-deja/g++.law/refs4.C: Likewise.
16621         * g++.old-deja/g++.law/template2.C: Likewise.
16622         * g++.old-deja/g++.law/visibility24.C: Likewise.
16623         * g++.old-deja/g++.law/vtable3.C: Likewise.
16624         * g++.old-deja/g++.mike/asm2.C: Likewise.
16625         * g++.old-deja/g++.mike/eh1.C: Likewise.
16626         * g++.old-deja/g++.mike/misc1.C: Likewise.
16627         * g++.old-deja/g++.mike/misc13.C: Likewise.
16628         * g++.old-deja/g++.mike/misc14.C: Likewise.
16629         * g++.old-deja/g++.mike/ns12.C: Likewise.
16630         * g++.old-deja/g++.mike/p1248.C: Likewise.
16631         * g++.old-deja/g++.mike/p3708.C: Likewise.
16632         * g++.old-deja/g++.mike/p3708a.C: Likewise.
16633         * g++.old-deja/g++.mike/p3708b.C: Likewise.
16634         * g++.old-deja/g++.mike/p646.C: Likewise.
16635         * g++.old-deja/g++.mike/p700.C: Likewise.
16636         * g++.old-deja/g++.mike/p783.C: Likewise.
16637         * g++.old-deja/g++.mike/p783a.C: Likewise.
16638         * g++.old-deja/g++.mike/p783b.C: Likewise.
16639         * g++.old-deja/g++.mike/p786.C: Likewise.
16640         * g++.old-deja/g++.mike/p789.C: Likewise.
16641         * g++.old-deja/g++.mike/p789a.C: Likewise.
16642         * g++.old-deja/g++.mike/p807a.C: Likewise.
16643         * g++.old-deja/g++.other/delete3.C: Likewise.
16644         * g++.old-deja/g++.other/dyncast1.C: Likewise.
16645         * g++.old-deja/g++.other/dyncast2.C: Likewise.
16646         * g++.old-deja/g++.other/dyncast3.C: Likewise.
16647         * g++.old-deja/g++.other/empty1.C: Likewise.
16648         * g++.old-deja/g++.other/temporary1.C: Likewise.
16649         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
16650         * g++.old-deja/g++.pt/t16.C: Likewise.
16651         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
16652
16653 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
16654
16655         * gcc.dg/991230-1.c: New test.
16656
16657 1999-12-29  Jeffrey A Law  (law@cygnus.com)
16658
16659         * gcc.c-torture/compile/991229-3.c: New test.
16660         * gcc.c-torture/compile/991229-2.c: New test.
16661         * gcc.c-torture/compile/991229-1.c: New test.
16662
16663 1999-12-29  Greg McGary <gkm@eng.ascend.com>
16664
16665         * gcc.c-torture/compile/labels-2.c: New test.
16666
16667 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
16668
16669         * gcc.c-torture/execute/991227-1.c: New test.
16670
16671 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16672
16673         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
16674
16675 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
16676
16677         * gcc.c-torture/execute/991221-1.c: New test.
16678
16679 1999-12-20  Nathan Sidwell  <nathan@acm.org>
16680
16681         * g++.old-deja/g++.other/cast3.C: New test.
16682
16683 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
16684
16685         * gcc.c-torture/execute/991216-4.c: New test.
16686
16687 1999-12-16  Michael Meissner  <meissner@cygnus.com>
16688
16689         * gcc.c-torture/execute/991216-1.c: New test.
16690         * gcc.c-torture/execute/991216-2.c: New test.
16691         * gcc.c-torture/execute/991216-3.c: New test.
16692
16693 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16694
16695         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
16696         Actually make the test fail by using "-O2" for compilation.
16697
16698 1999-12-15  Nathan Sidwell  <nathan@acm.org>
16699
16700         * g++.old-deja/g++.warn/cast-align1.C: New test.
16701
16702 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16703
16704         * gcc.c-torture/compile/991214-1.c: New test.
16705         * gcc.c-torture/compile/991214-2.c: New test.
16706
16707 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
16708
16709         * gcc.dg/991214-1.c: New test.
16710
16711 1999-12-13  Jeffrey A Law  (law@cygnus.com)
16712
16713         * gcc.c-torture/compile/991213-3.c: New test.
16714         * gcc.c-torture/compile/991213-2.c: New test.
16715         * gcc.c-torture/compile/991213-1.c: New test.
16716
16717 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
16718
16719         * gcc.dg/991209-1.c: New test.
16720
16721 1999-12-08  Nathan Sidwell <nathan@acm.org>
16722
16723         * gcc.c-torture/compile/991208-1.c: New test.
16724
16725 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16726
16727         * gcc.dg/ultrasp2.c: New test.
16728
16729 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
16730
16731         * g++.old-deja/g++.abi/align.C (main): Fix typo.
16732
16733 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
16734
16735         * gcc.c-torture/compile/991202-1.c: New test.
16736         * gcc.c-torture/execute/991202-1.c: New test.
16737         * gcc.c-torture/execute/991202-2.c: New test.
16738         * gcc.c-torture/execute/991202-3.c: New test.
16739
16740 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
16741
16742         * g++.old-deja/g++.abi/align.C: New test.
16743         * g++.old-deja/g++.abi/aggregates.C: Likewise.
16744         * g++.old-deja/g++.abi/bitfields.C: Likewise.
16745
16746 1999-12-01  Richard Henderson  <rth@cygnus.com>
16747
16748         * gcc.c-torture/execute/991201-1.c: New.
16749
16750 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
16751
16752         * gcc.dg/991129-1.c: New test.
16753
16754 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
16755
16756         * gcc.c-torture/compile/991127-1.c: New test.
16757
16758 1999-11-22  Nathan Sidwell  <nathan@acm.org>
16759
16760         * g++.old-deja/g++.other/warn4.C: New test.
16761
16762 1999-11-22  Nathan Sidwell  <nathan@acm.org>
16763
16764         * g++.old-deja/g++.eh/cleanup2.C: New test.
16765         * g++.old-deja/g++.ext/pretty2.C: New test.
16766         * g++.old-deja/g++.ext/pretty3.C: New test.
16767         * g++.old-deja/g++.other/debug6.C: New test.
16768
16769 1999-10-20  Jim Wilson  <wilson@cygnus.com>
16770
16771         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
16772         compiler_output to look for one error message instead of two.
16773
16774 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
16775
16776         * gcc.c-torture/execute/991118-1.c: Also test case
16777         where the word boundary does not split a byte evenly.
16778
16779 1999-11-19  Nathan Sidwell  <nathan@acm.org>
16780
16781         * g++.old-deja/g++.ext/restrict1.C: New test.
16782
16783 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16784
16785         * gcc.c-torture/execute/991118-1.c: New test.
16786
16787 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
16788
16789         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
16790         working directory pathnames.
16791
16792 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
16793
16794         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
16795         host is equipped with driver.h and driver.o so it can actually
16796         compile and run the tests.
16797
16798 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
16799
16800         * gcc.c-torture/compile/991008-1.c: New test.
16801
16802 1999-11-08  Nick Clifton  <nickc@cygnus.com>
16803
16804         * lib/gcc-dg.exp: Include target-supports.exp
16805
16806 1999-11-05  Nick Clifton  <nickc@cygnus.com>
16807
16808         * lib/target-supports.exp: New file: Provide procs to test for
16809         features supported by the target.
16810         (check_weak_available): Moved here from ecos.exp.
16811         (check_alias_available): New proc: Determine of the target
16812         toolchain supports the alias attribute.
16813
16814         * gcc.dg/special/ecos.exp: Move check_weak_available to
16815         target-supports.exp.
16816         (alias-1.c): Only perform the test if the target supports
16817         aliases.
16818         (wkali-1.c): Only perform the test if the target supports
16819         aliases.
16820
16821         * gcc.dg/990506-0.c: Expect error messages from cross
16822         targets as well as native targets.
16823
16824 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16825
16826         * gcc.dg/ultrasp1.c: Removed xfail.
16827         * gcc.dg/struct-ret-2.c: Likewise.
16828         * gcc.dg/array-1.c: Likewise.
16829
16830 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16831
16832         * gcc.dg/struct-ret-2.c: New test.
16833
16834         * gcc.dg/array-1.c: New test.
16835
16836 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
16837
16838         * gcc.c-torture/execute/991030-1.c: New test.
16839
16840 1999-10-26  Richard Henderson  <rth@cygnus.com>
16841
16842         * gcc.c-torture/compile/991026-2.c: New test.
16843
16844 1999-10-26  Jeffrey A Law  (law@cygnus.com)
16845
16846         * gcc.c-torture/compile/991026-1.c: New test.
16847
16848 1999-10-23  Jeffrey A Law  (law@cygnus.com)
16849
16850         * gcc.c-torture/execute/991023-1.c: New test.
16851
16852 1999-10-19  Jeffrey A Law  (law@cygnus.com)
16853
16854         * gcc.c-torture/execute/991019-1.c: New test.
16855
16856 1999-10-16  Richard Henderson  <rth@cygnus.com>
16857
16858         * gcc.c-torture/execute/991016-1.c: New test.
16859
16860 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
16861
16862         * gcc.c-torture/execute/991014-1.c: New test.
16863
16864 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
16865
16866         * g++.old-deja/g++.other/union2.C: New test.
16867
16868 1999-10-13  Nathan Sidwell  <nathan@acm.org>
16869
16870         * g++.old-deja/g++.other/vaarg2.C: New test.
16871         * g++.old-deja/g++.other/vaarg3.C: New test.
16872
16873 1999-10-12  Craig Burley  <craig@jcb-sc.com>
16874
16875         * g77.f-torture/noncompile/19990905-1.f: Moved from being
16876         in compile/.
16877
16878 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
16879
16880         * gcc.c-torture/execute/va-arg-11.c: New test.
16881
16882 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
16883
16884         * lib/file-format.exp (gcc_target_object_format): Don't
16885         crash if objdump is unavailable.
16886
16887 1999-09-29  Donn Terry <donn@interix.com>
16888
16889         * gcc.misc-tests/mg.exp: delete extraneous redirection.
16890
16891 1999-09-28  Nick Clifton  <nickc@cygnus.com>
16892
16893         * gcc.c-torture/compile/990928-1.c: New test.
16894
16895 1999-09-28  Nathan Sidwell  <nathan@acm.org>
16896
16897         * g++.old-deja/g++.other/decl6.C: New test.
16898
16899 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16900
16901         * gcc.c-torture/execute/va-arg-10.c: New test.
16902
16903 1999-09-27  Nathan Sidwell  <nathan@acm.org>
16904
16905         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
16906         __PRETTY_FUNCTION__.
16907
16908 1999-09-23  Nick Clifton  <nickc@cygnus.com>
16909
16910         * gcc.c-torture/execute/990923-1.c: New test.
16911
16912 1999-09-21  Nick Clifton  <nickc@cygnus.com>
16913
16914         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
16915         for which -fpic is inappropriate.
16916
16917 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
16918
16919         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
16920
16921 1999-09-21  Nathan Sidwell  <nathan@acm.org>
16922
16923         * g++.old-deja/g++.other/dyncast1.C: New test.
16924         * g++.old-deja/g++.other/dyncast2.C: New test.
16925         * g++.old-deja/g++.other/dyncast3.C: New test.
16926         * g++.old-deja/g++.other/dyncast4.C: New test.
16927         * g++.old-deja/g++.other/dyncast5.C: New test.
16928         * g++.old-deja/g++.eh/catch3.C: New test.
16929         * g++.old-deja/g++.eh/catch3p.C: New test.
16930         * g++.old-deja/g++.eh/catch4.C: New test.
16931         * g++.old-deja/g++.eh/catch4p.C: New test.
16932         * g++.old-deja/g++.eh/catch5.C: New test.
16933         * g++.old-deja/g++.eh/catch5p.C: New test.
16934         * g++.old-deja/g++.eh/catch6.C: New test.
16935         * g++.old-deja/g++.eh/catch6p.C: New test.
16936         * g++.old-deja/g++.eh/catch7.C: New test.
16937         * g++.old-deja/g++.eh/catch7p.C: New test.
16938         * g++.old-deja/g++.eh/catch8.C: New test.
16939         * g++.old-deja/g++.eh/catch8p.C: New test.
16940         * g++.old-deja/g++.eh/catch9.C: New test.
16941         * g++.old-deja/g++.eh/catch9p.C: New test.
16942
16943 1999-09-13  Nathan Sidwell  <nathan@acm.org>
16944
16945         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
16946         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
16947
16948 1999-09-13  Jeffrey A Law  (law@cygnus.com)
16949
16950         * gcc.c-torture/compile/990913-1.c: New test.
16951
16952 1999-09-10  Nathan Sidwell  <nathan@acm.org>
16953
16954         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
16955         * g++.old-deja/g++.jason/rfg5.C: Likewise.
16956
16957 1999-09-09  Richard Henderson  <rth@cygnus.com>
16958
16959         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
16960
16961 1999-09-09  Nathan Sidwell  <nathan@acm.org>
16962
16963         * g++.old-deja/g++.other/lookup11.C: New test.
16964         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
16965         what is permitted and what we want.
16966         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
16967         overload use.
16968         * g++.old-deja/g++.jason/rfg5.C: Likewise
16969
16970 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
16971
16972         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
16973         * gcc.c-torture/noncompile/poison-1.c: New file.
16974
16975 1999-09-08  Nathan Sidwell  <nathan@acm.org>
16976
16977         * g++.old-deja/g++.other/sizeof3.C: New test.
16978         * g++.old-deja/g++.other/sizeof4.C: New test.
16979         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
16980         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
16981
16982 1999-09-07  Richard Henderson  <rth@cygnus.com>
16983
16984         * gcc.dg/va-arg-1.c: New.
16985
16986 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16987
16988         * gcc.c-torture/execute/va-arg-9.c: New test.
16989
16990 1999-09-05  Craig Burley  <craig@jcb-sc.com>
16991
16992         * g77.f-torture/compile/980519-2.f: New test.
16993         * g77.f-torture/compile/19990905-0.f: New test.
16994         * g77.f-torture/compile/19990905-1.f: New test.
16995         * g77.f-torture/compile/19990905-2.f: New test.
16996
16997         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
16998
16999 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
17000
17001         * gcc.c-torture/execute/990827-1.c: Fix typo.
17002
17003 1999-09-03  Nathan Sidwell  <nathan@acm.org>
17004
17005         * g++.old-deja/g++.other/deref1.C: New test.
17006
17007 1999-09-02  Nathan Sidwell  <nathan@acm.org>
17008
17009         * g++.old-deja/g++.other/ambig2.C: New test.
17010         * g++.old-deja/g++.other/cond5.C: New test.
17011         * g++.old-deja/g++.other/lookup16.C: New test.
17012
17013 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
17014
17015         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
17016         assemblers too.
17017
17018 1999-08-31  Jeffrey A Law  (law@cygnus.com)
17019
17020         * lib/c-torture.exp: Avoid the "compare executables" optimization
17021         when testing native.
17022
17023 1999-08-29  Jeffrey A Law  (law@cygnus.com)
17024
17025         * gcc.c-torture/execute/990829-1.c: New test.
17026         * gcc.c-torture/compile/990829-1.c: New test.
17027
17028 1999-08-27  Paul Burchard  <burchard@pobox.com>
17029
17030         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
17031         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
17032         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
17033         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
17034         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
17035         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
17036         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
17037         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
17038         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
17039         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
17040         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
17041
17042 1999-08-27  Jeffrey A Law  (law@cygnus.com)
17043
17044         * gcc.c-torture/execute/990827-1.c: New test.
17045
17046 1999-08-26  Craig Burley  <craig@jcb-sc.com>
17047
17048         * g77.f-torture/noncompile/19990826-4.f: New test.
17049
17050         * g77.f-torture/compile/19990826-3.f: New test.
17051
17052         * g77.f-torture/execute/19990826-2.f: New test.
17053
17054         * g77.f-torture/compile/19990826-1.f: New test.
17055
17056         * gcc.c-torture/execute/990826-0.c: New test.
17057         * g77.c-torture/execute/19990826-0.f: New test.
17058
17059         * g77.f-torture/noncompile/970626-2.f: New test.
17060
17061 1999-08-25  Paul Burchard  <burchard@pobox.com>
17062
17063         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
17064         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
17065         lss-011.C: New tests.
17066
17067 1999-08-25  Nathan Sidwell  <nathan@acm.org>
17068
17069         * g++.old-deja/g++.other/decl5.C: New test.
17070
17071 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17072
17073         * noncompile/noncompile.exp: Load_lib c-torture.exp.
17074         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
17075         call `postbase' for each one.  All callers of `postbase' changed
17076         to call this instead.
17077
17078 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
17079
17080         * gcc.c-torture/execute/990811-1.c: New test.
17081
17082 1999-08-09  Nick Clifton  <nickc@cygnus.com>
17083
17084         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
17085         just native ones.
17086
17087         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
17088         just native ones.
17089
17090 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17091
17092         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
17093
17094 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17095
17096         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
17097
17098 1999-08-04  Nathan Sidwell  <nathan@acm.org>
17099
17100         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
17101
17102 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17103
17104         * gcc.c-torture/execute/990804-1.c: New test.
17105
17106 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17107
17108         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
17109         * g++.old-deja/g++.brendan/crash64.C: Likewise
17110         * g++.old-deja/g++.brendan/overload8.C: Likewise
17111
17112 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17113
17114         * g++.old-deja/g++.other/struct1.C: New test.
17115
17116 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17117
17118         * g++.old-deja/g++.other/enum2.C: New test.
17119
17120 1999-08-02  Richard Henderson  <rth@cygnus.com>
17121
17122         Adapted from tests from Franz Sirl:
17123         * gcc.c-torture/execute/va-arg-7.c: New test.
17124         * gcc.c-torture/execute/va-arg-8.c: New test.
17125
17126 1999-08-01  Jeffrey A Law  (law@cygnus.com)
17127
17128         * gcc.c-torture/compile/990801-2.c: New test.
17129
17130         * gcc.c-torture/compile/990801-1.c: New test.
17131
17132 1999-07-27  Michael Meissner  <meissner@cygnus.com>
17133
17134         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
17135         fp-cmp-1.c, converting double to float.
17136
17137         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
17138         fp-cmp-1.c, converting double to long double.
17139
17140         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
17141         from fr1 to unknown_register, since fr1 is a legitimate register
17142         on some machines.
17143
17144 1999-07-25  Jeffrey A Law  (law@cygnus.com)
17145
17146         * README: More listname related changes.
17147
17148 1999-07-08  Catherine Moore  <clm@cygnus.com>
17149
17150         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
17151
17152 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
17153
17154         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
17155
17156 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17157
17158         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
17159
17160 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
17161
17162         * gcc.dg/990703-1.c: New test.
17163
17164 1999-06-29  Nick Clifton  <nickc@cygnus.com>
17165
17166         * lib/file-format.exp: New file: Move definition of proc
17167         gcc_target_object_format to here from
17168         gcc.dg/special/ecos.exp.
17169
17170         * lib/c-torture.exp: Include lib file-format.exp.
17171         * lib/gcc-dg.exp: Include lib file-format.exp.
17172
17173         * gcc.dg/special/ecos.exp: Remove definition of proc
17174         gcc_target_object_format.
17175
17176 1999-06-28  Jeffrey A Law  (law@cygnus.com)
17177
17178         * gcc.c-torture/execute/990628-1.c: New test.
17179
17180 1999-06-25  Jeffrey A Law  (law@cygnus.com)
17181
17182         * gcc.c-torture/compile/990625-2.c: New test.
17183
17184         * gcc.c-torture/compile/990625-1.c: New test.
17185
17186 1999-06-23  Nick Clifton  <nickc@cygnus.com>
17187
17188         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
17189         attributes compile.
17190         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
17191         ports that use the COFF/PE file format.
17192
17193 1999-06-17  Jeffrey A Law  (law@cygnus.com)
17194
17195         * gcc.c-torture/compile/990617-1.c: New test.
17196
17197 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
17198
17199         * g++.old-deja/g++.other/decl4.C: New test.
17200
17201 1999-06-14  Nathan Sidwell  <nathan@acm.org>
17202
17203         * g++.old-deja/g++.other/bitfld3.C: New test.
17204
17205 1999-06-08  Nathan Sidwell  <nathan@acm.org>
17206
17207         * g++.old-deja/g++.eh/catch1.C: New test.
17208
17209 1999-06-07  Jeffrey A Law  (law@cygnus.com)
17210
17211         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
17212
17213         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
17214         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
17215
17216 1999-06-05  Craig Burley  <craig@jcb-sc.com>
17217
17218         * g77.f-torture/compile/19990502-0.f: Replace with new,
17219         shorter, test that still fails after recent changes.
17220
17221 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17222
17223         * gcc.c-torture/execute/990604-1.c: New test.
17224
17225 1999-05-31  Jeffrey A Law  (law@cygnus.com)
17226
17227         * gcc.c-torture/execute/990531-1.c: New test.
17228
17229 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17230
17231         * gcc.c-torture/compile/990527-1.c: New test.
17232
17233 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
17234
17235         * gcc.c-torture/execute/990527-1.c: New test.
17236
17237 1999-05-25  Nick Clifton  <nickc@cygnus.com>
17238
17239         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
17240         bitfields as signed.
17241
17242 1999-05-25  Craig Burley  <craig@jcb-sc.com>
17243
17244         * g77.f-torture/compile/19990525-0.f: New test.
17245
17246 1999-05-25  Jeffrey A Law  (law@cygnus.com)
17247
17248         * gcc.c-torture/execute/990525-2.c: New test.
17249
17250         * gcc.c-torture/execute/990525-1.c: New test.
17251
17252 1999-05-24  Nathan Sidwell  <nathan@acm.org>
17253
17254         * g++.old-deja/g++.other/anon3.C: New test.
17255         * g++.old-deja/g++.other/anon4.C: New test.
17256         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
17257         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
17258         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
17259         Merrill).
17260
17261 1999-05-24  Jeffrey A Law  (law@cygnus.com)
17262
17263         * gcc.c-torture/execute/990524-1.c: New test.
17264
17265         * gcc.dg/990524-1.c: New test.
17266
17267 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17268
17269         * gcc.c-torture/compile/990523-1.c: New test.
17270
17271 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
17272
17273         * gcc.c-torture/compile/990519-1.c: New test.
17274
17275 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17276
17277         * gcc.c-torture/compile/990517-1.c: New test.
17278
17279         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
17280         (e4, f4): New tests.
17281         (main): Call them.
17282
17283 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17284
17285         * gcc.dg/noreturn-1.c: New test.
17286
17287 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
17288
17289         * gcc.c-torture/execute/990513-1.c: New test.
17290
17291 1999-05-10  Richard Henderson  <rth@cygnus.com>
17292
17293         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
17294
17295 1999-05-10  Craig Burley  <craig@jcb-sc.com>
17296
17297         * g77.f-torture/execute/erfc.f: Use small single-precision
17298         values, to avoid problems on Alphas when not -mieee.
17299
17300 1999-05-08  Craig Burley  <craig@jcb-sc.com>
17301
17302         * gcc.dg/990506-0.c: New test.
17303
17304 1999-05-08  Richard Henderson  <rth@cygnus.com>
17305
17306         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
17307         the constant to test.  Don't XFAIL 64-bit targets.
17308
17309         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
17310         * g++.old-deja/g++.law/profile1.C: Likewise.
17311
17312         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
17313         operator new instances.
17314         * g++.old-deja/g++.other/delete5.C: Likewise.
17315
17316 1999-05-03  Craig Burley  <craig@jcb-sc.com>
17317
17318         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
17319         intrinsic.
17320
17321 1999-05-03  Craig Burley  <craig@jcb-sc.com>
17322
17323         * g77.f-torture/execute/u77-test.f: Reverse order of two
17324         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
17325
17326 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17327
17328         * gcc.dg/compare1.c: New test.
17329
17330 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
17331
17332         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
17333         New tests.
17334
17335 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17336
17337         * g77.f-torture/compile/19990502-1.f: New test.
17338
17339 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17340
17341         * g77.f-torture/compile/19990502-0.f: New test.
17342
17343 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17344
17345         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
17346         intrinsic.
17347
17348 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17349
17350         * g77.f-torture/execute/u77-test.f (main): List libU77
17351         intrinsics not currently tested.
17352         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
17353         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
17354         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
17355         Trim blanks off the ends of some printed strings.
17356
17357 1999-05-02  Craig Burley  <craig@jcb-sc.com>
17358
17359         * g77.f-torture/execute/u77-test.f (main): Just warn about
17360         FSTAT gid disagreement, as it's expected on some systems.
17361
17362 1999-05-01  Craig Burley  <craig@jcb-sc.com>
17363
17364         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
17365         use a new function, which allows for some slop.
17366         Clean up some commentary.
17367         (issum): The new function.
17368         (sgladd): Deleted subroutine.
17369
17370 1999-05-01  Craig Burley  <craig@jcb-sc.com>
17371
17372         * g77.f-torture/execute/u77-test.f: Modify to be more like
17373         libf2c/libU77 version, bringing patches to that version here.
17374         Add suitable commentary.
17375
17376 1999-04-25  Richard Henderson  <rth@cygnus.com>
17377
17378         * gcc.dg/990424-1.c: New test.
17379
17380 1999-04-24  Craig Burley  <craig@jcb-sc.com>
17381
17382         * g77.f-torture/execute/u77-test.f (main): Bug involving
17383         LSTAT has been fixed, so turn back on full checking.
17384
17385 1999-04-20  Craig Burley  <craig@jcb-sc.com>
17386
17387         * g77.f-torture/compile/19990419-0.f: New test.
17388         * g77.f-torture/execute/19990419-1.f: New test.
17389
17390 1999-04-17  Richard Henderson  <rth@cygnus.com>
17391
17392         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
17393         to avoid the need for a prototype to supress a warning.
17394
17395 1999-04-07  Jim Wilson  <wilson@cygnus.com>
17396
17397         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
17398
17399 1999-04-04  Jeffrey A Law  (law@cygnus.com)
17400
17401         * gcc.c-torture/execute/990404-1.c: New test.
17402
17403 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17404
17405         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
17406         * gcc.dg/cpp-if3.c: Don't use -pedantic.
17407         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
17408         missing initializer warnings.
17409
17410 1999-03-28  Jeffrey A Law  (law@cygnus.com)
17411
17412         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
17413         matching strings.
17414
17415 1999-03-26  Jeffrey A Law  (law@cygnus.com)
17416
17417         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
17418
17419 1999-03-26  Craig Burley  <craig@jcb-sc.com>
17420
17421         * g77.f-torture/execute/19990325-0.f: New test.
17422         * g77.f-torture/execute/19990325-1.f: New test.
17423
17424 1999-03-24  Jeffrey A Law  (law@cygnus.com)
17425
17426         * gcc.c-torture/execute/990324-1.c: New test.
17427
17428 1999-03-22  Jim Wilson  <wilson@cygnus.com>
17429
17430         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
17431         test with 4.
17432
17433 1999-03-17  Richard Henderson  <rth@cygnus.com>
17434
17435         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
17436
17437 1999-03-13  Craig Burley  <craig@jcb-sc.com>
17438
17439         * g77.f-torture/execute/19990313-2.f: New test.
17440         * g77.f-torture/execute/19990313-3.f: New test.
17441
17442 1999-03-13  Craig Burley  <craig@jcb-sc.com>
17443
17444         * g77.f-torture/execute/19990313-0.f: New test.
17445         * g77.f-torture/execute/19990313-1.f: New test.
17446
17447 1999-03-12  Jim Wilson  <wilson@cygnus.com>
17448
17449         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
17450         printf to sprintf.
17451         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
17452         (main): Add check for u15.  Conditionalize u31 check depending on
17453         whether ints are <32 bits or >=32 bits.
17454
17455 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17456
17457         * g77.f-torture/execute/19981119-0.f: Improve testiness.
17458
17459 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17460
17461         * g77.f-torture/compile/19990305-0.f: New test.
17462         * g77.f-torture/execute/19981119-0.f: New test.
17463
17464 1999-03-08  Craig Burley  <craig@jcb-sc.com>
17465
17466         * g77.f-torture/execute/970625-2.f: call ABORT if final
17467         result is not correct, instead of just printing it.
17468         Add this checking via newly introduced obfuscation, to
17469         trip up buggy front ends.
17470
17471 1999-03-07  Craig Burley  <craig@jcb-sc.com>
17472
17473         * g77.f-torture/compile/960317-1.f: Moved from being
17474         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
17475
17476 1999-03-06  Craig Burley  <craig@jcb-sc.com>
17477
17478         * g77.f-torture/execute/960317-1.f: New (old) test.
17479         * g77.f-torture/execute/970625-2.f: Ditto.
17480
17481 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
17482
17483         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
17484         message on line 1 or line 2; cccp and cpplib do this differently.
17485
17486 1999-03-01  Jeffrey A Law  (law@cygnus.com)
17487
17488         * g++.old-deja/g++.law/weak1.C: New test.
17489
17490 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17491
17492         * gcc.c-torture/execute/990119-1.c: Renamed to...
17493         * gcc.dg/990119-1.c: this, so it will only be tested once
17494         (it's a preprocessor test, it doesn't need to be run at
17495         multiple optimization levels).
17496
17497 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
17498
17499         * lib/g++.exp: Don't add incdir=$base_dir/../include to
17500           ALWAYS_CXXFLAGS.
17501
17502 1999-02-24  Craig Burley  <craig@jcb-sc.com>
17503
17504         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
17505         * g77.f-torture/compile/19981216-0.f: ...as it is expected
17506         to not be compilable by current g77.
17507
17508 1999-02-24  Nick Clifton  <nickc@cygnus.com>
17509
17510         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
17511
17512 1999-02-22  Jeffrey A Law  (law@cygnus.com)
17513
17514         * gcc.c-torture/execute/990222-1.c: New test.
17515
17516 1999-02-19  Craig Burley  <craig@jcb-sc.com>
17517
17518         * g77.f-torture/compile/19990218-0.f: New test.
17519         * g77.f-torture/noncompile/19990218-1.f: New test.
17520
17521 1999-02-18  Craig Burley  <craig@jcb-sc.com>
17522
17523         * g77.f-torture/compile/19981216-0.f: New test.
17524
17525 1999-02-14  Jeffrey A Law  (law@cygnus.com)
17526
17527         * gcc.dg/990214-1.c: New test.
17528
17529 1999-02-13  Jeffrey A Law  (law@cygnus.com)
17530
17531         * gcc.dg/990213-2.c: New test.
17532
17533         * gcc.dg/990213-1.c: New test.
17534
17535 1999-02-12  Jeffrey A Law  (law@cygnus.com)
17536
17537         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
17538         ints.
17539
17540 1999-02-11  Nick Clifton  <nickc@cygnus.com>
17541
17542         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
17543         specified by target.
17544
17545         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
17546
17547 1999-02-11  Jeffrey A Law  (law@cygnus.com)
17548
17549         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
17550
17551 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17552
17553         * gcc.dg/special/ecos.exp: New test driver for new tests with
17554         special requirements.
17555
17556         * gcc.dg/special/alias-1.c: New test.
17557         * gcc.dg/special/gcsec-1.c: New test.
17558         * gcc.dg/special/weak-1.c: New test.
17559         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
17560         * gcc.dg/special/weak-2.c: New test.
17561         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
17562         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
17563         * gcc.dg/special/wkali-1.c: New test.
17564         * gcc.dg/special/wkali-2.c: New test.
17565         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
17566         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
17567
17568 1999-02-10  Felix Lee  <flee@cygnus.com>
17569
17570           * lib/c-torture.exp (c-torture-compile): Pull out code for
17571           analyzing gcc error messages.
17572           (c-torture-execute): Likewise.  Fix some (harmless) false
17573           positives.
17574           * lib/gcc.exp (gcc_check_compile): New function.
17575
17576 1999-02-08  Richard Henderson  <rth@cygnus.com>
17577
17578         * gcc.c-torture/execute/990208-1.c: New test.
17579
17580 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
17581
17582         * g++.dg/special/ecos.exp: New driver for new tests with special
17583         requirements
17584
17585         * g++.dg/special/conpr-1.C: New test
17586         * g++.dg/special/conpr-2.C: New test
17587         * g++.dg/special/conpr-2a.C: New test
17588         * g++.dg/special/conpr-3.C: New test
17589         * g++.dg/special/conpr-3a.C: New test
17590         * g++.dg/special/conpr-3b.C: New test
17591
17592         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
17593         allow g++ to use the dg driver
17594
17595         * README: Add comment about g++.dg directory
17596
17597 1999-02-06  Jeffrey A Law  (law@cygnus.com)
17598
17599         * README: Update email addresses.
17600
17601 1999-02-03  Nick Clifton  <nickc@cygnus.com>
17602
17603         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
17604         arguments in order to force structure S onto the stack even on
17605         the alpha.
17606         (test): Pass 10 leading arguments to function foo as well as the
17607         structure S.
17608
17609         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
17610         failure for all targets.
17611
17612         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
17613         abort to terminate program execution.
17614
17615 1999-01-30  Richard Henderson  <rth@cygnus.com>
17616
17617         * gcc.c-torture/execute/990130-1.c: New test.
17618
17619 1999-01-30  Jeffrey A Law  (law@cygnus.com)
17620
17621         * gcc.dg/990130-1.c: New test.
17622
17623 1999-01-28  Michael Meissner  <meissner@cygnus.com>
17624
17625         * gcc.c-torture/execute/990128-1.c: New test.
17626
17627 1999-01-27  Michael Meissner  <meissner@cygnus.com>
17628
17629         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
17630
17631 1999-01-27  Felix Lee  <flee@cygnus.com>
17632
17633         * lib/c-torture.exp (c-torture-compile): pull out code for
17634         analyzing gcc error messages.
17635         (c-torture-execute): ditto, and fix some (harmless) false
17636         positives.
17637         * lib/gcc.exp (gcc_check_compile): new function.
17638
17639 1999-01-17  Jeffrey A Law  (law@cygnus.com)
17640
17641         * gcc.dg/990117-1.c: New test.
17642
17643         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
17644
17645         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
17646
17647 1999-01-15  Jeffrey A Law  (law@cygnus.com)
17648
17649         * g77.f-torture/compile/990115-1.f: New test.
17650
17651 1999-01-07  Jeffrey A Law  (law@cygnus.com)
17652
17653         * gcc.c-torture/compile/990107-1.c: New test
17654
17655 1999-01-06  Jeffrey A Law  (law@cygnus.com)
17656
17657         * gcc.c-torture/execute/990106-2.c: New test.
17658
17659         * gcc.c-torture/execute/990106-1.c: New test.
17660
17661 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
17662
17663         * gcc.c-torture/compile/981223-1.c: New test.
17664
17665 1998-12-29  Richard Henderson  <rth@cygnus.com>
17666
17667         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
17668         (opt3): Rename from opt4 and disable.
17669
17670 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
17671
17672         * g++.old-deja/g++.pt/ptrmem5.C: New test.
17673
17674 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
17675
17676         * g++.old-deja/g++.other/conv5.C: New test.
17677
17678 1998-12-14  Nick Clifton  <nickc@cygnus.com>
17679
17680         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
17681
17682 1998-12-11  Jeffrey A Law  (law@cygnus.com)
17683
17684         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
17685
17686 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
17687
17688         * gcc.c-torture/compile/981211-1.c: New test.
17689
17690 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
17691
17692         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
17693
17694         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
17695
17696 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17697
17698         * gcc.special/930510-1.c: Make C9X safe.
17699         * gcc.misc-tests/gcov-1.c Similarly.
17700         * gcc.misc-tests/gcov-2.c Similarly.
17701
17702 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
17703
17704         * gcc.dg/ultrasp1.c: New test.
17705
17706 1998-12-06  Richard Henderson  <rth@cygnus.com>
17707
17708         * gcc.c-torture/execute/981206.c: New test.
17709
17710 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
17711
17712         * g++.old-deja/g++.ns/template7.C: New test.
17713
17714         * g++.old-deja/g++.other/expr1.C: New test.
17715
17716         * g++.old-deja/g++.eh/tmpl3.C: New test.
17717
17718         * g++.old-deja/g++.eh/tmpl2.C: New test.
17719
17720 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
17721
17722         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
17723         * g++.old-deja/g++.other/using6.C: Removed.
17724         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
17725
17726         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
17727
17728 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
17729
17730         * g++.old-deja/g++.pt/overload8.C: New test.
17731
17732         * g++.old-deja/g++.pt/overload7.C: New test.
17733
17734         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
17735
17736         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
17737         and relinking messages.
17738         * lib/g++.exp (g++_target_compile): Remove .rpo file when
17739         compiling with -frepo.
17740
17741 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
17742
17743         * g++.old-deja/g++.pt/lookup6.C: New test.
17744
17745 1998-11-30  Nick Clifton  <nickc@cygnus.com>
17746
17747         * gcc.c-torture/execute/981130-1.c: New test.
17748         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
17749
17750 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
17751
17752         * g++.old-deja/g++.pt/explicit76.C: New test.
17753
17754         * g++.old-deja/g++.pt/friend38.C: New test.
17755
17756         * g++.old-deja/g++.ns/crash2.C: New test.
17757
17758         * g++.old-deja/g++.pt/defarg8.C: New test.
17759
17760         * g++.old-deja/g++.pt/instantiate6.C: New test.
17761
17762         * g++.old-deja/g++.pt/static6.C: New test.
17763
17764         * g++.old-deja/g++.pt/decl2.C: New test.
17765
17766 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
17767
17768         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
17769         problem is actually related with name lookup, but so what? :-)
17770
17771         * g++.old-deja/g++.pt/friend37.C: New test.
17772
17773 1998-11-25  Dave Love  <d.love@dl.ac.uk>
17774
17775         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
17776         element, which fails on some systems.
17777
17778         * g77.f-torture/execute/labug1.f: New test.
17779
17780 1998-11-21  Jeffrey A Law  (law@cygnus.com)
17781
17782         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
17783         is defined.
17784
17785 1998-11-18  Dave Love  <d.love@dl.ac.uk>
17786
17787         * g77.f-torture/compile/981117-1.f: New test.
17788
17789 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
17790
17791         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
17792         properly discarded.
17793
17794 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
17795
17796         * gcc.c-torture/execute/memcheck: New directory of tests for
17797         -fcheck-memory-usage.
17798
17799 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17800
17801         * README: New file, general information about the testsuite and
17802         new description of the various C++ test subdirectories.
17803         * README.g++: Eliminate obsolete information, update and move most
17804         relevant stuff to README.
17805
17806 1998-11-07  Richard Henderson  <rth@cygnus.com>
17807
17808         * gcc.c-torture/compile/981107-1.c: New test.
17809
17810 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
17811
17812         * execute/memcpy-bi.c: New testcase.
17813
17814 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
17815
17816         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
17817         base classes.
17818
17819         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
17820         template is selected.
17821
17822         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
17823         classes, it should be accepted for all types.
17824
17825         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
17826
17827         * g++.old-deja/g++.pt/spec24.C: Ensure that template
17828         specializations start with template headers.
17829
17830 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
17831
17832         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
17833
17834         * g++.old-deja/g++.other/init9.C: Test cross initialization of
17835         non-POD types.
17836
17837 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
17838
17839         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
17840
17841 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17842
17843         * compile/981022-1.c, compile/981022-1.x: New test and driver.
17844
17845 1998-10-19  Jeffrey A Law  (law@cygnus.com)
17846
17847         * 981019-1.c: New test.
17848
17849 1998-10-14  Robert Lipe <robertl@dgii.com>
17850
17851         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
17852         find objc headers.
17853
17854 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
17855
17856         * compile/981001-4.c: Remove use of GCC extension that triggers a
17857         compiler bug.
17858
17859 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
17860
17861         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
17862
17863 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
17864
17865         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
17866         instantiation of template produces incorrect code for delete
17867         expression.
17868
17869         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
17870         constructors' name is not unique.
17871         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
17872         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
17873
17874         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
17875         automatic array of const is ill-formed.
17876
17877         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
17878         of template parameter?
17879
17880         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
17881         const.
17882
17883         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
17884         pointer-to-member expression.
17885
17886         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
17887         declaration causes ICE.
17888
17889 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
17890
17891         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
17892         reserved in the global namespace.
17893
17894         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
17895         generate needed virtual table.
17896
17897         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
17898
17899 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
17900
17901         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
17902         template-dependent type
17903
17904 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
17905
17906         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
17907         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
17908         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
17909
17910         * g++.old-deja/g++.other/using5.C: New test; using decl from base
17911         class should be usable as argument of member function.
17912         * g++.old-deja/g++.other/using6.C: New test; using decl from base
17913         class should be usable as return type of member function.
17914         * g++.old-deja/g++.other/using7.C: New test; using decl from base
17915         class should be usable as type of data member.
17916
17917         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
17918
17919 1998-10-09  Jeffrey A Law  (law@cygnus.com)
17920
17921         * gcc.c-torture/special/920521-1.c: Fix bogus test.
17922
17923 1998-10-08  Nick Clifton  <nickc@cygnus.com>
17924
17925         * gcc.dg/dll-?.c Add thumb to target list.
17926         Fix assembler scan patterns to match current assembler output.
17927
17928 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
17929
17930         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
17931         matching of template brackets.
17932
17933         * g++.old-deja/g++.other/using4.C: New test.  Test using
17934         declarations of methods from base classes.
17935
17936         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
17937         within functions should introduce names into the innermost
17938         enclosing namespace.
17939
17940         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
17941         of static locals if first initialization throws.
17942
17943 1998-10-07  Jim Wilson  <wilson@cygnus.com>
17944
17945         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
17946
17947 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
17948
17949         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
17950         lose track of the possible targets of tablejump insns.
17951         * special/special.exp: Run it.
17952
17953 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
17954
17955         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
17956         must be declared before its specializations can be named in friend
17957         declarations.
17958
17959 1998-10-05  Dave Love  <d.love@dl.ac.uk>
17960
17961         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
17962
17963         * g77.f-torture/execute/io1.f: New test.
17964
17965 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
17966
17967         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
17968         with pointer to template function, for which no argument deduction
17969         is possible.
17970
17971         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
17972         specialization of template function as argument to template
17973         function.
17974
17975         * g++.old-deja/g++.other/access2.C: New test; Inner class
17976         shouldn't have privileged access to Outer's names.
17977
17978 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
17979
17980         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
17981         friend template declared within template class conflicts with
17982         nested class of the same name.
17983
17984         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
17985         is ignored.
17986
17987         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
17988         object with direct initializer as function declaration.
17989
17990         * g++.old-deja/g++.other/decl2.C: New test; duplicate
17991         initializers.
17992
17993         * g++.old-deja/g++.other/null2.C: New test; conditional operator
17994         involving const pointer and NULL produces incorrect result.
17995
17996         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
17997         type name without `typename' should be rejected with -pedantic.
17998
17999 1998-10-02  Richard Henderson  <rth@cygnus.com>
18000
18001         * g++.old-deja/g++.other/addrof1.C: New test.
18002
18003 1998-10-01  Nick Clifton  <nickc@cygnus.com>
18004
18005         * gcc.c-torture/compile/981001-1.c: New test.
18006         * gcc.c-torture/execute/981001-1.c: New test.
18007
18008 1998-10-01  Jeffrey A Law  (law@cygnus.com)
18009
18010         * gcc.c-torture/compile/981001-2.c: New test.
18011         * gcc.c-torture/compile/981001-3.c: New test.
18012         * gcc.c-torture/compile/981001-4.c: New test.
18013
18014 1998-10-01  Robert Lipe  <robertl@dgii.com>
18015
18016         * lib/objc.exp (objc_target_compile): Add -L during compiles for
18017         multilibbed hosts.   Idea grafted from g77.exp.
18018
18019 1998-09-30  Dave Love  <d.love@dl.ac.uk>
18020
18021         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
18022         avoid losing on systems which need -lsocket.
18023
18024 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
18025
18026         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
18027         * g++.old-deja/g++.other/nested2.C: Ditto.
18028         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
18029         failure.
18030
18031 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18032
18033         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
18034         preferred over template operator!= for enum bitfields.
18035
18036 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
18037
18038         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
18039         that happen to have the same base name, but in different scopes,
18040         are incorrectly rejected.
18041
18042 1998-09-16  Richard Henderson  <rth@cygnus.com>
18043
18044         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
18045         on the native word size instead of an integer literal.
18046
18047 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18048
18049         * g++.old-deja/g++.other/static2.C: Invocation of static data
18050         member of type pointer-to-function denoted as non-static member.
18051
18052         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
18053         checks involving function types and aliases.
18054
18055 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18056
18057         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
18058         redefined to the same non-trivial type.
18059
18060         * g++.old-deja/g++.pt/explicit73.C: Test for proper
18061         namespace-qualification of template specializations declared in
18062         other namespaces.
18063
18064         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
18065         to declare a subset of the specializations of a template function
18066         as friends of specializations of a template class.
18067
18068         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
18069         member templates that do not fully specialize the enclosing
18070         template class are rejected.
18071
18072 1998-09-11  Dave Love  <d.love@dl.ac.uk>
18073
18074         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
18075
18076 1998-09-08  Dave Love  <d.love@dl.ac.uk>
18077
18078         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
18079         altered from libf2c/libU77 version.
18080
18081 1998-09-06  Dave Love  <d.love@dl.ac.uk>
18082
18083         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
18084
18085 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
18086
18087         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
18088         (un)signed char are different types for template specialization
18089         purposes.
18090
18091 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
18092
18093         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
18094         * objc: ObjC testsuite.
18095
18096 1998-08-31  Catherine Moore  <clm@cygnus.com>
18097
18098         * gcc.c-torture/execute/941014-1.x:  New file.
18099
18100 1998-08-31  Nick Clifton  <nickc@cygnus.com>
18101
18102         * lib/c-torture.exp: Add support for
18103         torture_eval_before_compile and torture_eval_before_execute
18104         variables.
18105
18106 1998-08-30  Jeffrey A Law  (law@cygnus.com)
18107
18108         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
18109         this test triggers valid.
18110
18111 1998-08-27  Jeffrey A Law  (law@cygnus.com)
18112
18113         * gcc.dg/980827-1.c: New test.
18114
18115 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
18116
18117         * gcc.c-torture/execute/loop-4b.c: New test.
18118
18119 1998-08-26  Nick Clifton  <nickc@cygnus.com>
18120
18121         * lib/c-torture.exp: Add support for
18122         torture_eval_before_compile and torture_eval_before_execute
18123         variables.
18124
18125 1998-08-25  Jeffrey A Law  (law@cygnus.com)
18126
18127         * gcc.c-torture/compile/980825-1.c: New test.
18128
18129 1998-08-24  Nick Clifton  <nickc@cygnus.com>
18130
18131         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
18132         count number tests in opt_t0 not good_t0.
18133
18134 1998-08-24  Jeffrey A Law  (law@cygnus.com)
18135
18136         * gcc.c-torture/compile/930326-1.x: Fix typo.
18137
18138 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
18139
18140         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
18141         causes an ICE.
18142
18143 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18144
18145         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
18146         STACK_SIZE is defined.
18147         * gcc.c-torture/unsorted/stuct.c: Similarly.
18148
18149         * gcc.c-torture/compile/980821-1.c: New test.
18150
18151 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18152
18153         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
18154
18155 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
18156
18157         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
18158         code.
18159
18160 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
18161
18162         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
18163         error'.
18164
18165 1998-08-18  Jeffrey A Law  (law@cygnus.com)
18166
18167         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
18168
18169 1998-08-16  Jeffrey A Law  (law@cygnus.com)
18170
18171         * gcc.c-torture/compile/980816-1.c: New test.
18172
18173         * gcc.dg/980816-1.c: New test.
18174
18175 1998-08-13  Jeffrey A Law  (law@cygnus.com)
18176
18177         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
18178         compiler for ieee tests.
18179
18180 1998-08-01  Dave Love  <d.love@dl.ac.uk>
18181
18182         * g77.f-torture/compile/980729-0.f: New test.
18183
18184 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
18185
18186         * gcc.c-torture/special/eeprof-1.c: New test, for
18187         -finstrument-functions.
18188         * gcc.c-torture/special/special.exp: Run it.
18189
18190 1998-07-29  Jeffrey A Law  (law@cygnus.com)
18191
18192         * gcc.c-torture/compile/980729-1.c: New test.
18193
18194 1998-07-27  Nick Clifton  <nickc@cygnus.com>
18195
18196         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
18197         __thumb__ is defined, and test for ARM style doubles if so.
18198
18199 1998-07-26  Dave Love  <d.love@dl.ac.uk>
18200
18201         * g77.f-torture/noncompile/980615-0.f: New test.
18202
18203 1998-07-26  H.J. Lu  (hjl@gnu.org)
18204
18205         * gcc.dg/980312-1.c: Do link instead of compile.
18206         * gcc.dg/980313-1.c: Likewise.
18207
18208 1998-07-26  Jeffrey A Law  (law@cygnus.com)
18209
18210         * gcc.c-torture/compile/980726-1.c: New test.
18211
18212 1998-07-25  Dave Love  <d.love@dl.ac.uk>
18213
18214         * g77.f-torture/execute/io0.f: New test.
18215
18216 1998-07-24  Nick Clifton  <nickc@cygnus.com>
18217
18218         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
18219         an int.
18220
18221 1998-06-18  Michael Meissner  <meissner@cygnus.com>
18222
18223         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
18224         m32r bugs.
18225
18226 1998-07-17  Nick Clifton  <nickc@cygnus.com>
18227
18228         * gcc.dg/980626-1.c: Expect failures for all toolchains until
18229         c-decl.c:grokdeclarator can handle mode attributes.
18230
18231 1998-07-16  Jeffrey A Law  (law@cygnus.com)
18232
18233         * gcc.c-torture/execute/980716-1.c: New test.
18234
18235 1998-07-13  Jeffrey A Law  (law@cygnus.com)
18236
18237         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
18238         the mn10200.
18239         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
18240         the mn10200.
18241         * gcc.c-torture/execute/va-arg-3.x: Similarly.
18242         * gcc.c-torture/compile/930326-1.x: Similarly.
18243
18244 1998-07-13  Dave Love  <d.love@dl.ac.uk>
18245
18246         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
18247         New test from Craig.
18248
18249 1998-07-12  Dave Love  <d.love@dl.ac.uk>
18250
18251         * g77.f-torture/noncompile/980616-0.f: New test.
18252
18253         * g77.f-torture/execute/970816-3.f:  New test from Craig.
18254
18255 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18256
18257         *  g++.other/singleton.C: Return error value instead of taking
18258         SIGSEGV.
18259
18260 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
18261
18262         *  g++.other/singleton.C: New test.   Warning is under dispute.
18263         Runtime crash is not.
18264
18265 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
18266
18267         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
18268         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
18269         using6.C, using7.C}:  New namespace tests.
18270
18271 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
18272
18273         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
18274         specialization with typedef'ed names used as array indexes.
18275
18276 1998-07-09  Jeffrey A Law  (law@cygnus.com)
18277
18278         * gcc.c-torture/execute/980709-1.c: New test.
18279
18280         * gcc.dg/980709-1.c: New test.
18281
18282 1998-07-07  Richard Henderson  <rth@cygnus.com>
18283
18284         * gcc.c-torture/execute/bcp-1.c: New test.
18285
18286 1998-07-07  Jeffrey A Law  (law@cygnus.com)
18287
18288         * gcc.c-torture/execute/980707-1.c: New test.
18289
18290 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
18291
18292         * gcc.c-torture/compile/980706-1.c: New test.
18293
18294 1998-07-01  Dave Love  <d.love@dl.ac.uk>
18295
18296         * g77.f-torture/execute/980701-0.f,
18297         g77.f-torture/execute/980701-1.f: New test from Craig.
18298
18299 1998-07-01  Jeffrey A Law  (law@cygnus.com)
18300
18301         * gcc.c-torture/compile/980701-1.c: New test.
18302
18303         * gcc.c-torture/execute/980701-1.c: New test.
18304
18305 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
18306 rlsruhe.de>
18307
18308         * g++.old-deja/g++.robertl/eb132.C: New test.
18309         * g++.old-deja/g++.robertl/eb133.C: Likewise.
18310
18311 1998-06-29  Dave Love  <d.love@dl.ac.uk>
18312
18313         * g77.f-torture/execute/980628-7.f,
18314         g77.f-torture/execute/980628-8.f,
18315         g77.f-torture/execute/980628-9.f,
18316         g77.f-torture/execute/980628-10.f: New tests from Craig.
18317
18318         * g77.f-torture/execute/980628-3.f: Remove mail headers.
18319
18320 1998-06-28  Jeffrey A Law  (law@cygnus.com)
18321
18322         * g77.f-torture/execute/980628-4.f: New test from Craig.
18323         * g77.f-torture/execute/980628-5.f: Likewise.
18324         * g77.f-torture/execute/980628-2.f: Likewise.
18325         * g77.f-torture/execute/980628-0.f: Likewise.
18326         * g77.f-torture/execute/980628-1.f: Likewise.
18327         * g77.f-torture/execute/980628-3.f: Likewise.
18328         * g77.f-torture/execute/980628-6.f: Likewise.
18329
18330 1998-06-28  Jeffrey A Law  (law@cygnus.com)
18331
18332         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
18333         directory when nothing has been installed yet.
18334
18335 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
18336
18337         * gcc.c-torture/special/special.exp: Handle newer versions of
18338         dejagnu.
18339
18340 1998-06-26  Jeffrey A Law  (law@cygnus.com)
18341
18342         * gcc.dg/980626-1.c: New test.
18343
18344 1998-06-19  Bruno Haible <haible@ilog.fr>
18345
18346         * gcc.misc-tests/m-un-2.c: New test.
18347         * g++.old-deja/g++.other/warn01.c: Likewise.
18348
18349 1998-06-19  Robert Lipe  <robertl@dgii.com>
18350
18351         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
18352         compatibility with assmblers with a different comment character.
18353         Eliminate use of GAS-specific extensions.
18354
18355 1998-06-19  Jeffrey A Law  (law@cygnus.com)
18356
18357         * gcc.c-torture/execute/ieee/980619-1.c: New test.
18358
18359 1998-06-19  Robert Lipe  <robertl@dgii.com>
18360
18361         *lib/g77.exp: Replace search for libf2c.a with search for newly
18362         renamed libg2c.a
18363
18364 1998-06-17  Jeffrey A Law  (law@cygnus.com)
18365
18366         * gcc.c-torture/execute/980617-1.c: New test.
18367
18368 1998-06-12  Jeffrey A Law  (law@cygnus.com)
18369
18370         * gcc.c-torture/execute/980612-1.c: New test.
18371
18372 1998-06-08  Jeffrey A Law  (law@cygnus.com)
18373
18374         * gcc.dg/980523-1.c: Only test on ppc-linux.
18375         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
18376
18377         * gcc.c-torture/execute/980608-1.c: New test.
18378
18379 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
18380
18381         * gcc.c-torture/execute/980605-1.c: New test.
18382
18383 1998-06-04  Jeffrey A Law  (law@cygnus.com)
18384
18385         * gcc.c-torture/execute/980604-1.c: New test.
18386
18387 1998-06-02  Jeffrey A Law  (law@cygnus.com)
18388
18389         * gcc.c-torture/execute/980602-1.c: New test.
18390         * gcc.c-torture/execute/980602-2.c: Likewise.
18391
18392 1998-06-02  Dave Love  <d.love@dl.ac.uk>
18393
18394         * 970125-0.f: Fix per JCB.  Add commentary.
18395
18396 1998-05-31  Michael Meissner  <meissner@cygnus.com>
18397
18398         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
18399         IEEE -0 support.
18400
18401 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
18402
18403         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
18404         earlier.
18405
18406 1998-05-28  Catherine Moore <clm@cygnus.com>
18407
18408         * gcc.c-torture/execute/980526-3.c: New test.
18409
18410 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
18411
18412         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
18413         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
18414         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
18415         m88k-motorola-sysv3 to XFAIL.
18416
18417 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18418
18419         * gcc.dg/980526-1.c: New test.
18420         * gcc.c-torture/execute/980526-2.c: New test.
18421
18422 1998-05-26  Jeffrey A Law  (law@cygnus.com)
18423
18424         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
18425
18426         * gcc.c-torture/execute/980526-1.c: New test.
18427
18428 1998-05-26  Dave Love  <d.love@dl.ac.uk>
18429
18430         * g77.f-torture/execute/alpha2.f: Add runtime test.
18431
18432 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
18433
18434         * g++.old-deja/old-deja.exp: Strip leading directories.
18435
18436         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
18437         error for the line.  Don't run multiple tests for the same line.
18438
18439 1998-05-23  Jeffrey A Law  (law@cygnus.com)
18440
18441         * gcc.dg/980523-1.c: New test.
18442
18443 1998-05-23  Dave Love  <d.love@dl.ac.uk>
18444
18445         * g77.f-torture/compile/970915-0.f: New test.
18446
18447 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
18448
18449         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
18450
18451 1998-05-21  Jeffrey A Law  (law@cygnus.com)
18452
18453         * gcc.dg/980520-1.c: New test.
18454
18455 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
18456
18457         * gcc.dg/980502-1.c: Fix return type.
18458
18459 1998-05-20  Jeffrey A Law  (law@cygnus.com)
18460
18461         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
18462         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
18463         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
18464         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
18465         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
18466
18467 1998-05-20  Dave Love  <d.love@dl.ac.uk>
18468
18469         * g77.f-torture/execute/980520-1.f: New test.
18470
18471 1998-05-15  Dave Love  <d.love@dl.ac.uk>
18472
18473         * lib/mike-g77.exp: New file.
18474
18475         * g77.f-torture/noncompile/noncompile.exp,
18476         g77.f-torture/noncompile/check0.f: New files.
18477
18478 1998-05-14  Dave Love  <d.love@dl.ac.uk>
18479
18480         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
18481         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
18482         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
18483         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
18484         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
18485         abort where appropriate.
18486
18487 1998-05-05  Michael Meissner  <meissner@cygnus.com>
18488
18489         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
18490         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
18491
18492 1998-04-29  Dave Love  <d.love@dl.ac.uk>
18493
18494         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
18495
18496 1998-04-27  Dave Love  <d.love@dl.ac.uk>
18497
18498         * g77.f-torture/compile/980427-0.f: New test.
18499
18500 1998-04-24  Dave Love  <d.love@dl.ac.uk>
18501
18502         * g77.f-torture/compile/980424-0.f: New test.
18503
18504 1998-04-19  Dave Love  <d.love@dl.ac.uk>
18505
18506         * g77.f-torture/compile/980419-2.f (main): New test.
18507         * g77.f-torture/compile/970125-0.f: New test.
18508         * g77.f-torture/compile/980419-1.f: New test.
18509
18510 1998-04-08  Jim Wilson  <wilson@cygnus.com>
18511
18512         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
18513         of loop-4.c.
18514
18515 1998-04-07  Jim Wilson  <wilson@cygnus.com>
18516
18517         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
18518
18519 1998-04-03  Jim Wilson  <wilson@cygnus.com>
18520
18521         * gcc.c-torture/compile/980329-1.c: New test.
18522
18523 1998-03-18  Jim Wilson  <wilson@cygnus.com>
18524
18525         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
18526         * gcc.dg/980312-1.c: Fix typo in -march command.
18527
18528 1998-03-16  H.J. Lu  (hjl@gnu.org)
18529
18530         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
18531
18532 1998-03-11  Robert Lipe  <robertl@dgii.com>
18533
18534         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
18535         Dave Love agree the Fortran source is bogus.
18536
18537 1998-03-11  Robert Lipe  <robertl@dgii.com>
18538
18539         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
18540         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
18541         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
18542         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
18543         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
18544
18545 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
18546
18547         * g++.old-deja/g++.other/friend1.C: New test.
18548
18549 1998-02-18  Dave Love  <d.love@dl.ac.uk>
18550
18551         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
18552         possibly uninitialized) variables and declare dnrm2.
18553
18554 1998-02-23  Robert Lipe <robertl@dgii.com>
18555
18556         From Bruno Haible <haible@ilog.fr>:
18557         * gcc.c-torture/execute/980223.c: New test.
18558
18559 1998-02-13  Jeffrey A Law  (law@cygnus.com)
18560
18561         * gcc.dg/ifelse-1.c: New test.
18562
18563 1998-02-09  H.J. Lu  (hjl@gnu.org)
18564
18565         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
18566
18567           * lib/old-dejagnu.exp (old-dejagnu): Added the
18568           "execution test - XFAIL *-*-*" handling in the spirit of
18569           "excess errors test -". Changed the "execution test fails"
18570           handling to be like "excess errors test fails".
18571           * Update various tests accordingly.
18572
18573 1998-02-06  Jim Wilson  <wilson@cygnus.com>
18574
18575         * gcc.c-torture/execute/980205.c: New test.
18576
18577 1998-01-18  Jeffrey A Law  (law@cygnus.com)
18578
18579         * lib/c-torture.exp: Look for .x files instead of .cexp files.
18580         * lib/f-torture.exp: Similarly.
18581         * gcc.c-torture: Rename all .cexp files to .x files.
18582
18583 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
18584
18585         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
18586         (940510-1.c): Removed duplicate.
18587         (971104-1.c): New test.
18588
18589 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
18590
18591           * lib/f-torture.exp: Improve error and loop detection.
18592
18593 1997-11-19  Michael Meissner  <meissner@cygnus.com>
18594
18595         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
18596         use that to size the filler array.
18597
18598 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
18599
18600         * lib/c-torture.exp(c-torture-execute): Fix typo.
18601
18602         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
18603         testcase as the executable name. Keep the executable around if
18604         the test fails.
18605
18606 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
18607
18608         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
18609         changes.  Only test one -g option, and move it to the end of the
18610         list of options to test.
18611
18612 1997-09-19  Michael Meissner  <meissner@cygnus.com>
18613
18614         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
18615         variable GCC_TORTURE_OPTIONS to supply default switches separated
18616         by colons.  If no environment variable, run tests with -O0 -g, -O1
18617         -g, and -O2 -g as well.
18618
18619 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
18620
18621         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
18622         explanatory comments. Fix indentation.
18623
18624 1997-09-15  Jeffrey A Law  (law@cygnus.com)
18625
18626         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
18627
18628 1997-09-11  Jeffrey A Law  (law@cygnus.com)
18629
18630         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
18631         * g++.old-deja/g++.mike/p7325.C: Likewise.
18632         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
18633
18634 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
18635
18636         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
18637         * g++.old-deja/g++.brendan/crash30.C: Likewise.
18638         * g++.old-deja/g++.brendan/crash39.C: Likewise.
18639         * g++.old-deja/g++.law/operators4.C: Likewise.
18640
18641 1997-09-11  Joe Buck  (jbuck@synopsys.com)
18642
18643         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
18644         * g++.old-deja/g++.mike/p784.C: Ditto.
18645         * g++.old-deja/g++.mike/p785.C: Ditto.
18646
18647 1997-09-05  Jeffrey A Law  (law@cygnus.com)
18648
18649           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
18650
18651 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
18652
18653         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
18654         target feature; pass this to c-torture-execute as needed.
18655
18656 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
18657
18658         * lib/c-torture.exp(c-torture-execute): If the previous and the
18659         current executables being tested are identical, we don't need to
18660         run the executable again. Try to make the executable names
18661         unique. Add an optional argument for passing additional compiler
18662         flags.
18663
18664 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
18665
18666         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
18667
18668 1997-08-29  Jeffrey A Law  (law@cygnus.com)
18669
18670         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
18671
18672 1997-07-31  Jeffrey A Law  (law@cygnus.com)
18673
18674         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
18675         32bit or larger longs.
18676
18677         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
18678         have either a 32bit long or 32bit int.
18679
18680 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
18681
18682         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
18683         Make double precision tests dependent on sizeof (double).
18684
18685 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
18686
18687         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
18688         too.
18689
18690 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
18691
18692         * gcc.c-torture/compile/961203-1.cexp: New script.
18693
18694 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
18695
18696         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
18697         up the includes ourselves.
18698
18699 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
18700
18701         * lib/plumhall.exp: Remove random include, and add a few
18702         verbose messages for debugging.
18703
18704 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
18705
18706         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
18707         of trying to do it ourselves.
18708
18709 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
18710
18711         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
18712
18713 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
18714
18715         * gcc.prms/5403.c: Made regexp a bit less strict.
18716
18717 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
18718
18719         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
18720         is returned from remote_load instead.
18721         * lib/plumhall.exp: Ditto.
18722         * lib/mike-g++.exp: Ditto.
18723         * lib/old-dejagnu.exp: Ditto.
18724         * lib/c-torture.exp: Ditto.
18725
18726 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
18727
18728         * lib/g++.exp: Use build_wrapper procedure.
18729         * lib/gcc.exp: Ditto.
18730
18731 1997-05-20  Jeffrey A Law  (law@cygnus.com)
18732
18733         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
18734         an old-style decl for malloc.  Fixes tests to work when
18735         sizeof (int) != sizeof (size_t).
18736
18737 1997-05-15  Mike Meissner  <meissner@cygnus.com>
18738
18739         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
18740
18741         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
18742         use stdargs.h interface.
18743
18744 1997-05-15  Mike Meissner  <meissner@cygnus.com>
18745
18746         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
18747         NO_VARARGS when compiling.
18748
18749 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
18750
18751         * lib/plumhall.exp(ph_includes): New procedure.
18752         (ph_make): Use it.
18753         (ph_compiler): Ditto.
18754
18755         * lib/g++.exp: Rename test-glue.c to testglue.c.
18756         * lib/gcc.exp: Ditto.
18757
18758 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
18759
18760         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
18761         to completion when it's called.
18762
18763 1997-03-21  Michael Meissner  <meissner@cygnus.com>
18764
18765         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
18766         is defined, don't do test.
18767
18768 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
18769
18770         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
18771         for object files.
18772         (ph_summary): Mark skipped testcases as untested, not unresolved.
18773
18774         * lib/plumhall.exp (ph_make): If unresolved because of bad
18775         errorCode, record errorCode in log file.
18776         (*): Replace send_log/verbose with verbose -log.
18777
18778 1997-03-19  Michael Meissner  <meissner@cygnus.com>
18779
18780         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
18781         double conversion if double isn't at least 8 bytes.
18782
18783         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
18784         int to work with targets where int is 16 bits.
18785
18786         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
18787         8 bytes, just exit, since 4 byte doubles don't have enough bits of
18788         precision for the test to complete.
18789
18790 1997-03-14  Michael Meissner  <meissner@cygnus.com>
18791
18792         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
18793         if d10v is not compiled with the -mdouble64 flag.
18794         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
18795
18796         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
18797         d10v is not compiled with the -mint32 flag.
18798
18799 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
18800
18801         * lib/plumhall.exp: Use incr_count.
18802
18803 1997-03-12  Jeffrey A Law  (law@cygnus.com)
18804
18805         * gcc.c-torture: Update to c-torture-1.45.
18806
18807 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
18808
18809         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
18810         the name of the expect testcase file).
18811
18812         * lib/g++.exp(g++_init): Ditto.
18813
18814 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
18815
18816         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
18817         the host.
18818
18819         * lib/gcc.exp(gcc_exit): New procedure.
18820
18821 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
18822
18823         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
18824         specs where appropriate.
18825
18826         * g++.old-deja/g++.arm/*: Added additional ERROR checks
18827         because of new "candidates are" messages, and removed a few
18828
18829         * Converted all non-old-style g++ testcases to old-style, and
18830         moved into g++.old-deja.
18831
18832 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
18833
18834         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
18835         options.
18836
18837         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
18838         succeeded.
18839
18840         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
18841
18842 1997-02-13  Michael Meissner  <meissner@cygnus.com>
18843
18844         * lib/gcc.exp (gcc_target_compile): Add support for defining
18845         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
18846         the machine doesn't have those features.
18847
18848 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
18849
18850         * g++.law/operators4.exp: Don't use LIBS.
18851
18852 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
18853
18854         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
18855
18856         * lib/mike-g++.exp: Don't set the compiler to be tested here.
18857         * lib/g++.exp: Set it here instead. Also, allow use of the
18858         --tool_exec and --tool_opt options. Change CXX to
18859         GXX_UNDER_TEST.
18860
18861         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
18862
18863         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
18864
18865 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
18866
18867         * lib/old-dejagnu.exp: Use prune_warnings instead of
18868         prune_system_crud.
18869         * lib/mike-g++.exp: Ditto.
18870         * lib/gcc.exp: Ditto.
18871         * lib/g++.exp: Ditto.
18872
18873         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
18874
18875 1997-02-07  Jeffrey A Law  (law@cygnus.com)
18876
18877           * 941014-2.c: Include stdlib.h
18878           * 960327-1.c: Include stdio.h
18879           * dbra.c, index-1.c: Don't assume ints are 32bits.
18880
18881 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
18882
18883         * lib/gcc.exp: Add gcc,stack_size target feature.
18884
18885         * lib/g++.exp(g++_target_compile): Add the include and link
18886         paths here, not in two other places. And, it's $options, not
18887         options.
18888
18889         * lib/mike-g++.exp(postbase): Remove the code that determines
18890         the correct include and link paths.
18891         * g++.old-deja/old-deja.exp: Ditto.
18892
18893 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
18894
18895         * lib/g++.exp(g++_init): target_compile no longer returns the
18896         filename of the result.
18897
18898 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
18899
18900         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
18901         call to glob.
18902
18903         * gcc.c-torture/special/special.exp: Change call to
18904         gcc_target_compile to include the object file.
18905
18906 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
18907
18908         * gcc.c-torture/special/special.exp: Correct misspelling in last
18909         change.
18910
18911 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
18912
18913         * lib/plumhall.exp(ph_summary): Log the entire output of the
18914         executable. Return -1 if there were any failures, 0 otherwise.
18915         (ph_execute): Return -1 if there were any failures, 0 otherwise.
18916         (ph_make): Clean up objects and executables that were built
18917         if the tests succeeded.
18918
18919 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
18920
18921         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
18922         libraries and includes in the build tree as appropriate.
18923
18924 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
18925
18926         * lib/c-torture.exp: Instead of looking for the global variable
18927         NO_LONG_LONG, check to see if that's a feature of the target.
18928
18929 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
18930
18931         * config/default.exp: Minimize. Delete the remainer of the files in
18932         config; this functionality is now in devo/dejagnu/config.
18933
18934         g++.*/*: Pass any additional flags used to compile to postbase;
18935         delete CXXFLAGS.
18936
18937         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
18938         is now done by runtest.exp. Use gcc_target_compile instead of
18939         compile.
18940
18941         lib/c-torture.exp: Use gcc_target_compile instead of compile.
18942         Remove references to CFLAGS. Use remote_file instead of
18943         calling rm -f.
18944         (c-torture): Take a list of arguments to use to compile this
18945         testcase.
18946
18947         lib/g++.exp: Simplify. Use target_compile instead of compile.
18948         lib/gcc-dg.exp: Ditto.
18949         lib/gcc.exp: Ditto.
18950         lib/mike-{gcc,g++}.exp: Ditto.
18951         lib/old-dejagnu.exp: Ditto.
18952         lib/plumhall.exp: Ditto.
18953
18954 1997-01-08  Jim Wilson  <wilson@cygnus.com>
18955
18956         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
18957         (ph_linker): Likewise.
18958
18959 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
18960
18961           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
18962         MAP_ANON / MAP_ANONYMOUS if defined;
18963         else try to map from /dev/zero .
18964
18965 1996-11-12  Jeffrey A Law  (law@cygnus.com)
18966
18967         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
18968         isn't defined, then define it to MAP_ANONYMOUS.
18969
18970 1996-11-12  Jeffrey A Law  (law@cygnus.com)
18971
18972         * gcc.c-torture: Update to c-torture-1.42 release.
18973
18974 1996-11-11  Jeffrey A Law  (law@cygnus.com)
18975
18976         * gcc.c-torture: Update to c-torture-1.41 release.
18977
18978 1996-10-27  Jeffrey A Law  (law@cygnus.com)
18979
18980         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
18981         c-torture release.
18982
18983 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
18984
18985         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
18986         and LDFLAGS.  Fix second case to append the target_info ldflags
18987         onto LDFLAGS, not CFLAGS.
18988         * lib/g++.exp (g++_init): Add target_info stuff.
18989         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
18990         of libgloss and newlib flags for !native.
18991
18992         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
18993         (GDB): Fix relative path to go up another dir for finding gdb.
18994
18995 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
18996
18997         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
18998         versions in the target_info array, if they don't exist.
18999
19000 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
19001
19002         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19003
19004 1996-07-08  Jim Wilson  <wilson@cygnus.com>
19005
19006         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19007         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19008
19009 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
19010
19011         * lib/old-dejagnu.exp: Don't remove the output file before we've
19012         actually tested it. Don't append pwd to the path of the executable
19013         we're testing.
19014
19015 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
19016
19017         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
19018
19019 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
19020
19021         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
19022         temporary directory for compiler files, and set it to a default
19023         value of /tmp. Set $output as the name of the output file from
19024         compiling the testcase. Add a -o option to $cflags_var so the
19025         compiler writes the final output file as $output. Set $executable
19026         to $output.
19027
19028         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
19029         directory for compiler files, and set it to /tmp if it doesn't
19030         already have a value. Set $output_file to the name of the output
19031         file from compiling the testcase. Add a -o option to CXXFLAGS so
19032         the compiler writes the final output file as $output. Use $output
19033         as the executable to be tested.
19034
19035 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19036
19037         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
19038
19039 1996-06-08  Jeffrey A Law  (law@cygnus.com)
19040
19041         * gcc.c-torture/execute/pending-1.c: New test.  Still
19042         pending in Tege's queue.
19043
19044 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
19045
19046         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
19047         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
19048         if there were failures.  Call unresolved if there were unresolved
19049         testcases.  Call gcc_fail if program did not run to completion.
19050         (ph_make): Pass additional argument name to ph_execute.
19051         (ph_execute): Add new argument.  Pass additional arguments to
19052         ph_summary.  Call gcc_fail is there is no execution output.
19053
19054 1996-04-24  Jeffrey A Law  (law@cygnus.com)
19055
19056         * lib/plumhall.exp (proc_summary): Output relavent summary
19057         lines into the log so specific failures in plumhall can be
19058         investigated.
19059
19060 1996-04-10  Jeffrey A Law  (law@cygnus.com)
19061
19062         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
19063         (c-torture-execute): Don't try to execute tests which use
19064         "long long" types if $NO_LONG_LONG is nonzero.
19065
19066 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
19067
19068         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
19069         not c-torture.
19070
19071         * gcc.ieee: Move from here.
19072         * gcc.c-torture/execute/ieee: To here.
19073
19074 1996-03-26  Jeffrey A Law  (law@cygnus.com)
19075
19076         * gcc.c-torture: Update to c-torture-1.41 release.
19077
19078 1996-03-22  Jeffrey A Law  (law@cygnus.com)
19079
19080         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
19081         not "$output".
19082
19083 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
19084
19085         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
19086         -c present.
19087
19088 1996-03-02  Jeffrey A Law  (law@cygnus.com)
19089
19090         * config/proelf.exp: Handle connecting to a simulator.
19091
19092 1996-01-31  Jeffrey A Law  (law@cygnus.com)
19093
19094         * config/proelf.exp: New file.  Enough framework that we can
19095         run c-torture tests on the proelf targets (or any other target
19096         that gdb can connect to for that matter).
19097
19098 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
19099
19100         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
19101         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
19102
19103         * lib/plumhall.exp (ph_execute): Always call ph_summary if
19104         exec_output exists.
19105
19106 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
19107
19108         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
19109         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
19110
19111         * config/*.exp: Update FSF address.  Change result of ${tool}_load
19112         to pass/fail/unresolved/unsupported/untested.  Caller must now
19113         call unresolved/unsupported/untested.
19114         * lib/*.exp: Update FSF address.  Update to handle new results of
19115         ${tool}_load.
19116         * lib/chill.exp (verbose): Delete.
19117
19118 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
19119
19120         * lib/gcc.exp (default_gcc_start): Change order of args to
19121         $LDFLAGS $CFLAGS $LIBS.
19122         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
19123         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
19124         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
19125         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19126         * gcc.misc-tests/dg-test.exp: Likewise.
19127         * gcc.misc-tests/msgs.exp: Likewise.
19128         * gcc.prms/prms.exp: Likewise.
19129         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
19130         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
19131
19132         * lib/dg.exp: Deleted, moved to dejagnu/lib.
19133
19134 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19135
19136         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
19137
19138         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
19139         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
19140
19141         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
19142         necessary.
19143
19144 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
19145
19146         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
19147         global for loop; add use of $mathlib.
19148         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
19149         settings here; set mathlib for anything but VxWorks.
19150
19151 1996-01-22  Jeffrey A Law  (law@cygnus.com)
19152
19153         * gcc.c-torture: Update to c-torture-1.40 release.
19154
19155 1996-01-03  Jeffrey A Law  (law@cygnus.com)
19156
19157         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
19158         dg.exp.
19159
19160 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
19161
19162         * lib/c-torture.exp (c-torture-execute): Declare "output" as
19163         global.
19164
19165 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
19166
19167         * lib/g++.exp (LIBS): Define if not already.
19168         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
19169         (gcc-dg-prune): Call prune_gcc_output.
19170         * lib/gcc.exp (prune_gcc_output): New proc.
19171         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
19172         prune_gcc_output.
19173
19174 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
19175
19176         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
19177         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
19178
19179 1995-11-15  Jeffrey A Law  (law@cygnus.com)
19180
19181         * gcc.c-torture: Update to c-torture-1.39 release.
19182
19183 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
19184
19185         * lib/c-torture.exp (c-torture-execute): Don't return if one option
19186         fails, try others as well.
19187
19188 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
19189
19190         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
19191         If compilation fails, mark execute tests as `untested'.
19192         If test is marked as unsupported, don't mark compilation and
19193         execute tests as failed.
19194
19195 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
19196
19197         * lib/g++.exp (g++_init): Don't link in libg++, and look to
19198         libstdc++ for whether or not we want to be doing shared
19199         libraries.  Delete link_curses since we don't need it anymore.
19200         * lib/mike-g++.exp (postbase): Don't link in libg++.
19201         * g++.old-deja/old-deja.exp: Likewise.
19202
19203 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
19204
19205         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
19206
19207 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
19208
19209         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
19210         For that, add `-Wl,-a,shared_archive'.
19211         * g++.old-deja/old-deja.exp: Likewise.
19212
19213 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
19214
19215         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
19216
19217 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
19218
19219         * lib/mike-g++.exp (postbase): Pay attention to the status of
19220         g++_load.
19221
19222 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
19223
19224           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
19225
19226 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
19227
19228         * lib/gcc.exp (default_gcc_start): No longer need to log program
19229         being executed or its output, execute_anywhere does that now.
19230         * lib/g++.exp (default_g++_version): Call execute_anywhere.
19231         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
19232
19233 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
19234
19235         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
19236         the same as those in lib/g++.exp.
19237
19238 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
19239
19240         * gcc.c-torture: Update to c-torture-1.38 release.
19241         * gcc.ieee: Related changes.
19242
19243 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
19244
19245         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
19246         "exec". Minor reformatting changes.
19247
19248         * config/rom68k.exp (${tool}_load): Make it work in a canadian
19249         cross. This means all "exec" calls now work on a remote host as
19250         well.
19251         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
19252         cross. Filter out the extra "\r\n" stuff that expect puts in.
19253         (c-torture-execute): Filter out the bogus warnings like
19254         c-torture-compile does. Add support for canadian cross.
19255         * lib/gcc.exp (default_gcc_version, default_gcc_start)
19256         Use execute_anywhere rather than calling exec directly. Now it
19257         works for canadian cross testing.
19258
19259 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
19260
19261         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
19262         results into a variable, and check that rather than using file exists.
19263
19264 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
19265
19266         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
19267         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
19268
19269 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
19270
19271         * g++.old-deja/old-deja.exp: Create and pass runshlib and
19272         lib_curses if there's a shared libg++ in the build tree.
19273
19274 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
19275
19276         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
19277         if not supported target.
19278
19279 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
19280
19281         * lib/g++.exp (g++_init): Move empty setting of runshlib and
19282         link_curses up to always happen, not just for native builds.
19283
19284 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
19285
19286         * gcc.c-torture: Update to c-torture-1.36 release.
19287         * gcc.failure: Related changes.
19288
19289 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
19290
19291         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
19292
19293 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
19294
19295         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
19296         * lib/mike-g++.exp (postbase): Not in here.  Still reference
19297         runshlib, link_curses, and mathlib for link and run.
19298
19299         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
19300         pass the runtime shared library options for Solaris, OSF/1, and
19301         Irix5, and link with -lcurses to avoid unresolved references.
19302
19303 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
19304
19305         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
19306         only run once.
19307
19308 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
19309
19310         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
19311
19312 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
19313
19314         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
19315         do not have a framework for the "compat" tests yet.
19316
19317 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
19318
19319         * lib/mike-g++.exp (postbase): New local variable `mathlib',
19320         set to null if we're testing vxworks5.1.  Use that instead of
19321         `-lm' in the setting of LIBS for link and run.
19322
19323 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
19324
19325         * config/rom68k.exp (${tool}_load): Major changes to make it
19326         work.  Verified that it does in fact return the stuff in
19327         exec_output properly.  Catch any Emul or any TRAP other than 0.
19328
19329 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
19330
19331         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
19332         LDFLAGS properly for targets that need stuff from libgloss.
19333         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
19334         only run once.
19335         (gpp_initialized): New variable.
19336
19337 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
19338
19339         * config/rom68k.exp: Load libgloss.exp.
19340         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
19341         so we can produce a fully linked binary.
19342         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
19343         so we can produce a fully linked binary.
19344
19345 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
19346
19347         * lib/plumhall.exp (ph_section): Watch for expected failures.
19348         Add missing `else'.
19349
19350         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
19351         run the testcase.
19352         (c-torture): Likewise.
19353
19354 1995-08-28  Doug Evans  <dje@cygnus.com>
19355
19356         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
19357
19358         * lib/mike-g++.exp (mike_cleanup): New proc.
19359         (prebase): New globals compiler_result, not_compiler_result,
19360         target_regexp.
19361         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
19362         allow leading "-" in pattern.  Watch for unsupported tests.
19363         If $compiler_result is set, pattern match assembler code,
19364         and ditto for $not_compiler_result.
19365         * lib/mike-gcc.exp: Likewise.
19366
19367         * lib/plumhall.exp (ph_execute): Only call ph_summary if
19368         execution "succeeded".
19369
19370 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
19371
19372         * config/win32.exp: New file.
19373         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
19374
19375 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
19376
19377         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
19378         unsupported.
19379         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
19380         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
19381         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
19382
19383         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
19384         "... without exceptions was ...".  That is now handled by
19385         prune_system_crud.
19386         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19387
19388 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
19389
19390         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
19391         sieve.c,sort2.c}: New files.
19392         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
19393         sieve.exp,sort2.exp}: Drivers for them.
19394
19395         * lib/mike-gcc.exp (program_output): New user settable variable.
19396         (postbase): Call prune_system_crud.  Also prune extraneous compiler
19397         messages.
19398         * lib/mike-g++.exp (program_output): New user settable variable.
19399
19400         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
19401
19402         * config/sh.exp: Deleted (use sim.exp instead).
19403
19404 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
19405
19406         * config/vx.exp: Declare CHECKTASK as global.
19407         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
19408         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
19409         * lib/old-dejagnu.exp: Load [pwd]/$executable.
19410
19411 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
19412
19413         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
19414         target. Like vx.exp, only includes `vx29k.exp' instead of
19415         `vxworks.exp'.
19416
19417 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
19418
19419         * config/sim.exp: Increase time limit from 120 seconds to 240.
19420
19421 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
19422
19423         * gcc.c-torture/execute/950628-1.c: New test.
19424
19425 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
19426
19427         * gcc.c-torture: Update with changes/additions from
19428         c-torture-1.34.
19429
19430 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
19431
19432         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
19433
19434 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
19435
19436         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
19437
19438 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
19439
19440         * gcc.c-torture/compile/950512-1.c: New test.
19441         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
19442         * gcc.dg/struct-ret-1.c: Likewise.
19443
19444 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
19445
19446         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
19447           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
19448
19449 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
19450
19451         * gcc.c-torture/special/920411-1.c: Deleted.
19452         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
19453
19454 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
19455
19456         * config/sim.exp (${tool}_load): Hack in call to bash to get a
19457         cpu limit.
19458
19459 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
19460
19461         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
19462
19463 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
19464
19465         From kenner;
19466         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
19467         is the proper length.
19468         * va-arg-3.c: Likewise.
19469
19470 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
19471
19472         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
19473         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
19474
19475         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
19476         * lib/g++.exp (default_g++_start): Delete old cruft.
19477
19478 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
19479
19480         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
19481         (2 * (1 << 18)) to (2 * (1 << 17)).
19482
19483         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
19484
19485 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
19486
19487         * config/rom68k.exp: Renamed from config/idp.exp
19488
19489 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
19490
19491         * c-torture/compile/921109-2.c
19492
19493 1995-04-18  Mike Stump  <mrs@cygnus.com>
19494
19495         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
19496         excess errors.
19497
19498 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
19499
19500         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
19501         output.
19502         * lib/g++.exp (default_g++_start): Likewise.
19503
19504 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
19505
19506         * gcc.c-torture/compile/950329-1.c: New test.
19507
19508 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
19509
19510           * config/bug.exp (${tool}_load): Updated to use new remote_open
19511           and remote_close procs.
19512         * config/idp.exp: New file.
19513
19514 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
19515
19516         * gcc.c-torture/execute/950322-1.c: New test.
19517
19518 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
19519
19520         * config/vx.exp (${tool}_load): Clean up testing of return code from
19521         vxworks_ld and vxworks_spawn.
19522
19523 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
19524
19525         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
19526
19527 1995-03-13  Mike Stump  <mrs@cygnus.com>
19528
19529         * lib/old-deja.exp: Add `excess errors test - ' error, now one
19530         can mark excess errors on a machine by machine basis.  Note, the
19531         default is to not expect any excess errors, even when excess
19532         errors test - is given, so you will want to put an XFAIL ... on
19533         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
19534         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
19535         those 4 machines, but no others.
19536
19537 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
19538
19539         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
19540         * lib/c-torture.exp: to here.
19541
19542 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
19543
19544         * gcc.c-torture/execute/950221-1.c: New test.
19545         * gcc.c-torture/execute/struct-ret-1.c: New test.
19546         * gcc.c-torture/compile/950221-1.c: New test.
19547
19548         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
19549
19550 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
19551
19552         * gcc.c-torture/execute/arith-1.c (main): Return 0.
19553         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
19554
19555 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
19556
19557         * g++.gb: New directory of tests, derived from my signature and
19558         class scoping tests.
19559
19560         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
19561         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
19562         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
19563         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
19564         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
19565         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
19566         * g++.gb/sig25.C: Likewise.
19567
19568         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
19569         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
19570         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
19571         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
19572         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
19573         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
19574         * g++.gb/sig25.exp: Likewise.
19575
19576         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
19577         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
19578         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
19579         * g++.gb/scope13.C: Likewise, this test still fails.
19580
19581         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
19582         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
19583         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
19584         * g++.gb/scope13.exp: Ditto.
19585
19586         * g++.gb/README: New file, explains what these tests are about.
19587
19588 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
19589
19590         * lib/dg.exp (dg-do): Support `preprocess'.
19591         (dg-test): Likewise.
19592
19593 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
19594
19595         * config/udi.exp: change "continue -expect" to "exp_continue".
19596
19597 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
19598
19599         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
19600         Delete redundant tests.
19601
19602         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
19603         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
19604         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
19605         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
19606         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
19607         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
19608         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
19609         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
19610
19611         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
19612         storing label pointers.
19613         * gcc.c-torture/execute/921019-1.c: Likewise.
19614         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
19615         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
19616         parameter fp.
19617         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
19618         constants.
19619
19620         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
19621         Delete obsolete tests.
19622
19623         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
19624         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
19625         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
19626         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
19627         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
19628         * gcc.c-torture/compile/950124-1.c: New test.
19629
19630         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
19631
19632 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
19633
19634         * lib/mike-g++.exp: Add -lm to LIBS.
19635
19636 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
19637
19638         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
19639
19640 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
19641
19642         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
19643
19644 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
19645
19646         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
19647
19648 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
19649
19650         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
19651         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
19652         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
19653         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
19654         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
19655         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
19656         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
19657         * g++.law/{operators31.C, operators32.C,
19658         * g++.law/{operators33.C, operators34.C}: Likewise.
19659         * g++.law/{pic1.C, refs2.C}: Likewise.
19660         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
19661         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
19662         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
19663         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19664
19665         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
19666         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
19667         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
19668         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
19669         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
19670         * g++.law/{enum9.exp, friend5.exp}: Likewise.
19671         * g++.law/{nest3.exp, nest4.exp}: Likewise.
19672         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
19673         * g++.law/{operators30.exp, operators31.exp}: Likewise.
19674         * g++.law/{operators32.exp, operators33.exp}: Likewise.
19675         * g++.law/{operators34.exp}: Likewise.
19676         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
19677         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
19678         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
19679         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
19680         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
19681
19682         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
19683         No longer expected to fail.
19684         * g++.law/missed-error3.C: Tweak for recent bool changes.
19685
19686 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
19687
19688         * config/emb-unix: Deleted.
19689         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
19690         remote execution.  Do final link on remote host if REMOTE_LINK is set.
19691
19692 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
19693
19694         * lib/dg.exp (dg-test): Fix typo in last patch.
19695
19696 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
19697
19698         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
19699         (handles multiple occurrences).
19700
19701 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
19702
19703         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
19704         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
19705         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
19706         printed).
19707         * lib/c-torture.exp (c-torture-compile): Likewise.
19708         (c-torture): Prepend full path if missing.
19709         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
19710         (gcc_fail): Likewise.
19711         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
19712
19713 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
19714
19715         * lib/netware.exp: Only attach to NetWare i386 systems.
19716
19717 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
19718
19719         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
19720         messages.  Add test name to "output pattern match" pass/fail message.
19721
19722 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
19723
19724         * gcc.dg: New testsuite.
19725         * gcc.dg/dg.exp: New file.
19726
19727         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
19728         test-switch.c}: Deleted.
19729
19730         * gcc.misc-tests/msgs.exp: New testcase driver.
19731
19732 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
19733
19734         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
19735         Watch for illegal return values from ${tool}_load.
19736         * config/unix.exp (${tool}_load): Fix pass/fail detection for
19737         cross targets.  Coerce return value >0 to 1.
19738
19739 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
19740
19741         * config/unix.exp (${tool}_load): Call program rsh, not proc.
19742
19743         * config/emb-unix.exp: New file.
19744
19745         * config/sim.exp: Error if variable $SIM not defined.
19746         (${tool}_load): Mark test as "untested" if simulator missing.
19747
19748         * config/unix.exp: Load remote.exp to get rcp_download.
19749         * lib/c-torture.exp: Use different option lists for testcases with
19750         and without loops.
19751         * gcc.c-torture/execute/execute.exp: Likewise.
19752
19753 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
19754
19755         * config/*.exp: Clarify return code from ${tool}_load.
19756         Call `unresolved' or `untested' instead of `warning' or `perror'
19757         (sometimes you still want to call both though).
19758         Add comment that `shell_id' is local to each file.
19759         * config/udi.exp (timeout): Set to 30.
19760         Don't print warning if connection fails, $connectmode has already
19761         printed an error.
19762         (${tool}_load): Move verbose messages to level 2.
19763         Rework pattern for "Process started" message.
19764         Pass `shell_id' to ${connectmode}_download.
19765         Retry twice upon timeout.  Make resetting of target more robust.
19766         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
19767         Pass `shell_id' to exit_$connectmode.
19768         Only call exit_$connectmode if connected.
19769         * config/unix.exp (${tool}_load): Check return codes better.
19770         * config/vrtx.exp (${tool}_load): Likewise.
19771         * config/vx.exp (${tool}_load): Likewise.
19772         Delete unneeded global's.
19773         * lib/dg.exp (dg-test): Update to reflect clarified return codes
19774         from ${tool}_load.
19775         (dg-stat): Delete.
19776         (dg-init): Delete recording of pass/fail counts.
19777         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
19778         (old-dejagnu-init): Likewise.
19779         (old-dejagnu-stat): Delete contents, empty proc now.
19780         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
19781         (c-torture): Delete references to lcnt, lpass, lfail.
19782         Get option list from TORTURE_OPTIONS.
19783         Delete -funroll[-all]-loops if no loops.
19784         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
19785         (g++_stat): Delete contents (empty proc now).
19786         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
19787         (gcc_finish): Likewise.
19788         (gcc_stat): Deleted.
19789         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
19790         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
19791         * gcc.c-torture/execute/execute.exp: Likewise.
19792         Split tests into two parts: compile, execute.
19793         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
19794         no loops.  Update to reflect clarified return codes from ${tool}_load.
19795
19796 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
19797
19798         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
19799         to grep for.
19800         (old-dejagnu): Likewise (where necessary).
19801
19802 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
19803
19804         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
19805
19806         * lib/dg.exp (dg-process-target): Fix processing of selector.
19807         Add comment regarding use of `error'.
19808
19809         * lib/gcc.exp (prune_system_crud): Define if missing.
19810         * lib/g++.exp (prune_system_crud): Likewise.
19811
19812         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
19813         Call prune_system_crud.
19814         * lib/dg.exp (dg-runtest): New proc.
19815         Use perror instead of send_user for tcl errors in testcase.
19816         Don't return any value, it's never used.
19817         Don't clobber previous definition of `unknown'.
19818         Print tcl errors in `dg-final'.
19819
19820 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
19821
19822         * lib/dg.exp (dg-process-target): Improve syntax error messages.
19823         (dg-test): Don't print errorInfo, it contains stack backtrace.
19824
19825 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
19826
19827         * lib/g++.exp (runtest_file_p): Define if missing.
19828
19829 1994-09-24  Doug Evans  (dje@cygnus.com)
19830
19831         * lib/mike-g++.exp: Comment out loading of g++.exp.
19832         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
19833         (default_g++_version): Always print something.
19834         (default_g++_start): Comment out call to `which'.
19835         (g++_start, g++_load): Deleted (must be defined in config file).
19836         * lib/gcc.exp: Test for existence of $CC at start.
19837         Delete check for tmpdir (done in gcc_init).
19838         (default_gcc_version): Always print something.
19839         (default_gcc_start): Comment out call to `which'.
19840         * config/*.exp: Major cleanup - make cross targets work at least a
19841         little better for g++ (by not being "--tool gcc" specific).
19842         Rename gcc_xxx to ${tool}_xxx.
19843         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
19844         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
19845
19846 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
19847
19848         * lib/c-torture.exp (c-torture-compile): Rework compiler
19849         message processing.
19850
19851         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
19852         c-torture.
19853
19854 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
19855
19856         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
19857
19858         * lib/dg.exp (dg-process-target): Support { target native }.
19859
19860 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
19861
19862         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
19863         looked for "... program xxx got fatal signal".
19864         Correct regsub munging of `comp_output'.
19865         Ignore compiler messages "path prefix not used" and "linker input
19866         file unused".
19867
19868 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
19869
19870         * lib/gcc.exp (runtest_file_p): Define if missing.
19871         * gcc.prms/template.c: Example to work from.
19872
19873 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
19874
19875         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
19876         * lib/dg.exp (dg-test): Call unsupported testcases as such.
19877
19878         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
19879         * gcc.prms/1883.c: Moved from compile/940714-1.c.
19880         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
19881         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
19882
19883         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
19884         (dg-process-target): No longer a varargs proc.
19885         Return S/N for target, P/F for xfail.  All callers changed.
19886         (user option procs): More argument checking.
19887         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
19888         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
19889         (dg-test): Skip test if not running on selected target in `dg-do'.
19890         Update handling of `dg-do-what', `dg-output-text'.
19891         Separate execution pass/fail from output pattern match pass/fail.
19892         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
19893
19894 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
19895
19896         * gcc.c-torture/special/special.exp: Don't expect failure for mips
19897         target for 920510-1.c.
19898
19899 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
19900
19901         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
19902         Clean up comment regarding use of passcnt, etc.
19903         (gcc_stat): Don't update `testcnt' here.
19904         (gcc_finish): Do it here.
19905         Might as well reset `but_id' here too.
19906         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
19907         to determine if the file should be tested.
19908         * gcc.c-torture/compile/compile.exp: Likewise.
19909         * gcc.c-torture/execute/execute.exp: Likewise.
19910         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
19911         * gcc.misc-tests/dg-test.exp: Likewise.
19912         * gcc.prms/prms.exp: Likewise.
19913         * gcc.wendy/wendy.exp: Likewise.
19914         * g++.old-deja.exp: Likewise.
19915         Move "Testing file" message to verbose level 1.
19916
19917 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
19918
19919         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
19920
19921 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
19922
19923         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
19924         (default_gcc_start): Accept optional second list element
19925         of compiler flags.  Print compiler output at verbosity level 2.
19926         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
19927         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
19928         Save current values of framework globals passcnt, failcnt, xpasscnt,
19929         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
19930         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
19931         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
19932         xfailcnt to compute stats.  Update framework global `testcnt' from
19933         pass/fail counts.
19934         (gcc_finish): New proc.  Clean up test environment.
19935         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
19936         (gcc_epass, gcc_efail): Delete.
19937         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
19938         argument of line number.
19939         (dg-init): If the tool has an init routine, call it.
19940         (dg-test): Remove args `cflags_var' and `libs_var'.
19941         Pass all compiler options to ${tool}_start.
19942         Handle missing line number.
19943         (dg-finish): New function.
19944         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
19945         particular files.  Call gcc_finish at end.  Move "skipping test"
19946         message to verbosity level 3.
19947         * gcc.c-torture/compile/compile.exp: Likewise.
19948         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
19949         * gcc.c-torture/execute/execute.exp: Likewise.
19950         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
19951         Print testcase being tried at verbosity level 1.
19952         * gcc.c-torture/special/special.exp: Unset xfail.
19953         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
19954         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
19955         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
19956         * gcc.failure/failure.exp: Likewise.
19957         * gcc.ieee/ieee.exp: Likewise.
19958         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
19959         Update call to dg-test.  Call dg-finish at end.
19960         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
19961         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
19962         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
19963         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
19964         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
19965         * gcc.wendy/wendy.exp: Add copyright.
19966         Delete setting of tmpdir (done by gcc_init).
19967         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
19968         Pass compiler flags to gcc_start.  Call gcc_finish at end.
19969         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
19970         gcc_[ce]pass/fail.
19971
19972 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
19973
19974         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
19975         confusion.
19976         (g++_load): Likewise.
19977
19978         * config/*.exp (gcc_load): Some were varargs fns and some were not.
19979         Rename argument to `prog' to remove the confusion.
19980         Varargs fns behave differently too!
19981         (g++_load): Likewise.
19982
19983         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
19984
19985         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
19986         what it is.  Delete (always) printing of status value for !native.
19987         Simplify verbose code, and include status and exec_output.
19988         (g++_load): Use gcc_load.
19989
19990 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
19991
19992         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
19993         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
19994         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
19995         940714-3.c as these testcases don't exist anymore.  Make
19996         va-arg-1.c expected to pass.
19997
19998 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
19999
20000         * gcc.misc-tests/misc.exp: Only run specific testcases.
20001         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
20002         * gcc.misc-tests/dg-[1-9].c: New files.
20003
20004         * lib/dg.exp: New testsuite driver.
20005         * gcc.prms/prms.exp: Use it.
20006
20007         * README.gcc: New file.
20008
20009         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20010         Document and reset `lxpass' and `lxfail'.
20011         Simplify "initialized" message.
20012         (gcc_stat): Clean up comments a little.
20013
20014 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
20015
20016         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
20017
20018 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
20019
20020         * lib/old-dejagnu.exp (process-option): New proc.
20021         (old-dejagnu-init, old-dejagnu-stat): Likewise.
20022         (old-dejagnu): Simplify.
20023         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
20024
20025 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
20026
20027         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
20028         exists and is not an empty string.
20029
20030         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
20031         $xfail rather than calling setup_xfail.  Clear $xfail when test is
20032         finished.
20033         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
20034         automatically.
20035
20036         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
20037         longer expected to fail.
20038
20039         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
20040         "f" function call.
20041
20042         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
20043
20044         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
20045         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
20046         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
20047         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
20048         c-torture-1.29.
20049
20050         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
20051         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
20052
20053         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
20054
20055         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
20056         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
20057
20058         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
20059         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
20060         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
20061
20062 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
20063
20064         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
20065         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
20066         940714-1.c, 940714-2.c, 940714-3.c},
20067         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
20068         gcc.misc-tests/{mg.c,mg.exp}:
20069         New tests.
20070         * gcc.noncompile/noncompile.exp: Change accordingly.
20071
20072 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
20073
20074         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
20075         Undo previous clobberage.
20076
20077 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
20078
20079         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
20080         * gcc.special/{930510-1.c, special.exp}:
20081         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
20082         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
20083         struct-varargs-1.c}: New tests from c-torture-1.26.
20084
20085 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
20086
20087         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
20088           argument to switch.
20089
20090 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
20091
20092         * Revert the previous changes.  Please see Rob's directory
20093           (/lisa/test/rob/progressive/gcc/testsuite) for testing
20094           fixes.
20095
20096 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
20097
20098         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
20099             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
20100             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
20101             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
20102             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
20103             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
20104             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
20105             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
20106             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
20107             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
20108             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
20109             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
20110             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
20111             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
20112             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
20113             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
20114             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
20115             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
20116             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
20117             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
20118             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
20119             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
20120             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
20121             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
20122             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
20123             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20124             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
20125
20126 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
20127
20128         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
20129             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
20130           with perror calls.
20131
20132 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
20133
20134         * config/unix.exp (g++_load): Fix syntax.
20135
20136 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
20137
20138         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
20139         * gcc.noncompile/921017-1.c: Deleted obsolete test.
20140         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
20141         Don't expect va-arg-1.c to fail.  Correct expected output for
20142         920928-1.c.
20143         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
20144         * gcc.wendy/hbm4.c: Correct typo.
20145         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
20146
20147 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
20148
20149         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
20150         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
20151         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
20152         * lib/c-torture.exp (c-torture-compile): Ditto.
20153
20154         Reduce volume of output (remove all the -I's and such).
20155         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
20156         Call gcc_cpass, gcc_cfail.
20157         (c-torture): Pass testing option to c-torture-compile.
20158
20159 1994-03-21  Doug Evans  (dje@cygnus.com)
20160
20161         Bring patches over from progressive.
20162         * config/default.exp: Exit remote shell cleanly.
20163         (g++_exit, g++_start): Add default versions.
20164         * config/sim.exp (gcc_load): Use perror, not error.
20165
20166 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
20167
20168         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
20169         set in site.exp.
20170
20171 1994-03-14  Doug Evans  (dje@cygnus.com)
20172
20173         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
20174         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
20175         (wendy_try): New proc to run testcase.
20176         (main loop): Call 'em.
20177         * gcc.wendy/*.c: Clean up pass to correct expected output.
20178
20179         * lib/gcc.exp: Minor cleanup work.
20180         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
20181
20182 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
20183
20184         * config/sim.exp (gcc_load): Document return codes better.
20185         Don't pass -v to simulator.
20186
20187 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
20188
20189           * gcc.special/920717-x.c: Fix typo.
20190           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
20191           get at sources.
20192
20193         * lib/mike-gcc.exp: Fix typo.
20194
20195 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
20196
20197         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
20198         binary to use, transform the name.
20199         * config/*.exp: rename everything. Nuke any g++ specific files,
20200         it's now a special case of gcc that requires no special support.
20201         Add a default.exp for unsupported targets.
20202
20203 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
20204
20205         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
20206         lib/old-dejagnu.exp: Fix a few patterns to work with the new
20207         version of Tcl.
20208
20209 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
20210
20211         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
20212         than a warning.
20213
20214 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
20215
20216         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
20217
20218 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
20219
20220         * gcc.execute/execute.exp: Combine opt_list and foption_list into
20221         option_list.  Compile every file with only 4/6 option choices
20222         (same as C torture) instead of with 12/18 different option
20223         choices.
20224         * lib/c-torture.exp: Likewise.
20225
20226         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
20227         not already set.
20228
20229 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
20230
20231         * lib/old-deja.exp: Add `excess errors test fails' error, now one
20232         can put an XFAIL *-*-* on excess errors.
20233
20234 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
20235
20236         * g++.law: Add more tests derived from g++-bugs snapshots.
20237
20238         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
20239         equivalent to g++.law/init9.
20240
20241         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
20242         compiled it, and the a.out file after we've run it.
20243
20244 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
20245
20246         * lib/mike-g++.exp (postbase): Delete the .o file after we've
20247         compiled it, and the a.out file after we've run it.
20248
20249 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
20250
20251         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
20252
20253 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
20254
20255         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
20256         version number.
20257
20258 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
20259
20260         * g++.law: New directory of g++ tests derived from the g++-bugs
20261         snapshots.
20262
20263 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
20264
20265         * gcc.compile: initbug1.c initbug1.exp testcase added
20266
20267 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
20268
20269         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
20270         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
20271           fixes submitted by Jeff Law (law@cs.utah.edu)
20272         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
20273           Jeff Law (law@cs.utah.edu)
20274
20275
20276 1993-11-30  Mike Stump  (mrs@cygnus.com)
20277
20278         * config/unix-g++.exp: Follow the gcc way of doing things.
20279         * g++.old-deja/old-deja.exp: Minor updates.
20280         * lib/g++.exp: New file, follow the gcc way of doing things.
20281         * lib/old-dejagnu.exp: Minor updates.
20282         * lib/mike-g++.exp: Always unset errorInfo.
20283
20284 1993-11-06  Mike Stump  (mrs@cygnus.com)
20285
20286         * lib/gcc.exp: Fix some errors with the below change, CC and
20287         CFLAGS should be global when setting, not local.
20288
20289 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
20290
20291         * lib/gcc.exp: Transform tool name.
20292
20293 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20294
20295         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
20296
20297 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20298
20299         * lib/gcc.exp: change gcc_done to gcc_stat
20300
20301 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
20302
20303         * Upgraded gcc testsuite to c-torture version 1.25
20304
20305 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
20306
20307         * lib/gcc.exp: added reporting code. Changed verbose compile message.
20308         * lib/c-torture: added hooks for new reporting code.
20309
20310 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
20311
20312         * config/sh-gcc.exp: check if sh-sim exists in the path
20313
20314 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
20315
20316         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
20317         * gcc.compile/compile.exp: Initial changes for new logic.
20318         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
20319         * gcc.failure/failure.exp: Initial changes for new logic.
20320         * gcc.ieee/ieee.exp: Initial changes for new logic.
20321         * gcc.misc-tests/misc.exp: Initial changes for new logic.
20322         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
20323         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
20324         * lib/c-torture.exp: Initial changes for new logic.
20325         * lib/gcc.exp: Initial changes for new logic.
20326
20327 1993-10-15  Mike Stump  (mrs@cygnus.com)
20328
20329         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
20330         depend upon failure or success.  Fully qualify names in failure
20331         and success messages.  Always remove a.out before starting
20332         compile, just in case.  Pay more attention to error text output by
20333         the compiler.  Handle testcases with no known past errors just
20334         like all others, so that things are uniform.  Other miscellaneous
20335         improvements.
20336
20337 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
20338
20339         * gcc.cpp: new directory for cpp tests
20340
20341 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
20342
20343         * lib/chill.exp: Code reformatted, removed unused code.
20344         * config/unix-chill.exp: Code reformatted, removed unused code.
20345         * chill.execute/execute.exp: Code reformatted, removed unused code.
20346         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
20347
20348 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
20349
20350         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
20351         routines not written.
20352
20353 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
20354
20355         * config/bug-gcc.exp: Use new procs from bug.exp.
20356
20357 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
20358
20359         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
20360         via ftp, rather than depending on NFS.
20361         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
20362         case.
20363
20364 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
20365
20366         * config/bug-gcc.exp: Use new download proc.
20367
20368 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
20369
20370         * chill.execute/execute.exp: cleanups, handles errors better
20371         * chill.compile/compile.exp: rewrite, based on execute.exp
20372         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
20373         * lib/chill.exp: major changes to diff proc and compile and link
20374           procs. added chill_fail and chill_pass wrappers to pass and
20375           fail. added more comments, and handle error codes better.
20376           Added a hack to capture stderr from exec, so noncompile tests
20377           can work.
20378
20379 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
20380
20381         * chill.execute/execute.exp: rewrite of testsuite driver
20382         * lib/chill.exp: rewrite of testsuite driver
20383         * config/unix-chill.exp: rewrite of testsuite driver
20384
20385 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
20386
20387     In chill.execute:
20388         * iexpr.ch: Standardize uppercase.
20389         * tuples.dat: Standardize uppercase.
20390         * vary.ch: standardize.  Correct varying string assignments.
20391         * vary.dat: Add new output lines.
20392
20393 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
20394
20395     In chill.execute:
20396         * chprintf.ch: Standardize use of uppercase.
20397         * tuples.ch: Standardize and turn arr2 into a DCL,
20398           rather than a SYN.
20399         * pinits.ch: Standardize.
20400
20401 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
20402
20403         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
20404         * Makefil: Renamed to Makefile.in.
20405         * configure.in: New.
20406
20407 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
20408
20409     In chill.execute:
20410         * .cvsignore: Add result/output files.
20411         * Makefile: Fix up variables at start.  Use MFLAGS
20412           everywhere.  Correct bool_loc, built_ins entries.
20413           Add entry for vary1.ch.
20414         * bitarray.ch: Standardize upper-case usage.
20415         * bitexpr.ch: Standardize, add output of b1.
20416         * params.ch: Use arrayt in along PROC parameters, to
20417           avoid novelty problems.
20418         * sets.ch: Tiny cleanup.
20419         * vary1.ch: Re-indent.
20420
20421 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
20422
20423           * Add PR-related files to Makefiles, .cvsignore files, etc.
20424
20425 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
20426
20427         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
20428           with compiler objects. New names are test-flow.c and test-loop.c
20429
20430 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
20431
20432         * Upgraded c-torture tests from 1.19 to 1.20
20433
20434         * new files:
20435         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
20436         * gcc.compile: 930623-1.c 930623-2.c
20437         * gcc.noncompile: 930622-1.c 930622-2.c
20438         * gcc.failure: 920411-1.c 920627-2.c
20439         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
20440
20441 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
20442
20443         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20444           More changes to get testsuite working properly. Needs more work.
20445           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
20446
20447 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
20448
20449         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
20450           More changes to get testsuite working properly. Needs more work.
20451
20452 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
20453
20454         * chill.compile/compile.exp: Added for Dejagnu support
20455         * chill.execute/execute.exp: Added for Dejagnu support
20456         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
20457
20458 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
20459
20460     This should complete moving the CHILL test files.
20461         * chill.noncompile(.cvsignore printf.grt
20462             in-printf.grt chprintf.grt chprintf.ch):
20463             Added test-support files.
20464           (Makefile): Modified further.
20465         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
20466             signal.ch): Added test files.
20467           * chill.execute (.cvsignore printf.grt printr.c
20468             in-printf.grt rts.c chprintf.grt rts.h): Added
20469           test-support files.
20470             (Makefile): More corrections.
20471
20472 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
20473
20474         * chill.compile, chill.execute, chill.nocompile: Add CHILL
20475           test cases, ready for DejaGnu.
20476
20477 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
20478
20479         * Upgraded c-torture tests from 1.18 to 1.19
20480
20481         * gcc.compile: added test(s):
20482           930607-1.c
20483         * gcc.execute: added test(s):
20484           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
20485
20486         * added new subdirectory for misc tests: gcc.misc-tests
20487         * gcc.misc-test(s): added tests:
20488           inst-check.c test-consts.c test-ior.c test-switch.c
20489
20490 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
20491
20492         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
20493
20494 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
20495
20496         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
20497
20498 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
20499
20500         * Upgraded c-torture tests from 1.17 to 1.18
20501
20502 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
20503
20504         * Upgraded c-torture tests from 1.12 to 1.17
20505
20506 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
20507
20508         * lib/old-dejagnu.exp:
20509           Fixed handling of XFAIL target triplets to correctly
20510           recognize wildcard characters.  Removed code that
20511           appended a unique id tag to the end of the file name
20512           printed out by the result of the testcases within a
20513           given test file.
20514
20515 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
20516
20517         * lib/old-dejagnu.exp:
20518           Reworked expected failure handling to trigger off of XFAIL
20519           keyword in keyphrase embeded in testcase source code. The
20520           XFAIL keyword must be at the end of the keyphrase line. It
20521           may optionally be followed by one or more target triplets.
20522           It has just occured that the handling of wildcards in the
20523           target triplet may not be correct.
20524
20525 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
20526
20527         * g++.old-deja/tests:
20528           Moved all subdirectories up one level into g++.old-deja .
20529
20530         * lib/old-dejagnu.exp:
20531           Fixed problem with CXXFLAGS not being properly reset, and being
20532           corrupted with extraneous "-c" compiler option.  This was
20533           causing binaries to not be generated for test that needed them.
20534           Modified strings passed to "pass" and "fail" so that individual
20535           tests from the same test file would be distinguished by an
20536           identifier appended to the test file name in the summary logs;
20537           this corrected a problem with erroneous diff logs.  Added code
20538           to search testcases for expected fail and unexpected pass keywords.
20539
20540 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
20541
20542         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
20543
20544 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
20545
20546         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
20547           Removed extraneous text from end of "Special g++ Options"
20548           keyphrase.
20549
20550         * lib/old-dejagnu.exp: Added pattern matching to look for new
20551           keywords, embedded in testcases comments, which will trigger
20552           calls to xpass and xfail.
20553
20554 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
20555
20556         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
20557           comments embedded in the testcases, especially the one looking for
20558           special compiler options, as well as the pattern matching for the
20559           compiler output again.
20560
20561 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
20562
20563         * lib/old-dejagnu.exp: Do a proper check of the return value for
20564           execute tests. Fixed several problems with the pattern matching
20565           of the compiler output which gave erroneous test results.
20566           Changed several of the test result messages to be more descriptive.
20567         * config/unix-g++.exp: Proc g++_load now actually works and
20568           executes the tests passed to it and returns a usable return
20569           value.
20570
20571 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
20572
20573           * lib/gcc.exp: Exits gracefully if $CC is bogus.
20574
20575 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
20576
20577         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
20578           Modified both files to properly execute the old style
20579           dejagnu tests. The previous versions of these files were
20580           experimental and did not function anything near correctly.
20581
20582 1993-04-05  Rob Savoye  (rob@cygnus.com)
20583
20584         * Removed all Makefile.in and configure.in files. No configuration
20585         needed now.
20586
20587 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
20588
20589         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
20590
20591 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20592
20593         * gcc.compile/configure.in, gcc.unsorted/configure.in,
20594         gcc.special/configure.in, gcc.noncompile/configure.in,
20595         gcc.execute/configure.in, gcc.code_quality/configure.in,
20596         g++.other/configure.in, g++.old-deja/configure.in,
20597         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
20598         in srcname setting.
20599
20600 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
20601
20602         * lib/udi.exp:  Fixed mondfe and mondfe_download.
20603         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
20604         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
20605
20606 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
20607
20608         * config/udi-gdb.exp: Check $shell_id after connecting to target.
20609         (gdb_exit): Don't remove *_soc files.
20610
20611 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
20612
20613         * lib/c-torture.exp: Don't look for main; instead always use -w
20614         -c.  This is how the c-torture tests work.  Remove the object
20615         file if the compilation succeeds.
20616         * gcc.execute/execute.exp: Remove executable if test passes.
20617         * gcc.noncompile/noncompile.exp: Every test is an expected
20618         failure.
20619         * gcc.special/special.exp: Added tests from c-torture 1.11,
20620         corrected use of existing test.
20621         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
20622         gcc.execute/920625-1.c: Updated to c-torture 1.11.
20623         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
20624         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
20625         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
20626         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
20627         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
20628         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
20629         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
20630         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
20631         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
20632         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
20633         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
20634         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
20635         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
20636         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
20637         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
20638         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
20639         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
20640         c-torture 1.11.
20641         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
20642         correspond to c-torture 1.11.
20643
20644         * New file.