OSDN Git Service

* gcc.dg/i386-mmx-3.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
2
3         * gcc.dg/i386-mmx-3.c: New test.
4
5 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
6
7         PR c++/9264
8         * g++.dg/parse/octal1.C: New file.
9
10         PR c++/9172
11         * g++.dg/parse/typename1.C: New file.
12
13 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
14
15         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
16         * gcc.dg/bf-no-ms-layout.c: Likewise.
17         * gcc.dg/bf-ms-attrib.c: Likewise.
18
19 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
20
21         PR c++/9099
22         * g++.dg/parse/dtor1.C: New file.
23
24         PR c++/9128
25         * g++.dg/rtti/typeid1.C: New file.
26
27         PR c++/9153
28         * g++.dg/parse/lookup1.C: New file.
29
30         PR c++/9171
31         * g++.dg/templ/spec5.C: New file.
32
33 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
34
35         * gcc.c-torture/compile/20030110-1.c: New test.
36
37 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
38
39         Merge from pch-branch:
40
41         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
42
43         * gcc.dg/pch/cpp-1.h: New.
44         * gcc.dg/pch/cpp-1.c: New.
45         * gcc.dg/pch/cpp-2.h: New.
46         * gcc.dg/pch/cpp-2.c: New.
47
48         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
49
50         * gcc.dg/pch/except-1.h: New.
51         * gcc.dg/pch/except-1.c: New.
52
53         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
54
55         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
56         running test.
57         * gcc.dg/pch: Include *.hp not *.h.
58         * gcc.dg/pch/system-1.h: New.
59         * gcc.dg/pch/system-1.c: New.
60
61         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
62
63         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
64         rather than trying to build and run a program using PCH.
65         * gcc.dg/pch: Remove dg-do commands from test files.
66         
67         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
68
69         * gcc.dg/pch/macro-3.c: New.
70         * gcc.dg/pch/macro-3.h: New.
71
72         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
73
74         * gcc.dg/pch/common-1.c: New.
75         * gcc.dg/pch/common-1.h: New.
76         * gcc.dg/pch/decl-1.c: New.
77         * gcc.dg/pch/decl-1.h: New.
78         * gcc.dg/pch/decl-2.c: New.
79         * gcc.dg/pch/decl-2.h: New.
80         * gcc.dg/pch/decl-3.c: New.
81         * gcc.dg/pch/decl-3.h: New.
82         * gcc.dg/pch/decl-4.c: New.
83         * gcc.dg/pch/decl-4.h: New.
84         * gcc.dg/pch/decl-5.c: New.
85         * gcc.dg/pch/decl-5.h: New.
86         * gcc.dg/pch/global-1.c: New.
87         * gcc.dg/pch/global-1.h: New.
88         * gcc.dg/pch/inline-1.c: New.
89         * gcc.dg/pch/inline-1.h: New.
90         * gcc.dg/pch/inline-2.c: New.
91         * gcc.dg/pch/inline-2.h: New.
92         * gcc.dg/pch/static-1.c: New.
93         * gcc.dg/pch/static-1.h: New.
94         * gcc.dg/pch/static-2.c: New.
95         * gcc.dg/pch/static-2.h: New.
96
97         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
98
99         * g++.dg/pch/pch.exp: Better handle failing testcases.
100         * gcc.dg/pch/pch.exp: Likewise.
101         * gcc.dg/pch/macro-1.c: New.
102         * gcc.dg/pch/macro-1.h: New.
103         * gcc.dg/pch/macro-2.c: New.
104         * gcc.dg/pch/macro-2.h: New.
105
106         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
107
108         * g++.dg/dg.exp: Treat files in pch/ specially.
109         * g++.dg/pch/pch.exp: New file.
110         * g++.dg/pch/empty.H: New file.
111         * g++.dg/pch/empty.C: New file.
112         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
113         "precompile".
114
115         * gcc.dg/pch/pch.exp: New file.
116         * gcc.dg/pch/empty.h: New file.
117         * gcc.dg/pch/empty.c: New file.
118         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
119         "precompile".
120
121 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
122
123         * g++.dg/template/friend14.C: New test.
124
125 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
126
127         * gcc.dg/old-style-asm-1.c: New test.
128
129 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
130
131         * gcc.c-torture/compile/20030109-1.c: New test.
132
133 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
134
135         * gcc.c-torture/execute/20030109-1.c: New test.
136
137 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
138
139         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
140         * g++.old-deja/g++.mike/dyncast2.C: Likewise
141         * g++.old-deja/g++.mike/dyncast3.C: Likewise
142         * g++.old-deja/g++.mike/eh2.C: Likewise
143         * g++.old-deja/g++.mike/eh3.C: Likewise
144         * g++.old-deja/g++.mike/eh5.C: Likewise
145         * g++.old-deja/g++.mike/eh6.C: Likewise
146         * g++.old-deja/g++.mike/eh7.C: Likewise
147         * g++.old-deja/g++.mike/eh8.C: Likewise
148         * g++.old-deja/g++.mike/eh9.C: Likewise
149         * g++.old-deja/g++.mike/eh10.C: Likewise
150         * g++.old-deja/g++.mike/eh12.C: Likewise
151         * g++.old-deja/g++.mike/eh13.C: Likewise
152         * g++.old-deja/g++.mike/eh14.C: Likewise
153         * g++.old-deja/g++.mike/eh16.C: Likewise
154         * g++.old-deja/g++.mike/eh17.C: Likewise
155         * g++.old-deja/g++.mike/eh18.C: Likewise
156         * g++.old-deja/g++.mike/eh21.C: Likewise
157         * g++.old-deja/g++.mike/eh23.C: Likewise
158         * g++.old-deja/g++.mike/eh24.C: Likewise
159         * g++.old-deja/g++.mike/eh25.C: Likewise
160         * g++.old-deja/g++.mike/eh26.C: Likewise
161         * g++.old-deja/g++.mike/eh27.C: Likewise
162         * g++.old-deja/g++.mike/eh28.C: Likewise
163         * g++.old-deja/g++.mike/eh29.C: Likewise
164         * g++.old-deja/g++.mike/eh31.C: Likewise
165         * g++.old-deja/g++.mike/eh33.C: Likewise
166         * g++.old-deja/g++.mike/eh34.C: Likewise
167         * g++.old-deja/g++.mike/eh35.C: Likewise
168         * g++.old-deja/g++.mike/eh36.C: Likewise
169         * g++.old-deja/g++.mike/eh37.C: Likewise
170         * g++.old-deja/g++.mike/eh38.C: Likewise
171         * g++.old-deja/g++.mike/eh39.C: Likewise
172         * g++.old-deja/g++.mike/eh40.C: Likewise
173         * g++.old-deja/g++.mike/eh41.C: Likewise
174         * g++.old-deja/g++.mike/eh42.C: Likewise
175         * g++.old-deja/g++.mike/eh44.C: Likewise
176         * g++.old-deja/g++.mike/eh46.C: Likewise
177         * g++.old-deja/g++.mike/eh47.C: Likewise
178         * g++.old-deja/g++.mike/eh48.C: Likewise
179         * g++.old-deja/g++.mike/eh49.C: Likewise
180         * g++.old-deja/g++.mike/eh50.C: Likewise
181         * g++.old-deja/g++.mike/eh51.C: Likewise
182         * g++.old-deja/g++.mike/eh53.C: Likewise
183         * g++.old-deja/g++.mike/eh55.C: Likewise
184         * g++.old-deja/g++.mike/p7912.C: Likewise
185         * g++.old-deja/g++.mike/p9706.C: Likewise
186         * g++.old-deja/g++.mike/p10416.C: Likewise
187         * g++.old-deja/g++.mike/p11667.C: Likewise
188         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex. 
189         Remove redundant reference to Iris.
190         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
191         Elxsi, i860, Pico Java, and WE32K.
192
193 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
194
195         * g++.dg/ext/asm4.C: New test.
196
197 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
198
199         PR c++/9030
200         * g++.dg/template/friend12.C: New test.
201         * g++.dg/template/friend13.C: Likewise.
202         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
203
204 Wed Jan  8 11:41:47 CET 2003  Jan Hubicka  <jh@suse.cz>
205
206         * gcc.dg/i386-cadd.c: New test.
207         * gcc.dg/i386-cmov4.c: Likewise.
208
209 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
210
211         PR c++/9165
212         * g++.dg/warn/Wunused-3.C: New test.
213
214         * g++.dg/abi/bitfield9.C: New test.
215
216         PR c++/9189
217         * g++.dg/parse/defarg3.C: New test.
218
219 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
220
221         * g++.dg/parse/ambig1.C: New test.
222         * g++.dg/parse/defarg2.C: New test.
223
224 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
225
226         * g++.dg/template/defarg-1.C: New test.
227         * g++.dg/template/local2.C: Likewise.
228
229 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
230
231         * gcc.c-torture/execute/20030105-1.c: New test.
232
233 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
234
235         * g++.dg/parse/namespace3.C: Remove extra semicolons.
236         * g++.dg/parse/namespace4.C: Likewise.
237
238 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
239
240         * g++.dg/template/ntp2.C: New test.
241
242 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
243
244         * g++.dg/parse/extern-C-1.C: New test.
245
246         * g++.dg/parse/namespace4.C: New test.
247
248         * g++.dg/template/nested1.C: New test.
249
250         * g++.dg/parse/namespace3.C: New test.
251
252 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
253
254         * g++.dg/lookup/two-stage1.C: New test.
255
256 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
257
258         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
259         * g++.old-deja/g++.jason/access8.C: Likewise.
260         * g++.old-deja/g++.other/decl5.C: Likewise.
261
262 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
263
264         * g++.dg/parse/parse7.C: New test.
265
266 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
267
268         PR c++/2843
269         * g++.dg/ext/attrib7.C: New test.
270
271 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
272
273         * g++.dg/parse/parse6.C: New test.
274
275 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
276
277         * gcc.dg/h8300-stack-1.c: New.
278
279 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
280
281         g++.dg/lookup/exception1.C: New test.
282
283         g++.dg/lookup/template1.C: New test.
284
285         g++.dg/parse/namespace2.C: New test.
286
287         g++.dg/parse/parens2.C: New test.
288
289 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
290
291         * g++.dg/parse/parse5.C: New test.
292         * g++.dg/lookup/scoped4.C: New test.
293
294 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
295
296         * g++.dg/parse/parens1.C: New test.
297
298         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
299         angle-bracket1.C.
300         * g++.dg/parse/parens2.C: New test.
301
302         * g++.dg/lookup/scope-operator1.C: New test.
303
304         * g++.dg/parse/operator1.C: New test.
305
306 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
307
308         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
309         * g++.old-deja/g++.other/access6.C: Likewise.
310         * g++.old-deja/g++.other/decl1.C: Likewise.
311         * g++.old-deja/g++.pt/typename12.C: Likewise.
312
313 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
314
315         * g++.dg/parse/namespace1.C: New test.
316         
317 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
318
319         * g++.dg/parse/parse4.C: New test.
320
321 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
322
323         * g++.dg/parse/parse3.C: New test.
324
325 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
326
327         * g++.dg/parse/parse2.C: New test.
328
329 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
330
331         * g++.dg/template/friend11.C: New test.
332
333 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
334
335         * g++.dg/parse/parse1.C: New test.
336
337 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
338
339         * lib/profopt.exp: Change the name of a global variable to avoid
340         possible clashes with other test suites.
341
342 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
343
344         * g++.dg/inherit/covariant8.C: New test.
345
346 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
347
348         * g++.dg/init/array9.C: New test.
349
350         PR c++/9112
351         * g++.dg/parse/expr1.C: New test.
352
353 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
354
355         * gcc.c-torture/compile/20021230-1.c: New test.
356
357 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
358
359         * g++.dg/inherit/covariant5.C: New test.
360         * g++.dg/inherit/covariant6.C: New test.
361         * g++.dg/inherit/covariant7.C: New test.
362
363 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
364
365         PR c++/2739
366         * g++.dg/other/access2.C: New test.
367
368 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
369
370         * g++.dg/other/anon-struct.C: No longer fails
371         * g++.old-deja/g++.brendan/parse4.C: Likewise.
372         * g++.old-deja/g++.brendan/parse5.C: Likewise.
373         * g++.old-deja/g++.brendan/parse6.C: Likewise.
374
375 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
376
377         * g++.dg/parse/angle-bracket.C (main): No longer fails.
378
379 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
380
381         * g++.dg/eh/spec4.C: Remove stray semicolon.
382         * g++.dg/expr/pmf-1.C: Change error message.
383         * g++.dg/ext/asm1.C: Remove stray semicolon.
384         * g++.dg/ext/typename1.C: Add missing typenames.
385         * g++.dg/inherit/template-as-base.C: Change error message.
386         * g++.dg/lookup/scoped1.C: Likewise.
387         * g++.dg/lookup/scoped2.C: Likewise.
388         * g++.dg/lookup/using2.C: Likewise.
389         * g++.dg/other/component1.C: Remove stray semicolon.
390         * g++.dg/other/do1.C: Change error message.
391         * g++.dg/other/error2.C: Likewise.
392         * g++.dg/other/init1.C: Likewise.
393         * g++.dg/other/packed1.C: Remove stray semicolon.
394         * g++.dg/other/ptrmem2.C: Change error message.
395         * g++.dg/parse/parameter-declaration-1.C: Remove line number
396         marker.
397         * g++.dg/special/initp1.C: Remove invalid attribute usage.
398         * g++.dg/template/access3.C: Add typename keyword.
399         * g++.dg/template/access5.C: Remove stray semicolon.
400         * g++.dg/template/access6.C: Likewise.
401         * g++.dg/template/complit1.C: Likewise.
402         * g++.dg/template/crash1.C: Change error message.
403         * g++.dg/template/inherit2.C: Remove stray semicolon.
404         * g++.dg/template/instantiate2.C: Likewise.
405         * g++.dg/template/instantiate3.C: Change error message.
406         * g++.dg/template/qual1.C: Remove stray semicolon.
407         * g++.dg/template/qualttp18.C: Change error message.
408         * g++.dg/template/ref1.C: Remove stray semicolon.
409         * g++.dg/template/sizeof1.C (A::value): Declare it.
410         * g++.dg/template/spec4.C: Change error message.
411         * g++.dg/template/static1.C: Likewise.
412         * g++.dg/template/type1.C: Likewise.
413         * g++.dg/template/typename3.C: Likewise.
414         * g++.old-deja/g++.benjamin/13478.C: Change error message.
415         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
416         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
417         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
418         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
419         named return value extension.
420         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
421         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
422         * g++.old-deja/g++.bob/extern_C.C: Likewise.
423         * g++.old-deja/g++.bob/inherit2.C: Likewise.
424         * g++.old-deja/g++.brendan/complex1.C: Likewise.
425         * g++.old-deja/g++.brendan/copy5.C: Likewise.
426         * g++.old-deja/g++.brendan/crash13.C: Likewise.
427         * g++.old-deja/g++.brendan/crash15.C: Likewise.
428         * g++.old-deja/g++.brendan/crash18.C: Change error message.
429         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
430         * g++.old-deja/g++.brendan/crash38.C: Likewise.
431         * g++.old-deja/g++.brendan/crash50.C: Likewise.
432         * g++.old-deja/g++.brendan/crash56.C: Likewise.
433         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
434         syntax.
435         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
436         * g++.old-deja/g++.brendan/crash8.C: Change error message.
437         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
438         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
439         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
440         * g++.old-deja/g++.brendan/template11.C: Likewise.
441         * g++.old-deja/g++.brendan/template26.C: Likewise.
442         * g++.old-deja/g++.brendan/template27.C: Use explicit
443         specialization syntax.
444         * g++.old-deja/g++.brendan/template30.C: Likewise.
445         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
446         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
447         non-dependent names.
448         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
449         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
450         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
451         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
452         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
453         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
454         named return value extension.
455         * g++.old-deja/g++.ext/namedret2.C: Likewise.
456         * g++.old-deja/g++.ext/namedret3.C: Likewise.
457         * g++.old-deja/g++.ext/return1.C: Likewise.
458         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
459         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
460         * g++.old-deja/g++.jason/access8.C: Likewise.
461         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
462         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
463         pseudo-destructor names.
464         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
465         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
466         pseudo-destructor names.
467         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
468         * g++.old-deja/g++.jason/overload19.C: Likewise.
469         * g++.old-deja/g++.jason/overload32.C: Likewise.
470         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
471         stray semicolons.
472         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
473         * g++.old-deja/g++.jason/return.C: Likewise.
474         * g++.old-deja/g++.jason/return2.C: Likewise.
475         * g++.old-deja/g++.jason/shadow1.C: Likewise.
476         * g++.old-deja/g++.jason/special.C: Use explicit specialization
477         syntax.
478         * g++.old-deja/g++.jason/template10.C: Account for use of
479         non-dependent names.
480         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
481         syntax.
482         * g++.old-deja/g++.jason/template37.C: Likewise.
483         * g++.old-deja/g++.law/access4.C: Change error messages.
484         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
485         pseudo-destructor names.
486         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
487         * g++.old-deja/g++.law/ctors9.C: Likewise.
488         * g++.old-deja/g++.law/cvt22.C: Likewise.
489         * g++.old-deja/g++.law/dtors5.C: Likewise.
490         * g++.old-deja/g++.law/global-init1.C: Likewise.
491         * g++.old-deja/g++.law/missed-error3.C: Likewise.
492         * g++.old-deja/g++.law/operators28.C: Likewise.
493         * g++.old-deja/g++.law/visibility28.C: Likewise.
494         * g++.old-deja/g++.martin/eval1.C: Likewise.
495         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
496         name.
497         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
498         * g++.old-deja/g++.mike/net34.C: Likewise.
499         * g++.old-deja/g++.mike/net36.C: Likewise.
500         * g++.old-deja/g++.mike/ns2.C: Likewise.
501         * g++.old-deja/g++.mike/p12306.C: Likewise.
502         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
503         value extension.
504         * g++.old-deja/g++.mike/p700.C: Likewise.
505         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
506         * g++.old-deja/g++.mike/p710.C: Likewise.
507         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
508         value extension.
509         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
510         * g++.old-deja/g++.mike/pmf9.C: Likewise.
511         * g++.old-deja/g++.ns/crash2.C: Likewise.
512         * g++.old-deja/g++.ns/crash3.C: Likewise.
513         * g++.old-deja/g++.ns/invalid1.C: Likewise.
514         * g++.old-deja/g++.ns/ns17.C: Likewise.
515         * g++.old-deja/g++.ns/template16.C: Likewise.
516         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
517         keyword.
518         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
519         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
520         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
521         named return value extension.
522         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
523         * g++.old-deja/g++.other/access4.C: Issue additional error
524         messages.
525         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
526         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
527         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
528         * g++.old-deja/g++.other/crash25.C: Change error message.
529         * g++.old-deja/g++.other/crash4.C: Change error message.
530         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
531         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
532         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
533         checks.
534         * g++.old-deja/g++.other/defarg8.C: Likewise.
535         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
536         * g++.old-deja/g++.other/dtor10.C: Likewise.
537         * g++.old-deja/g++.other/incomplete.C: Likewise.
538         * g++.old-deja/g++.other/linkage7.C: Likewise.
539         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
540         lookup algorithm.
541         * g++.old-deja/g++.other/mangle2.C: Likewise.
542         * g++.old-deja/g++.other/refinit2.C: Likewise.
543         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
544         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
545         * g++.old-deja/g++.pt/crash28.C: Likewise.
546         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
547         syntax.
548         * g++.old-deja/g++.pt/crash32.C: Change error message.
549         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
550         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
551         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
552         error message position.
553         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
554         * g++.old-deja/g++.pt/defarg8.C: Change error message.
555         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
556         syntax.
557         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
558         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
559         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
560         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
561         keyword.
562         * g++.old-deja/g++.pt/explicit31.C: Likewise.
563         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
564         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
565         keyword.
566         * g++.old-deja/g++.pt/explicit71.C: Change error message.
567         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
568         syntax.
569         * g++.old-deja/g++.pt/friend28.C: Account for use of
570         non-dependent names.
571         * g++.old-deja/g++.pt/friend29.C: Likewise.
572         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
573         rules.
574         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
575         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
576         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
577         lookup rules.
578         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
579         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
580         keyword.
581         * g++.old-deja/g++.pt/memclass20.C: Likewise.
582         * g++.old-deja/g++.pt/memclass5.C: Likewise.
583         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
584         keyword.
585         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
586         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
587         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
588         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
589         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
590         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template 
591         keyword.
592         * g++.old-deja/g++.pt/spec10.C: Likewise.
593         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
594         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
595         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
596         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
597         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
598         * g++.old-deja/g++.pt/ttp62.C: Likewise.
599         * g++.old-deja/g++.pt/ttp64.C: Likewise.
600         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
601         * g++.old-deja/g++.pt/typename15.C: Likewise.
602         * g++.old-deja/g++.pt/typename22.C: Likewise.
603         * g++.old-deja/g++.pt/typename6.C: Change error messages.
604         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
605         * g++.old-deja/g++.pt/virtual2.C: Likewise.
606         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
607         syntax.
608         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
609         return value extension.
610         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
611         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
612         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
613         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
614         
615 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
616
617         * g++.dg/warn/inline1.C: New test.
618         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
619         * g++.old-deja/g++.jason/synth10.C: Likewise.
620         * g++.old-deja/g++.mike/net31.C: Likewise.
621         * g++.old-deja/g++.mike/p8786.C: Likewise.
622
623         * g++.dg/template/friend10.C: New test.
624         * g++.dg/template/conv5.C: New test.
625
626 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
627         
628         * g++.dg/lookup/scoped3.C: New test.
629         
630         * g++.dg/lookup/decl1.C: New test.
631         * g++.dg/lookup/decl2.C: New test.
632
633 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
634
635         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
636         gcc.c-torture/compile/20021015-1.c,
637         gcc.c-torture/compile/20021015-2.c,
638         gcc.c-torture/compile/20021123-1.c,
639         gcc.c-torture/compile/20021123-2.c,
640         gcc.c-torture/compile/20021123-3.c,
641         gcc.c-torture/compile/20021123-4.c,
642         gcc.c-torture/execute/20021024-1.c: Add tests previously added
643         only to 3.1 or 3.2 branch.
644
645 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
646
647         * gcc.dg/i386-bitfield3.c: New test.
648         
649         * gcc.dg/i386-bitfield2.c: New test.
650         
651 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
652
653         * g++.dg/parse/conv_op1.C: New test.
654
655 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
656
657         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
658         approved.
659
660 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
661
662         * gcc.c-torture/compile/20021220-1.c: New test.
663
664 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
665
666         * gcc.dg/i386-fastcall-1.c: New.
667
668 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
669
670         * gcc.c-torture/execute/20021219-1.c: New test.
671
672 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
673
674         * gcc.dg/i386-pic-1.c: New test.
675
676 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
677
678         PR c++/8099
679         * g++.dg/template/friend9.C: New test.
680
681 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
682
683         PR c++/3663
684         * g++.dg/template/access7.C: New test.
685
686 2002-12-18  Nick Clifton  <nickc@redhat.com>
687
688         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
689         the libstdc++-v3 directory has been found.
690
691 2002-12-12  Devang Patel <dpatel@apple.com>
692         * gcc.dg/darwin-ld-1.c: New test.
693         * gcc.dg/darwin-ld-2.c: New test.
694         * gcc.dg/darwin-ld-3.c: New test.
695         * gcc.dg/darwin-ld-4.c: New test.
696         * gcc.dg/darwin-ld-5.c: New test.
697
698 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
699
700         * gcc.c-torture/compile/20021212-1.c: New test.
701
702 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
703
704         * gcc.dg/fshort-wchar: New test.
705
706 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
707
708         PR c++/8372
709         * g++.dg/template/dtor1.C: New test.
710
711         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
712         markers.
713
714 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
715
716         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
717
718 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
719
720         * g++.dg/template/static1.C: New test.
721         * g++.dg/template/static2.C: New test.
722         * g++.old-deja/g++.ext/memconst.C: New test.
723
724 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
725
726         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
727         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
728         * g++.dg/special/initp1.C: Likewise.
729
730 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
731
732         * gcc.c-torture/execute/20021204-1.c: New test.
733
734 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
735
736         * gcc.dg/ppc-fmadd-1.c: New file.
737         * gcc.dg/ppc-fmadd-2.c: New file.
738         * gcc.dg/ppc-fmadd-3.c: New file.
739
740 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
741
742         * gcc.c-torture/compile/20021204-1.c: New test.
743
744 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
745
746         * g++.dg/inherit/covariant2.C: New test.
747         * g++.dg/inherit/covariant3.C: New test.
748         * g++.dg/inherit/covariant4.C: New test.
749         * g++.dg/inherit/covariant1.C: Remove XFAIL.
750         * g++.old-deja/g++.robertl/eb17.C: Likewise.
751
752 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
753
754         PR c++/8688
755         * g++.dg/init/brace3.C: New test.
756
757 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
758
759         * gcc.dg/20020210-1.c: Fix a comment typo.
760
761 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
762
763         PR c++/8720
764         * g++.dg/parse/defarg1.C: New test.
765
766         PR c++/8615
767         * g++.dg/template/char1.C: New test.
768
769         * g++.dg/template/varmod1.C: Fix typo.
770
771 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
772
773         DR 180
774         * g++.old-deja/g++.pt/crash32.C: Expect error.
775
776 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
777
778         PR c++/5919
779         * g++.dg/template/varmod1.C: New test.
780
781         PR c++/8727
782         * g++.dg/inherit/typeinfo1.C: New test.
783
784         PR c++/8663
785         * g++.dg/inherit/typedef1.C: New test.
786
787 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
788
789         PR c++/8332
790         PR c++/8493
791         * g++.dg/template/strlen1.C: New test.
792
793         PR c++/8227
794         * g++.dg/template/ctor2.C: New test.
795
796         PR c++/8214
797         * g++.dg/init/string1.C: New test.
798
799         PR c++/8511
800         * g++.dg/template/friend8.C: New test.
801
802 2002-11-29  Joe Buck <jbuck@synopsys.com>
803
804         * g++.dg/lookup/anon2.C: New test.
805
806 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
807
808         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
809         h8300 port.
810
811 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
812
813         * gcc.dg/bitfld-6.c: New test.
814
815 Wed Nov 27 14:37:34 CET 2002  Jan Hubicka  <jh@suse.cz>
816
817         * gcc.c-torture/execute/20021127.[cx]: New test.
818
819 Tue Nov 26 22:09:53 CET 2002  Jan Hubicka  <jh@suse.cz>
820
821         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
822         quality.
823
824 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
825
826         * g++.dg/init/brace2.C: New test.
827         * g++.old-deja/g++.mike/p9129.C: Correct.
828
829 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
830
831         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
832
833 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
834
835         * gcc.dg/sibcall-6: New test for indirect sibcalls.
836
837 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
838
839         * testsuite/g++.dg/abi/empty11.C: New test.
840         * testsuite/g++.dg/rtti/cv1.C: New test.
841
842 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
843
844         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
845
846 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
847
848         * g++.dg/abi/empty10.C: New test.
849
850 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
851
852         * gcc.c-torture/compile/20021124-1.c: New test.
853
854 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
855
856         * g++.dg/abi/rtti2.C: New test.
857
858 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
859
860         * gcc.dg/i386-unroll-1.c: New test.
861
862 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
863
864         * gcc.c-torture/compile/20021120-1.c: New test.
865         * gcc.c-torture/compile/20021120-2.c: New test.
866
867 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
868
869         * gcc.dg/bitfld-5.c: New test.
870
871 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
872
873         * gcc.c-torture/execute/20021120-3.c: New test.
874
875 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
876
877         * gcc.c-torture/execute/20021120-2.c: New test.
878
879 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
880
881         * gcc.c-torture/execute/20021120-1.c: New test.
882
883 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
884
885         * gcc.c-torture/execute/20021118-3.c: New test.
886
887 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
888
889         * gcc.c-torture/compile/20021119-1.c: New test.
890
891 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
892
893         * gcc.dg/duff-1.c: New test.
894         * gcc.dg/duff-2.c: New test.
895         * gcc.dg/duff-3.c: New test.
896
897 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
898
899         * gcc.dg/cpp/_Pragma5.c: New test.
900
901 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
902
903         * gcc.c-torture/execute/20021118-2.c: New test.
904
905 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
906
907         * gcc.c-torture/execute/20021118-1.c: New test.
908
909 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
910
911         * gcc.dg/20021116-1.c: New test.
912
913 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
914
915         * g++.dg/abi/vcall1.C: New test.
916
917 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
918
919         * gcc.dg/20021029-1.c: New test.
920         * gcc.dg/20021029-2.c: New test.
921
922 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
923
924         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
925
926 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
927
928         PR c/8439
929         * gcc.dg/20021110.c: Move to ...
930         * gcc.c-torture/compile/20021110.c: .... here.
931
932 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
933
934         PR c/8467
935         * gcc.c-torture/execute/20021111-1.c
936
937 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
938
939         PR c/8439
940         * gcc.dg/20021110.c: New test.
941
942 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
943
944         * g++.dg/abi/vthunk3.C: Run only on x86.
945
946 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
947
948         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
949
950 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
951
952         * lib/compat.exp (compat-execute): Fix logic error in last
953         change.
954
955 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
956
957         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
958
959 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
960
961         PR c++/8389
962         * g++.dg/template/access6.C: New test.
963
964 Fri Nov  8 13:13:53 CET 2002  Jan Hubicka  <jh@suse.cz>
965
966         * gcc.dg/i386-ssefp-1.c: New test.
967         * gcc.dg/i386-ssefp-1.c: New test.
968
969 Fri Nov  8 10:52:15 CET 2002  Jan Hubicka  <jh@suse.cz>
970
971         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
972
973 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
974
975         * g++.dg/abi/vthunk3.C: New test.
976
977         PR c++/8338
978         * g++.dg/template/crash2.C: New test.
979
980 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
981
982         * testsuite/g++.dg/abi/dtor1.C: New test.
983         * testsuite/g++.dg/abi/dtor2.C: Likewise.
984
985 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
986
987         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
988         Darwin.
989
990 2002-11-04  Adam Nemet  <anemet@lnxw.com>
991
992         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
993         -mthumb.  Only xfail with -O0.
994
995 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
996
997         * g++.dg/abi/thunk1.C: New test.
998         * g++.dg/abi/thunk2.C: Likewise.
999         * g++.dg/abi/vtt1.C: Likewise.
1000
1001 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
1002
1003         PR optimization/8423
1004         * gcc.c-torture/execute/builtin-constant.c: New test.
1005
1006 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
1007
1008         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
1009         Add some more cases.
1010
1011 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
1012
1013         PR c++/8391
1014         * g++.dg/opt/local1.C: New test.
1015
1016 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
1017
1018         PR c++/8160
1019         * g++.dg/template/complit1.C: New test.
1020
1021         PR c++/8149
1022         * g++.dg/template/typename4.C: Likewise.
1023
1024 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1025
1026         Core issue 287, PR c++/7639
1027         * g++.dg/template/instantiate1.C: Adjust error location.
1028         * g++.dg/template/instantiate3.C: New test.
1029         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
1030         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
1031         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
1032
1033 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
1034
1035         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
1036
1037 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
1038
1039         PR c++/8287
1040         * g++.dg/init/dtor2.C: New test.
1041
1042 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1043
1044         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
1045         * gcc.dg/nest.c: Bypass errors on irix6.
1046
1047 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
1048
1049         * gcc.dg/nest.c: Expect error for mmix-*-*.
1050         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
1051
1052 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
1053
1054         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
1055         markers.
1056
1057         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
1058
1059 2002-10-25  Mike Stump  <mrs@apple.com>
1060
1061         * gcc.dg/warn-1.c: New test.
1062
1063 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1064
1065         * g++.dg/template/typename3.C: New test.
1066
1067 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
1068
1069         * g++.dg/lookup/ptrmem1.C: New test.
1070
1071         * g++.dg/abi/vthunk2.C: New test.
1072
1073 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1074
1075         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
1076
1077 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
1078
1079         * g++.dg/abi/empty9.C: New test.
1080
1081 2002-10-24  Richard Henderson  <rth@redhat.com>
1082
1083         * g++.dg/inherit/thunk1.C: Enable for ia64.
1084
1085 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1086
1087         PR c++/8067
1088         * g++.dg/lookup/pretty1.C: New test.
1089
1090 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1091
1092         * gcc.dg/20021023-1.c: New test.
1093
1094 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1095
1096         PR c++/7679
1097         * g++.dg/parse/inline1.C: New test.
1098
1099 2002-10-23  Richard Henderson  <rth@redhat.com>
1100
1101         * g++.dg/inherit/thunk1.C: Enable for x86_64.
1102
1103         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
1104
1105 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
1106
1107         PR c++/6579
1108         * g++.dg/parse/stmtexpr3.C: New test.
1109
1110 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
1111
1112         * g++.dg/expr/cond1.C: New test.
1113
1114 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
1115
1116         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
1117
1118 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1119
1120         * g++.dg/abi/vbase13.C: New test.
1121         * g++.dg/abi/vbase14.C: Likewise.
1122
1123 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
1124
1125         * gcc.dg/tls/pic-1.c: New test.
1126         * gcc.dg/tls/nonpic-1.c: New test.
1127         * gcc.dg/20021018-1.c: New test.
1128
1129 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1130
1131         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
1132         Remove only files with the same base name as the test case.
1133         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
1134         (profopt-execute): Likewise.  Also, remove old profiling
1135         and performance data files before running the tests.
1136
1137         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
1138         * g++.dg/bprob/bprob.exp: Likewise.
1139         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
1140         to allow more general test case names.
1141
1142         * g++.dg/bprob/bprob-1.C: Rename to ...
1143         * g++.dg/bprob/g++-bprob-1.C: ... this.
1144
1145         * g77.dg/bprob/bprob-1.f: Rename to ...
1146         * g77.dg/bprob/g77-bprob-1.f: ... this.
1147
1148 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
1149
1150         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
1151         bison 1.50 or later.
1152
1153 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
1154
1155         * g++.dg/README: Describe more test directories.
1156
1157 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1158
1159         * g++.dg/init/array6.C: Add additional tests.
1160
1161 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
1162
1163         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
1164         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
1165
1166 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
1167
1168         * gcc.c-torture/compile/20020604-1.x: New.
1169         * gcc.c-torture/compile/simd-5.x: Likewise.
1170         * gcc.c-torture/execute/920710-1.x: Likewise.
1171         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
1172
1173 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1174
1175         * g++.dg/inherit/override1.C: Add dg-options clause.
1176
1177 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1178
1179         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
1180         _mm_slli_si128.
1181
1182 2002-10-19  Andreas Schwab  <schwab@suse.de>
1183
1184         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
1185         directory component.
1186
1187 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1188
1189         * g++.dg/inherit/thunk1.C: New test.
1190
1191         * g++.dg/inherit/override1.C: New test.
1192
1193         * g++.dg/abi/mangle11.C: New test.
1194         * g++.dg/abi/mangle14.C: New test.
1195         * g++.dg/abi/mangle17.C: New test.
1196
1197 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
1198
1199         * g++.dg/overload/member2.C: New test.
1200
1201 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
1202
1203         * g++.dg/README: Describe new compat directory.
1204         * g++.dg/dg.exp: Skip tests in compat directory.
1205         * README.compat: New file.
1206         * lib/compat.exp: New expect script.
1207         * g++.dg/compat: New test directory.
1208         * g++.dg/compat/compat.exp: New expect script.
1209         * g++.dg/compat/abi: New test directory.
1210         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
1211         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
1212         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
1213         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
1214         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
1215         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
1216         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
1217         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
1218         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
1219         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
1220         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
1221         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
1222         * g++.dg/compat/break: New test directory.
1223         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
1224         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
1225         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
1226         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
1227         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
1228         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
1229         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
1230         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
1231         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
1232         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
1233         g++.dg/compat/break/README: New files.
1234         * g++.dg/compat/eh: New test directory.
1235         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
1236         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
1237         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
1238         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
1239         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
1240         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
1241         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
1242         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
1243         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
1244         g++.dg/compat/eh/filter2_y.C,
1245         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
1246         g++.dg/compat/eh/new1_y.C,
1247         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
1248         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
1249         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
1250         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
1251         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
1252         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
1253         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
1254         g++.dg/compat/eh/unexpected1_y.C: New files.
1255         * g++.dg/compat/init: New test directory.
1256         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
1257         g++.dg/compat/init/array5_y.C,
1258         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
1259         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
1260         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
1261         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
1262         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
1263         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
1264         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
1265         g++.dg/compat/init/init-ref2_y.C: New files.
1266
1267 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1268
1269         PR c++/7584
1270         * g++.dg/inherit/using3.C: New test.
1271
1272 Thu Oct 17 19:12:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
1273
1274         * gcc.dg/20021017-2.c: New test.
1275
1276 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1277
1278         * g++.dg/abi/mangle16.C: Adjust.
1279
1280         * g++.dg/init/array8.C: New test.
1281
1282 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
1283
1284         * gcc.dg/special/mips-abi.exp: New test.
1285         * gcc.dg/special/mips-abi.s: Empty file used by the above.
1286
1287 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1288
1289         * g++.dg/abi/mangle16.C: New test.
1290         * g++.dg/abi/mangle17.C: Likewise.
1291
1292         PR c++/7478
1293         * g++.dg/template/ref1.C: New test.
1294
1295 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1296
1297         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
1298
1299 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
1300
1301         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
1302
1303 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1304
1305         PR c++/7524
1306         * g++.dg/init/array7.C: New test.
1307
1308 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
1309
1310         * g++.dg/init/array6.C: New test.
1311
1312         * g++.dg/abi/mangle13.C: Likewise.
1313         * g++.dg/abi/mangle14.C: Likewise.
1314         * g++.dg/abi/mangle15.C: Likewise.
1315
1316 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1317
1318         * g++.dg/abi/empty8.C: New test.
1319
1320 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
1321
1322         * g++.dg/init/ctor1.C: New test.
1323
1324 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
1325
1326         * gcc.c-torture/execute/20021015-1.c: New test.
1327
1328 Tue Oct 15 14:22:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
1329
1330         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
1331
1332 Mon Oct 14 20:37:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
1333
1334         * gcc.dg/i386-ssetype-[1-5].c: New tests.
1335
1336 2002-10-14  Richard Henderson  <rth@redhat.com>
1337
1338         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
1339
1340 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1341
1342         PR optimization/6631
1343         * g++.dg/opt/const2.C: New test.
1344
1345 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1346
1347         PR c++/7176
1348         * g++.dg/parse/friend1.C: New test.
1349         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
1350
1351 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
1352
1353         * gcc.dg/20021014-1.c: New test.
1354
1355 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
1356
1357         PR c++/5661
1358         * g++.dg/ext/vlm1.C: New test.
1359         * g++.dg/ext/vlm2.C: Likewise.
1360
1361         * g++.dg/init/array1.C: Remove invalid braces.
1362         * g++.dg/init/brace1.C: New test.
1363         * g++.dg/init/copy2.C: Likewise.
1364         * g++.dg/init/copy3.C: Likewise.
1365         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
1366         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
1367         braces.
1368
1369 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
1370
1371         * gcc.dg/cpp/assembler.S: Don't use -ansi.
1372
1373 Fri Oct 11 10:56:49 2002  Richard Shann  <richard.shann@superh.com>
1374
1375         * gcc.c-torture/compile/simd-5.c: New test.
1376
1377 2002-10-10  Roger Sayle  <roger@eyesopen.com>
1378
1379         * gcc.c-torture/execute/shiftopt-1.c: New test case.
1380
1381 2002-10-10  Jim Wilson  <wilson@redhat.com>
1382
1383         * gcc.c-torture/execute/20021010-1.c: New test.
1384
1385 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
1386
1387         PR c/7353
1388         * g++.dg/ext/typedef-init.C: New test.
1389         * gcc.dg/typedef-init.c: New test.
1390
1391 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
1392
1393         * gcc.dg/cpp/paste13.c: New test.
1394
1395 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1396
1397         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
1398         remaining platforms, XFAIL during compile, not execute.  Don't
1399         XFAIL at -O0.
1400
1401 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
1402
1403         * gcc.dg/alias-1.c: Tweak expected warning.
1404
1405 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
1406
1407         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
1408
1409 2002-10-06  Andreas Jaeger  <aj@suse.de>
1410
1411         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
1412         * gcc.dg/cpp/c++98.C: Likewise.
1413
1414         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
1415         * g++.dg/cpp/c++98.C: Likewise.
1416
1417         * g++.dg/README (Subdirectories): Mention cpp directory.
1418
1419         PR target/7559
1420         * gcc.dg/20021006-1.c: New test.
1421
1422 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1423
1424         PR c++/7804
1425         * g++.dg/other/warning1.C: New test.
1426
1427 2002-10-04  Roger Sayle  <roger@eyesopen.com>
1428
1429         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
1430         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
1431         and sparc-*-* with -m64 as expected failures.  See PR 8087.
1432
1433 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1434
1435         PR c++/7931
1436         * g++.dg/template/ptrmem3.C: New test.
1437
1438         PR c++/7754
1439         * g++.dg/template/union1.C: New test.
1440
1441 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1442
1443         PR c++/8006
1444         * g++.dg/abi/mangle9.C: New test.
1445         * g++.dg/abi/mangle10.C: New test.
1446         * g++.dg/abi/mangle11.C: New test.
1447         * g++.dg/abi/mangle12.C: New test.
1448
1449 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
1450
1451         PR c++/7188.
1452         * g++.dg/template/meminit1.C: New test.
1453         * g++.dg/warn/Wreorder-1.C: Likewise.
1454         * g++.old-deja/g++.mike/warn3.C: Tweak.
1455         * lib/prune.exp: Ingore "in copy constructor".
1456
1457 2002-10-02  Andreas Jaeger  <aj@suse.de>
1458
1459         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
1460         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
1461         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
1462         on x86-64.
1463
1464 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1465
1466         * gcc.dg/empty1.C: Fix typo.
1467
1468 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
1469
1470         * gcc.dg/alias-1.c: New test.
1471
1472 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1473
1474         * gcc.dg/empty1.C: New test.
1475
1476         * g++.dg/tls/init-2.C: Tweak error messages.
1477
1478 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
1479
1480         * gcc.c-torture/compile/20020923-1.c: New test.
1481
1482 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
1483
1484         * gcc.c-torture/execute/ffs-1.c: New test.
1485         * gcc.c-torture/execute/ffs-2.c: Ditto.
1486
1487 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
1488
1489         * g++.dg/overload/member1.C: New test.
1490
1491 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
1492
1493         * g++.dg/abi/empty7.C: New test.
1494         * g++.dg/init/pm2.C: Likewise.
1495
1496 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
1497
1498         * g++.dg/rtti/crash1.C: New test.
1499
1500 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
1501
1502         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
1503         gcc.dg/sibcall-4.c: New tests.
1504
1505 2002-09-28  Roger Sayle  <roger@eyesopen.com>
1506
1507         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
1508         powerpc and MMIX targets.
1509
1510 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
1511
1512         * gcc.dg/cpp/20020927-1.c: New.
1513
1514 2002-09-26  David S. Miller  <davem@redhat.com>
1515
1516         * gcc.c-torture/compile/trunctfdf.c: New.
1517
1518 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1519
1520         * lib/target-supports.exp (check_weak_available): Handle solaris2.
1521
1522 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
1523
1524         * gcc.c-torture/execute/loop-15.c: New.
1525
1526 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
1527
1528         * README.QMTEST: Fix typo.
1529
1530 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
1531
1532         * gcc.dg/20020926-1.c: New test.
1533
1534 2002-09-25  David S. Miller  <davem@redhat.com>
1535
1536         PR target/7842
1537         * gcc.c-torture/execute/shiftdi.c: New test.
1538
1539 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
1540
1541         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
1542         unique to the tool.
1543         * lib/g77.exp (g77_init): Likewise.
1544         * lib/g++.exp (g++_init): Likewise.
1545         * lib/objc.exp (objc_init): Likewise.
1546
1547 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
1548
1549         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
1550         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
1551         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
1552
1553 2002-09-25  Richard Henderson  <rth@redhat.com>
1554
1555         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
1556         too-small long double.
1557
1558 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
1559
1560         * gcc.dg/20020919-1.c: New test.
1561
1562 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
1563
1564         * g++.dg/abi/bitfield6.C: New test.
1565         * g++.dg/abi/bitfield7.C: New test.
1566         * g++.dg/abi/bitfield8.C: New test.
1567         * g++.dg/abi/vbase11.C: New test.
1568
1569 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1570
1571         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
1572         hppa*-*-hpux*.  Update test comment.
1573
1574 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
1575
1576         * gcc.dg/tls/struct-1.c: New test.
1577
1578 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
1579
1580         * gcc.dg/cpp/tr-warn2.c: Update.
1581
1582 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
1583
1584         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
1585
1586 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
1587
1588         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
1589         systems.
1590
1591 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
1592
1593         * gcc.c-torture/execute/ieee/mzero3.c: New test.
1594
1595         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
1596         Adjust for c++filt moved to binutils.  Remove spurious duplicate
1597         setting of cxxfilt.
1598
1599 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
1600
1601         * gcc.dg/20020312-2.c: Update for darwin.
1602
1603 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
1604
1605         * g++.old-deja/g++.other/crash32.C: Mark ICE.
1606
1607 Tue Sep 17 13:59:45 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1608
1609         * objc.dg/comp-types-1.m: New test.
1610         * objc.dg/comp-types-2.m: New test.
1611         * objc.dg/comp-types-3.m: New test.
1612         * objc.dg/comp-types-4.m: New test.
1613         * objc.dg/comp-types-5.m: New test.
1614         * objc.dg/comp-types-6.m: New test.
1615
1616 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1617
1618         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
1619
1620 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1621
1622         * g++.dg/other/do1.C: New test.
1623
1624         * g++.dg/template/subst1.C: New test.
1625
1626 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
1627
1628         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
1629
1630 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1631
1632         * g++.dg/template/qualttp20.C: Adjust expected errors.
1633         * g++.old-deja/g++.jason/report.C: Likewise.
1634         * g++.old-deja/g++.other/qual1.C: Likewise.
1635
1636         * g++.dg/lookup/scoped2.C: New test.
1637
1638         * g++.dg/ext/asm3.C: New test.
1639
1640 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
1641
1642         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
1643
1644 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
1645
1646         * ChangeLog: follow spelling conventions.
1647         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
1648         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
1649         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
1650         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
1651         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
1652         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
1653         * g++.old-deja/g++.law/global-init1.C: Likewise.
1654         * g++.old-deja/g++.other/delete4.C: Likewise.
1655         * g++.old-deja/g++.other/inline21.C: Likewise.
1656         * g++.old-deja/g++.other/singleton.C: Likewise.
1657         * g77.dg/strlen0.f: Likewise.
1658         * g77.f-torture/compile/20010519-1.f: Likewise.
1659         * g77.f-torture/compile/980310-4.f: Likewise.
1660         * gcc.c-torture/compile/20000605-1.c: Likewise.
1661         * gcc.c-torture/execute/20020225-1.c: Likewise.
1662         * gcc.dg/c90-hexfloat-2.c: Likewise.
1663         * gcc.dg/c99-bool-1.c: Likewise.
1664         * gcc.dg/c99-hexfloat-2.c: Likewise.
1665         * gcc.dg/dll-2.c: Likewise.
1666         * gcc.dg/wtr-union-init-1.c: Likewise.
1667         * gcc.dg/wtr-union-init-2.c: Likewise.
1668         * gcc.dg/wtr-union-init-3.c: Likewise.
1669         * gcc.dg/cpp/avoidpaste1.c: Likewise.
1670         * gcc.dg/cpp/defined.c: Likewise.
1671         * gcc.dg/cpp/macsyntx.c: Likewise.
1672         * gcc.dg/cpp/paste2.c: Likewise.
1673         * gcc.dg/cpp/trad/defined.c: Likewise.
1674         * gcc.dg/format/c90-printf-1.c: Likewise.
1675         * gcc.dg/format/c90-scanf-1.c: Likewise.
1676         * gcc.dg/format/c99-printf-1.c: Likewise.
1677         * gcc.dg/format/c99-scanf-1.c: Likewise.
1678         * gcc.misc-tests/gcov-8.c: Likewise.
1679         * lib/profopt.exp: Likewise.
1680
1681 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
1682
1683         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
1684
1685 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
1686
1687         * g++.dg/inherit/using2.C: New test.
1688
1689 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
1690
1691         * ChangeLog: Follow spelling conventions.
1692         * g++.dg/template/friend4.C: Likewise.
1693         * g++.old-deja/g++.pt/crash67.C: Likewise.
1694         * gcc.c-torture/execute/20000801-4.c: Likewise.
1695         * gcc.dg/c90-digraph-1.c: Likewise.
1696         * gcc.dg/c94-digraph-1.c: Likewise.
1697         * gcc.dg/c99-digraph-1.c: Likewise.
1698         * gcc.dg/cpp/line5.c: Likewise.
1699         * gcc.dg/cpp/multiline.c: Likewise.
1700         * gcc.dg/cpp/trad/literals-1.c: Likewise.
1701         * gcc.dg/format/attr-3.c: Likewise.
1702         * gcc.dg/format/c90-scanf-3.c: Likewise.
1703         * gcc.dg/format/ext-4.c: Likewise.
1704
1705 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
1706
1707         * g++.dg/template/pretty1.C: New test.
1708
1709 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
1710
1711         * gcc.c-torture/execute/struct-cpy-1.c: New test.
1712
1713 2002-09-13  Matt Austern  <austern@apple.com>
1714
1715         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
1716         passing a cast expression to a function by const reference.
1717
1718 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
1719
1720         * g++.dg/template/deduce1.C: New test.
1721
1722 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
1723
1724         * gcc.c-torture/execute/simd-1.c: Force all use of int to
1725         32-bit int.
1726
1727 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1728
1729         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
1730         usage.
1731
1732 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
1733
1734         * gcc.c-torture/compile/20020910-1.c: New test.
1735
1736 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
1737
1738         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
1739
1740 2002-09-10  Andreas Jaeger  <aj@suse.de>
1741
1742         * gcc.dg/20020312-2.c: Adjust for x86-64.
1743
1744 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
1745
1746         * g77.dg/7388.f: New test case for PR 7388.
1747
1748 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
1749
1750         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
1751
1752 2002-09-05  Ziemowit Laski <zlaski@apple.com>
1753
1754         * objc.dg/proto-lossage-1.m: New test.
1755
1756 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
1757
1758         * gcc.dg/cpp/_Pragma4.c: Fix typo.
1759
1760 Fri Sep  6 16:39:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1761
1762         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
1763         expected to pass.
1764
1765 2002-09-06  Stan Shebs  <shebs@apple.com>
1766             David Edelsohn  <edelsohn@gnu.org>
1767
1768         * gcc.dg/weak: New directory.
1769         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
1770         target-specific xfail bits.
1771         * gcc.dg/typeof-2.c: Move to new directory.
1772         * gcc.dg/weak.exp: New expect script.
1773
1774 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
1775
1776         * gcc.c-torture/execute/extzvsi.c: New test.
1777
1778 2002-09-05  Stan Shebs  <shebs@apple.com>
1779
1780         * gcc.dg/weak-1.c: xfail on Darwin.
1781         * gcc.dg/weak-2.c: Ditto.
1782         * gcc.dg/weak-3.c: Ditto.
1783         * gcc.dg/weak-4.c: Ditto.
1784         * gcc.dg/weak-5.c: Ditto.
1785         * gcc.dg/weak-6.c: Ditto.
1786         * gcc.dg/weak-7.c: Ditto.
1787         * gcc.dg/weak-8.c: Ditto.
1788         * gcc.dg/weak-9.c: Ditto.
1789
1790 Thu Sep  5 00:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
1791
1792         * gcc.c-torture/execute/loop-14.c: New test.
1793
1794 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1795
1796         * g++.dg/other/cxa-atexit1.C: New test.
1797
1798         * gcc.dg/typeof-2.c: New test.
1799
1800 2002-09-03  Roger Sayle  <roger@eyesopen.com>
1801
1802         * gcc.dg/builtins-2.c: New testcase.
1803         * gcc.dg/builtins-3.c: New testcase.
1804
1805 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
1806
1807         * gcc.dg/cpp/_Pragma4.c: New test.
1808
1809 Tue Sep  3 11:04:26 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1810
1811         * objc/execute/nil_method-1.m: New testcase.
1812
1813 Sun Sep  1 12:47:39 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1814
1815         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
1816         [Object class], not [Object initialize].
1817
1818 2002-08-31  Roger Sayle  <roger@eyesopen.com>
1819             Hans-Peter Nilsson  <hp@bitrange.com>
1820
1821         * gcc.c-torture/execute/20020720-1.x: Skip test on
1822         mmix-knuth-mmixware.  Correct comment.
1823
1824 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
1825
1826         * testsuite/g++.dg/abi/bitfield5.C: New test.
1827         * testsuite/g++.dg/abi/vbase10.C: Likewise.
1828
1829 Tue Aug 27 22:23:22 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1830
1831         * objc.dg/undeclared-selector.m: New test.
1832
1833 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
1834
1835         * g++.dg/other/offsetof1.C: Avoid cast warning.
1836
1837 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
1838
1839         * objc.dg/super-class-2.m: New test.
1840
1841 2002-08-24  Matt Austern  <austern@apple.com>
1842
1843         * g++.dg/ext/lvaddr.C: New test.
1844         * g++.dg/ext/lvcast.C: New test.
1845
1846 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
1847
1848         * testsuite/g++.dg/inherit/cond1.C: New test.
1849
1850 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
1851
1852         * gcc.dg/noncompile/incomplete-1.c: New test.
1853
1854 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
1855
1856         * gcc.dg/typespec-1.c: New test.
1857
1858 2002-08-20  Devang Patel  <dpatel@apple.com>
1859         * objc.dg/proto-hier-2.m: New test.
1860
1861 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
1862
1863         * objc.dg/bitfield-1.m: New test.
1864         * objc.dg/bitfield-2.m: New test.
1865
1866 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1867
1868         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
1869         gcc.dg/c99-flex-array-4.c: New tests.
1870
1871 2002-08-16  Stan Shebs  <shebs@apple.com>
1872
1873         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
1874
1875 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1876
1877         * gcc.dg/typeof-1.c: New test.
1878         * g++.dg/ext/typeof2.C: New test.
1879
1880 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
1881
1882         * g++.dg/other/offsetof1.C: New test.
1883
1884 2002-08-14  Richard Henderson  <rth@redhat.com>
1885
1886         * gcc.dg/tls/diag-3.c: Fix expected message strings.
1887
1888 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
1889
1890         * gcc.dg/cpp/_Pragma3.c: New test.
1891
1892 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
1893
1894         * g++.dg/template/inherit3: New test.
1895
1896 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
1897
1898         * gcc.dg/bitfld-4.c: Add blank options.
1899
1900 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
1901
1902         * g++.dg/template/crash1.C: New test.
1903
1904 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1905
1906         * gcc.dg/tls/opt-2.c: New test.
1907
1908 2002-08-08  Devang Patel  <dpatel@apple.com>
1909
1910         * objc.dg/selector-1.m : New test
1911
1912 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1913
1914         * g++.dg/abi/bitfield4.C: New test.
1915         * gcc.dg/bitfld-4.c: New test.
1916
1917 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1918
1919         * g++.dg/other/packed1.C: New test.
1920
1921 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
1922
1923         * g++.dg/abi/offsetof.C: Tweak error messages.
1924         * g++.old-deja/g++.mike/p10769a.C: Likewise.
1925
1926 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1927
1928         * gcc.dg/bitfld-3.c: New test.
1929
1930 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
1931             Richard Henderson  <rth@redhat.com>
1932
1933         * gcc.dg/i386-bitfield1.c: New test.
1934         * g++.dg/abi/bitfield3.C: Update.
1935
1936 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
1937
1938         * objc.dg/const-str-2.m: Update.
1939         * gcc.dg/cpp/c++98.c: Change to C extension.
1940         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
1941         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
1942
1943 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
1944
1945         * testsuite/gcc.dg/tls/diag-3.c: New.
1946
1947 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
1948
1949         * g++.dg/README (Subdirectories): Document new subdir expr.
1950         * g++.dg/expr/pmf-1.C: New test.
1951
1952 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
1953
1954         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
1955
1956 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
1957
1958         * g++.dg/abi/bitfield3.C: New test.
1959
1960 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
1961
1962         * lib/gcov.exp: Tweak expected line formats.
1963         * gcc.misc-tests/gcov8.c: New test.
1964         * gcc.misc-tests/gcov8.x: New flags.
1965
1966 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
1967
1968         * consistency.vlad/layout/endian.c: Include string.h.
1969
1970         * gcc.c-torture/execute/20020805-1.c: New test.
1971
1972 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
1973
1974         * g++.dg/other/conversion1.C: New test.
1975
1976 2002-08-03  Roger Sayle  <roger@eyesopen.com>
1977
1978         * gcc.dg/builtins-1.c: New testcase.
1979
1980 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
1981
1982         * g++.dg/inherit/access3.C: New test.
1983
1984 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
1985
1986         * gcc.dg/ia64-visibility-2.c: New test.
1987
1988 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
1989
1990         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
1991         __qualifier_flags to __flags.
1992
1993 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
1994
1995         * g++.dg/inherit/operator1.C: New test.
1996         * g++.dg/lookup/disamb1.C: Fix typo in comment.
1997         * g++.dg/other/error1.C: Change expected error message.
1998         * g++.dg/template/conv4.C: Likewise.
1999
2000 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
2001
2002         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
2003         for documented behavior.
2004
2005 2002-07-25  Roger Sayle  <roger@eyesopen.com>
2006
2007         * gcc.c-torture/execute/20020720-1.x: Skip this test on
2008         several targets known to fail.
2009
2010 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
2011
2012         * gcc.dg/mips-args-[123].c: New tests.
2013
2014 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
2015
2016         * gcc.dg/ppc-spe.c: New.
2017
2018 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
2019
2020         * g++.dg/other/ptrmem4.C: New testcase.
2021
2022 2002-07-24  Richard Henderson  <rth@redhat.com>
2023
2024         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
2025
2026 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
2027
2028         * g++.dg/ext/alignof1.C (main): Return 0 for success.
2029
2030 2002-07-24  Roger Sayle  <roger@eyesopen.com>
2031
2032         * gcc.c-torture/execute/memset-3.c: New testcase.
2033
2034 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
2035
2036         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
2037         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
2038
2039 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2040
2041         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
2042         Delete.
2043
2044 Tue Jul 23 21:02:43 2002  J"orn Rennecke <joern.rennecke@superh.com>
2045
2046         * gcc.c-torture/compile/simd-4.c: New test.
2047
2048 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2049
2050         PR c++/7347, c++/7348
2051         * g++.dg/template/access4.C: New test.
2052         * g++.dg/template/access5.C: New test.
2053         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
2054         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
2055         * g++.old-deja/g++.pt/ttp58.C: Likewise.
2056         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
2057
2058 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
2059
2060         * gcc.dg/gnu89-init-2.c: New test.
2061
2062 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
2063
2064         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
2065
2066 2002-07-20  Roger Sayle  <roger@eyesopen.com>
2067
2068         * gcc.c-torture/execute/20020720-1.c: New testcase.
2069
2070 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
2071
2072         * gcc.dg/cpp/Wsignprom.c: New tests.
2073
2074 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
2075
2076         * gcc.c-torture/execute/loop-13.c: New test.
2077
2078 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
2079
2080         * gcc.dg/cpp/expr.c: New tests.
2081
2082 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
2083
2084         * g++.dg/opt/pr6713.C: Add template instantiation.
2085
2086 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
2087
2088         * gcc.dg/nest.c: New test.
2089
2090 2002-07-17  Richard Henderson  <rth@redhat.com>
2091
2092         * g++.dg/opt/pr6713.C: New test.
2093
2094 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
2095
2096         * gcc.c-torture/execute/loop-2e.x: Let the testcase
2097         XFAIL for all x86 processors.
2098
2099 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
2100
2101         * gcc.c-torture/execute/20010122-1.x: Do not test with
2102         -fomit-frame-pointer.
2103
2104 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2105
2106         * g++.dg/template/instantiate2.C: New test.
2107         * g++.dg/template/spec4.C: New test.
2108
2109 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2110
2111         * g++.dg/template/access2.C: New test.
2112         * g++.dg/template/access3.C: New test.
2113
2114 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
2115
2116         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
2117         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
2118         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
2119         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
2120         Convert to use <stdarg.h>.
2121         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
2122         Delete.
2123         * gcc.dg/va-arg-2.c: New.
2124         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
2125
2126 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
2127
2128         * gcc.c-torture/compile/20020710-1.c: New test.
2129
2130 Thu Jul 11 15:39:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
2131                           Andrew Pinski  <pinskia@physics.uc.edu>
2132
2133         gcc.c-torture/compile/simd-2.c: New testcase.
2134         gcc.c-torture/compile/simd-3.c: Likewise.
2135
2136 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
2137
2138         PR c++/7224
2139         * g++.dg/overload/error1.C: New test.
2140
2141 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2142
2143         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
2144         configuration and IRIX 6 O32 ABI.
2145
2146 2002-07-11  Roger Sayle  <roger@eyesopen.com>
2147
2148         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
2149
2150 2002-07-10  Roger Sayle  <roger@eyesopen.com>
2151
2152         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
2153
2154 2002-07-10  Jeffrey A Law  <law@redhat.com>
2155
2156         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
2157
2158         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
2159
2160 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
2161
2162         * gcc.dg/20020312-2.c: Check for __PPC__.
2163
2164 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
2165
2166         * gcc.c-torture/compile/20020709-1.c: New test.
2167
2168 2002-07-07  Roger Sayle  <roger@eyesopen.com>
2169
2170         * g++.dg/template/qualttp21.C: New test case.
2171
2172 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
2173
2174         * gcc.c-torture/compile/20020706-1.c: New test.
2175         * gcc.c-torture/compile/20020706-2.c: New test.
2176
2177 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
2178             Alexandre Oliva  <aoliva@redhat.com>
2179
2180         * g++.dg/warn/incomplete1.C: New test.
2181
2182 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2183
2184         PR c++/7099
2185         * g++.dg/warn/noreturn1.C: New test.
2186
2187 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
2188
2189         PR c++/6706
2190         * g++.dg/debug/debug6.C: New test.
2191         * g++.dg/debug/debug7.C: New test.
2192
2193 Thu Jul  4 07:36:48 2002  J"orn Rennecke <joern.rennecke@superh.com>
2194
2195         * gcc.c-torture/compile/simd-3.c: New test.
2196
2197 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
2198
2199         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
2200         * gcc.dg/20020620-1.c: Likewise.
2201
2202 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2203
2204         PR c++/6944
2205         * g++.dg/init/array4.C: New test.
2206         * g++.dg/init/array5.C: New test.
2207
2208 Wed Jul  3 10:25:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
2209
2210         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
2211         * gcc.c-torture/execute/simd-2.c (main): Likewise.
2212
2213 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2214
2215         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
2216         * gcc.dg/wtr-aggr-init-1.c: Likewise.
2217         * gcc.dg/wtr-conversion-1.c: Likewise.
2218         * gcc.dg/wtr-escape-1.c: Likewise.
2219         * gcc.dg/wtr-int-type-1.c: Likewise.
2220         * gcc.dg/wtr-label-1.c: Likewise.
2221         * gcc.dg/wtr-static-1.c: Likewise.
2222         * gcc.dg/wtr-strcat-1.c: Likewise.
2223         * gcc.dg/wtr-suffix-1.c: Likewise.
2224         * gcc.dg/wtr-switch-1.c: Likewise.
2225         * gcc.dg/wtr-unary-plus-1.c: Likewise.
2226         * gcc.dg/wtr-union-init-1.c: Likewise.
2227         * gcc.dg/wtr-union-init-2.c: Likewise.
2228         * gcc.dg/wtr-union-init-3.c: Likewise.
2229
2230         * gcc.dg/wtr-func-def-1.c: New test.
2231
2232 2002-07-02 Devang Patel <dpatel@apple.com>
2233
2234         * objc.dg/param-1.m: New test.
2235
2236 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
2237
2238         * gcc.dg/cpp/trad/directive.c: Add test.
2239         * gcc.dg/cpp/trad/macroargs.c: Add test.
2240         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
2241
2242 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
2243
2244         * gcc.dg/cpp/cmdlne-M.c: New test.
2245
2246 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
2247
2248         * objc.dg/desig-init-1.m: New test.
2249
2250 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2251
2252         PR c++/6716
2253         * g++.dg/template/instantiate1.C: New test.
2254
2255 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
2256
2257         PR c++/7112
2258         * g++.dg/template/sizeof2.C: New test.
2259
2260 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
2261
2262         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
2263         gcc.dg/cpp/trad/include.c: New tests.
2264
2265 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
2266
2267         PR target/7177
2268         * gcc.c-torture/compile/20020701-1.c: New test.
2269
2270 2002-07-01  Stan Shebs  <shebs@apple.com>
2271
2272         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
2273         header here...
2274         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
2275         (objc-torture-execute): or here.
2276
2277 Mon Jul  1 12:51:05 2002  J"orn Rennecke <joern.rennecke@superh.com>
2278
2279         * gcc.c-torture/execute/arith-rand-ll.c: New test.
2280
2281 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
2282
2283         * gcc.dg/cpp/trad/escaped-nl.c: New test.
2284
2285 2002-06-30  Devang Patel  <dpatel@apple.com>
2286
2287         * objc.dg/fsyntax-only.m: New test.
2288
2289 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
2290
2291         PR c++/6695
2292         * g++.dg/template/friend7.C: New file.
2293
2294 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
2295
2296         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
2297         return type.
2298
2299 Thu Jun 27 15:23:21 2002  J"orn Rennecke <joern.rennecke@superh.com>
2300
2301         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
2302         avoid division by zero.
2303
2304 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
2305
2306         * gcc.dg/Wunknownprag.c: New tests.
2307
2308 Tue Jun 25 21:50:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
2309
2310         * gcc.c-torture/execute/simd-2.c: New test.
2311
2312 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
2313
2314         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
2315         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
2316         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
2317         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
2318         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
2319         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
2320         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
2321         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
2322         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
2323         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
2324         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
2325         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
2326         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
2327         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
2328         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
2329         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
2330         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
2331
2332 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
2333
2334         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
2335         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
2336         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
2337         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
2338         New tests.
2339         * gcc.dg/cpp/trad/directive.c: Update.
2340
2341 2002-06-23  Andreas Jaeger  <aj@suse.de>
2342
2343         * gcc.c-torture/execute/complex-6.c: New.
2344
2345 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
2346
2347         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
2348         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
2349         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
2350         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
2351
2352 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
2353
2354         * gcc.dg/cpp/trad: New directory with traditional tests copied
2355         from parent directory.
2356         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2357         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2358         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2359         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2360         Move to trad/ and rename.
2361         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
2362         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
2363         gcc.dg/cpp/trad/redef2.c: New tests.
2364         * gcc.dg/cpp/trad/trad.exp: New driver.
2365
2366 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
2367
2368         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
2369         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
2370         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
2371         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
2372         Remove.
2373
2374 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
2375
2376         * gcc.dg/20020620-1.c: New test.
2377
2378 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2379
2380         * g++.dg/template/ttp4.C: New test.
2381
2382 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
2383
2384         * g++.dg/opt/vt1.C: Fix regexp.
2385
2386 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2387
2388         * gcc.c-torture/execute/pure-1.c: Make functions static again.
2389         Don't use attribute `noinline'.
2390
2391 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
2392
2393         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
2394
2395 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
2396
2397         * gcc.c-torture/execute/simd-1.c: New.
2398
2399         * gcc.dg/simd-1.c: New.
2400
2401 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
2402
2403         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
2404
2405 2002-06-16  Richard Henderson  <rth@redhat.com>
2406
2407         * g++.dg/ext/anon-struct1.C: New.
2408         * g++.dg/ext/anon-struct2.C: New.
2409         * g++.dg/ext/anon-struct3.C: New.
2410         * gcc.dg/anon-struct-1.c: New.
2411         * gcc.dg/anon-struct-2.c: New.
2412         * gcc.dg/anon-struct-3.c: New.
2413         * gcc.dg/20011008-1.c: Adjust warning text.
2414         * gcc.dg/20020527-1.c: Add -fms-extensions.
2415
2416 2002-06-16  Richard Henderson  <rth@redhat.com>
2417
2418         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
2419
2420 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
2421
2422         * gcc.c-torture/execute/20020615-1.c: New test.
2423
2424 2002-06-15  Roger Sayle  <roger@eyesopen.com>
2425
2426         * gcc.c-tortuture/execute/compare-1.c: New test case.
2427         * gcc.c-tortuture/execute/compare-2.c: New test case.
2428         * gcc.c-tortuture/execute/compare-3.c: New test case.
2429
2430 2002-06-13  Richard Henderson  <rth@redhat.com>
2431
2432         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
2433         ia64 ilp32.
2434
2435 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2436
2437         * g++.dg/template/typename2.C: Update error message.
2438
2439 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
2440
2441         * gcc.c-torture/execute/20020611-1.c: New test.
2442
2443 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
2444
2445         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
2446         list of targets to skip.
2447
2448 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
2449
2450         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
2451         targets if not optimizing.
2452
2453 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
2454
2455         * gcc.c-torture/compile/20020605-1.c: New test.
2456
2457         * g++.dg/opt/vt1.C: New test.
2458
2459         * gcc.dg/20020531-1.c: New test.
2460
2461         * gcc.dg/20020530-1.c: New test.
2462
2463         * gcc.dg/20020527-1.c: New test.
2464
2465         * g++.dg/opt/cse1.C: New test.
2466
2467 2002-06-07  Roger Sayle  <roger@eyesopen.com>
2468
2469         * gcc.dg/20020607-2.c: New test case.
2470
2471 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
2472
2473         * gcc.c-torture/compile/20020604-1.c: New test.
2474
2475 2002-06-04  Richard Henderson  <rth@redhat.com>
2476
2477         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
2478         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
2479         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
2480
2481 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
2482
2483         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
2484
2485 2002-06-03  Richard Henderson  <rth@redhat.com>
2486
2487         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
2488         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
2489
2490 2002-06-02  Richard Henderson  <rth@redhat.com>
2491
2492         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
2493         test functions static.
2494
2495 2002-06-02  Andreas Jaeger  <aj@suse.de>
2496
2497         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
2498         now.
2499
2500 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2501
2502         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
2503         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
2504         Update for mofified diagnostics.
2505         * gcc.dg/c99-intconst-1.c: No longer fail.
2506
2507 2002-06-02  Richard Henderson  <rth@redhat.com>
2508
2509         * gcc.dg/uninit-A.c: Remove xfail markers.
2510
2511 2002-06-01  Roger Sayle  <roger@eyesopen.com>
2512
2513         * gcc.dg/fnegate-1.c: New test case.
2514
2515 2002-05-30  Osku Salerma  <osku@iki.fi>
2516
2517         * gcc.c-torture/execute/mayalias-1.c: New file.
2518
2519 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2520
2521         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
2522         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
2523         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
2524
2525 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
2526
2527         * gcc.c-torture/execute/20020529-1.c: New test.
2528
2529 2002-05-27  Richard Henderson  <rth@redhat.com>
2530
2531         * g++.dg/ext/attrib6.C: New test case.
2532
2533 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2534
2535         * gcc.c-torture/execute/pure-1.c: New test.
2536
2537 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2538
2539         * gcc.dg/cpp/arith-2.c: Remove.
2540
2541 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
2542
2543         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
2544         * gcc.dg/cpp/if-3.c: Remove.
2545
2546 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
2547
2548         * g++.dg/opt/cse2.C: New test.
2549
2550 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
2551
2552         * gcc.dg/cpp/arith-1.c: New semantic tests.
2553         * gcc.dg/cpp/if-1.c: Update.
2554
2555 2002-05-24  Ben Elliston  <bje@redhat.com>
2556
2557         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
2558
2559 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
2560
2561         * gcc.dg/verbose-asm.c: New test.
2562
2563 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2564
2565         * gcc.dg/cpp/paste12.c: New test.
2566
2567 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2568
2569         * g++.dg/parse/named_ops.C: New test.
2570
2571 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
2572
2573         * gcc/testsuite/gcc.dg/weak-8.c: New test.
2574
2575 Thu May 23 11:09:26 2002  J"orn Rennecke <joern.rennecke@superh.com>
2576
2577         * gcc.dg/weak-2.c: Allow optional leading underscore
2578         in scan-assembler symbol name.
2579         * gcc.dg/weak-3.c: Likewise.
2580         * gcc.dg/weak-4.c: Likewise.
2581         * gcc.dg/weak-5.c: Likewise.
2582
2583 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
2584
2585         * gcc.dg/20020523-1.c: New test.
2586
2587 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2588
2589         * objc.dg/const-str-2.m: Update now that we stop after
2590         a command line error.
2591
2592 2002-05-22  Richard Henderson  <rth@redhat.com>
2593
2594         * g++.dg/dg.exp: Fix typo in test pruneing.
2595
2596 2002-05-22  Richard Henderson  <rth@redhat.com>
2597
2598         * g++.dg/dg.exp: Prune the tls subdirectory.
2599         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
2600         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
2601         * g++.dg/tls/init-1.C: New.
2602
2603 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
2604
2605         * gcc.dg/20020517-1.c: New test.
2606
2607 2002-05-21  Richard Henderson  <rth@redhat.com>
2608
2609         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
2610         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
2611
2612 Tue May 21 14:25:32 2002  Brian R. Gaeke  <brg@dgate.ORG>
2613
2614         * g++.dg/other/copy2.C: New test.
2615
2616 Mon May 20 10:51:35 2002  J"orn Rennecke <joern.rennecke@superh.com>
2617
2618         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
2619         (MAX_COPY): Bump up to 10 times sizeof (long long).
2620         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
2621
2622         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
2623         sizeof (long long).
2624
2625         * gcc.c-torture/execute/strcpy-1.c: New test.
2626
2627 2002-05-19  Jason Merrill  <jason2redhat.com>
2628
2629         * g++.dg/ext/oper1.C: New test.
2630
2631 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
2632 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
2633
2634         * README.QMTEST: New file.
2635
2636         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
2637
2638 2002-05-19  Andreas Jaeger  <aj@suse.de>
2639
2640         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
2641         now.
2642         * gcc.c-torture/execute/loop-2d.x: Likewise.
2643
2644 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
2645
2646         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
2647         support weak symbols.
2648         * gcc.dg/weak-4.c: Likewise
2649         * gcc.dg/weak-6.c: Likewise
2650
2651 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
2652
2653         * gcc.dg/weak-3.c: Add dg-excess-error comment for
2654         cygwin, coff and h8300-*-hms targets
2655         * gcc.dg/weak-5.c: Likewise
2656         * gcc.dg/weak-7.c: Likewise
2657
2658 2002-05-16  Jason Merrill  <jason@redhat.com>
2659
2660         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
2661         (scan-assembler-not, scan-assembler-dem): Likewise.
2662         (scan-assembler-dem-not): Likewise.
2663
2664 2002-05-15  Richard Henderson  <rth@redhat.com>
2665
2666         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
2667
2668 2002-05-15  Richard Henderson  <rth@redhat.com>
2669
2670         * gcc.dg/weak-5.c (vfoo1c): No warning here.
2671         (vfoo1f): Warning here.
2672         (vfoo1l): Don't redefine the alias.
2673
2674 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
2675
2676         * g++.dg/init/pm1.C: New test.
2677
2678 2002-05-12  David S. Miller  <davem@redhat.com>
2679
2680         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
2681         types.
2682
2683 2002-05-10  Roger Sayle  <roger@eyesopen.com>
2684
2685         * gcc.c-torture/execute/20020510-1.c: New test case.
2686
2687 2002-05-10  David S. Miller  <davem@redhat.com>
2688
2689         * gcc.c-torture/execute/conversion.c: Test long double too.
2690
2691 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
2692
2693         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
2694         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
2695         * lib/g++.exp (g++_link_flags): Likewise.
2696         * lib/objc.exp (objc_target_compile): Likewise.
2697
2698 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2699
2700         * gcc.dg/cpp/poison.c: Update.
2701         * gcc.dg/cpp/20000625-2.c: Remove.
2702         * gcc.dg/cpp/direct2s.c: Remove final test.
2703
2704 2002-05-08  Tom Rix  <trix@redhat.com>
2705
2706         * gcc.c-torture/execute/20020508-1.c: New test.
2707         * gcc.c-torture/execute/20020508-2.c: New test.
2708         * gcc.c-torture/execute/20020508-3.c: New test.
2709
2710 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2711
2712         * gcc.dg/cpp/charconst-4.c: More tests.
2713
2714 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
2715
2716         PR c/6569
2717         * gcc.dg/weak-3.c: Update location of warning messages.
2718         * gcc.dg/weak-5.c: Likewise.
2719
2720 2002-05-06  Roger Sayle  <roger@eyesopen.com>
2721
2722         * gcc.c-torture/execute/20020506-1.c: New test case.
2723
2724 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2725
2726         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
2727
2728 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2729
2730         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
2731
2732 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2733
2734         * gcc.dg/cpp/charconst-3.c: New test.
2735
2736 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2737
2738         * gcc.dg/cpp/charconst.c: Update tests.
2739
2740 2002-05-05  Tim Josling  <tej@melbpc.org.au>
2741
2742         * treelang: Added directory for new sample language treelang. Also
2743         lib/treelang.exp: New file to signal treelang should be tested.
2744
2745 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
2746
2747         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
2748         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
2749         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
2750         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
2751         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
2752         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
2753         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
2754
2755 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2756
2757         * gcc.dg/format/xopen-2.c: New test.
2758
2759 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
2760
2761         * gcc.dg/20020503-1.c: New test.
2762
2763 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
2764
2765         * g++.dg/init/dtor1.C: Make it tougher.
2766
2767 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
2768
2769         * g++.dg/init/dtor1.C: New test.
2770
2771 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
2772
2773         * gcc.dg/altivec-8.c: New.
2774
2775 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
2776
2777         * gcc.dg/altivec-7.c: New.
2778
2779 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
2780
2781         * g++.dg/parse/typedef1.C: New test.
2782
2783 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
2784
2785         PR c++/6486
2786         * g++.dg/template/friend6.C: New test.
2787
2788         PR c++/6492
2789         * g++.dg/init/copy1.C: New test.
2790
2791 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
2792
2793         * g++.dg/warn/effc1.C: New test.
2794
2795 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2796
2797         * gcc.dg/cpp/if-cexp.c: Add a test.
2798
2799 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
2800
2801         * gcc.dg/20020426-2.c: New test.
2802
2803 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2804
2805         * gcc.dg/cpp/if-mop.c: Update.
2806         * gcc.dg/cpp/if-mpar.c: Add test.
2807         * gcc.dg/cpp/if-oppr.c: Update.
2808
2809 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2810
2811         PR c/6343
2812         * gcc.dg/weak-[2-7].c: New tests.
2813
2814 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
2815
2816         * gcc.dg/enum1.c: New test.
2817
2818 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
2819
2820         PR c++/6497
2821         * g++.dg/inherit/access2.C: New test.
2822
2823 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
2824
2825         PR bootstrap/6445
2826         * gcc.dg/20020426-1.c: New test.
2827
2828 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
2829
2830         * g++.dg/abi/enum1.C: New test.
2831
2832 2002-04-26  Richard Henderson  <rth@redhat.com>
2833
2834         * gcc.dg/c99-bool-1.c: Expect always true warning.
2835
2836 2002-04-25  Roger Sayle  <roger@eyesopen.com>
2837
2838         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
2839
2840 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2841
2842         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
2843         targets.
2844
2845 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
2846
2847         * g++.dg/abi/mange7.C: New test.
2848
2849         PR c++/6438.
2850         * g++.dg/parse/stmtexpr2.C: New test.
2851
2852 Wed Apr 24 21:38:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
2853
2854         * gcc.dg/20020312-2.c: Add SH target.
2855
2856 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2857
2858         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
2859         compiler output on mips*-*-irix*.
2860
2861 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
2862
2863         * g++.dg/parse/attr1.C: New test.
2864
2865 2002-04-23  Roger Sayle  <roger@eyesopen.com>
2866
2867         * gcc.c-torture/execute/string-opt-17.c: New test case.
2868         * gcc.c-torture/execute/memset-2.c: New test case.
2869
2870 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
2871
2872         PR c++/6256:
2873         * g++.dg/template/friend5.C: New test.
2874
2875         PR c++/6331:
2876         * g++.dg/template/qual1.C: Likewise.
2877
2878 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
2879
2880         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
2881         Include stdlib.h, not stdio.h or ctype.h.
2882
2883 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
2884
2885         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
2886         cris-*-elf* and mmix-*-*.
2887         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
2888         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
2889         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
2890         Ditto.
2891         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
2892         * gcc.dg/wchar_t-1.c: Ditto.
2893
2894 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
2895
2896         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
2897         Clarify comment.
2898
2899 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
2900
2901         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
2902
2903 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2904
2905         * gcc.c-torture/execute/20000906-1.x: Delete.
2906
2907 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
2908
2909         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
2910
2911 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
2912
2913         * PR6367
2914         * g77.f-torture/execute/6367.f: New test.
2915         * g77.f-torture/execute/6367.x: Disable for MMIX.
2916
2917 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
2918
2919         * PR6352
2920         * g++.dg/opt/inline2.C: New test.
2921
2922 2002-04-18  Richard Henderson  <rth@redhat.com>
2923
2924         * gcc.dg/20000906-1.c: Enable for all targets.
2925         * gcc.c-torture/compile/iftrap-2.c: New.
2926
2927 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
2928
2929         * gcc.dg/20020418-1.c: New test.
2930         * gcc.dg/20020418-2.c: New test.
2931
2932 2002-04-18  Richard Henderson  <rth@redhat.com>
2933
2934         * gcc.c-torture/compile/iftrap-1.c: New.
2935         * gcc.dg/iftrap-1.c: Adjust for ia64.
2936         * gcc.dg/iftrap-2.c: New.
2937
2938 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
2939
2940         * gcc.c-torture/compile/20020418-1.c: New test.
2941
2942 2002-04-18  Roger Sayle  <roger@eyesopen.com>
2943
2944         * gcc.c-torture/compile/20020415-1.c: New.
2945
2946 2002-04-18  David S. Miller  <davem@redhat.com>
2947
2948         * gcc.c-torture/execute/20020418-1.c: New test.
2949
2950 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
2951
2952         * gcc.dg/20020416-1.c: New test.
2953
2954         * g++.dg/opt/inline1.C: New test.
2955
2956 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
2957
2958         * gcc.dg/altivec-5.c: New test.
2959
2960         * gcc.dg/20020415-1.c: New test.
2961
2962 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
2963
2964         * testsuite/lib/chill.exp: Remove.
2965
2966 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
2967
2968         * g++.dg/other/big-struct.C: New test.
2969
2970 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
2971
2972         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
2973         of scratch file.
2974
2975 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
2976
2977         PR c/6277
2978         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
2979         in scan-assembler function name
2980
2981 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
2982
2983         * g77.f-torture/execute/980628-4.x,
2984         g77.f-torture/execute/980628-5.x,
2985         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
2986         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
2987         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
2988         i[34567]86-*-*.
2989
2990 2002-04-13  David S. Miller  <davem@redhat.com>
2991
2992         * gcc.c-torture/execute/20020413-1.c: New test.
2993
2994 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
2995
2996         * gcc.dg/asm-6.c,
2997         * g++.dg/ext/asm1.C: New tests.
2998
2999 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3000
3001         PR c++ 5373.
3002         * g++.dg/parse/stmtexpr1.C: New test.
3003
3004         PR c++/5189.
3005         * g++.dg/template/copy1.C: New test.
3006
3007 2002-04-12  Richard Henderson  <rth@redhat.com>
3008
3009         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
3010
3011 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
3012
3013         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
3014         gcc.c-torture/execute/20020307-2.c.
3015
3016 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
3017
3018         * g++.dg/ext/attrib5.C,
3019         * g++.dg/lookup/struct1.C: New tests.
3020
3021 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
3022
3023         * gcc.dg/20020411-1.c: New test.
3024
3025         * gcc.c-torture/execute/20020411-1.c: New test.
3026
3027 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
3028
3029         * g77.f-torture/execute/6177.f: New test.
3030
3031 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
3032
3033         PR middle-end/6247
3034         * g++.dg/opt/cleanup1.C: New test.
3035
3036         * g++.dg/opt/const1.C: New test.
3037
3038 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
3039
3040         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
3041
3042 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
3043
3044         PR c++/5507
3045         * g++.dg/template/typename2.C: New test.
3046
3047 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
3048
3049         * gcc.c-torture/execute/loop-12.c: New.
3050
3051 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
3052
3053         * g77.f-torture/execute/980628-4.x,
3054         g77.f-torture/execute/980628-5.x,
3055         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
3056         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
3057         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
3058
3059 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3060
3061         PR optimization/6086
3062         * g++.dg/opt/preinc1.C: New test.
3063
3064 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3065
3066         PR c++/5571
3067         * g++.dg/opt/static2.C: New test.
3068
3069 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3070
3071         PR c/5120
3072         * gcc.dg/20020406-1.c: New test.
3073
3074 2002-04-04  David S. Miller  <davem@redhat.com>
3075
3076         * gcc.c-torture/execute/20020404-1.c: New test.
3077
3078 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
3079
3080         PR c/6123
3081         * gcc.dg/20020312-2.c: Do not declare global register variable
3082         if __PIC__ or __pic__ is defined.
3083
3084 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
3085
3086         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
3087         __asm__ so that it works correctly even if -ansi -pedantic-errors.
3088
3089 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3090
3091         * gcc.misc-tests/linkage.exp: Update last change to handle
3092         sparc*-, not just sparc-.
3093
3094 2002-04-03  Richard Henderson  <rth@redhat.com>
3095
3096         * gcc.dg/cpp/ucs.c: Improved long UCS test.
3097
3098 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
3099
3100         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
3101
3102 2002-04-02  David S. Miller  <davem@redhat.com>
3103
3104         * gcc.c-torture/execute/20020402-3.c: New test.
3105
3106 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
3107
3108         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
3109         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
3110
3111         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
3112         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
3113         g77.f-torture/execute/20001201.x,
3114         g77.f-torture/execute/u77-test.x: New files.
3115
3116         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
3117         * gcc.dg/wchar_t-1.c: Ditto.
3118
3119 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3120
3121         * gcc.c-torture/execute/20020402-1.c: New test.
3122
3123 2002-04-01  Richard Henderson  <rth@redhat.com>
3124
3125         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
3126
3127         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
3128
3129 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3130
3131         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
3132
3133 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3134
3135         * g++.dg/inherit/template-as-base.C: Expect error.
3136         * g++.dg/inherit/namespace-as-base.C: Likewise.
3137
3138 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
3139
3140         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
3141         g++.dg/ext/instantiate3.C: Tweak match patterns.
3142
3143         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
3144         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
3145         -da test.
3146
3147 2002-03-31  Richard Henderson  <rth@redhat.com>
3148
3149         * gcc.dg/special/alias-2.c: New.
3150         * gcc.dg/special/ecos.exp: Run it.
3151
3152 2002-03-31  Richard Henderson  <rth@redhat.com>
3153
3154         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
3155
3156 2002-03-31  Kazu Hirata  <kazu@hxi.com>
3157
3158         * gcc.dg/weak-1.c: Disable on h8300 port.
3159
3160 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
3161
3162         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
3163         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
3164         ordering tests.
3165         * g++.dg/bprob/bprob-1.C: New test.
3166         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
3167         * g++.dg/gcov/gcov-1.C: New test.
3168         * g++.dg/gcov/gcov-1.x: New file.
3169         * g++.dg/gcov/gcov-2.C: New test.
3170         * g++.dg/gcov/gcov-3.C: New test.
3171         * g++.dg/gcov/gcov-3.h: New file.
3172
3173 2002-03-28  Roger Sayle  <roger@eyesopen.com>
3174
3175         * g++.old-deja/g++.other/builtins5.C: New test.
3176         * g++.old-deja/g++.other/builtins6.C: New test.
3177         * g++.old-deja/g++.other/builtins7.C: New test.
3178         * g++.old-deja/g++.other/builtins8.C: New test.
3179         * g++.old-deja/g++.other/builtins9.C: New test.
3180
3181 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
3182
3183         * g++.dg/opt/static1.C: New test.
3184
3185         * g++.dg/opt/longbranch1.C: New test.
3186
3187 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
3188
3189         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
3190
3191         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
3192
3193 Thu Mar 28 16:38:09 2002  Jeffrey A Law  (law@redhat.com)
3194
3195         * gcc.c-torture/execute/20020328-1.c: New test.
3196
3197 2002-03-27  Richard Henderson  <rth@redhat.com>
3198
3199         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
3200         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
3201         move from g++.old-deja/g++.ext/.
3202
3203 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
3204
3205         * g++.dg/init/new2.C: New test.
3206
3207 2002-03-26  Richard Henderson  <rth@redhat.com>
3208
3209         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
3210
3211         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
3212         on sparc.
3213
3214         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
3215         sparcv9 systems.
3216         * gcc.dg/20001102-1.c: Likewise.
3217
3218 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
3219
3220         * gcc.dg/cpp/endif-pedantic1.c,
3221         gcc.dg/cpp/endif-pedantic2.c:  New tests.
3222
3223 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
3224
3225         * g++.dg/init/new1.C: New test.
3226
3227 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
3228
3229         * g++.dg/abi/vbase9.C: New test.
3230
3231 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
3232
3233         * gcc.dg/arm-asm.c: New test.
3234
3235 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
3236
3237         * gcc.dg/Wswitch-enum.c: New test.
3238         Fix PR c/5044.
3239
3240 2002-03-26  Richard Henderson  <rth@redhat.com>
3241
3242         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
3243         structure.
3244
3245 2002-03-25  Richard Henderson  <rth@redhat.com>
3246
3247         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
3248         sparcv9 systems.
3249
3250         * gcc.c-torture/compile/20011119-1.c (xxx): New.
3251         * gcc.c-torture/compile/20011119-2.c (xxx): New.
3252
3253 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
3254
3255         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
3256
3257 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
3258
3259         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
3260         targets using generic thunk support.
3261
3262 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
3263
3264         * gcc.c-torture/compile/20020323-1.c: New test.
3265
3266         * g++.dg/opt/conj2.C: New test.
3267
3268 2002-03-24  Richard Henderson  <rth@redhat.com>
3269
3270         * gcc.dg/weak-1.c: Use -fno-common.
3271
3272 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3273
3274         * g77.dg/f77-edit-apostrophe-out.f: New test
3275         * g77.dg/f77-edit-h-out.f: New test
3276         * g77.dg/f77-edit-t-in.f: New test
3277         * g77.dg/f77-edit-t-out.f: New test
3278         * g77.dg/f77-edit-x-out.f: New test
3279         * g77.dg/f77-edit-slash-out.f: New test
3280         * g77.dg/f77-edit-colon-out.f: New test
3281         * g77.dg/f77-edit-s-out.f: New test
3282
3283 2002-03-24  Richard Henderson  <rth@redhat.com>
3284
3285         * objc/execute/formal_protocol-6.x: New XFAIL.
3286
3287 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3288
3289         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
3290         that do not support weak symbols
3291
3292 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
3293
3294         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
3295         * lib/g77.exp:  Likewise
3296         * lib/objc.exp: Likewise
3297
3298 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
3299
3300         * gcc.dg/Wswitch-default.c: New test.
3301
3302 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
3303
3304         * g++.dg/other/enum1.C: New test.
3305
3306 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
3307
3308         * gcc.dg/pragma-ep-3.c: Fix typo.
3309
3310 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3311
3312         * g++.dg/inherit/template-as-base.C: New test.
3313
3314 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
3315
3316         * g++.old-deja/g++.other/dwarf2-1.C: Move...
3317         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
3318
3319 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
3320
3321         * gcc.dg/cpp/multiline.c: Update to match.
3322
3323 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
3324
3325         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
3326
3327 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
3328
3329         * gcc.dg/cpp/extratokens2.c:  New file.
3330
3331 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
3332
3333         * gcc.dg/20020312-2.c: Add rs6000 target.
3334
3335         * gcc.c-torture/compile/20020319-1.c: New test.
3336
3337 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3338
3339         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
3340         (A, E): Handle this.
3341
3342 2002-03-20  Jason Merrill  <jason@redhat.com>
3343
3344         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
3345         ignoring -fpic.
3346         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
3347         through prune_gcc_output.
3348
3349 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
3350
3351         * gcc.c-torture/compile/20020320-1.c: New test.
3352
3353 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
3354
3355         * gcc.c-torture/compile/20020318-1.c: New test.
3356
3357         * gcc.dg/struct-by-value-1.c: New test.
3358
3359         * gcc.dg/20020319-1.c: New test.
3360
3361 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
3362
3363         * g++.dg/opt/conj1.C: New test.
3364
3365 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
3366
3367         * g++.dg/template/qualttp20.C: Revert previous change.
3368         * g++.dg/template/qualttp3.C: Likewise.
3369         * g++.dg/template/qualttp4.C: Likewise
3370         * g++.dg/template/qualttp5.C: Likewise
3371         * g++.dg/template/qualttp6.C: Likewise
3372         * g++.dg/template/qualttp7.C: Likewise
3373         * g++.dg/template/qualttp8.C: Likewise
3374         * g++.dg/template/recurse.C: Likewise.
3375
3376 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3377
3378         * gcc.dg/cpp/wchar-1.c: Update.
3379
3380 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3381
3382         * g++.dg/template/conv1.C: New test.
3383         * g++.dg/template/conv2.C: New test.
3384         * g++.dg/template/conv3.C: New test.
3385         * g++.dg/template/conv4.C: New test.
3386
3387 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3388
3389         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
3390         * g++.dg/template/qualttp3.C: Likewise.
3391         * g++.dg/template/qualttp4.C: Likewise
3392         * g++.dg/template/qualttp5.C: Likewise
3393         * g++.dg/template/qualttp6.C: Likewise
3394         * g++.dg/template/qualttp7.C: Likewise
3395         * g++.dg/template/qualttp8.C: Likewise
3396         * g++.dg/template/recurse.C: Likewise.
3397
3398 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3399
3400         * g++.dg/opt/dtor1.C: New test.
3401
3402 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
3403
3404         * gcc.c-torture/compile/20020315-1.c: New test.
3405
3406 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
3407
3408         * gcc.dg/weak-1.c: Fix scan tests.
3409
3410 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
3411
3412         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
3413         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
3414         cris-*-aout* mmix-*-*.
3415         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
3416         cris-*-aout* mmix-*-*.
3417         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
3418         cris-*-elf* cris-*-aout* and mmix-*-*.
3419         * gcc.dg/20001009-1.c: Ditto.
3420         * gcc.dg/20010912-1.c: Ditto.
3421         * gcc.dg/20020122-4.c: Ditto.
3422         * gcc.dg/inline-2.c: Ditto.
3423
3424 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
3425
3426         * gcc.c-torture/compile/20020314-1.c: New test.
3427
3428 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
3429
3430         * gcc.c-torture/execute/20020314-1.c: New test.
3431
3432 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
3433
3434         * g++.dg/warn/Wunused-1.C: New test.
3435
3436 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
3437
3438         * g++.dg/abi/mangle6.C: New test.
3439
3440 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
3441
3442         * gcc.c-torture/compile/20020309-2.c: New test.
3443
3444         * gcc.c-torture/compile/20020312-1.c: New test.
3445
3446 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
3447
3448         * g++.dg/other/access1.C: New test.
3449
3450 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
3451
3452         * gcc.c-torture/execute/wchar_t-1.c: New test.
3453
3454 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
3455
3456         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
3457
3458 2002-03-12  Roger Sayle  <roger@eyesopen.com>
3459
3460         * gcc.dg/20020312-1.c: New test case.
3461
3462 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
3463
3464         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
3465
3466 2002-03-11  Richard Henderson  <rth@redhat.com>
3467
3468         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
3469         * g++.old-deja/g++.jason/report.C: Likewise.
3470
3471 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3472
3473         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
3474         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
3475
3476 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3477
3478         * testsuite/g++.dg/overload/pmf1.C: New test.
3479
3480 2002-03-11  Kazu Hirata  <kazu@hxi.com>
3481
3482         * gcc.c-torture/execute/20020307-1.c: Use long.
3483
3484 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
3485
3486         PR optimization/5844
3487         * gcc.dg/20020310-1.c: New test.
3488
3489 2002-03-09  Michael Meissner  <meissner@redhat.com>
3490
3491         * gcc.c-torture/execute/memcpy-2.c: New test.
3492         * gcc.c-torture/execute/memset-1.c: New test.
3493         * gcc.c-torture/execute/strlen-1.c: New test.
3494         * gcc.c-torture/execute/strcmp-1.c: New test.
3495         * gcc.c-torture/execute/strncmp-1.c: New test.
3496
3497 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
3498
3499         * gcc.dg/ppc-ldstruct.c: New test.
3500
3501 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
3502
3503         * gcc.c-torture/execute/va-arg-22.c: New test.
3504
3505 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3506
3507         * gcc.c-torture/compile/20020309-1.c: New test.
3508
3509 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
3510
3511         * gcc.c-torture/execute/20020307-2.c: New test.
3512
3513 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
3514
3515         * g77.f-torture/compile/20020307-1.f: New test.
3516
3517 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
3518
3519         * gcc.dg/unordered-1.c: New test.
3520
3521 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
3522
3523         * gcc.c-torture/execute/20020307-1.c: New test.
3524
3525 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
3526
3527         * gcc.dg/20020304-1.c: New test.
3528
3529         * gcc.c-torture/compile/20020304-2.c: New test.
3530
3531 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
3532
3533         * gcc.c-torture/compile/20020304-1.c: New test case
3534         (from PR c/5830).
3535
3536 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
3537
3538         * gcc.dg/20020103-1.c: Add other -D ppc variants.
3539
3540 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3541
3542         * g++.dg/other/classkey1.C: New test.
3543
3544 2002-03-01  Richard Henderson  <rth@redhat.com>
3545
3546         * gcc.c-torture/compile/981223-1.x: New.
3547         * gcc.c-torture/compile/920625-1.x: New.
3548
3549 2002-02-28  Richard Henderson  <rth@redhat.com>
3550
3551         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
3552
3553 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
3554
3555         * gcc.c-torture/execute/20020227-1.c: New test.
3556
3557 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
3558
3559         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
3560         here" ERROR lines.
3561         * g++.old-deja/g++.oliva/partord1.C: Likewise.
3562         * g++.old-deja.g++.other/defarg1.C: Likewise.
3563         * g++.old-deja/g++.pt/calls2.C: Likewise.
3564         * g++.old-deja/g++.pt/crash20.C: Likewise.
3565         * g++.old-deja/g++.pt/crash30.C: Likewise.
3566         * g++.old-deja/g++.pt/crash36.C: Likewise.
3567         * g++.old-deja/g++.pt/crash6.C: Likewise.
3568         * g++.old-deja/g++.pt/defarg13.C: Likewise.
3569         * g++.old-deja/g++.pt/derived3.C: Likewise.
3570         * g++.old-deja/g++.pt/error1.C: Likewise.
3571         * g++.old-deja/g++.pt/friend21.C: Likewise.
3572         * g++.old-deja/g++.pt/friend23.C: Likewise.
3573         * g++.old-deja/g++.pt/infinite1.C: Likewise.
3574         * g++.old-deja/g++.robertl/eb128.C: Likewise.
3575
3576 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
3577
3578         * gcc.c-torture/execute/20020225-2.c: New test.
3579
3580 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
3581
3582         * gcc.c-torture/execute/920730-1t.c,
3583         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
3584         Delete test cases, only relevant to -traditional.
3585
3586 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3587
3588         * gcc.dg/cpp/undef1.c: Remove.
3589         * gcc.dg/cpp/directiv.c: Update.
3590         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
3591
3592 2002-02-27  Michael Meissner  <meissner@redhat.com>
3593
3594         * gcc.c-torture/execute/20020226-1.c: New test.
3595
3596 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
3597
3598         * g++.dg/debug/debug4.C: New test.
3599
3600         * gcc.dg/ia64-visibility-1.c: New test.
3601
3602 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
3603
3604         * gcc.dg/debug/20020224-1.c: New.
3605
3606 2002-02-25  Kazu Hirata  <kazu@hxi.com>
3607
3608         * gcc.c-torture/execute/960416-1.x: New.
3609         * gcc.c-torture/execute/divconst-3.x: Likewise.
3610
3611 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
3612
3613         * gcc.dg/20020224-1.c: New test.
3614
3615 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
3616
3617         * gcc.c-torture/execute/20020225-1.c: New.
3618
3619 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3620
3621         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
3622
3623 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
3624
3625         * gcc.dg/20020222-1.c: New test.
3626
3627 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
3628
3629         * g++.dg/opt/anonunion1.C: New test.
3630
3631 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
3632
3633         * g++.dg/template/qualttp19.C: New test.
3634         * g++.dg/template/qualttp20.C: New test.
3635         * g++.old-deja/g++.jason/report.C: Adjust expected errors
3636         * g++.old-deja/g++.other/qual1.C: Likewise.
3637
3638 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
3639
3640         * gcc.dg/attr-alwaysinline.c: New.
3641
3642 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
3643
3644         * gcc.dg/20020220-1.c: New test.
3645
3646         * gcc.dg/20020220-2.c: New test.
3647
3648         * g++.dg/opt/mmx1.C: New test.
3649
3650 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
3651
3652         * gcc.c-torture/compile/20020110.c: New test.
3653
3654 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
3655
3656         * gcc.c-torture/execute/20020219-1.c: New test.
3657
3658         * gcc.dg/20020219-1.c: New test.
3659
3660         * gcc.dg/noncompile/20020220-1.c: New test.
3661
3662         * g++.dg/opt/ptrintsum1.C: New test.
3663
3664         * gcc.dg/debug/20020220-1.c: New test.
3665
3666 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
3667
3668         * gcc.c-torture/execute/20020216-1.c: New test.
3669
3670 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
3671
3672         * gcc.dg/decl-1.c: Update, new test.
3673
3674 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
3675
3676         * g++.dg/abi/bitfield1.C: New test.
3677         * g++.dg/abi/bitfield2.C: New test.
3678
3679 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
3680
3681         * gcc.dg/attr-nest.c: New test.
3682
3683 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
3684
3685         * gcc.c-torture/execute/20020215-1.c: New test.
3686
3687 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
3688
3689         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
3690         * g++.dg/debug/debug.exp: New.
3691         * g++.dg/debug/trivial.C: New.
3692         * g++.dg/debug/debug1.C: Moved...
3693         * g++.dg/other/debug1.C: ...from here.
3694         * g++.dg/debug/debug2.C: Moved...
3695         * g++.dg/other/debug2.C: ...from here.
3696         * g++.dg/debug/debug3.C: Moved...
3697         * g++.dg/other/debug3.C: ...from here.
3698
3699         * gcc.dg/noncompile/20020213-1.c: New test.
3700
3701 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
3702
3703         * g++.dg/other/debug3.C: New test.
3704
3705         * gcc.c-torture/execute/20020213-1.c: New test.
3706
3707 2002-02-13  Richard Smith <richard@ex-parrot.com>
3708
3709         * g++.old-deja/g++.other/thunk1.C: New test.
3710
3711 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
3712
3713         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
3714
3715 2002-02-13  Stan Shebs  <shebs@apple.com>
3716
3717         * gcc.dg/altivec-3.c: New.
3718
3719 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
3720
3721         * gcc.dg/Wunreachable-1.c: New test.
3722         * gcc.dg/Wunreachable-2.c: New test.
3723
3724 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3725
3726         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
3727
3728 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
3729
3730         * gcc.dg/decl-1.c: New test.
3731
3732 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
3733
3734         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
3735
3736 2002-02-10  Kazu Hirata  <kazu@hxi.com>
3737
3738         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
3739         * gcc.c-torture/compile/980506-1.x: Likewise.
3740
3741 2002-02-10  Kazu Hirata  <kazu@hxi.com>
3742
3743         * gcc.dg/20020210-1.c: New.
3744
3745 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
3746
3747         * g77.f-torture/execute/947.f: New regression test
3748         for PR fortran/947.
3749
3750 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
3751
3752         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
3753         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
3754
3755 2002-02-08  Richard Henderson  <rth@redhat.com>
3756
3757         * gcc.c-torture/compile/labels-3.c: New.
3758
3759 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
3760
3761         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
3762         expression statements work instead.
3763         * gcc.dg/noncompile/20020207-1.c: New test.
3764
3765 2002-02-07  Richard Henderson  <rth@redhat.com>
3766
3767         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
3768
3769 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
3770
3771         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
3772         message from g77
3773         * lib/g77-dg.exp: Trim g77 error messages so that they are
3774         recognized by dg.exp.
3775
3776 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
3777
3778         PR fortran/5473
3779         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
3780
3781 2002-02-07  Richard Henderson  <rth@redhat.com>
3782
3783         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
3784         to be sufficiently aligned for integers.
3785
3786 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
3787
3788         * g++.dg/template/friend4.C: New test.
3789
3790 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
3791
3792         PR fortran/5743
3793         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
3794         unsupported cases.
3795
3796 2002-02-07  Richard Henderson  <rth@redhat.com>
3797
3798         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
3799         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
3800         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
3801         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
3802
3803 2002-02-06  Richard Henderson  <rth@redhat.com>
3804
3805         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
3806
3807 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
3808
3809         * gcc.dg/20020206-1.c: New test.
3810
3811 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
3812
3813         * gcc.c-torture/execute/20020206-1.c: New test.
3814
3815         * gcc.c-torture/execute/20020206-2.c: New test.
3816
3817         PR optimization/5429:
3818         * gcc.c-torture/compile/20020206-1.c: New test.
3819
3820 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
3821
3822         * g++.dg/ext/align1.C: Do not use an explicit alignment value
3823         as certain file formats cannot support particularly large
3824         alignments.
3825
3826         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
3827         and do not expect to be able to link the executable.
3828
3829         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
3830         fail because the COFF format does not support the weak attribute.
3831
3832 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
3833
3834         * g77.dg/pr5473.f:  New test
3835
3836 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
3837
3838         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
3839         Fix testcase accordingly.
3840
3841 2002-02-04  Richard Henderson  <rth@redhat.com>
3842
3843         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
3844         (buf): Change to be an array of pointers, not ints.
3845
3846 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
3847
3848         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
3849         before all tests.  Move warning one line above to match where it
3850         C frontend emits.
3851         * gcc.dg/Wswitch-2.c: New test.
3852         * g++.dg/warn/Wswitch-1.C: New test.
3853         * g++.dg/warn/Wswitch-2.C: New test.
3854
3855 2002-02-04  Richard Henderson  <rth@redhat.com>
3856
3857         * g++.dg/abi/offsetof.C: Fix size comparison.
3858
3859 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
3860
3861         * gcc.dg/cast-qual-2.c: New test.
3862
3863 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
3864
3865         * gcc.dg/20020201-4.c: New test.
3866
3867 2002-02-04  Ben Elliston  <bje@redhat.com>
3868
3869         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
3870         target_info attribute != 0, in addition to the empty string.
3871         (gcc_target_compile): Likewise.
3872
3873 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
3874
3875         * gcc.dg/Wswitch.c: New test.
3876         PR gcc/4475. PR gcc/3780.
3877
3878 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
3879
3880         * g77.f-torture/execute/5122.f: New test for regressions
3881         against PR fortran/5122.
3882
3883 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
3884
3885         * g77.f-torture/compile/pr3743.f: Delete
3886         * g77.dg/pr3743-1.f: New test.
3887         * g77.dg/pr3743-2.f: New test.
3888         * g77.dg/pr3743-3.f: New test.
3889         * g77.dg/pr3743-4.f: New test.
3890
3891 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3892
3893         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
3894
3895 2002-02-02  Richard Henderson  <rth@redhat.com>
3896
3897         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
3898         * gcc.c-torture/execute/bf64-1.c: Likewise.
3899
3900 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
3901
3902         * gcc.dg/20020201-2.c: New test.
3903
3904         * gcc.dg/20020201-3.c: New test.
3905
3906         * gcc.c-torture/execute/bitfld-2.c: New test.
3907
3908 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
3909
3910         * gcc.dg/bitfld-1.c: Update.
3911         * gcc.dg/bitfld-2.c: Update.
3912         * gcc.c-torture/execute/bitfld-1.x: New.
3913
3914 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
3915
3916         * gcc.c-torture/execute/20020201-1.c: New test.
3917
3918 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
3919
3920         PR target/5469
3921         * gcc.dg/20020201-1.c: New test.
3922
3923 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
3924
3925         PR fortran/3743
3926         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
3927         * g77.f-torture/compile/pr3743.x: Remove
3928
3929 2002-01-31  Tom Rix  <trix@redhat.com>
3930
3931         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
3932
3933 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3934
3935         * gcc.dg/noncompile/20020130-1.c: New test.
3936
3937 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
3938
3939         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
3940
3941 2002-01-29  Richard Henderson  <rth@redhat.com>
3942
3943         * gcc.c-torture/execute/991118-1.c: Cast various constants back
3944         to long long.
3945         * gcc.c-torture/execute/bf64-1.c: Likewise.
3946
3947 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
3948
3949         * gcc.c-torture/execute/20020129-1.c: New test.
3950
3951 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3952
3953         * gcc.c-torture/compile/20000224-1.c: Update.
3954         * gcc.c-torture/execute/bitfld-1.c: New tests.
3955         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
3956         * gcc.dg/uninit-A.c: Update.
3957
3958 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
3959
3960         * g++.dg/template/ctor1.C: Add instantiation.
3961
3962 2002-01-28  Paul Koning  <pkoning@equallogic.com>
3963
3964         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
3965         argument to __builtin_prefetch to be const ptr.
3966
3967 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
3968
3969         * gcc.c-torture/compile/20020120-1.c: New test.
3970
3971 2002-01-27  Kazu Hirata  <kazu@hxi.com>
3972
3973         * gcc.c-torture/execute/20020127-1.c: New test.
3974
3975 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
3976
3977         * g77.dg/f77-edit-i-in.f: New test
3978         * g77.dg/f77-edit-i-out.f: New test
3979
3980 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
3981
3982         * gcc.dg/debug/debug.exp: New file.
3983         * gcc.dg/debug/trivial.c: New file.
3984         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
3985         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
3986         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
3987         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
3988         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
3989         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
3990         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
3991         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
3992         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
3993         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
3994         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
3995         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
3996         * gcc.dg/20000503-1.c: Removed.
3997         * gcc.dg/20010207-1.c: Removed.
3998         * gcc.dg/20011223-1.c: Removed.
3999         * gcc.dg/20020104-2.c: Removed.
4000         * gcc.dg/debug-1.c: Removed.
4001         * gcc.dg/debug-2.c: Removed.
4002         * gcc.dg/debug-3.c: Removed.
4003         * gcc.dg/debug-4.c: Removed.
4004         * gcc.dg/debug-5.c: Removed.
4005         * gcc.dg/debug-6.c: Removed.
4006         * gcc.dg/dwarf2-1.c: Removed.
4007         * gcc.dg/dwarf2-2.c: Removed.
4008
4009 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
4010
4011         * g++.old-deja/g++.other/eh5.C: New test.
4012         * g++.old-deja/g++.other/sibcall2.C: New test.
4013         * g++.old-deja/g++.other/array9.C: New test.
4014         * g++.old-deja/g++.other/typename2.C: New test.
4015         * g++.old-deja/g++.other/crash60.C: New test.
4016         * g++.old-deja/g++.other/conv9.C: New test.
4017         * g++.old-deja/g++.other/mangle10.C: New test.
4018         * g++.old-deja/g++.other/unchanging1.C: New test.
4019         * g++.old-deja/g++.other/exprstmt1.C: New test.
4020         * g++.old-deja/g++.other/inline23.C: New test.
4021         * g++.old-deja/g++.eh/ia64-1.C: New test.
4022         * g++.old-deja/g++.other/dwarf2-1.C: New test.
4023         * g++.old-deja/g++.other/reload1.C: New test.
4024         * g++.old-deja/g++.other/static20.C: New test.
4025         * g++.old-deja/g++.other/local-alloc1.C: New test.
4026         * g++.old-deja/g++.other/conv8.C: New test.
4027         * g++.old-deja/g++.other/stmtexpr2.C: New test.
4028         * g++.old-deja/g++.other/storeexpr1.C: New test.
4029         * g++.old-deja/g++.other/storeexpr2.C: New test.
4030         * g++.dg/eh/template2.C: New test.
4031         * g++.dg/warn/weak1.C: New test.
4032
4033 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
4034
4035         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4036         Remove first, non-varying, argument.
4037
4038 2002-01-23  Richard Henderson  <rth@redhat.com>
4039
4040         * gcc.dg/inline-2.c: New.
4041
4042         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
4043         Add optional target arg.  Check number of arguments.
4044         (scan-assembler-not, scan-assembler-dem): Likewise.
4045         (scan-assembler-dem-not): Likewise.
4046
4047 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4048
4049         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
4050         line 12.
4051         * g++.old-deja/g++.brendan/parse3.C,
4052         g++.old-deja/g++.other/crash26.C,
4053         g++.old-deja/g++.other/crash28.C,
4054         g++.old-deja/g++.other/crash29.C,
4055         g++.old-deja/g++.other/crash30.C,
4056         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
4057
4058 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
4059
4060         * gcc.dg/20020115-1.c: New.
4061
4062 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
4063
4064         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
4065
4066 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
4067
4068         * gcc.dg/20020122-3.c: New.
4069
4070 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
4071
4072         * g++.dg/other/gc1.C: New test.
4073
4074 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4075
4076         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
4077
4078 2002-01-22  Richard Henderson  <rth@redhat.com>
4079
4080         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
4081
4082 2002-01-22  Richard Henderson  <rth@redhat.com>
4083
4084         * gcc.dg/20020122-4.c: New.
4085
4086 2002-01-22  H.J. Lu <hjl@gnu.org>
4087
4088         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
4089         link output.
4090         * gcc.dg/special/ecos.exp: Likewise.
4091         * lib/g++-dg.exp: Likewise.
4092         * lib/g77-dg.exp: Likewise.
4093         * lib/gcc-dg.exp : Likewise.
4094         * lib/mike-g++.exp: Likewise.
4095         * lib/mike-g77.exp: Likewise.
4096         * lib/mike-gcc.exp: Likewise.
4097         * lib/objc-dg.exp: Likewise.
4098
4099 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
4100
4101         PR target/5379
4102         * gcc.dg/20020122-2.c: New test.
4103
4104 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
4105
4106         * gcc.dg/20020122-1.c: New test.
4107
4108 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
4109
4110         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
4111
4112 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
4113
4114         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
4115
4116 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4117
4118         * gcc.c-torture/compile/20020121-1.c: New test.
4119
4120 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4121
4122         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
4123         ld_library_path.
4124
4125 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
4126
4127         * gcc.dg/20020218-1.c: New test.
4128
4129 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
4130
4131         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
4132         messages
4133         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
4134         "At global scope" warning
4135         * g++.dg/ext/align1.C: Change cygwin test for alignment
4136         from db-bogus to dg-warning
4137
4138 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
4139
4140         * g77.f-torture/compile/cpp2.F: New test.
4141
4142 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4143
4144         * g++.dg/template/access1.C: New test.
4145
4146 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
4147
4148         * gcc.dg/20020118-1.c: New.
4149
4150 2002-01-18  Kazu Hirata  <kazu@hxi.com>
4151
4152         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
4153
4154 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
4155
4156         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
4157         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
4158         alignment warnings.
4159
4160 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
4161
4162         * gcc.misc-tests/i386-prefetch.exp: Save and restore
4163         torture_with_loops and torture_without_loops
4164
4165 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
4166
4167         * gcc.c-torture/compile/20020116-1.c: New test.
4168
4169 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
4170
4171         * gcc.dg/20020116-2.c: New test.
4172
4173         * gcc.dg/ultrasp4.c: New test.
4174
4175         * gcc.dg/20020116-1.c: New test.
4176
4177 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
4178
4179         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
4180         by EABI.
4181
4182 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
4183
4184         * gcc.misc-tests/i386-prefetch.exp: New.
4185         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
4186         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
4187         * gcc.misc-tests/i386-pf-none-1.c: New test.
4188         * gcc.misc-tests/i386-pf-sse-1.c: New test.
4189
4190 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
4191
4192         * gcc.dg/gnu89-init-1.c: Add new tests.
4193
4194 2002-01-15  Andreas Jaeger  <aj@suse.de>
4195
4196         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
4197         * gcc.dg/i386-mmx-2.c: Likewise.
4198         * gcc.dg/i386-sse-1.c: Likewise.
4199         * gcc.dg/i386-sse-2.c: Likewise.
4200         * gcc.dg/i386-sse-3.c: Likewise.
4201
4202 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
4203
4204         * g77.f-torture/execute/intrinsic-unix-bessel.f:
4205         Uncomment additional cases that now pass.
4206
4207 2002-01-11  Richard Henderson  <rth@redhat.com>
4208
4209         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
4210         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
4211
4212 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4213
4214         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
4215
4216 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
4217
4218         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
4219         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
4220
4221 2002-01-10  Dale Johannesen  <dalej@apple.com>
4222
4223         * gcc.c-torture/execute/loop-11.c: New.
4224
4225 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
4226
4227         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
4228         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
4229
4230 2002-01-09  Richard Henderson  <rth@redhat.com>
4231
4232         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
4233         type in which to perform the operation for each size.
4234
4235 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
4236
4237         * gcc.c-torture/compile/20020109-2.c: New test.
4238
4239 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
4240
4241         * gcc.c-torture/execute/loop-10.c: New test.
4242
4243 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
4244
4245         * gcc.c-torture/compile/20010226-1.c: New test.
4246         * gcc.c-torture/compile/20010227-1.c: New test.
4247         * gcc.c-torture/compile/20010426-1.c: New test.
4248         * gcc.c-torture/compile/20010510-1.c: New test.
4249         * gcc.c-torture/compile/20010605-3.c: New test.
4250         * gcc.c-torture/compile/20010824-1.c: New test.
4251         * gcc.c-torture/execute/20010409-1.c: New test.
4252         * gcc.dg/noncompile/20000901-1.c: New test.
4253         * gcc.dg/20001023-1.c: New test.
4254         * gcc.dg/20001101-1.c: New test.
4255         * gcc.dg/20001102-1.c: New test.
4256         * gcc.dg/20010207-1.c: New test.
4257         * gcc.dg/20010405-1.c: New test.
4258         * gcc.dg/20010822-1.c: New test.
4259         * gcc.dg/20011107-1.c: New test.
4260
4261 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
4262
4263         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
4264
4265         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
4266         execution failure on PA targets.
4267
4268 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
4269
4270         * gcc.c-torture/compile/20020109-1.c: New test.
4271
4272 2002-01-08  Kazu Hirata  <kazu@hxi.com>
4273
4274         * gcc.c-torture/execute/20020108-1.c: New test.
4275
4276 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
4277
4278         * gcc.dg/20020108-1.c: New test.
4279
4280 2002-01-08  H.J. Lu <hjl@gnu.org>
4281
4282         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
4283         for header files.
4284
4285 2002-01-08  Geoff Keating  <geoffk@redhat.com>
4286
4287         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
4288         consistency.
4289
4290 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
4291
4292         * gcc.dg/altivec-4.c: Test altivec predicates.
4293
4294 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
4295
4296         * gcc.c-torture/execute/20020107-1.c: New test.
4297
4298 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4299
4300         PR c/5279
4301         * gcc.c-torture/compile/20020106-1.c: New test.
4302
4303 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
4304
4305         * gcc.c-torture/execute/nestfunc-4.c: New test.
4306
4307 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
4308
4309         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
4310         extra triple that slipped in.
4311         * g++.old-deja/g++.abi/align.C: Likewise.
4312         * g++.old-deja/g++.abi/bitfields.C: Likewise.
4313
4314 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
4315
4316         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
4317         * g++.old-deja/g++.abi/align.C: Likewise.
4318         * g++.old-deja/g++.abi/bitfields.C: Likewise.
4319
4320         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
4321         on FreeBSD/i386.
4322         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
4323         FreeBSD.
4324
4325 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
4326
4327         * gcc.dg/20020104-1.c: New test.
4328
4329         * gcc.dg/20020104-2.c: New test.
4330
4331 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
4332
4333         * gcc.dg/20020103-1.c: Fix typo in target selector.
4334
4335 2002-01-03  Richard Henderson  <rth@redhat.com>
4336
4337         * gcc.dg/20020103-1.c: New.
4338
4339 2002-01-03  Kazu Hirata  <kazu@hxi.com>
4340
4341         * gcc.c-torture/execute/20020103-1.c: New test.
4342
4343 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
4344
4345         * g++.dg/other/debug2.C: New test.
4346
4347         * gcc.c-torture/compile/20020103-1.c: New test.
4348
4349 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
4350
4351         * gcc.dg/gnu89-init-1.c: Added new tests.
4352
4353 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4354
4355         * g++.dg/template/friend2.C: Remove as patch is reverted.
4356
4357         * g++.dg/warn/oldcast1.C: New test.
4358
4359         * g++.dg/template/ptrmem1.C: New test.
4360         * g++.dg/template/ptrmem2.C: New test.
4361
4362         * g++.dg/template/ntp.C: New test.
4363
4364         * g++.dg/other/component1.C: New test.
4365
4366         * g++.dg/template/ttp3.C: New test.
4367
4368         * g++.dg/template/friend2.C: New test.
4369         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
4370
4371 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4372
4373         * g++.dg/other/ptrmem1.C: New test.
4374         * g++.dg/other/ptrmem2.C: New test.
4375
4376 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4377
4378         * g++.dg/template/ctor1.C: New test.
4379
4380 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4381
4382         * g++.dg/template/friend2.C: New test.
4383
4384 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
4385
4386         * gcc.dg/mmix-1.c: New test.
4387
4388 2001-12-31  Richard Henderson  <rth@redhat.com>
4389
4390         * gcc.dg/asm-5.c: New.
4391
4392 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
4393
4394         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
4395         in namespace __gnu_cxx
4396
4397 2001-12-30  Richard Henderson  <rth@redhat.com>
4398
4399         * gcc.dg/debug-6.c: New.
4400
4401 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
4402
4403         * gcc.c-torture/compile/20011229-2.c: New test.
4404
4405 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
4406
4407         * gcc.dg/debug-3.c: New test.
4408         * gcc.dg/debug-4.c: New test.
4409         * gcc.dg/debug-5.c: New test.
4410
4411 2001-12-29  Richard Henderson  <rth@redhat.com>
4412
4413         * g++.dg/eh/loop1.C: New.
4414
4415 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4416
4417         * g++.dg/template/crash1.C: New test.
4418
4419 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4420
4421         * g++.dg/other/const1.C: New test.
4422
4423 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
4424
4425         * gcc.c-torture/compile/20011229-1.c: New test.
4426
4427 2001-12-28  Stan Shebs  <shebs@apple.com>
4428
4429         * lib/objc-torture.exp: Resync with c-torture.exp.
4430         * lib/objc.exp: Load standard libraries.
4431
4432 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
4433
4434         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
4435         additional tests.
4436
4437 2001-12-27  Roger Sayle <roger@eyesopen.com>
4438
4439         * gcc.c-torture/execute/string-opt-16.c: New testcase.
4440
4441 2001-12-27  Richard Henderson  <rth@redhat.com>
4442
4443         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
4444
4445 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
4446
4447         * g++.dg/eh/ctor1.C: New test.
4448         * g++.dg/other/error2.C: New test.
4449
4450 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
4451
4452         * g++.dg/other/init2.C: New test.
4453
4454 2001-12-24  Richard Henderson  <rth@redhat.com>
4455
4456         * gcc.dg/20011223-1.c: New.
4457         * gcc.dg/inline-1.c: New.
4458
4459 2001-12-23  Richard Henderson  <rth@redhat.com>
4460
4461         * gcc.dg/asm-4.c: Test operand modifiers.
4462
4463 2001-12-23  Richard Henderson  <rth@redhat.com>
4464
4465         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
4466
4467 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4468
4469         * gcc.c-torture/execute/20011223-1.c: New test.
4470
4471 2001-12-21  Richard Henderson  <rth@redhat.com>
4472
4473         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
4474         re-enables the warning.
4475
4476 2001-12-21  Richard Henderson  <rth@redhat.com>
4477
4478         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
4479
4480 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
4481
4482         * gcc.c-torture/compile/20011218-1.c: New test.
4483
4484 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
4485
4486         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
4487         arm-isr.c test.
4488         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
4489         epilogue generation for ARM ISR routines.
4490
4491 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4492
4493         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
4494         * gcc.dg/format/c90-printf-3.c: Likewise.
4495         * gcc.dg/format/c99-printf-3.c: Likewise.
4496         * gcc.dg/format/ext-1.c: Likewise.
4497         * gcc.dg/format/ext-6.c: Likewise.
4498         * gcc.dg/format/format.h: Prototype unlocked stdio.
4499
4500 2001-12-20  Richard Henderson  <rth@redhat.com>
4501
4502         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
4503         (arena): Use it.
4504         (malloc): Correct allocation logic.  Abort if we fill up the
4505         arena before initialization complete.
4506         (realloc): Correct allocation logic.
4507
4508 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
4509
4510         * gcc.c-torture/compile/20011219-2.c: New test.
4511
4512         * gcc.c-torture/execute/20011219-1.c: New test.
4513
4514 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
4515
4516         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
4517         target does not support weak symbols.
4518
4519 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
4520
4521         * gcc.c-torture/compile/20011219-1.c: New test.
4522
4523 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
4524
4525         * g++.dg/other/error1.C: New test.
4526
4527 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
4528
4529         * gcc.c-torture/execute/20011217-1.c: New test.
4530
4531 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
4532
4533         * objc.dg/special/: New directory.
4534         * objc.dg/special/special.exp: New file.
4535         * objc.dg/special/unclaimed-category-1.h: New file.
4536         * objc.dg/special/unclaimed-category-1a.m: New file.
4537         * objc.dg/special/unclaimed-category-1.m: New file.
4538
4539 2001-12-17  Andreas Jaeger  <aj@suse.de>
4540
4541         * gcc.c-torture/compile/20011217-2.c: New test.
4542
4543 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4544
4545         * gcc.c-torture/compile/20011217-1.c: New test.
4546
4547 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
4548
4549         * testsuite/gcc.dg/20011214-1.c: New.
4550
4551 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
4552
4553         * gcc.dg/altivec-4.c: New.
4554
4555 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
4556
4557         * gcc.dg/20011113-1.c: New test.
4558
4559 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4560
4561         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
4562         std::__malloc_alloc_template<0> and
4563         std::__default_alloc_template<false, 0>.
4564
4565 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
4566
4567         * objc/execute/bf-21.m: New test.
4568         * objc/execute/enumeration-1.m: New test.
4569         * objc/execute/enumeration-2.m: New test.
4570
4571 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
4572
4573         * gcc.dg/gnu89-init-1.c: New test.
4574
4575 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4576
4577         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
4578         * g++.old-deja/g++.jason/2371.C: Likewise.
4579         * g++.old-deja/g++.jason/template33.C: Likewise.
4580         * g++.old-deja/g++.jason/template34.C: Likewise.
4581         * g++.old-deja/g++.jason/template36.C: Likewise.
4582         * g++.old-deja/g++.oliva/typename1.C: Likewise.
4583         * g++.old-deja/g++.oliva/typename2.C: Likewise.
4584         * g++.old-deja/g++.other/typename1.C: Likewise.
4585         * g++.old-deja/g++.pt/inherit2.C: Likewise.
4586         * g++.old-deja/g++.pt/nontype5.C: Likewise.
4587         * g++.old-deja/g++.pt/typename11.C: Likewise.
4588         * g++.old-deja/g++.pt/typename14.C: Likewise.
4589         * g++.old-deja/g++.pt/typename16.C: Likewise.
4590         * g++.old-deja/g++.pt/typename3.C: Likewise.
4591         * g++.old-deja/g++.pt/typename4.C: Likewise.
4592         * g++.old-deja/g++.pt/typename5.C: Likewise.
4593         * g++.old-deja/g++.pt/typename7.C: Likewise.
4594         * g++.old-deja/g++.robertl/eb9.C: Likewise.
4595
4596 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
4597
4598         * g++.dg/other/linkage1.C: New test.
4599         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
4600         specifiers.
4601
4602 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
4603
4604         * gcc.dg/concat.c: New test.
4605
4606 2001-12-11  Stan Shebs  <shebs@apple.com>
4607
4608         * objc/compile: New test directory.
4609         * objc/compile/compile.exp: New expect script.
4610         * objc/compile/20011211-1.m: New compile test.
4611
4612 2001-12-11  Jason Merrill  <jason@redhat.com>
4613
4614         * lib/prune.exp (prune_gcc_output): Also handle "In member
4615         function".  So many permutations...
4616
4617 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
4618
4619         * g++.dg/template/typedef1.C: New test.
4620
4621 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
4622
4623         * g++.dg/other/copy1.C: New test.
4624
4625 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
4626
4627         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
4628
4629         * gcc.dg/builtin-choose-expr.c: New.
4630
4631 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
4632
4633         * gcc.dg/altivec-2.c: New.
4634
4635 2001-12-07  Richard Henderson  <rth@redhat.com>
4636
4637         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
4638
4639 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
4640
4641         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
4642         ultrasparc.
4643
4644 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4645
4646         * g++-old.deja/g++.robertl/eb101.C: Deleted.
4647
4648 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
4649
4650         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
4651         variable argument list.
4652
4653 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
4654
4655         * gcc.c-torture/execute/memcheck: Delete entire directory.
4656         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
4657         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
4658
4659 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4660
4661         * gcc.dg/Wshadow-1.c: New test.
4662
4663 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
4664
4665         * gcc.c-torture/compile/20011130-1.c: New test.
4666
4667         * gcc.dg/noncompile/20011025-1.c: New test.
4668
4669         * g++.dg/other/anon-union.C: New test.
4670
4671         * gcc.c-torture/execute/20011024-1.c: New test.
4672
4673 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4674
4675         * gcc.c-torture/execute/20000722-1.x,
4676         gcc.c-torture/execute/20010123-1.x: Remove.
4677         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
4678         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
4679         gcc.dg/c99-complit-2.c: New tests.
4680
4681 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
4682
4683         * g++.dg/inherit/base1.C: New test.
4684
4685 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
4686
4687         * g++.dg/other/stdarg1.C: New test.
4688
4689         * gcc.c-torture/compile/20011130-2.c: New test.
4690
4691 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
4692
4693         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
4694         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
4695         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
4696         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
4697         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
4698         * gcc.dg/builtin-prefetch-1.c: New test.
4699
4700 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
4701
4702         * gcc.dg/20011130-1.c: New test.
4703
4704 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
4705
4706         * g++.dg/other/scope1.C: New test.
4707         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
4708
4709 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4710
4711         * gcc.dg/vla-init-1.c: New test.
4712
4713 2001-12-01  Geoff Keating  <geoffk@redhat.com>
4714
4715         * gcc.c-torture/compile/structs.c: New testcase from GDB.
4716
4717 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4718
4719         * objc.dg/alias.m: Update.
4720         * objc.dg/class-1.m: Update.
4721         * objc.dg/const-str-1.m: Update.
4722         * objc.dg/fwd-proto-1.m: Update.
4723         * objc.dg/id-1.m: Update.
4724         * objc.dg/super-class-1.m: Update.
4725
4726 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
4727
4728         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
4729         constructs.
4730
4731 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
4732
4733         * gcc.c-torture/execute/20011128-1.c: New test.
4734
4735 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
4736
4737         * gcc.dg/20011127-1.c: New test.
4738
4739 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4740
4741         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
4742         from Austin Group draft 7.
4743         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
4744         scanf format arguments.
4745         * gcc.dg/format/no-exargs-2.c: New test.
4746
4747 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
4748
4749         * g++.dg/abi/vbase8-4.C: New test.
4750
4751 2001-11-24  Ian Lance Taylor  <ian@airs.com>
4752
4753         * gcc.c-torture/execute/20011121-1.c: New test.
4754
4755 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
4756
4757         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
4758
4759 2001-11-23  Andreas Jaeger  <aj@suse.de>
4760
4761         * gcc.dg/cpp/charconst-2.c: New test.
4762
4763 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
4764
4765         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
4766         to the host if it is remote.  Let tests specify extra headers
4767         they use.
4768         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
4769         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
4770         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
4771         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
4772         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
4773         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
4774         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
4775         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
4776         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
4777         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
4778
4779 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
4780
4781         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
4782         for little endian ARMs.
4783
4784 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
4785
4786         * gcc.c-torture/compile/20011119-1.c: New test.
4787         * gcc.c-torture/compile/20011119-2.c: New test.
4788
4789 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
4790
4791         * gcc.dg/altivec-1.c: Fix typo.
4792
4793 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4794
4795         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
4796
4797 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
4798
4799         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
4800
4801 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
4802
4803         * lib/g77.exp: Don't specify --rpath-link.
4804
4805         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
4806         across all the headers.
4807         * gcc.dg/format/format.exp: For testing on a remote host,
4808         copy format.h.
4809
4810         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
4811         * gcc.c-torture/execute/930406-1.c: Likewise.
4812         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
4813
4814 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
4815
4816         * gcc.dg/altivec-1.c: New.
4817
4818 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
4819
4820         * gcc.dg/cpp/fpreprocessed.c: New test case.
4821
4822 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4823
4824         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
4825         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
4826         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
4827
4828 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4829
4830         * gcc.dg/no-builtin-1.c: New test.
4831
4832 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
4833
4834         * gcc.c-torture/execute/20011115-1.c: New test.
4835
4836 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
4837
4838         * gcc.c-torture/compile/20011114-2.c: New test.
4839         * gcc.c-torture/compile/20011114-3.c: New test.
4840         * gcc.c-torture/compile/20011114-4.c: New test.
4841
4842 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
4843
4844         * g++.dg/other/init1.C: New test.
4845
4846 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
4847
4848         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
4849         message.
4850
4851         * gcc.c-torture/execute/20011114-1.c: New testcase.
4852
4853         * gcc.c-torture/compile/20010327-1.c: Revert last change.
4854         * gcc.c-torture/compile/20011114-1.c: New test, exactly
4855         like the (before this change) version of 20010327-1.c.
4856
4857 2001-11-14  Roger Sayle <roger@eyesopen.com>
4858
4859         * gcc.c-torture/execute/string-opt-13.c: New testcase.
4860
4861 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
4862
4863         * g++.dg/init/array2.C: New test.
4864
4865 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
4866
4867         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
4868
4869 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
4870
4871         * g++.dg/other/forscope1.C: New test.
4872         * g++.dg/ext/forscope1.C: New test.
4873         * g++.dg/ext/forscope2.C: New test.
4874
4875 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
4876
4877         * gcc.c-torture/execute/20011113-1.c: New test.
4878
4879 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
4880
4881         * gcc.c-torture/execute/20011109-2.c: New test.
4882
4883         * gcc.c-torture/execute/20011109-1.c: New test.
4884
4885 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
4886
4887         * gcc.c-torture/compile/20011109-1.c: New test.
4888
4889 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
4890
4891         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
4892         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
4893         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
4894         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
4895         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
4896         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
4897         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
4898
4899 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
4900
4901         * g++.dg/warn/Wshadow-1.C: New tests.
4902         * g++.old-deja/g++.mike/for3.C: Update.
4903
4904 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4905
4906         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
4907         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
4908         XFAILs.  Adjust expected error texts.
4909         * gcc.c-torture/compile/20011106-1.c,
4910         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
4911         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
4912         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
4913         gcc.dg/c99-array-lval-5.c: New tests.
4914
4915 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4916
4917         * gcc.dg/cpp/defined.c: Update.
4918
4919 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4920
4921         * gcc.c-torture/execute/anon-1.c: New test.
4922
4923 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
4924
4925         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
4926         same size, so no warning should be produced on stormy16.
4927
4928         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
4929         due to oversized array.
4930         * g++.old-deja/g++.mike/ns15.C: Likewise.
4931         * g++.old-deja/g++.pt/crash16.C: Likewise.
4932
4933 2001-11-02  Graham Stott  <grahams@redhat.com>
4934
4935         * g++.dgother/debug1.C: Fix typos.
4936
4937 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
4938
4939         * g++.dg/other/debug1.C: New test.
4940
4941 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4942
4943         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
4944         of unsigned long.
4945
4946 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
4947
4948         * gcc.dg/20011029-2.c: New test.
4949
4950         * gcc.c-torture/compile/20011029-1.c: New test.
4951
4952 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
4953
4954         * objc/execute/class_self-1.m: New test.
4955         * objc/execute/class_self-2.m: New test.
4956
4957 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
4958
4959         * gcc.misc-tests/msgs.exp: Delete.
4960         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
4961         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
4962         error set to match recent changes.
4963
4964 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
4965
4966         * gcc.dg/20011021-1.c: New test.
4967
4968 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
4969
4970         * gcc.c-torture/compile/20011023-1.c: New test.
4971
4972 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
4973
4974         * lib/g77.exp: Rewrite based on lib/g++.exp.
4975
4976 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
4977
4978         * gcc.c-torture/execute/20011019-1.c: New test.
4979
4980         * gcc.dg/20011018-1.c: New test.
4981
4982 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
4983
4984         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
4985
4986 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
4987
4988         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
4989         * gcc.dg/attr-invalid.c: Likewise.
4990
4991 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
4992
4993         * testsuite/gcc.dg/20011015-1.c: New test.
4994
4995 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
4996
4997         * g++.dg/template/unify2.C: New test.
4998
4999 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
5000
5001         * g++.dg/other/exception-specification.C: New test
5002
5003 2001-10-13  Tom Rix  <trix@redhat.com>
5004
5005         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
5006         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
5007
5008 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
5009
5010         * testsuite/gcc.dg/20011009-1.c: New test.
5011
5012 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
5013
5014         PR g++/4476
5015         * g++.dg/other/friend1.C: New test.
5016
5017 2001-10-11  Richard Henderson  <rth@redhat.com>
5018
5019         * g++.old-deja/g++.other/crash18.C: Add -S to options.
5020
5021 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5022
5023         * gcc.c-torture/compile/20011010-1.c: New.
5024
5025 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5026
5027         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
5028         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
5029         g77.f-torture/execute/execute.exp,
5030         g77.f-torture/noncompile/noncompile.exp,
5031         gcc.c-torture/compile/compile.exp,
5032         gcc.c-torture/execute/execute.exp,
5033         gcc.c-torture/execute/ieee/ieee.exp,
5034         gcc.c-torture/execute/memcheck/memcheck.exp,
5035         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
5036         objc/execute/execute.exp: Update FSF address.
5037
5038 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5039
5040         * gcc.dg/cpp/cmdlne-C.c: Update.
5041         * gcc.dg/cpp/cmdlne-C2.c: New.
5042
5043 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5044
5045         * gcc.c-torture/execute/20011008-3.c: New.
5046
5047 2001-10-08  DJ Delorie  <dj@redhat.com>
5048
5049         * gcc.dg/20011008-1.c: New.
5050         * gcc.dg/20011008-2.c: New.
5051
5052 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5053
5054         * gcc.dg/cpp/spacing1.c: Update test.
5055
5056 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5057
5058         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
5059         spelling errors of "separate" as "seperate".
5060
5061 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
5062
5063         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
5064         enough to avoid inlining.
5065
5066 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
5067
5068         * lib/g77.exp: set libg2c_dir correctly.
5069
5070 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5071
5072         * gcc.dg/cpp/macro11.c: New test.
5073
5074 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5075
5076         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
5077         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
5078         gcc.dg/format/multattr-3.c: New tests.
5079         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
5080         tests for format attributes on function pointers being rejected.
5081
5082 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5083
5084         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
5085
5086 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5087
5088         * g++.dg/warn/format1.C: New test.
5089
5090 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5091
5092         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
5093
5094 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
5095
5096         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
5097
5098 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
5099
5100         * gcc.dg/cpp/redef2.c: Add test.
5101
5102 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
5103
5104         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
5105         long-standing bug on i686, apparently.
5106         * gcc.c-torture/execute/loop-2c.x: New file.
5107         * gcc.c-torture/execute/loop-2d.x: New file.
5108         * gcc.c-torture/execute/loop-3c.x: New file.
5109
5110 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5111
5112         * gcc.dg/cpp/20000625-2.c: Correct line number.
5113
5114 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5115
5116         * gcc.dg/cpp/macro10.c: New test.
5117         * gcc.dg/cpp/strify3.c: New test.
5118         * gcc.dg/cpp/spacing1.c: Add tests.
5119         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
5120         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
5121
5122 2001-09-24  DJ Delorie  <dj@redhat.com>
5123
5124         * gcc.c-torture/execute/20010924-1.c: New test.
5125
5126 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5127
5128         * testsuite/objc/execute/paste.m: Remove.
5129
5130 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5131
5132         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
5133
5134 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
5135
5136         * g77.dg/strlen0.f: New test.
5137
5138 2001-09-21  Richard Henderson  <rth@redhat.com>
5139
5140         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
5141         * g++.old-deja/g++.abi/vtable2.C: Likewise.
5142
5143 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5144
5145         Table-driven attributes.
5146         * g++.dg/ext/attrib1.C: New test.
5147
5148 2001-09-20  DJ Delorie  <dj@redhat.com>
5149
5150         * gcc.dg/20000926-1.c: Update expected warning messages.
5151         * gcc.dg/array-2.c: Likewise, and test for warnings too.
5152         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
5153         array.
5154
5155 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
5156
5157         * g++.dg/eh/registers1.C: New test case.
5158
5159 2001-09-17  Richard Henderson  <rth@redhat.com>
5160
5161         * gcc.dg/array-5.c: Fix VLA decomposition test.
5162
5163 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5164
5165         * gcc.dg/cpp/line5.c: New testcase.
5166
5167 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5168
5169         * gcc.dg/cpp/macro9.c: New test.
5170
5171 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
5172
5173         * gcc.c-torture/execute/980223.c: Change type of addr from long
5174         to char *.
5175
5176 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
5177
5178         * gcc.c-torture/execute/20010915-1.c: New test.
5179
5180 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
5181
5182         * g77.dg/bprob: New directory.
5183         * g77.dg/bprob/bprob.exp: New file.
5184         * g77.dg/bprob/bprob-1.f: New test.
5185         * g77.dg/gcov: New directory.
5186         * g77.dg/gcov/gcov.exp: New file.
5187         * g77.dg/gcov/gcov-1.f: New test.
5188         * g77.dg/gcov/gcov-1.x: New file.
5189
5190 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
5191
5192         * gcc.dg/cpp/directiv.c: Update.
5193         * gcc.dg/cpp/undef1.c: Update.
5194
5195 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
5196
5197         * gcc.dg/20010912-1.c: New test.
5198
5199 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
5200
5201         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
5202         language-independent file in lib.
5203         * lib/gcov.exp: New file.
5204
5205 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5206
5207         * gcc.c-torture/compile/20010911-1.c: New test.
5208
5209 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
5210
5211         * lib/profopt.exp: New, to support profile-directed optimizations.
5212         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
5213         * gcc.misc-tests/bprob-1.c: New test.
5214         * gcc.misc-tests/bprob-2.c: New test.
5215
5216 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
5217
5218         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
5219         XFAIL and which kinds of gcov output to verify.
5220         * gcc.misc-tests/gcov-4b.x: New file.
5221         * gcc.misc-tests/gcov-5b.x: New file.
5222         * gcc.misc-tests/gcov-6.x: New file.
5223         * gcc.misc-tests/gcov-7.c: New test.
5224         * gcc.misc-tests/gcov-7.x: New file.
5225
5226 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
5227
5228         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
5229         * gcc.misc-tests/gcov-6.c: New test.
5230
5231 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5232
5233         PR c++/3986
5234         * g++.dg/abi/vbase1.C: New test.
5235
5236 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
5237
5238         * objc.dg/method-2.m: New.
5239
5240 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5241
5242         PR c++/4203
5243         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
5244         * g++.dg/init/empty1.C: New test.
5245
5246 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
5247
5248         * gcc.c-torture/compile/20010903-1.c: New test.
5249
5250 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
5251
5252         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
5253         for m68k.
5254
5255 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
5256
5257         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
5258
5259         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
5260
5261         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
5262
5263 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
5264
5265         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
5266         for 16-bit 'unsigned int'.
5267
5268 2001-08-29  Kazu Hirata  <kazu@hxi.com>
5269
5270         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
5271
5272 2001-08-27  Richard Henderson  <rth@redhat.com>
5273
5274         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
5275         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
5276
5277 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
5278
5279         * gcc.dg/asm-names.c (ymain): New.
5280
5281 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
5282
5283         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
5284         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
5285         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
5286
5287 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5288
5289         * gcc.dg/compare5.c: New testcase.
5290
5291 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
5292
5293         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
5294         and "In instantiation".
5295
5296 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
5297
5298         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
5299
5300 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
5301
5302         * gcc.misc-tests/gcov.exp: Add support for branch information.
5303         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
5304         * gcc.misc-tests/gcov-4.c: New test.
5305         * gcc.misc-tests/gcov-4b.c: New test.
5306         * gcc.misc-tests/gcov-5b.c: New test.
5307
5308 2001-08-20  Zack Weinberg  <zackw@panix.com>
5309
5310         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
5311         expected to fail.
5312
5313 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5314
5315         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
5316
5317 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
5318
5319         * g++.dg/eh/template1.C: New test.
5320
5321 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
5322
5323         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
5324         Fix thinko.
5325         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
5326         for xfail.
5327
5328 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
5329
5330         * lib/g77-dg.exp:  Use prune.exp for common procedures
5331         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
5332         * lib/g77.exp: (g77-dg-prune) Remove
5333
5334 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
5335
5336         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
5337
5338 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5339
5340         * g++.dg/template/unify1.C: New test.
5341
5342 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
5343
5344         * g++.dg/abi/empty4.C: New test.
5345
5346 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
5347
5348         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
5349         solaris2.*
5350         * g77.f-torture/compile/pr3743.x: Likewise
5351
5352 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5353
5354         * g++.dg/other/using-declaration.C: New test.
5355
5356 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5357
5358         * gcc.dg/cpp/tr-sign.c: New testcase.
5359
5360 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
5361
5362         * gcc.dg/cpp/19951025-1.c: Revert.
5363         * gcc.dg/cpp/directiv.c: We no longer process directives that
5364         interrupt macro arguments.
5365
5366 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
5367
5368         * gcc.dg/bconstp-1.c: New test.
5369
5370 2001-08-03  Richard Henderson  <rth@redhat.com>
5371
5372         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
5373
5374 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5375
5376         * gcc.dg/cpp/19951025-1.c: Update.
5377
5378 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
5379
5380         * g77.dg/ff90-1.f (s): Fix reference of variable z,
5381         should be x.
5382
5383 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
5384
5385         Kill -fhonor-std.
5386         * g++.old-deja/g++.ns/ns14.C: Remove special options.
5387         * g++.old-deja/g++.other/std1.C: Likewise.
5388         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
5389
5390 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
5391
5392         * lib/g77.exp:  Load gcc-defs.exp for common procedures
5393         (g77_pass, g77_fail, g77_finish, g77_exit,
5394         ${tool}_check_unsupported_p} Now redundant.  Deleted.
5395
5396 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
5397
5398         * g77.dg/fbackslash.f
5399         * g77.dg/fcase-preserve.f
5400         * g77.dg/ff90-1.f
5401         * g77.dg/ffixed-line-length-0.f
5402         * g77.dg/ffixed-line-length-132.f
5403         * g77.dg/ffixed-line-length-7.f
5404         * g77.dg/ffixed-line-length-72.f
5405         * g77.dg/ffixed-line-length-none.f
5406         * g77.dg/ffree-form-1.f
5407         * g77.dg/fno-backslash.f
5408         * g77.dg/fno-f90-1.f
5409         * g77.dg/fno-fixed-form-1.f
5410         * g77.dg/fno-onetrip.f
5411         * g77.dg/fno-typeless-boz.f
5412         * g77.dg/fno-underscoring.f
5413         * g77.dg/fno-vxt-1.f
5414         * g77.dg/fonetrip.f
5415         * g77.dg/ftypeless-boz.f
5416         * g77.dg/fugly-assumed.f
5417         * g77.dg/funderscoring.f
5418         * g77.dg/fvxt-1.f
5419
5420 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
5421
5422         * objc.dg/fwd-proto-1.m: New.
5423         * objc.dg/local-decl-1.m: New.
5424         * objc.dg/naming-1.m: New.
5425         * objc.dg/naming-2.m: New.
5426         * objc.dg/proto-hier-1.m: New.
5427
5428 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
5429
5430         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
5431         largest-type elements to a struct makes its size grow.
5432
5433 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5434
5435         * g++.dg/abi/vthunk1.C: New test.
5436
5437 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5438
5439         * g++.dg/abi/vbase8-22.C: New test.
5440
5441 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5442
5443         * gcc.dg/cpp/macro8.c: New test.
5444
5445 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5446
5447         * g++.dg/abi/vbase8-21.C: New test.
5448
5449 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5450
5451         * g++.dg/abi/vbase8-10.C: New test.
5452
5453 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5454
5455         * lib/g++.exp (g++_set_ld_library_path): Renamed to
5456         ${tool}_set_ld_library_path.
5457         Changed caller.
5458         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
5459         g++.exp.
5460
5461 2001-07-26  Stan Cox <scox@redhat.com>
5462
5463         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
5464         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
5465         gcc_exit, gcc_check_unsupported_p):
5466         Moved to gcc-deps.exp
5467         * gcc-deps.exp: New file.
5468
5469 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5470
5471         * g++.old-deja/g++.pt/defarg14.C: New test.
5472
5473 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5474
5475         * g++.old-deja/g++.other/lineno5.C: New test.
5476
5477 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5478
5479         * g++.old-deja/g++.pt/crash68.C: New test.
5480
5481 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5482
5483         * g++.old-deja/g++.other/crash42.C: New test.
5484
5485 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5486
5487         * gcc.dg/cpp/extratokens.c: Fix.
5488         * gcc.dg/cpp/skipping2.c: New tests.
5489
5490 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5491
5492         * gcc.c-torture/execute/20010724-1.c: New file.
5493         * gcc.c-torture/execute/20010724-1.x: New file.
5494
5495 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5496
5497         * g++.old-deja/g++.other/cond7.C: New test.
5498
5499 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5500
5501         * g++.old-deja/g++.other/optimize4.C: New test.
5502
5503 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5504
5505         * g++.old-deja/g++.abi/vbase8-5.C: New test.
5506
5507 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
5508
5509         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
5510         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
5511         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
5512         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
5513
5514         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
5515         bug report" message.
5516
5517         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
5518         * g++.dg/ext/instantiate1.C: Move from old-deja.
5519
5520 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
5521
5522         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
5523         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
5524         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
5525         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
5526
5527 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
5528
5529         * gcc.c-torture/execute/20010723-1.c: New test.
5530
5531 2001-07-23  Ben Elliston  <bje@redhat.com>
5532
5533         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
5534
5535 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5536
5537         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
5538         i[34567]86-*-*.
5539         Delete handling of ieee_multilib_flags.
5540         Pass -mieee for alpha*-*-* and sh-*-*.
5541         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
5542
5543 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
5544
5545         Remove old-abi tests.
5546         * g++.old-deja/g++.mike/p11116.C: Remove.
5547         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
5548
5549 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
5550
5551         * g77.f-torture/compile/pr3743.f:  New test
5552
5553 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
5554
5555         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
5556
5557 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5558
5559         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
5560         g++.old-deja/g++.pt/static6.C: Likewise.
5561         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
5562         supports weak symbols.
5563
5564 2001-07-18  Andreas Jaeger  <aj@suse.de>
5565
5566         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
5567         supported again.
5568
5569 2001-07-18  Andreas Jaeger  <aj@suse.de>
5570
5571         * gcc.dg/iftrap-1.c: Fix target line.
5572
5573 2001-07-17  Richard Henderson  <rth@redhat.com>
5574
5575         * gcc.c-torture/execute/20010717-1.c: New.
5576
5577 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5578
5579         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
5580         tests.
5581
5582 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
5583
5584         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
5585
5586 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5587
5588         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
5589         UAC_SIGBUS, UAC_NOPRINT definitions.
5590
5591 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
5592
5593         * objc/execute/object_is_class.m: New test.
5594         * objc/execute/object_is_meta_class.m: New test.
5595
5596 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
5597
5598         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
5599         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
5600
5601 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
5602
5603         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
5604         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
5605
5606 2001-07-14  Richard Henderson  <rth@redhat.com>
5607
5608         * gcc.dg/iftrap-1.c: New.
5609
5610 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
5611
5612         * g77.f-torture/execute/intrinsic77.f: New test.
5613
5614 2001-07-11  Janis Johnson <janis@us.ibm.com>
5615
5616         * gcc.misc-tests/gcov-3.c: New test.
5617
5618 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
5619
5620         * gcc.c-torture/compile/20010711-1.c,
5621         * gcc.c-torture/compile/20010711-2.c: New tests.
5622
5623 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
5624
5625         * gcc.c-torture/execute/20010711-1.c: New test.
5626
5627 2001-07-11  Ben Elliston  <bje@redhat.com>
5628
5629         * g++.old-deja/g++.other/enum5.C: New test.
5630
5631 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
5632
5633         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
5634         (g++-dg-prune): Call prune_gcc_output.
5635         * prune.exp: New file for prune_gcc_output.
5636         * lib/g++.exp, lib/gcc.exp: Load it.
5637
5638 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5639
5640         * gcc.c-torture/compile/20010701-1.c,
5641         g++.old-deja/g++.ext/attrib6.C: New tests.
5642
5643 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
5644
5645         * gcc.c-torture/compile/20010706-1.c: New test.
5646
5647 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
5648
5649         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
5650
5651 2001-06-28  Stan Shebs  <shebs@apple.com>
5652
5653         * gcc.dg/pragma-darwin.c: New test.
5654
5655 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5656
5657         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
5658         Solaris 2.[678] system.
5659
5660 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5661
5662         * gcc.dg/20010622-1.c: New test.
5663
5664 2001-06-18  Stan Shebs  <shebs@apple.com>
5665
5666         * objc.dg: New directory.
5667         * objc.dg/dg.exp: New file.
5668         * objc.dg/alias.m: New.
5669         * objc.dg/class-1.m: New.
5670         * objc.dg/class-2.m: New.
5671         * objc.dg/const-str-1.m: New.
5672         * objc.dg/const-str-2.m: New.
5673         * objc.dg/id-1.m: New.
5674         * objc.dg/method-1.m: New.
5675         * objc.dg/super-class-1.m: New.
5676         * lib/objc-dg.exp: New file.
5677
5678 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5679
5680         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
5681         of label name.
5682
5683 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
5684
5685         * g++.old-deja/g++.abi/vbase8-9.C: New test.
5686
5687 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5688
5689         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
5690         variable.
5691
5692 2001-06-12  Richard Henderson  <rth@redhat.com>
5693
5694         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
5695
5696 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
5697
5698         * g++.old-deja/g++.abi/vbase5.C: New test.
5699         * g++.old-deja/g++.abi/vbase6.C: New test.
5700         * g++.old-deja/g++.abi/vbase7.C: New test.
5701
5702 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5703
5704         * gcc.c-torture/compile/20010610-1.c: New test.
5705
5706 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
5707
5708         * g++.old-deja/g++.abi/vbase4.C: New test.
5709
5710 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5711
5712         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
5713         support %f for HC11/HC12 targets.
5714         * gcc.c-torture/execute/930513-1.x: New file, likewise.
5715         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
5716         on HC11/HC12 targets.
5717         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
5718
5719 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5720
5721         * gcc.dg/wchar_t-1.c: New file.
5722         * gcc.dg/wint_t-1.c: Likewise.
5723
5724 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
5725
5726         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
5727
5728 2001-06-11  Richard Henderson  <rth@redhat.com>
5729
5730         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
5731
5732 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5733
5734         * gcc.c-torture/compile/20010611-1.c: New test.
5735
5736 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5737
5738         * gcc.dg/c99-tag-1.c: Add more tests.
5739
5740 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
5741
5742         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
5743         representation on MN10300 and ARM/Thumb.
5744
5745 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
5746
5747         * g77.f-torture/execute/20010610.f: New.
5748
5749 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
5750
5751         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
5752         names.
5753
5754 2001-06-09  Richard Henderson  <rth@redhat.com>
5755
5756         * gcc.c-torture/execute/ashrdi-1.c: New.
5757         * gcc.c-torture/execute/ashldi-1.c: New.
5758         * gcc.c-torture/execute/lshrdi-1.c: New.
5759
5760 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
5761
5762         * objc/execute/load-3.m: Added. Check sending +load to categories,
5763         in addition to classes.
5764
5765 2001-06-08  Stan Shebs  <shebs@apple.com>
5766
5767         * objc/execute/load-2.m: New test.  From Nicola Pero
5768         <n.pero@mi.flashnet.it>.
5769
5770 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
5771
5772         * gcc.c-torture/execute/20010605-2.c: New test.
5773
5774 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
5775
5776         * g++.old-deja/g++.abi/vbase2.C: New test.
5777         * g++.old-deja/g++.abi/vbase3.C: New test.
5778
5779 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
5780
5781         * g++.old-deja/g++.pt/friend49.C: New test.
5782
5783 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
5784
5785         * g++.old-deja/g++.ext/anon3.C: New test.
5786
5787 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
5788
5789         * g++.old-deja/g++.other/conv7.C: New test.
5790
5791 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
5792
5793         * gcc.c-torture/compile/20010605-2.c: New test.
5794
5795 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5796
5797         * gcc.c-torture/execute/20010604-1.c: New test.
5798
5799 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
5800
5801         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
5802
5803 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
5804
5805         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
5806         (g++_link_flags): Likewise.
5807         (g++_init): Pass gccpath's value to two previous functions.
5808
5809 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5810
5811         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
5812         Ensure logfile entry matches exec command line.
5813
5814 2001-05-31  Richard Henderson  <rth@redhat.com>
5815
5816         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
5817         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
5818
5819 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
5820
5821         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
5822         compiler for irix6.2
5823
5824 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
5825
5826         * g++.old-deja/g++.other/optimize3.C: New file.
5827
5828 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
5829
5830         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
5831         assemble.
5832
5833 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
5834
5835         * g++.old-deja/g++.other/optimize2.C: New file.
5836
5837 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
5838
5839         * gcc.c-torture/compile/20010518-2.c: New file.
5840         * gcc.c-torture/execute/20010518-1.c: New file.
5841         * gcc.c-torture/execute/20010518-2.c: New file.
5842
5843 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5844
5845         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
5846
5847 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
5848
5849         G++ no longer defines builtins that do not begin with __builtin.
5850         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
5851         * g++.old-deja/g++.brendand/misc13.C: Likewise.
5852         * g++.old-deja/g++.law/builtin1.C: Likewise.
5853         * g++.old-deja/g++.law/cvt2.C: Likewise.
5854         * g++.old-deja/g++.mike/net5.C: Likewise.
5855         * g++.old-deja/g++.other/builtins1.C: Likewise.
5856         * g++.old-deja/g++.other/builtins2.C: Likewise.
5857         * g++.old-deja/g++.other/builtins3.C: Likewise.
5858         * g++.old-deja/g++.other/builtins4.C: Likewise.
5859         * g++.old-deja/g++.other/inline8.C: Likewise.
5860         * g++.old-deja/g++.robertl/eb39.C: Likewise.
5861
5862 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
5863
5864         * g++.old-deja/g++.pt/using1.C: Adjust.
5865         * g++.old-deja/g++.pt/using2.C: New test.
5866
5867 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
5868
5869         * gcc.dg/cpp/charconst.c: New tests.
5870         * gcc.dg/cpp/escape.c: New tests.
5871         * gcc.dg/cpp/escape-1.c: New tests.
5872         * gcc.dg/cpp/escape-2.c: New tests.
5873         * gcc.dg/cpp/ucs.c: New tests.
5874
5875 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
5876
5877         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
5878         native compiler for irix6.5.
5879
5880 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
5881
5882         * lib/g++.exp (g++_include_flags): Use args to compute
5883         get_multilibs.
5884         (g++_link_flags): Likewise.
5885         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
5886
5887 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5888
5889         * gcc.dg/c90-hexfloat-1.c: Add more tests.
5890
5891 2001-05-21  Geoff Keating  <geoffk@redhat.com>
5892
5893         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
5894         this file.
5895
5896 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5897
5898         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
5899         STACK_SIZE;
5900         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
5901         to STACK_SIZE; Use it to define size of add_histo array.
5902         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
5903         to STACK_SIZE.
5904         (f): Use GITT_SIZE to define size of gitt local table.
5905         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
5906         to STACK_SIZE; Use it to define size of bytemem array.
5907
5908 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
5909
5910         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
5911         on 68HC11/HC12 due to the asm instruction.
5912         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
5913         * gcc.c-torture/compile/920520-1.x: Likewise.
5914         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
5915         on 68HC11/HC12 because the function is larger than 64K.
5916         * gcc.c-torture/compile/961203-1.x: New file, this test fails
5917         on 68HC11/HC12 because the structure is too large.
5918
5919 2001-05-20  Richard Henderson  <rth@redhat.com>
5920
5921         * gcc.c-torture/execute/20010520-1.c: New.
5922
5923 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5924
5925         * g++.old-deja/g++.warn/compare1.C: New test.
5926         * gcc.dg/compare4.c: New test.
5927
5928 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
5929
5930         * g++.old-deja/g++.other/optimize1.C: New test.
5931
5932 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5933
5934         * g++.old-deja/g++.pt/spec41.C: New test.
5935
5936 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
5937
5938         * gcc.c-torture/compile/20010114-1.x: Remove.
5939
5940 2001-05-18  Stan Shebs  <shebs@apple.com>
5941
5942         * gcc.c-torture/compile/20010518-1.c: New test.
5943
5944 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
5945
5946         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
5947         * g++.old-deja/g++.pt/crash67.C: New test.
5948
5949 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
5950
5951         * g++.old-deja/g++.other/debug9.C: New test.
5952
5953 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
5954
5955         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
5956
5957 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
5958
5959         * gcc.c-torture/compile/20010516-1.c: New test.
5960
5961 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
5962
5963         * g++.old-deja/g++.other/crash41.C: New test.
5964
5965 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
5966
5967         * g++.old-deja/g++.pt/crash66.C: New test.
5968
5969 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
5970
5971         * g++.old-deja/g++.robertl/eb27.C: Convert.
5972
5973 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
5974
5975         * g++.dg/friend-warn.C: New test.  Do not warn about friend
5976         declaration being redundant.
5977
5978 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
5979
5980         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
5981
5982 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
5983
5984         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
5985
5986 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
5987
5988         * lib/g++.exp: Use testsuite_flags.
5989
5990 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
5991
5992         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
5993
5994 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5995
5996         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
5997
5998 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
5999
6000         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
6001
6002 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
6003
6004         * gcc.c-torture/compile/20010313-1.c: New test.
6005
6006 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
6007
6008         * gcc.dg/cpp/direct2.c: New test.
6009         * gccq.dg/cpp/direct2s.c: New test.
6010
6011         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
6012
6013 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
6014
6015         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
6016         * g++.old-deja/g++.other/op3.C: Likewise.
6017
6018 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6019
6020         * gcc.dg/cpp/syshdr.h: New file.
6021         * gcc.dg/cpp/sysmac1.c: Update.
6022         * gcc.dg/cpp/sysmac2.c: Update.
6023
6024 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6025
6026         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
6027
6028 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
6029
6030         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
6031         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
6032
6033 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
6034
6035         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
6036
6037 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
6038
6039         * lib/g++.exp (g++_include_flags): Don't use any special flags
6040         if TESTING_IN_BUILD_TREE is not defined.
6041         (g++_init): Use a plain 'c++' as the compiler if
6042         TESTING_IN_BUILD_TREEE is not defined.
6043
6044 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
6045
6046         * g++.old-deja/g++.eh/catch13.C: New test.
6047         * g++.old-deja/g++.eh/catch14.C: New test.
6048
6049 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
6050
6051         * gcc.dg/cpp/tr-define.c: New test.
6052
6053 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
6054
6055         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
6056         <stdlib.h>, not <malloc.h>.
6057
6058 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6059
6060         * g++.old-deja/g++.ns/template17.C: New test.
6061
6062 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6063
6064         * g++.old-deja/g++.pt/ref4.C: New test.
6065
6066 2001-04-30  Richard Henderson  <rth@redhat.com>
6067
6068         * gcc.dg/20000724-1.c: Revert last change.
6069
6070 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
6071
6072         * g77.f-torture/execute/20010430.f: New test.
6073
6074 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
6075
6076         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
6077
6078 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6079
6080         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
6081
6082 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6083
6084         * g++.old-deja/g++.eh/crash6.C: New test.
6085
6086 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6087
6088         * g++.old-deja/g++.other/warn7.C: New test.
6089
6090 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6091
6092         * g++.old-deja/g++.other/defarg9.C: New test.
6093
6094 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
6095
6096         * g77.f-torture/compile/20010426.f: New test.
6097         * g77.f-torture/execute/20010426.f: New test.
6098
6099 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
6100
6101         * g77.f-torture/compile/20000629-1.x: Remove - error
6102         has been fixed.
6103
6104 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
6105
6106         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
6107         Tweak slightly to work with g++.dg framework.
6108         * g++.dg/special/ecos.exp: Run initp1.C test.
6109         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
6110
6111         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
6112         its linker doesn't give line numbers either.
6113         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
6114
6115 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6116
6117         * g++.old-deja/g++.other/lex1.C: New test.
6118
6119 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
6120
6121         * gcc.dg/noncompile/20010425-1.c: New test.
6122
6123 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6124
6125         * g++.old-deja/g++.pt/mangle2.C: New test.
6126
6127 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6128
6129         * gcc.dg/format/plus-1.c: New test.
6130
6131 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6132
6133         * gcc.dg/20010423-1.c: New test.
6134
6135 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
6136
6137         * gcc.c-torture/execute/20010422-1.c: New test.
6138
6139 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
6140
6141         * g++.old-deja/g++.ns/type2.C: New test.
6142
6143 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
6144
6145         * g++.old-deja/g++.other/perf1.C: New test.
6146
6147 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
6148
6149         * gcc.dg/c99-func-2.c: Remove xfail.
6150         * gcc.dg/c99-func-3.c: Remove xfail.
6151         * gcc.dg/c99-func-4.c: Remove xfail.
6152
6153 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
6154
6155         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
6156
6157 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
6158
6159         * gcc.c-torture/compile/20010423-1.c: New test.
6160
6161 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6162
6163         * g++.old-deja/g++.pt/typename28.C: New test.
6164
6165 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6166
6167         * g++.old-deja/g++.abi/empty2.C: New test.
6168         * g++.old-deja/g++.abi/empty3.C: New test.
6169
6170 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6171
6172         * g++.old-deja/g++.other/comdat2.C: New test.
6173         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
6174
6175 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6176
6177         * g++.old-deja/g++.other/overload14.C: New test.
6178
6179 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6180
6181         * g++.old-deja/g++.other/lookup23.C: New test.
6182
6183 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6184
6185         * gcc.c-torture/execute/20010403-1.c: New test.
6186
6187 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
6188             Mark Mitchell  <mark@codesourcery.com>
6189
6190         * lib/old-dejagnu.exp: Don't delete output of executable.
6191         Add .exe suffix to executables.
6192
6193 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
6194
6195         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
6196
6197 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6198
6199         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
6200
6201 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6202
6203         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
6204         * g++.old-deja/g++.abi/crash1.C: New test.
6205
6206 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6207
6208         * g++.old-deja/g++.other/crash40.C: New test.
6209
6210 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6211
6212         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
6213
6214 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
6215
6216         * g++.old-deja/g++.other/warn6.C: New test.
6217
6218 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
6219
6220         * g++.old-deja/g++.robertl/eb42.C: Same.
6221
6222 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6223
6224         * gcc.dg/wtr-conversion-1.c: New testcase.
6225
6226 2001-04-10  Richard Henderson  <rth@redhat.com>
6227
6228         * g++.old-deja/g++.other/array5.C: New.
6229
6230 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6231
6232         * gcc.c-torture/execute/20010408-1.c: New test.
6233
6234 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
6235
6236         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
6237         headers and constructs.
6238         * g++.old-deja/g++.robertl/eb79.C: Same.
6239         * g++.old-deja/g++.robertl/eb77.C (main): Same.
6240         * g++.old-deja/g++.robertl/eb73.C: Same.
6241         * g++.old-deja/g++.robertl/eb66.C (main): Same.
6242         * g++.old-deja/g++.robertl/eb55.C (t): Same.
6243         * g++.old-deja/g++.robertl/eb54.C (main): Same.
6244         * g++.old-deja/g++.robertl/eb46.C (main): Same.
6245         * g++.old-deja/g++.robertl/eb44.C: Same.
6246         * g++.old-deja/g++.robertl/eb41.C (main): Same.
6247         * g++.old-deja/g++.robertl/eb4.C (main): Same.
6248         * g++.old-deja/g++.robertl/eb39.C: Same.
6249         * g++.old-deja/g++.robertl/eb33.C (main): Same.
6250         * g++.old-deja/g++.robertl/eb31.C (main): Same.
6251         * g++.old-deja/g++.robertl/eb30.C: Same.
6252         * g++.old-deja/g++.robertl/eb3.C: Same.
6253         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
6254         * g++.old-deja/g++.robertl/eb21.C: Same.
6255         * g++.old-deja/g++.robertl/eb15.C: Same.
6256         * g++.old-deja/g++.robertl/eb118.C: Same.
6257         * g++.old-deja/g++.robertl/eb115.C (main): Same.
6258         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
6259         * g++.old-deja/g++.robertl/eb109.C: Same.
6260         * g++.old-deja/g++.other/sibcall1.C (main): Same.
6261         * g++.old-deja/g++.mike/rtti1.C: Same.
6262         * g++.old-deja/g++.mike/p658.C: Same.
6263         * g++.old-deja/g++.mike/net46.C: Same.
6264         * g++.old-deja/g++.mike/net34.C: Same.
6265         * g++.old-deja/g++.mike/memoize1.C: Same.
6266         * g++.old-deja/g++.mike/eh2.C: Same.
6267         * g++.old-deja/g++.law/weak.C: Same.
6268         * g++.old-deja/g++.law/visibility7.C: Same.
6269         * g++.old-deja/g++.law/visibility25.C: Same.
6270         * g++.old-deja/g++.law/visibility22.C: Same.
6271         * g++.old-deja/g++.law/visibility2.C: Same.
6272         * g++.old-deja/g++.law/visibility17.C: Same.
6273         * g++.old-deja/g++.law/visibility13.C: Same.
6274         * g++.old-deja/g++.law/visibility10.C: Same.
6275         * g++.old-deja/g++.law/visibility1.C: Same.
6276         * g++.old-deja/g++.law/virtual3.C (eval): Same.
6277         * g++.old-deja/g++.law/vbase1.C: Same.
6278         * g++.old-deja/g++.law/operators32.C: Same.
6279         * g++.old-deja/g++.law/nest3.C: Same.
6280         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
6281         * g++.old-deja/g++.law/except5.C (main): Same.
6282         * g++.old-deja/g++.law/cvt7.C (run): Same.
6283         * g++.old-deja/g++.law/cvt2.C: Same.
6284         * g++.old-deja/g++.law/cvt16.C: Same.
6285         * g++.old-deja/g++.law/ctors6.C (bar): Same.
6286         * g++.old-deja/g++.law/ctors17.C (main): Same.
6287         * g++.old-deja/g++.law/ctors13.C: Same.
6288         * g++.old-deja/g++.law/ctors12.C (main): Same.
6289         * g++.old-deja/g++.law/ctors10.C: Same.
6290         * g++.old-deja/g++.law/code-gen5.C: Same.
6291         * g++.old-deja/g++.law/bad-error7.C: Same.
6292         * g++.old-deja/g++.law/arm9.C: Same.
6293         * g++.old-deja/g++.law/arm12.C: Same.
6294         * g++.old-deja/g++.law/arg8.C: Same.
6295         * g++.old-deja/g++.law/arg1.C: Same.
6296         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
6297         * g++.old-deja/g++.jason/template31.C: Same.
6298         * g++.old-deja/g++.jason/template24.C (main): Same.
6299         * g++.old-deja/g++.jason/2371.C: Same.
6300         * g++.old-deja/g++.eh/new2.C: Same.
6301         * g++.old-deja/g++.eh/new1.C: Same.
6302         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
6303         * g++.old-deja/g++.brendan/nest21.C (main): Same.
6304         * g++.old-deja/g++.brendan/err-msg3.C: Same.
6305         * g++.old-deja/g++.brendan/crash62.C: Same.
6306         * g++.old-deja/g++.brendan/crash52.C: Same.
6307         * g++.old-deja/g++.brendan/crash49.C (main): Same.
6308         * g++.old-deja/g++.brendan/crash38.C: Same.
6309         * g++.old-deja/g++.brendan/crash15.C (main): Same.
6310         * g++.old-deja/g++.brendan/copy9.C: Same.
6311
6312 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
6313
6314         * gcc.c-torture/execute/20001203-2.c (memset):
6315         Count argument is of type __SIZE_TYPE__.
6316
6317 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
6318
6319         * gcc.c-torture/compile/20010404-1.c: New test.
6320
6321 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
6322
6323         * gcc.c-torture/compile/20010326-1.c: New test.
6324
6325 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
6326
6327         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
6328         peculiarities of the SH.
6329         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
6330
6331 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6332
6333         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
6334         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
6335         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
6336
6337 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6338
6339         * g77.f-torture/compile/20010321-1.f: New test.
6340
6341 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6342
6343         * gcc.c-torture/compile/20010329-1.c: New test.
6344
6345 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
6346
6347         * gcc.c-torture/execute/20010329-1.c: New test.
6348
6349 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
6350
6351         * g++.old-deja/g++.other/eh4.C: Fix typo.
6352
6353 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
6354
6355         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
6356
6357 2001-03-28  Philip Blundell  <philb@gnu.org>
6358
6359         * gcc.c-torture/compile/20010328-1.c: New test.
6360
6361 2001-03-27  Richard Henderson  <rth@redhat.com>
6362
6363         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
6364         * g++.old-deja/g++.eh/vbase3.C: Likewise.
6365
6366 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
6367
6368         * gcc.c-torture/compile/20010327-1.c: New test.
6369
6370 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
6371
6372         * g++.old-deja/g++.other/friend12.C: New test.
6373         * g++.old-deja/g++.other/friend9.C: Expect no errors.
6374         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
6375
6376 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6377
6378         * gcc.c-torture/execute/20010325-1.c: New test.
6379
6380 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
6381
6382         * g++.old-deja/g++.other/mangle3.C: New test.
6383
6384 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
6385
6386         * g++.old-deja/g++.other/anon8.C: New test.
6387
6388 2001-03-20  Philip Blundell  <philb@gnu.org>
6389
6390         * gcc.c-torture/compile/20010320-1.c: New test.
6391
6392 2001-03-17  Richard Henderson  <rth@redhat.com>
6393
6394         * g++.old-deja/g++.other/eh4.C: Add expected error text.
6395
6396 2001-03-15  Geoff Keating  <geoff@redhat.com>
6397
6398         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
6399         tests on AIX.
6400
6401 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
6402
6403         * g++.old-deja/g++.other/eh4.C: New test.
6404
6405 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
6406
6407         * gcc.dg/cpp/mi1.c: Update.
6408
6409 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
6410
6411         * g++.old-deja/g++.other/regstack.C: New test.
6412
6413 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
6414
6415         * g++.old-deja/g++.other/ref4.C: New test.
6416
6417 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
6418
6419         * objc/execute/va_method.m: Added.
6420         * objc/execute/IMP.m: Added.
6421         * objc/execute/_cmd.m: Added.
6422         * objc/execute/accessing_ivars.m: Added.
6423         * objc/execute/class-1.m: Added.
6424         * objc/execute/class-10.m: Added.
6425         * objc/execute/class-11.m: Added.
6426         * objc/execute/class-12.m: Added.
6427         * objc/execute/class-13.m: Added.
6428         * objc/execute/class-14.m: Added.
6429         * objc/execute/class-2.m: Added.
6430         * objc/execute/class-3.m: Added.
6431         * objc/execute/class-4.m: Added.
6432         * objc/execute/class-5.m: Added.
6433         * objc/execute/class-6.m: Added.
6434         * objc/execute/class-7.m: Added.
6435         * objc/execute/class-8.m: Added.
6436         * objc/execute/class-9.m: Added.
6437         * objc/execute/class-tests-1.h
6438         * objc/execute/class-tests-2.h
6439         * objc/execute/compatibility_alias.m: Added.
6440         * objc/execute/encode-1.m: Added.
6441         * objc/execute/formal_protocol-1.m: Added.
6442         * objc/execute/formal_protocol-2.m: Added.
6443         * objc/execute/formal_protocol-3.m: Added.
6444         * objc/execute/formal_protocol-4.m: Added.
6445         * objc/execute/formal_protocol-5.m: Added.
6446         * objc/execute/formal_protocol-6.m: Added.
6447         * objc/execute/formal_protocol-7.m: Added.
6448         * objc/execute/informal_protocol.m: Added.
6449         * objc/execute/initialize.m: Added.
6450         * objc/execute/load.m: Added.
6451         * objc/execute/many_args_method.m: Added.
6452         * objc/execute/nested-3.m: Added.
6453         * objc/execute/no_clash.m: Added.
6454         * objc/execute/private.m: Added.
6455         * objc/execute/redefining_self.m: Added.
6456         * objc/execute/root_methods.m: Added.
6457         * objc/execute/selector-1.m: Added.
6458         * objc/execute/static-1.m: Added.
6459         * objc/execute/static-2.m: Added.
6460         * objc/execute/va_method.m: Added.
6461
6462 2001-03-10  Richard Henderson  <rth@redhat.com>
6463
6464         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
6465
6466 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6467
6468         * g++.old-deja/g++.other/crash31.C: XFAIL.
6469         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
6470         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
6471         * gcc.c-torture/execute/20010123-1.x: XFAIL.
6472         * gcc.c-torture/execute/20010124-1.x: XFAIL.
6473         * gcc.dg/sequence-pt-1.c: XFAIL one test.
6474
6475 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
6476
6477         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
6478
6479 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
6480
6481         * gcc.dg/20000724-1.c: Don't use multiline strings.
6482
6483 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
6484
6485         * objc/execute/string1.m, objc/execute/string2.m: Compare the
6486         result of -cString against what we expect it to be; don't just
6487         print it out for no one to read.
6488
6489         * objc/execute/string3.m, objc/execute/string4.m: New tests.
6490         Based on testcases provided by Nicola Pero.
6491
6492 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
6493
6494         * gcc.dg/cpp/macro7.c: New test.
6495
6496 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
6497
6498         * gcc.dg/cpp/multiline.c: Update.
6499
6500 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6501
6502         * g++.old-deja/g++.other/enum3.C: New test.
6503
6504 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6505
6506         * g++.old-deja/g++.other/pod1.C: New test.
6507
6508 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6509
6510         * g++.old-deja/g++.ext/overload1.C: New test.
6511
6512 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
6513
6514         * g++.old-deja/g++.pt/using1.C: New test.
6515
6516 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
6517
6518         * g++.old-deja/g++.other/using9.C: New test.
6519
6520 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
6521
6522         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
6523
6524         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
6525
6526 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
6527
6528         * g++.old-deja/g++.ext/realpt1.C: Remove.
6529
6530 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
6531
6532         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
6533
6534 2001-02-26  Will Cohen  <wcohen@redhat.com>
6535
6536         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
6537
6538 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
6539
6540         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
6541         templatized constructors.
6542
6543 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6544
6545         * gcc.c-torture/execute/20010224-1.c: New test.
6546
6547 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
6548
6549         * gcc.c-torture/execute/20010222-1.c: New test.
6550
6551 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
6552
6553         * g++.old-deja/g++.other/inline20.C: New test.
6554
6555 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
6556
6557         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
6558
6559 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6560
6561         * g++.old-deja/g++.other/lookup22.C: New test.
6562
6563 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
6564
6565         * g77.dg: New directory.
6566         * g77.dg/20010216-1.f: New test case.
6567         * g77.dg/dg.exp: New driver.
6568         * lib/g77-dg.exp: New driver library.
6569
6570 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6571
6572         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
6573
6574 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
6575
6576         * g++.old-deja/g++.other/decl9.C: New test.
6577
6578 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
6579
6580         * g++.old-deja/g++.other/init16.C: Update the test so that it does
6581         not need <string> and also tests the initialization at runtime.
6582
6583 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6584
6585         * gcc.c-torture/execute/longlong.c: New test.
6586
6587 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
6588
6589         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
6590
6591 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
6592
6593         * gcc.c-torture/execute/920302-1.c (execute):
6594         Change argument type to short.
6595
6596 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
6597
6598         * g++.old-deja/g++.pt/deduct6.C: New test.
6599
6600 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
6601
6602         * g++.old-deja/g++.pt/deduct5.C: New test.
6603
6604 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
6605
6606         * gcc.c-torture/execute/20010209-1.c: New test.
6607
6608 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
6609
6610         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
6611
6612 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
6613
6614         * g++.dg/vtgc1.C: Update for new ABI.
6615
6616         * consistency.vlad: New directory, 1665 files.
6617
6618 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
6619
6620         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
6621         return type.
6622         * gcc.dg/cpp/digraphs.c: Declare puts.
6623
6624 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
6625
6626         * g++.old-deja/g++.other/warn5.C: New test.
6627
6628 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
6629
6630         * g++.old-deja/g++.pt/spec40.C: New test.
6631
6632 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
6633
6634         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
6635         case.
6636         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
6637
6638 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
6639
6640         * gcc.c-torture/compile/20010209-1.c: New test.
6641
6642 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
6643
6644         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
6645         excess errors message but not if it crashes.
6646         * g++.old-deja/g++.other/crash27.C: Likewise.
6647         * g++.old-deja/g++.other/crash28.C: Likewise.
6648         * g++.old-deja/g++.other/crash30.C: Likewise.
6649         * g++.old-deja/g++.other/crash32.C: Likewise.
6650         * g++.old-deja/g++.other/crash35.C: Likewise.
6651         * g++.old-deja/g++.pt/inherit2.C: Likewise.
6652
6653 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6654
6655         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
6656         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
6657         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
6658         g77.f-torture/execute/execute.exp,
6659         g77.f-torture/noncompile/noncompile.exp,
6660         gcc.c-torture/execute/execute.exp,
6661         gcc.c-torture/execute/memcheck/memcheck.exp,
6662         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
6663         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
6664         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
6665         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
6666         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
6667         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
6668         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
6669         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
6670         Remove bug reporting instructions with ancient email addresses.
6671
6672 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
6673
6674         * gcc.dg/20010202-1.c: New test.
6675         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
6676
6677 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
6678
6679         * g++.dg/stdbool-if.C: New test.
6680
6681 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
6682
6683         * objc/execute/fdecl.m: Added main().
6684
6685 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
6686
6687         * gcc.c-torture/execute/20010206-1.c: New test.
6688
6689 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6690
6691         * gcc.dg/cpp/avoidpaste1.c: Update.
6692
6693 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
6694
6695         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
6696         Pero <nicola@brainstorm.co.uk>.
6697         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
6698
6699 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
6700
6701         * g++.old-deja/g++.pt/spec39.C: New test.
6702
6703 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
6704
6705         * gcc.c-torture/compile/20010202-1.c: New test.
6706
6707 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
6708
6709         * g++.old-deja/g++.abi/primary2.C: New test.
6710         * g++.old-deja/g++.abi/primary3.C: New test.
6711         * g++.old-deja/g++.abi/primary4.C: New test.
6712         * g++.old-deja/g++.abi/primary5.C: New test.
6713         * g++.old-deja/g++.abi/vtable3.h: New test.
6714         * g++.old-deja/g++.abi/vtable3a.C: New test.
6715         * g++.old-deja/g++.abi/vtable3b.C: New test.
6716         * g++.old-deja/g++.abi/vtable3c.C: New test.
6717         * g++.old-deja/g++.abi/vtable3d.C: New test.
6718         * g++.old-deja/g++.abi/vtable3e.C: New test.
6719         * g++.old-deja/g++.abi/vtable3f.C: New test.
6720         * g++.old-deja/g++.abi/vtable3g.C: New test.
6721         * g++.old-deja/g++.abi/vtable3h.C: New test.
6722         * g++.old-deja/g++.abi/vtable3i.C: New test.
6723         * g++.old-deja/g++.abi/vtable3j.C: New test.
6724         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
6725
6726 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
6727
6728         * g++.old-deja/g++.other/anon6.C: New test.
6729         * g++.old-deja/g++.other/anon7.C: New test.
6730
6731 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6732
6733         * gcc.dg/cpp/avoidpaste2.c: New tests.
6734
6735 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
6736
6737         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
6738
6739 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
6740
6741         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
6742         DECIMAL_DIG cases for Irix."
6743
6744 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
6745
6746         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
6747
6748 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
6749
6750         * gcc.dg/c99-tag-1.c: New test.
6751
6752 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
6753
6754         * gcc.dg/cpp/tr-warn1.c: Add tests.
6755
6756 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
6757
6758         * gcc.dg/cpp/avoidpaste1.c: Update.
6759         * gcc.dg/cpp/paste4.c: Update.
6760
6761 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
6762
6763         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
6764         cases for Irix.
6765
6766 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6767
6768         * g++.old-deja/g++.other/inline19.C: New test.
6769
6770 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
6771
6772         * gcc.dg/Wlarger-than.c: New test.
6773
6774 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6775
6776         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
6777
6778 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
6779
6780         * gcc.c-torture/execute/20010129-1.c: New test.
6781         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
6782
6783 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
6784
6785         * gcc.dg/cpp/avoidpaste1.c: Test case.
6786
6787 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
6788
6789         * g++.old-deja/g++.other/inline18.C: New test.
6790
6791 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6792
6793         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
6794         and __builtin_putchar.
6795
6796 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
6797
6798         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
6799         tests.
6800
6801 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
6802
6803         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
6804         floating point number rounding mode to round to the nearest
6805         representable mode.
6806
6807 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
6808
6809         * g++.old-deja/g++.other/mangle2.C: New test.
6810
6811 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6812
6813         * gcc.c-torture/compile/20010124-1.c: New test.
6814
6815 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
6816
6817         * g++.old-deja/g++.pt/spec38.C: New test.
6818
6819 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6820
6821         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
6822         "Build don't run".
6823
6824 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6825
6826         * gcc.c-torture/execute/20010123-1.c: New test.
6827
6828 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
6829
6830         * g++.old-deja/g++.pt/spec37.C: New test.
6831
6832 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
6833
6834         * g++.old-deja/g++.pt/overload14.C: New test.
6835
6836 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6837
6838         * gcc.c-torture/execute/20010122-1.c: New test, exercise
6839         __builtin_return_address.
6840
6841 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
6842
6843         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
6844         * g++.old-deja/g++.pt/spec35.C: New test.
6845         * g++.old-deja/g++.pt/spec36.C: New test.
6846
6847 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
6848
6849         * gcc.c-torture/compile/20010118-1.c: New test.
6850
6851 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
6852
6853         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
6854
6855 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
6856
6857         * gcc.c-torture/execute/20010119-1.c: New test.
6858
6859 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
6860
6861         * g++.old-deja/g++.other/vbase5.C: New test.
6862
6863 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
6864
6865         * gcc.c-torture/execute/20010118-1.c: New test.
6866
6867 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
6868
6869         * g++.old-deja/g++.pt/deduct3.C: New test.
6870
6871 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
6872
6873         * g++.old-deja/g++.pt/spec34.C: New test.
6874
6875 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
6876
6877         * g77.f-torture/compile/20000601-2.f: New test.
6878
6879 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
6880
6881         * g++.old-deja/g++.other/init17.C: New test.
6882
6883 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
6884
6885         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
6886
6887 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
6888
6889         * g++.old-deja/g++.pt/unify8.C: New test.
6890
6891 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
6892
6893         * g++.old-deja/g++.abi/vbase1.C: New test.
6894
6895 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
6896
6897         * g++.old-deja/g++.pt/crash65.C: New test.
6898
6899 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
6900
6901         * gcc.dg/cpp/assembl2.S: New test case.
6902
6903 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
6904
6905         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
6906         are supported.
6907
6908 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6909
6910         * g++.old-deja/g++.other/builtins1.C: New test.
6911         * g++.old-deja/g++.other/builtins2.C: Likewise.
6912         * g++.old-deja/g++.other/builtins3.C: Likewise.
6913         * g++.old-deja/g++.other/builtins4.C: Likewise.
6914
6915 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
6916
6917         * gcc.c-torture/compile/20010117-1.c: New test.
6918         * gcc.c-torture/compile/20010117-2.c: New test.
6919
6920 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6921
6922         * g77.f-torture/execute/20010116.[fx]: New test,
6923         XFAIL on i?86-*-*.
6924         * g77.f-torture/compile/20010115.f: Indicate it's
6925         a test for PR fortran/1636.
6926
6927 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6928
6929         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
6930
6931 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6932
6933         * g77.f-torture/compile/20010115.f: New test.
6934
6935 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
6936
6937         * g++.old-deja/g++.pt/nontype5.C: New test.
6938
6939 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6940
6941         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
6942         have an equivalent working one below it.
6943
6944 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
6945
6946         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
6947         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
6948
6949 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
6950
6951         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
6952         message containing "init_priority".
6953         (conpr-2.C): Likewise.
6954         (conpr-3.C): Likewise.
6955         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
6956
6957 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6958
6959         * gcc.c-torture/execute/20010114-2.c: New test.
6960
6961 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6962
6963         * gcc.c-torture/compile/20010114-1.c: New test.
6964         * gcc.c-torture/compile/20010114-1.x: Xfail.
6965         * gcc.c-torture/compile/20010114-2.c: New test.
6966         * gcc.c-torture/execute/20010114-1.c: New test.
6967         * gcc.dg/trunc-1.c: New test.
6968         * gcc.dg/uninit-B.c: New test.
6969
6970 2001-01-13  Nick Clifton  <nickc@redhat.com>
6971
6972         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
6973         target.
6974
6975 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6976
6977         * gcc.c-torture/compile/20010113-1.c: New test.
6978
6979 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
6980
6981         * gcc.c-torture/compile/20001212-1.c: New test.
6982
6983 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
6984
6985         * gcc.dg/cpp/widestr1.c: Update.
6986         * gcc.dg/cpp/prag-imp.c: Remove.
6987
6988 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
6989
6990         * gcc.c-torture/execute/20000801-3.x: Remove.
6991         * gcc.dg/c90-init-1.c: New test.
6992         * gcc.dg/c99-init-1.c: New test.
6993         * gcc.dg/c99-init-2.c: New test.
6994         * gcc.dg/gnu99-init-1.c: New test.
6995
6996 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
6997
6998         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
6999         testing that no relevant ones were found.
7000
7001 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7002
7003         * g++.old-deja/g++.pt/cast2.C: New test.
7004
7005 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
7006
7007         * g++.old-deja/g++.pt/friend47.C: New test.
7008
7009 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7010
7011         * g++.old-deja/g++.pt/instantiate13.C: New test.
7012
7013 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7014
7015         * g++.old-deja/g++.other/defarg7.C: New test.
7016         * g++.old-deja/g++.other/defarg8.C: New test.
7017
7018 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7019
7020         * g++.old-deja/g++.pt/crash64.C: New test.
7021
7022 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
7023
7024         * g++.old-deja/g++.pt/crash63.C: New test.
7025
7026 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7027
7028         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
7029
7030 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
7031
7032         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
7033
7034 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7035
7036         * g++.old-deja/g++.pt/error3.C: New test.
7037
7038 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7039
7040         * g++.old-deja/g++.other/crash39.C: New test.
7041
7042 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
7043
7044         * g++.old-deja/g++.other/vbase4.C: New test.
7045
7046 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
7047
7048         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
7049         * gcc.dg/special/20000419-2.c: New file. Identical to above.
7050         * gcc.dg/special/special.exp: New test driver which will check
7051         for alias support for the above test.
7052
7053 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
7054
7055         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
7056         problems on small machines.
7057         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
7058         parameterize.
7059
7060 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
7061
7062         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
7063         mips.
7064         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
7065
7066 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
7067
7068         * g++.old_deja/g++.pt/using8.C: New test.
7069
7070 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7071
7072         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
7073
7074 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
7075
7076         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
7077         where a failure is expected.
7078         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
7079
7080 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7081
7082         * g++.old_deja/g++.pt/instantiate12.C: New test.
7083
7084 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7085
7086         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
7087         start of structs.
7088         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
7089         * g++.old-deja/g++.brendan/crash17.C: Likewise.
7090         * g++.old-deja/g++.brendan/crash29.C: Likewise.
7091         * g++.old-deja/g++.brendan/crash48.C: Likewise.
7092         * g++.old-deja/g++.brendan/ns1.C: Likewise.
7093         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
7094         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
7095         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
7096         * g++.old-deja/g++.eh/spec6.C: Likewise.
7097         * g++.old-deja/g++.jason/crash3.C: Likewise.
7098         * g++.old-deja/g++.law/ctors11.C: Likewise.
7099         * g++.old-deja/g++.law/ctors17.C: Likewise.
7100         * g++.old-deja/g++.law/ctors5.C: Likewise.
7101         * g++.old-deja/g++.law/ctors9.C: Likewise.
7102         * g++.old-deja/g++.mike/ambig1.C: Likewise.
7103         * g++.old-deja/g++.mike/net22.C: Likewise.
7104         * g++.old-deja/g++.mike/p3538a.C: Likewise.
7105         * g++.old-deja/g++.mike/p3538b.C: Likewise.
7106         * g++.old-deja/g++.mike/virt3.C: Likewise.
7107         * g++.old-deja/g++.niklas/t128.C: Likewise.
7108         * g++.old-deja/g++.other/anon4.C: Likewise.
7109         * g++.old-deja/g++.other/using1.C: Likewise.
7110         * g++.old-deja/g++.other/warn3.C: Likewise.
7111         * g++.old-deja/g++.pt/t37.C: Likewise.
7112         * g++.old-deja/g++.robertl/eb69.C: Likewise.
7113         * g++.old-deja/g++.robertl/eb71.C: Likewise.
7114
7115 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
7116
7117         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
7118
7119 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7120
7121         * gcc.c-torture/execute/stdio-opt-3.c: New test.
7122
7123 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
7124
7125         * gcc.c-torture/compile/20010107-1.c: New test.
7126
7127 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7128
7129         * gcc.c-torture/execute/builtin-noret-1.c: New test.
7130
7131 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7132
7133         * gcc.dg/format/format.h: New file.
7134         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
7135         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
7136         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
7137         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
7138         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
7139         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
7140         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
7141         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
7142         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
7143         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
7144         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
7145         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
7146         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
7147         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
7148         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
7149         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
7150         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
7151         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
7152         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
7153         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
7154         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
7155         instead of declaring standard types, macros and functions in each
7156         test.
7157
7158 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
7159
7160         * gcc.c-torture/execute/20010106-1.c: New test.
7161
7162 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
7163
7164         * gcc.dg/format/format.exp: New file.
7165         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
7166         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
7167         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
7168         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
7169         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
7170         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
7171         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
7172         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
7173         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
7174         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
7175         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
7176         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
7177         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
7178         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
7179         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
7180         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
7181         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
7182         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
7183         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
7184         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
7185         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
7186         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
7187         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
7188         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
7189         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
7190         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
7191         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
7192         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
7193         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
7194         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
7195         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
7196         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
7197         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
7198         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
7199         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
7200         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
7201         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
7202         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
7203         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
7204         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
7205         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
7206         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
7207
7208 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
7209
7210         * gcc.c-torture/execute/991228-1.c: Take word endianness into
7211         account.
7212
7213 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7214
7215         * gcc.c-torture/execute/builtin-complex-1.c: New test.
7216
7217 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
7218
7219         * g++.old-deja/g++.pt/crash62.C: New test.
7220
7221 2001-01-04  Richard Henderson  <rth@redhat.com>
7222
7223         * gcc.dg/20000926-1.c: Update expected warnings.
7224         * gcc.dg/array-2.c: Likewise.
7225         * gcc.dg/array-4.c: Also validate flexible array members.
7226         * gcc.dg/c99-flex-array-1.c: New.
7227
7228 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7229
7230         * gcc.c-torture/compile/20001222-1.x: Remove.
7231
7232 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7233
7234         * gcc.c-torture/execute/built-in-setjmp.c: New.
7235
7236 2001-01-03  Richard Henderson  <rth@redhat.com>
7237
7238         * gcc.dg/940510-1.c: Update expected error wording.
7239         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
7240
7241 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
7242
7243         * lib/target-supports.exp (check_alias_available): Modified to
7244         indicate aliases not supported if only weak aliases are supported.
7245
7246 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7247
7248         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
7249         Turn on cmpstrsi checks for __pj__ and __i370__.
7250
7251 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7252
7253         * g++.old-deja/g++.other/virtual11.C: New test.
7254
7255 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7256
7257         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
7258
7259 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7260
7261         * gcc.c-torture/compile/20010102-1.c: New test.
7262
7263 2001-01-02  Andreas Jaeger  <aj@suse.de>
7264
7265         * gcc.dg/noreturn-3.c: New test.
7266
7267         * gcc.dg/noreturn-4.c: New test.
7268
7269 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7270
7271         * gcc.c-torture/execute/stdio-opt-1.c: Also test
7272         __builtin_fputc and __builtin_fwrite.
7273
7274 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
7275
7276         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
7277         signed char, not default char.
7278
7279 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
7280
7281         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
7282
7283 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
7284
7285         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
7286
7287 2000-12-29  Richard Henderson  <rth@redhat.com>
7288
7289         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
7290         (__cyg_profile_func_exit): Define.
7291
7292 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
7293
7294         * g++.dg/vtgc1.C: New test.
7295
7296 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
7297
7298         * gcc.dg/noncompile/20001228-1.c: New test.
7299
7300         * gcc.dg/20001228-1.c: New test.
7301
7302         * gcc.c-torture/execute/20001228-1.c: New test.
7303
7304 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7305
7306         * gcc.dg/format-strfmon-1.c: New test.
7307
7308 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7309
7310         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
7311         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
7312         * gcc.c-torture/execute/string-opt-1.c: Likewise.
7313         * gcc.c-torture/execute/string-opt-2.c: Likewise.
7314         * gcc.c-torture/execute/string-opt-3.c: Likewise.
7315         * gcc.c-torture/execute/string-opt-4.c: Likewise.
7316         * gcc.c-torture/execute/string-opt-6.c: Likewise.
7317         * gcc.c-torture/execute/string-opt-7.c: Likewise.
7318         * gcc.c-torture/execute/string-opt-8.c: Likewise.
7319         * gcc.c-torture/execute/string-opt-9.c: Likewise.
7320         * gcc.c-torture/execute/string-opt-10.c: Likewise.
7321         * gcc.c-torture/execute/string-opt-11.c: Likewise.
7322         * gcc.c-torture/execute/string-opt-12.c: Likewise.
7323
7324         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
7325         * gcc.c-torture/execute/string-opt-4.c: Test index.
7326
7327 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
7328
7329         * gcc.c-torture/compile/20001226-1.c: New test.
7330
7331 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
7332
7333         * gcc.c-torture/compile/20001222-1.c: New test.
7334         * gcc.c-torture/compile/20001222-1.x: Xfail.
7335
7336 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
7337
7338         * gcc.c-torture/execute/comp-goto-2.c: New test.
7339
7340 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
7341
7342         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
7343         Use long types if __INT_MAX__ is 32767.
7344         (main): Use cast to (sint32 *) when poking 88 into a_page.
7345
7346         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
7347
7348 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
7349
7350         * gcc.c-torture/compile/20001221-1.c: New test.
7351         * gcc.c-torture/execute/20001221-1.c: New test.
7352
7353 2000-12-20  Richard Henderson  <rth@redhat.com>
7354
7355         * g++.old-deja/g++.pt/crash36.C: Update error lines.
7356         * g++.old-deja/g++.robertl/eb109.C: Likewise.
7357
7358 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7359
7360         * gcc.dg/compare3.c: New test.
7361
7362 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7363
7364         * gcc.dg/format-warnll-1.c: New test.
7365
7366 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7367
7368         * gcc.dg/cpp/cmdlne-P.c: New test.
7369
7370 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7371
7372         * gcc.c-torture/execute/builtin-abs-1.c,
7373         gcc.c-torture/execute/builtin-abs-2.c: New tests.
7374
7375 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7376
7377         * gcc.dg/cpp/multiline.c: New test.
7378
7379 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
7380
7381         * g++.old-deja/g++.other/syshdr1.C: Update.
7382         * gcc.dg/cpp/lineflags.c: Remove temporarily.
7383
7384 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7385
7386         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
7387
7388 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7389
7390         * g++.old-deja/g++.pt/ttp65.C: New test.
7391
7392 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7393
7394         * g++.old-deja/g++.pt/ttp64.C: New test.
7395
7396 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7397
7398         * g++.old-deja/g++.pt/spec33.C: New test.
7399
7400 2000-12-14  Catherine Moore  <clm@redhat.com>
7401
7402         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
7403         * gcc.c-torture/execute/920612-2.c: Likewise.
7404         * gcc.c-torture/execute/920428-2.c: Likewise.
7405         * gcc-c-torture/execute/va-arg-11.c: Call exit.
7406         * gcc.c-torture/execute/va-arg-21.c: Likewise.
7407
7408 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7409
7410         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
7411         * gcc.dg/pack-test-2.c: Likewise.
7412
7413 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7414
7415         Tests by Zack Weinberg <zackw@stanford.edu>.
7416
7417         * gcc.dg/cpp/defined.c: Update.
7418         * gcc.dg/cpp/defined_trad.c: New tests.
7419
7420 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
7421
7422         * gcc.dg/cpp/trad-direct.c: Update.
7423
7424 2000-12-11  Neil Booth  <neilb@earthling.net>
7425
7426         * gcc.dg/cpp/defined_trad.c
7427
7428 2000-12-11  Neil Booth  <neilb@earthling.net>
7429
7430         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
7431
7432 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
7433
7434         * gcc.dg/format-miss-2.c: New test.
7435
7436 2000-12-09  Neil Booth  <neilb@earthling.net>
7437
7438         * gcc.dg/cpp/lineflags.c: New tests.
7439         * gcc.dg/cpp/poison.c: Update.
7440         * gcc.dg/cpp/redef2.c: Update.
7441         * gcc.dg/cpp/skipping.c: New test.
7442
7443 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
7444
7445         * g++.old-deja/g++.other/eh3.C: New testcase.
7446
7447 2000-12-07  Neil Booth  <neilb@earthling.net>
7448
7449         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
7450         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
7451         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
7452         wtr-union-init-2.c, wtr-union-init-3.c: Update.
7453         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
7454         Update.
7455
7456 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7457
7458         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
7459         __SIZE_TYPE__ instead of int for type of integers cast to
7460         pointers.
7461
7462 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
7463
7464         * g++.old-deja/g++.other/cleanup4.C: New test.
7465
7466 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7467
7468         * format-sec-1.c: New test.
7469
7470 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7471
7472         * gcc.dg/format-nonlit-3.c: New test.
7473
7474 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7475
7476         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
7477         through a null pointer.
7478
7479 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7480
7481         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
7482         * g++.old-deja/g++.pt/partial4.C: New test.
7483
7484 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7485
7486         * gcc.c-torture/execute/ieee/hugeval.x: New.
7487
7488 2000-12-06  Neil Booth  <neilb@earthling.net>
7489
7490         * gcc.dg/cpp/backslash2.c: New tests.
7491
7492 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7493
7494         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
7495         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
7496
7497 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
7498
7499         * gcc.c-torture/execute/20001203-2.c: New testcase.
7500
7501 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
7502
7503         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
7504         * g++.old-deja/g++.other/virtual10.C: New test.
7505
7506 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
7507
7508         * g++.old-deja/g++.mike/pmf5.C: Remove test.
7509
7510 2000-12-05  Richard Henderson  <rth@redhat.com>
7511
7512         * gcc.c-torture/compile/20001205-1.c: New.
7513
7514 2000-12-04  Neil Booth  <neilb@earthling.net>
7515
7516         * g++.old-deja/g++.other/virtual9.C: New test.
7517         * g++.old-deja/g++.pt/crash61.C: New test.
7518         * gcc.c-torture/execute/loop-9.c: New test.
7519
7520 2000-12-04  Neil Booth  <neilb@earthling.net>
7521
7522         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
7523         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
7524         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
7525         * gcc.dg/cpp/extratokens.c: ...here.
7526
7527 2000-12-04  Neil Booth  <neilb@earthling.net>
7528
7529         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
7530         New tests.
7531
7532 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7533
7534         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
7535         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
7536
7537 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
7538
7539         * gcc.c-torture/execute/20001203-1.c: New test.
7540
7541 2000-12-03  Neil Booth  <neilb@earthling.net>
7542
7543         * gcc.dg/cpp/macro6.c: New test cases.
7544
7545 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7546
7547         * gcc.c-torture/execute/string-opt-9.c: New test.
7548         * gcc.c-torture/execute/string-opt-10.c: Likewise.
7549         * gcc.c-torture/execute/string-opt-11.c: Likewise.
7550         * gcc.c-torture/execute/string-opt-12.c: Likewise.
7551
7552         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
7553         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
7554
7555 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
7556
7557         * gcc.dg/cpp/if-6.c: New testcase.
7558
7559         * gcc.dg/20001201-1.c: New testcase.
7560
7561 2000-12-02  Neil Booth  <neilb@earthling.net>
7562
7563         * g++.old-deja/g++.other/externC4.C,
7564         g++.old-deja/g++.other/friend10.C: New tests.
7565
7566 2000-12-02  Neil Booth  <neilb@earthling.net>
7567
7568         * g++.old-deja/g++.other/instan2.C
7569         * g++.old-deja/g++.other/instan3.C: New test.
7570
7571 2000-12-02  Neil Booth  <neilb@earthling.net>
7572
7573         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
7574         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
7575         gnuc99.c,gnuc99-pedantic.c: New tests.
7576
7577 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7578
7579         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
7580         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
7581
7582 2000-12-01  Neil Booth  <neilb@earthling.net>
7583
7584         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
7585         * gcc.dg/cpp/poison.c: Update.
7586         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
7587
7588 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
7589
7590         * g77.f-torture/execute/20001201.f: New test.
7591
7592 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
7593
7594         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
7595
7596 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
7597
7598         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
7599
7600 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
7601
7602         * g++.old-deja/g++.other/cast6.C: New test.
7603
7604 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
7605
7606         * gcc.c-torture/execute/20001130-2.c: New testcase.
7607
7608 2000-11-30  Richard Henderson  <rth@redhat.com>
7609
7610         * gcc.c-torture/execute/20001130-1.c: New test.
7611
7612 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
7613
7614         * g++.old-deja/g++.other/op3.C: New test.
7615
7616 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
7617
7618         * g++.old-deja/g++.other/op2.C: New test.
7619
7620 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
7621
7622         * g++.old-deja/g++.other/crash38.C: New test.
7623
7624 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
7625
7626         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
7627
7628 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
7629
7630         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
7631         tests.
7632         * gcc.c-torture/execute/string-opt-6.c: New test.
7633
7634         * gcc.dg/20001117-1.c: Add main.
7635
7636 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
7637
7638         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
7639         Move from here ...
7640         * gcc.dg/940510-1.c: ... to here.
7641
7642         * gcc.dg/20000926-1.c: GNU C now allows initializations of
7643         zero-size arrays in toplevel structures.
7644
7645 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
7646
7647         * gcc.c-torture/execute/loop-8.c: New test.
7648
7649 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7650
7651         * g++.old-deja/g++.other/base1.C: New test.
7652
7653 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7654
7655         * g++.old-deja/g++.other/parse2.C: New test.
7656
7657 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7658
7659         * g++.old-deja/g++.pt/incomplete1.C: New test.
7660
7661 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
7662
7663         * g++.old-deja/g++.other/friend9.C: New test.
7664
7665 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
7666
7667         * gcc.dg/20001127-1.c: New test.
7668
7669 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7670
7671         * g++.old-deja/g++.pt/friend46.C: New test.
7672
7673 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
7674
7675         * g++.old-deja/g++.other/ptrmem8.C: New test.
7676
7677 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7678
7679         * gcc.c-torture/execute/string-opt-7.c: New test.
7680         * gcc.c-torture/execute/string-opt-8.c: Likewise.
7681
7682 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
7683
7684         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
7685         instead of 'mkcheck 2'.
7686
7687 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
7688
7689         * gcc.c-torture/execute/memcheck/driver.c,
7690         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
7691         C9X references to refer to C99.
7692
7693 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
7694
7695         * gcc.dg/ultrasp3.c: New test.
7696
7697 2000-11-25  Neil Booth  <neilb@earthling.net>
7698
7699         * gcc.dg/cpp/include2.c: Update test to be locale independent.
7700
7701 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
7702
7703         * gcc.c-torture/compile/20001123-2.c: New.
7704
7705 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7706
7707         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
7708
7709 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
7710
7711         * gcc.dg/sequence-point-1.c: Add some new tests.
7712         * gcc.c-torture/execute/20001124-1.c: New test.
7713
7714 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
7715
7716         * g++.old-deja/g++.other/vaarg4.C: New test.
7717         * gcc.c-torture/compile/20001123-1.c: New test.
7718
7719 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
7720
7721         * g++.other/crash24.C: Adjust and remove XFAIL.
7722         * g++.other/crash37.C: New test.
7723
7724 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
7725
7726         * g++.old-deja/g++.pt/instantiate9.C: New test.
7727
7728 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
7729
7730         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
7731         new ABI, too.
7732
7733         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
7734         * g++.old-deja/g++.robertl/eb55.C: Likewise.
7735
7736 2000-11-22  Neil Booth  <neilb@earthling.net>
7737
7738         * gcc.dg/cpp/Wtrigraphs.c: New test.
7739
7740 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
7741
7742         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
7743
7744 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
7745
7746         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
7747
7748 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
7749
7750         * lib/gcc-dg.exp: load_lib scanasm.exp.
7751         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
7752         * lib/g++-dg.exp: load_lib scanasm.exp.
7753         * lib/scanasm.exp: New.
7754         (scan-assembler, scan-assembler-not): Add optional arguments to
7755         test name, or if not present, the pattern name.
7756         (scan-assembler-dem, scan-assembler-dem-not): New.
7757
7758         * g++.dg/dg.exp: New.
7759
7760 2000-11-21  Neil Booth  <neilb@earthling.net>
7761
7762         * gcc.dg/cpp/integrated1.c: Remove.
7763
7764 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
7765
7766         * gcc.c-torture/execute/20001121-1.c: New test.
7767
7768 2000-11-21  Richard Henderson  <rth@redhat.com>
7769
7770         * gcc.c-torture/compile/20001121-1.c: New test.
7771
7772 2000-11-20  Neil Booth  <neilb@earthling.net>
7773
7774         * gcc.dg/cpp/integrated1.c: New test.
7775
7776 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
7777
7778         * g++.old-deja/g++.other/inline17.C: New test.
7779
7780 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
7781
7782         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
7783         local variable to be zero: I made the variable global. Now
7784         uses abort() and exit() instead of relying on main's return value.
7785
7786 2000-11-20  Neil Booth  <neilb@earthling.net>
7787
7788         * gcc.dg/cpp/paste2.c: Update test.
7789         * objc/execute/paste.m: New test.
7790
7791 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
7792
7793         * gcc.dg/c99-condexpr-1.c: New test.
7794
7795 2000-11-20  Neil Booth  <neilb@earthling.net>
7796
7797         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
7798
7799 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
7800
7801         * g++.old-deja/g++.pt/export1.C: New test.
7802
7803 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
7804
7805         * gcc.dg/20001117-1.c: New test.
7806
7807 2000-11-18  Richard Henderson  <rth@redhat.com>
7808
7809         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
7810
7811 2000-11-18  Richard Henderson  <rth@redhat.com>
7812
7813         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
7814         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
7815         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
7816
7817 2000-11-18  Richard Henderson  <rth@redhat.com>
7818
7819         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
7820         (main): New.  Exit cleanly.
7821
7822 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7823
7824         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
7825         gcc.dg/c99-fordecl-2.c: New tests.
7826
7827 2000-11-18  Richard Henderson  <rth@redhat.com>
7828
7829         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
7830         * gcc.c-torture/execute/zerolen-2.c: New.
7831
7832 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7833
7834         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
7835         memory.
7836
7837 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
7838
7839         * g++.old-deja/g++.pt/instantiate8.C: New test.
7840
7841 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
7842
7843         * g++.old-deja/g++.other/incomplete.C: Add more tests.
7844         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
7845
7846 2000-11-16  Nick Clifton  <nickc@redhat.com>
7847
7848         * gcc.c-torture/execute/nestfunc-2.c: New test.
7849         * gcc.c-torture/execute/nestfunc-3.c: New test.
7850
7851 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
7852
7853         * gcc.c-torture/compile/20001116-1.c: New test.
7854
7855 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7856
7857         * gcc.c-torture/execute/20001115-1.c: New test.
7858
7859 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
7860
7861         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
7862         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
7863         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
7864         * g++.old-deja/g++.abi/vmihint.C: Likewise.
7865
7866 2000-11-15  Neil Booth  <neilb@earthling.net>
7867
7868         gcc.dg/cpp/_Pragma1.c: Update.
7869         gcc.dg/cpp/_Pragma2.c: New test.
7870
7871 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
7872
7873         * g++.old-deja/g++.other/anon5.C: New test.
7874
7875 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7876
7877         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
7878         tests.
7879
7880 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
7881
7882         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
7883         output.
7884
7885 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7886
7887         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
7888         labels at end of compound statements.
7889
7890 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
7891
7892         * gcc.c-torture/execute/loop-7.c: New test.
7893
7894 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7895
7896         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
7897
7898 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7899
7900         * gcc.dg/c99-bool-1.c: New test.
7901
7902 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7903
7904         * gcc.dg/c99-scope-1.c: Remove xfail.
7905         * gcc.dg/c99-scope-2.c: New test.
7906
7907 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7908
7909         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
7910         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
7911
7912 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
7913
7914         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
7915         error messages.
7916
7917         * g++.mike/p700.C: Don't typedef wchar_t.
7918         * g++.mike/p784.C: Likewise.
7919         * g++.mike/eb101.C: Don't use __wchar_t.
7920
7921 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
7922
7923         * g77.f-torture/execute/20001111.[fx]: Test premature exit
7924         from DO loop.
7925
7926 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
7927
7928         * gcc.c-torture/execute/20001111-1.c: New test.
7929
7930 2000-11-10  Nick Clifton  <nickc@redhat.com>
7931
7932         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
7933         long multuiple and accumulate.
7934
7935 2000-11-09  Richard Henderson  <rth@redhat.com>
7936
7937         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
7938         via size_t instead of int.
7939
7940         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
7941         * gcc.c-torture/execute/string-opt-2.c: Likewise.
7942         * gcc.c-torture/execute/string-opt-3.c: Likewise.
7943         * gcc.c-torture/execute/string-opt-4.c: Likewise.
7944
7945 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
7946
7947         * gcc.c-torture/compile/20001109-1.c: New test.
7948         * gcc.c-torture/compile/20001109-2.c: New test.
7949
7950 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
7951
7952         * g++.old-deja/g++.pt/operator1.C: New test.
7953         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
7954
7955 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
7956
7957         * gcc.dg/20001108-1.c: New test.
7958
7959 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
7960
7961         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
7962         with both arguments constant strings.
7963         * gcc.c-torture/execute/string-opt-3.c: New test.
7964         * gcc.c-torture/execute/string-opt-4.c: New test.
7965         * gcc.c-torture/execute/string-opt-5.c: New test.
7966
7967 2000-11-08  Nick Clifton  <nickc@redhat.com>
7968
7969         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
7970         mulsidi3adddi patterns.
7971
7972 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
7973
7974         * g++.old-deja/g++.other/crash36.C: New test.
7975
7976 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
7977
7978         * g++.old-deja/g++.other/init16.C: New test.
7979
7980 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
7981
7982         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
7983
7984 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
7985
7986         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
7987         * gcc.c-torture/execute/va-arg-16.x: Likewise.
7988         * gcc.c-torture/execute/va-arg-17.x: Likewise.
7989
7990 2000-11-07  DJ Delorie  <dj@redhat.com>
7991
7992         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
7993
7994 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7995
7996         * gcc.c-torture/execute/string-opt-1.c: New test.
7997
7998 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
7999
8000         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
8001         mips-sgi-irix6.* because the MIPS ABI passes floating-point
8002         parameters in registers, and there is no way for a varargs
8003         function to know in which order the integer and floating-point
8004         parameters should be interleaved when they are placed on the
8005         stack.
8006         * gcc.c-torture/execute/va-arg-16.x: Likewise.
8007         * gcc.c-torture/execute/va-arg-17.x: Likewise.
8008
8009 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8010
8011         * gcc.c-torture/execute/string-opt-2.c: New test.
8012
8013 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
8014
8015         * g++.old-deja/g++.pt/crash60.C: New test.
8016
8017 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
8018
8019         * g++.old-deja/g++.other/crash24.C: New test.
8020         * g++.old-deja/g++.other/crash25.C: New test.
8021         * g++.old-deja/g++.other/crash26.C: New test.
8022         * g++.old-deja/g++.other/crash27.C: New test.
8023         * g++.old-deja/g++.other/crash28.C: New test.
8024         * g++.old-deja/g++.other/crash29.C: New test.
8025         * g++.old-deja/g++.other/crash30.C: New test.
8026         * g++.old-deja/g++.other/crash31.C: New test.
8027         * g++.old-deja/g++.other/crash32.C: New test.
8028         * g++.old-deja/g++.other/crash33.C: New test.
8029         * g++.old-deja/g++.other/crash34.C: New test.
8030         * g++.old-deja/g++.other/crash35.C: New test.
8031
8032 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
8033
8034         * gcc.c-torture/execute/20001031-1.c: New test.
8035
8036 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
8037
8038         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
8039         namespace.
8040
8041         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
8042         standards-conformant.
8043
8044         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
8045
8046         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
8047         * g++.old-deja/g++.mike/p755a.C: Likewise.
8048         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
8049         library makes no calls to `operator new' during initialization.
8050
8051 2000-11-04  Neil Booth  <neilb@earthling.net>
8052
8053         * gcc.dg/cpp/include2.c: New tests.
8054
8055 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
8056
8057         * lib/g++.exp (g++_set_ld_library_path): New function.
8058         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
8059
8060 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
8061
8062         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
8063         warnings.
8064
8065 2000-11-01  Richard Henderson  <rth@redhat.com>
8066
8067         * g++.old-deja/g++.ext/namedret1.C: New.
8068         * g++.old-deja/g++.ext/namedret2.C: New.
8069         * g++.old-deja/g++.ext/namedret3.C: New.
8070
8071 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
8072
8073         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
8074         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
8075
8076 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8077
8078         * gcc.c-torture/execute/va-arg-21.c: New test.
8079
8080 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8081
8082         * gcc.dg/c99-complex-2.c: New test.
8083
8084 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8085
8086         * gcc.c-torture/execute/stdio-opt-1.c: New test.
8087
8088 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
8089
8090         * g++.old-deja/g++.other/inline16.C: New test.
8091
8092 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
8093
8094         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
8095         __PRETTY_FUNCTION__
8096
8097 2000-10-29  Neil Booth  <neilb@earthling.net>
8098
8099         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
8100         New tests.
8101         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
8102         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
8103         optimisation.
8104
8105 2000-10-29  Neil Booth  <neilb@earthling.net>
8106
8107         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
8108         * mi1.c, mi1c.h: Add null directives to multiple-include test.
8109         * mi5.c: Test multiple includes work with -C.
8110         * trigraphs.c: Test ^= version.
8111
8112 2000-10-28  Neil Booth  <neilb@earthling.net>
8113
8114         New tests and test updates for new macro expander.
8115
8116         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
8117         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
8118         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
8119         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
8120         new diagnostic messages.
8121
8122         * gcc.dg/cpp/macro3.c: New tests.
8123
8124 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
8125
8126         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
8127         on the same line.
8128
8129 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
8130
8131         * g++.old-deja/g++.other/eh2.C: New test.
8132
8133 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
8134
8135         * gcc.c-torture/execute/20001027-1.c: New test.
8136
8137 2000-10-26  Richard Henderson  <rth@redhat.com>
8138
8139         * gcc.c-torture/execute/20001026-1.c: New.
8140
8141 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
8142
8143         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
8144         * g++.old-deja/g++.law/builtin1.C: Likewise.
8145         * g++.old-deja/g++.law/ctors10.C: Likewise.
8146         * g++.old-deja/g++.law/virtual3.C: Likewise.
8147         * g++.old-deja/g++.mike/p658.C: Likewise.
8148         * g++.old-deja/g++.other/sibcall1.C: Likewise.
8149         * g++.old-deja/g++.other/vaarg2.C: Likewise.
8150         * g++.old-deja/g++.robertl/eb124.C: Likewise.
8151         * g++.old-deja/g++.robertl/eb44.C: Likewise.
8152         * g++.old-deja/g++.robertl/eb77.C: Likewise.
8153
8154 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
8155
8156         * gcc.c-torture/compile/20001024-1.c: New test.
8157
8158 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
8159
8160         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
8161         to tell us whether or not we are using V3.
8162
8163 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8164
8165         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
8166         operands.
8167
8168 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8169
8170         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
8171
8172 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
8173
8174         * gcc.c-torture/execute/20001024-1.c: New test.
8175
8176 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
8177
8178         * g++.old-deja/g++.other/sibcall1.C: New test.
8179
8180 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
8181
8182         * gcc.dg/noncompile/init-3.c: New test.
8183
8184 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8185
8186         * gcc.dg/format-array-1.c: New test.
8187
8188 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8189
8190         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
8191         writing through null pointers; remove comment about testing
8192         unterminated strings.
8193
8194 2000-10-17  Matthew Hiller  <hiller@redhat.com>
8195
8196         * gcc.c-torture/execute/20001017-2.c: New test.
8197
8198 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8199
8200         * gcc.c-torture/compile/20001018-1.c: New test.
8201         * gcc.c-torture/compile/20001018-1.x: Xfail.
8202
8203 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8204
8205         * gcc.c-torture/execute/20001017-1.c: New test.
8206
8207 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8208
8209         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
8210         for multiple use of arguments with scanf formats; add tests for
8211         multiple use of arguments.
8212
8213 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
8214
8215         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
8216
8217 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8218
8219         * gcc.dg/format-miss-1.c: New test.
8220
8221 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
8222
8223         * gcc.c-torture/execute/20001013-1.c: New test.
8224
8225 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
8226
8227         * gcc.dg/format-branch-1.c: New test.
8228
8229 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
8230
8231         * README, lib/file-format.exp: Remove EGCS references.
8232
8233 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
8234
8235         * gcc.dg/20001013-1.c: New test.
8236
8237 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8238
8239         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
8240         for intmax_t in the compiler using __typeof__ and the type rules
8241         for conditional expressions.
8242
8243 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
8244
8245         * gcc.dg/20001012-1.c: New test.
8246         * gcc.dg/20001012-2.c: New test.
8247
8248 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8249
8250         * gcc.dg/format-attr-1.c: New test.
8251
8252 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8253
8254         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
8255         __LONG_LONG_MAX__ instead of LLONG_MAX.
8256
8257 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
8258
8259         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
8260         scanf flags.
8261         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
8262         flags.
8263
8264 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
8265
8266         * gcc.dg/sequence-pt-1.c: New test.
8267
8268 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
8269
8270         * gcc.c-torture/execute/20001011-1.c: New testcase.
8271         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
8272
8273 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
8274
8275         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
8276         does not error on it.
8277
8278 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
8279
8280         * gcc.dg/20001009-1.c: New test.
8281
8282 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8283
8284         * gcc.c-torture/compile/20001009-1.c: Move from here ....
8285         * gcc.c-torture/execute/20001009-2.c: ... to here.
8286
8287 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
8288
8289         * gcc.c-torture/compile/20001009-1.c: New testcase.
8290         * gcc.c-torture/execute/20001009-1.c: New testcase.
8291         Testcases provided by Jan Hubicka <jh@suse.cz>.
8292
8293 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8294
8295         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8296         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
8297         uintmax_t using <limits.h> to emulate the compiler's internal
8298         logic.  No longer XFAIL %j tests.
8299
8300 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8301
8302         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
8303         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
8304         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
8305         regexps and details of expected handling of some bad formats.
8306         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
8307         suppression.
8308
8309 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8310
8311         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
8312         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
8313         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
8314         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
8315         in list archives.
8316
8317 2000-10-06  Richard Henderson  <rth@cygnus.com>
8318
8319         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
8320         * g++.old-deja/g++.brendan/crash52.C: Likewise.
8321         * g++.old-deja/g++.jason/report.C: Likewise.
8322         * g++.old-deja/g++.law/friend5.C: Likewise.
8323         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
8324         of the expected warnings.
8325
8326 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
8327
8328         * g++.old-deja/g++.pt/enum14.C: New test.
8329
8330 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
8331
8332         * g++.old-deja/g++.pt/crash59.C: New test.
8333
8334 2000-10-04  Will Cohen  <wcohen@redhat.com>
8335
8336         * gcc.dg/20000926-1.c: New test.
8337
8338 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
8339
8340         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
8341         function name for current C++ compiler.
8342         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
8343
8344 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
8345
8346         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
8347         __PRETTY_FUNCTION__.
8348         * g++.old-deja/g++.ext/pretty2.C: Likewise.
8349
8350 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8351
8352         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
8353
8354 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
8355
8356         * gcc.c-torture/compile/20000923-1.c: New test.
8357
8358 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8359
8360         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
8361         * g++.old-deja/g++.pt/ttp62.C: Same.
8362         * g++.old-deja/g++.other/inline14.C: Same.
8363
8364 2000-09-24  Richard Henderson  <rth@cygnus.com>
8365
8366         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
8367
8368 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8369
8370         * gcc.dg/c90-printf-1.c: Add test for wide string format.
8371
8372 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
8373
8374         * gcc.c-torture/compile/20000922-1.c: New file.
8375
8376 2000-09-21  Nick Clifton  <nickc@redhat.com>
8377
8378         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
8379         a signed long modulo operation.
8380         (mod6): New function - perform an unsigned long modulo operation.
8381         (main): Add tests for modulos of very large numbers by very small
8382         dividends.
8383
8384 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8385
8386         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
8387
8388 2000-09-19  Richard Henderson  <rth@cygnus.com>
8389
8390         * gcc.dg/compare2.c (case 10): XFAIL.
8391
8392 2000-09-18  Richard Henderson  <rth@cygnus.com>
8393
8394         * gcc.c-torture/execute/20000906-1.c: Move ...
8395         * gcc.dg/20000906-1.c: ... here.  Only run on targets
8396         that support __builtin_trap.
8397
8398 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
8399
8400         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
8401
8402 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8403
8404         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
8405         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
8406         more $ format tests.
8407
8408 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8409
8410         * gcc.dg/format-errmk-1.c: New test.
8411
8412 2000-09-17  Greg McGary  <greg@mcgary.org>
8413
8414         * gcc.c-torture/execute/20000917-1.x: Remove.
8415
8416 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8417
8418         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
8419
8420 2000-09-17  Greg McGary  <greg@mcgary.org>
8421
8422         * gcc.c-torture/execute/20000917-1.c: New test.
8423         * gcc.c-torture/execute/20000917-1.x: XFAIL.
8424
8425 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
8426
8427         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
8428         in nested macro bug.
8429
8430 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
8431
8432         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
8433
8434 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
8435
8436         * gcc.c-torture/execute/20000914-1.c: New test.
8437
8438 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
8439
8440         * g++.other/inline13.C: New test.
8441
8442 2000-09-12  Andreas Jaeger  <aj@suse.de>
8443
8444         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
8445         constant by Ulrich Drepper <drepper@redhat.com>.
8446
8447 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8448
8449         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
8450
8451 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8452
8453         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
8454
8455 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
8456
8457         * gcc.dg/cpp/backslash.c: New test.
8458
8459 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
8460
8461         * gcc.c-torture/execute/20000910-1.c: New test.
8462         * gcc.c-torture/execute/20000910-2.c: Likewise.
8463
8464 2000-09-11  Robert Lipe  <robertl@sco.com>
8465
8466         * gcc.dg/pragma-align.c: New test.
8467
8468 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
8469
8470         * g++.old-deja/g++.pt/explicit82.C: New test.
8471         * g++.old-deja/g++.pt/explicit83.C: New test.
8472
8473 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
8474
8475         * gcc.dg/asm-names.c: New test.
8476
8477 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8478
8479         * gcc.dg/cpp/tr-warn6.c: New test
8480
8481 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8482
8483         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
8484         be accepted.
8485
8486 2000-09-07  Catherine Moore  <clm@redhat.com>
8487
8488         * gcc.c-torture/execute/unroll-1.c: New test.
8489
8490 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
8491
8492         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
8493         ERROR markers.
8494         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
8495         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
8496         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
8497         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
8498         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
8499         Preprocess only.
8500         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
8501         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
8502
8503 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8504
8505         * g++.old-deja/g++.pt/deduct2.C: New test.
8506
8507 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8508
8509         * g++.old-deja/g++.pt/parms2.C: New test.
8510
8511 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8512
8513         * g++.old-deja/g++.pt/crash58.C: New test.
8514
8515 2000-09-06  Greg McGary  <greg@mcgary.org>
8516
8517         * gcc.c-torture/execute/20000906-1.c: New test.
8518         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
8519
8520 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8521
8522         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
8523
8524 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8525
8526         * g++.old-deja/g++.pt/crash57.C: New test.
8527
8528 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8529
8530         * g++.old-deja/g++.pt/crash56.C: New test.
8531
8532 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8533
8534         * g++.old-deja/g++.pt/koenig1.C: New test.
8535
8536 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
8537
8538         * gcc.dg/20000904-1.c: New test.
8539
8540 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
8541
8542         * gcc.dg/cpp/paste8.c: New test.
8543
8544 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
8545
8546         * gcc.c-torture/compile/20000827-1.c: New test.
8547
8548 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8549
8550         * gcc.dg/format-diag-1.c: New test.
8551
8552 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8553
8554         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
8555         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
8556         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
8557         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
8558         gcc.dg/formatz-1.c: Adjust warning regular expressions.
8559
8560 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
8561
8562         * g++.old-deja/g++.other/nested4.C: New test.
8563
8564 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
8565
8566         * g++.old-deja/g++.ns/scoped1.C: New test.
8567
8568 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
8569
8570         * lib/g++.exp: Support testing already-installed GCC.
8571
8572 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8573
8574         * wtr-label-1.c, wtr-suffix-1.c: New tests.
8575
8576 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8577
8578         * gcc.dg/return-type-2.c: New test.
8579
8580 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
8581
8582         * gcc.c-torture/compile/20000825-1.c: New test.
8583
8584 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
8585
8586         * gcc.dg/dwarf2-2.c: New test.
8587
8588 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
8589
8590         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
8591         dg-warning regexps.
8592
8593 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8594
8595         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
8596         gcc.dg/format-ext-5.c: New tests.
8597
8598 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
8599
8600         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
8601
8602 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
8603
8604         * gcc.dg/noncompile/930622-2.c: Adjust error message.
8605
8606 2000-08-24  Richard Henderson  <rth@cygnus.com>
8607
8608         * gcc.dg/ia64-sync-1.c: New test.
8609         * gcc.dg/ia64-sync-2.c: New test.
8610         * gcc.dg/ia64-asm-1.c: New test.
8611
8612 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
8613
8614         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
8615         * gcc.dg/format-ext-2.c: New test.
8616
8617 2000-08-23  Jason Merrill  <jason@redhat.com>
8618
8619         * lib/old-dejagnu.exp: Also ignore "In member function" and
8620         "At global scope".
8621
8622 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8623
8624         * gcc.dg/noncompile/label-lineno-1.c: New test.
8625
8626 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8627
8628         * gcc.dg/c99-array-nonobj-1.c: New test.
8629
8630 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
8631
8632         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
8633         tests.
8634         * gcc.dg/format-ext-1.c: New test.
8635
8636 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8637
8638         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
8639         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
8640         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
8641         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
8642         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
8643
8644 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8645
8646         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
8647         gcc.dg/c99-strftime-2.c: New tests.
8648
8649 2000-08-22  Richard Henderson  <rth@cygnus.com>
8650
8651         * gcc.c-torture/execute/20000822-1.c: New test.
8652
8653 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
8654
8655         * gcc.c-torture/execute/20000819-1.x: Remove.
8656
8657 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8658
8659         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
8660         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
8661         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
8662         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
8663         gcc.dg/format-xopen-1.c: New tests.
8664
8665 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8666
8667         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
8668
8669 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
8670
8671         * g++.old-deja/g++.other/loop2.C: New test.
8672
8673         * gcc.c-torture/compile/20000606-1.c: New test.
8674         * gcc.c-torture/compile/20000728-1.c: New test.
8675         * gcc.c-torture/execute/20000801-1.c: New test.
8676         * gcc.c-torture/execute/20000801-2.c: New test.
8677         * gcc.c-torture/execute/20000819-1.c: New test.
8678         * gcc.c-torture/execute/20000819-1.x: XFAIL.
8679         * gcc.dg/20000629-1.c: New test.
8680         * gcc.dg/20000724-1.c: New test.
8681         * gcc.dg/20000807-1.c: New test.
8682
8683 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
8684
8685         * gcc.dg/cpp/pragma-1.c: New test.
8686         * gcc.dg/cpp/pragma-2.c: New test.
8687
8688 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
8689
8690         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
8691         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
8692
8693 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8694
8695         * gcc.c-torture/compile/20000818-1.c: New test.
8696
8697 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
8698
8699         * gcc.c-torture/execute/20000818-1.c: New test.
8700
8701 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8702
8703         * gcc.dg/format-va-1.c: New test.
8704
8705 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
8706
8707         * g++.old-deja/g++.other/typedef8.C: New test.
8708
8709 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
8710
8711         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
8712         * g++.old-deja/g++.mike/net36.C: Mark candidate.
8713         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
8714         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
8715         * g++.old-deja/g++.other/ptrmem7.C: New test.
8716         * g++.old-deja/g++.pt/ptrmem10.C: New test.
8717
8718 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
8719
8720         * g++.old-deja/g++.pt/typename27.C: New test.
8721
8722 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
8723
8724         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
8725         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
8726         * g++.old-deja/g++.pt/friend45.C: New test.
8727         * g++.old-deja/g++.other/friend8.C: New test.
8728
8729 2000-08-15  Richard Henderson  <rth@cygnus.com>
8730
8731         * gcc.c-torture/execute/20000815-1.c: New test.
8732
8733 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
8734
8735         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
8736         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
8737         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
8738
8739 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
8740
8741         * g++.old-deja/g++.other/refinit2.C: New test.
8742
8743 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
8744
8745         * lib/c-torture.exp (c-torture): Make
8746         compiler_conditional_xfail_data global.
8747         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
8748         compiler_conditional_xfail_data machinery.
8749         (f-torture-execute): Likewise.
8750         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
8751         and only when unrolling loops.
8752
8753         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
8754
8755 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
8756
8757         * g++.old-deja/g++.pt/explicit81.C: New test.
8758
8759 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
8760
8761         * g++.old-deja/g++.pt/typename26.C: New test.
8762
8763 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
8764
8765         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
8766         warning.
8767
8768 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
8769
8770         * g++.old-deja/g++.other/array3.C: New test.
8771
8772 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8773
8774         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
8775         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
8776         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
8777         New tests.
8778
8779 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
8780
8781         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
8782         * g++.old-deja/g++.abi/vmihint.C: Likewise.
8783
8784 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
8785
8786         * gcc.c-torture/execute/20000808-1.c: New test.
8787
8788 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8789
8790         * gcc.dg/c90-const-expr-1.c: New test.
8791
8792 2000-08-08  Richard Henderson  <rth@cygnus.com>
8793
8794         * gcc.dg/noncompile/920923-1.c: Declare calloc.
8795
8796 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8797
8798         * gcc.dg/noncompile/const-ll-1.c: New test.
8799
8800 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8801
8802         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
8803
8804 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
8805
8806         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
8807         that running programs linked against the shared version of libobjc
8808         run correctly.
8809
8810 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8811
8812         * gcc.dg/c99-printf-1.c: New test.
8813
8814 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8815
8816         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
8817
8818 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
8819
8820         * gcc.c-torture/execute/20000731-1.x: Delete.
8821
8822 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
8823
8824         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
8825         and torture_without_loops as is done by c-torture.exp.
8826         (search_for): Copy from c-torture.exp.
8827         (gcc-dg-runtest): New function, drives a directory of tests
8828         iterating over the TORTURE_OPTIONS.
8829         (scan-assembler, scan-assembler-not): Move here from
8830         individual directory drivers.
8831
8832         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
8833         defined by lib/gcc-dg.exp.
8834         * gcc.dg/cpp/cpp.exp: Likewise.
8835         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
8836         gcc-dg-runtest, so we cycle over optimization options.
8837
8838         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
8839         * gcc.dg/compare2.c: No longer expected to fail.
8840
8841 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
8842
8843         * gcc.c-torture/execute/20000804-1.c: New test.
8844
8845 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8846
8847         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
8848
8849 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
8850
8851         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
8852
8853 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
8854
8855         * gcc.c-torture/compile/20000803-1.c: New test.
8856
8857 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8858
8859         * gcc.c-torture/execute/20000801-3.c,
8860         gcc.c-torture/execute/20000801-4.c: New tests.
8861         * gcc.c-torture/execute/20000801-3.x,
8862         gcc.c-torture/execute/20000801-4.x: Xfail.
8863
8864 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
8865
8866         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
8867         libobjc/.libs to allow for libtool.
8868
8869 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
8870
8871         * gcc.c-torture/compile/20000802-1.c: New test.
8872
8873 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
8874
8875         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
8876
8877 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
8878
8879         * gcc-c-torture/execute/20000731-2.c: New test.
8880
8881         * gcc.c-torture/execute/20000731-1.c: New test.
8882         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
8883
8884 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
8885
8886         * testsuite/gcc.dg/cpp/paste7.c: New test.
8887         * gcc.dg/cpp/20000725-1.c: New test.
8888
8889 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
8890
8891         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
8892         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
8893         declaration warning for __builtin_dwarf_reg_size.
8894
8895         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
8896
8897 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
8898
8899         * gcc.dg/noncompile/voidparam-1.c: New test.
8900
8901 2000-07-30  Richard Henderson  <rth@cygnus.com>
8902
8903         * gcc.dg/c90-digraph-1.c: Don't xfail.
8904         * gcc.dg/compare2.c (case 10): Xfail.
8905         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
8906
8907 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
8908
8909         * gcc.dg/c99-main-1.c: New test.
8910
8911 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8912
8913         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
8914
8915 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
8916
8917         * gcc.c-tortuer/execute/20000726-1.c: New test.
8918
8919 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
8920
8921         * gcc.c-torture/execute/enum-2.c: New test.
8922
8923 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8924
8925         * gcc.dg/cpp/tr-warn3.c: New test.
8926
8927 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8928
8929         * g++.old-deja/g++.ext/implicit1.C: Remove.
8930         * g++.old-deja/g++.jason/c2.C: Remove
8931         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
8932         * g++.old-deja/g++.pt/crash16.C: Likewise.
8933         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
8934
8935 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8936
8937         * g++.old-deja/g++.other/for2.C: New test.
8938
8939 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
8940
8941         * gcc.dg/20000720-1.c: New test.
8942
8943 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
8944
8945         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
8946
8947 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
8948
8949         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
8950         * gcc.c-torture/execute/20000722-1.c: New.
8951         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
8952
8953 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
8954
8955         * gcc.dg/cpp/20000720-1.S: New test.
8956
8957 2000-07-21  Michael Meissner  <meissner@redhat.com>
8958
8959         * gcc.c-torture/execute/ieee/hugeval.c: New test.
8960
8961 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
8962
8963         * g++.old-deja/g++.brendan/crash16.C,
8964         g++.old-deja/g++.brendan/parse3.C,
8965         g++.old-deja/g++.brendan/redecl1.C,
8966         g++.old-deja/g++.ns/template13.C,
8967         g++.old-deja/g++.other/decl4.C,
8968         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
8969
8970 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
8971
8972         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
8973         and "Internal error".
8974
8975         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
8976         regexps.
8977         * gcc.dg/cpp/paste6.c: New test.
8978
8979 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
8980
8981         * gcc.dg/cpp/tr-direct.c: New test.
8982
8983         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
8984         gcc.dg/cpp/undef1.c: Tweak error regexps.
8985
8986 2000-07-18  Eric Christopher <echristo@redhat.com>
8987
8988         * gcc.c-torture/compile/20000718-1.c: New test.
8989
8990 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
8991
8992         * cpplex.c (_cpp_push_token): If the token being pushed back
8993         is the previous token in this context, just subtract one from
8994         context->posn.
8995         * cppmacro.c (save_expansion): Clear aux field when storing a
8996         placemarker.
8997
8998 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
8999
9000         * gcc.dg/noncompile/redecl-1.c: New test.
9001
9002 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
9003
9004         * gcc.c-torture/execute/20000717-5.c: New test.
9005         * gcc.c-torture/execute/20000717-1.x: Removed.
9006
9007 2000-07-17  Richard Henderson  <rth@cygnus.com>
9008
9009         * gcc.c-torture/execute/20000717-4.c: New test.
9010
9011 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
9012
9013         * gcc.dg/cpp/syshdr.c: New test.
9014         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
9015
9016 2000-07-17  Neil Booth  <neilb@earthling.net>
9017
9018         * gcc.dg/cpp/cmdlne-dM.c: New test.
9019         * gcc.dg/cpp/cmdlne-dD.c: New test.
9020
9021 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
9022
9023         * gcc.c-torture/execute/20000717-3.c: New test.
9024
9025         * gcc.c-torture/compile/20000717-1.c: New test.
9026
9027 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
9028
9029         * gcc.c-torture/execute/20000717-2.c: New test.
9030
9031 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9032
9033         * gcc.dg/formatz-1.c: New test.
9034
9035         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
9036         * gcc.dg/c99-digraph-1.c: New tests.
9037
9038         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
9039         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
9040
9041         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
9042         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
9043         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
9044         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
9045         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
9046         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
9047         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
9048
9049 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
9050
9051         * gcc.c-torture/execute/20000717-1.c: New test.
9052         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
9053
9054 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
9055
9056         * gcc.c-torture/execute/20000715-2.c: New test.
9057         * gcc.dg/20000715-1.c: New test.
9058
9059 2000-07-15  Michael Meissner  <meissner@redhat.com>
9060
9061         * gcc.c-torture/execute/20000715-1.c: New test.
9062
9063 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
9064
9065         * gcc.c-torture/execute/20000707-1.c: New test.
9066
9067 2000-07-13  Neil Booth  <NeilB@earthling.net>
9068
9069         * testsuite/gcc.dg/cpp/digraph1.c,
9070         testsuite/gcc.dg/cpp/digraph2.c,
9071         testsuite/gcc.dg/cpp/digraphs.c: New tests.
9072
9073 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
9074
9075         * g77.f-torture/compile/20000630-2.f:  New test.
9076         * g77.f-torture/compile/20000630-2.x
9077
9078 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
9079
9080         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
9081
9082 2000-07-11  Neil Booth  <NeilB@earthling.net>
9083
9084         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
9085
9086 2000-07-11  Neil Booth  <NeilB@earthling.net>
9087
9088         * gcc.dg/cpp/cmdlne-C.c: New.
9089
9090 2000-07-09  Neil Booth  <NeilB@earthling.net>
9091
9092         * gcc.dg/cpp/directiv.c: New tests.
9093         * gcc.dg/cpp/undef1.c: Update.
9094
9095 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
9096
9097         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
9098
9099 2000-07-09  Neil Booth  <NeilB@earthling.net>
9100
9101         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
9102
9103 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
9104
9105         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
9106         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
9107
9108 2000-07-08  Neil Booth  <NeilB@earthling.net>
9109
9110         * gcc.dg/cpp/macsyntx.c: New tests.
9111
9112 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9113
9114         * gcc.dg/20000707-1.c: New test.
9115
9116 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
9117
9118         * gcc.c-torture/execute/20000706-1.c: New test.
9119         * gcc.c-torture/execute/20000706-2.c: New test.
9120         * gcc.c-torture/execute/20000706-3.c: New test.
9121         * gcc.c-torture/execute/20000706-4.c: New test.
9122         * gcc.c-torture/execute/20000706-5.c: New test.
9123
9124 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
9125
9126         * g++.old-deja/g++.pt/instantiate7.C: New test.
9127
9128 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
9129
9130         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
9131         * g++.old-deja/g++.mike/thunk3.C: Likewise.
9132         * g++.old-deja/g++.other/rtti3.C: Likewise.
9133         * g++.old-deja/g++.other/rttid3.C: Likewise.
9134
9135 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
9136
9137         *  g77.f-torture/compile/20000630-1.x: Fix typo
9138
9139 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
9140
9141         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
9142         assembly output.
9143
9144 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
9145
9146         * gcc.dg/cpp/ident.c: New test.
9147
9148 2000-07-05  Neil Booth  <NeilB@earthling.net>
9149
9150         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
9151           gcc.dg/cpp/lexstrng.c: New tests.
9152
9153 2000-07-04  Neil Booth  <NeilB@earthling.net>
9154
9155         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
9156         * gcc.dg/cpp/strify2.c: Same.
9157
9158 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
9159
9160         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
9161         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
9162         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
9163         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
9164
9165         * testsuite/gcc.dg/cpp/macro1.c,
9166         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
9167         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
9168         testsuite/gcc.dg/cpp/strify1.c,
9169         testsuite/gcc.dg/cpp/strify2.c: New tests.
9170
9171 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
9172
9173         * gcc.c-torture/execute/20000703-1.c: New test.
9174
9175 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9176
9177         * g++.old-deja/g++.pt (lookup10.C): New test.
9178
9179 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
9180
9181         * g++.old-deja/g++.pt (typename25.C): New test.
9182
9183 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
9184
9185         * gcc.c-torture/compile/20000701-1.c: New test.
9186
9187 2000-06-30  Nick Clifton  <nickc@cygnus.com>
9188
9189         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
9190         to test case.
9191
9192 2000-06-30  Catherine Moore  <clm@cygnus.com>
9193
9194         * gcc.c-torture/execute/align-1.c: New test.
9195
9196 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
9197
9198         * g++.old-deja/g++.pt/expr8.C: New test.
9199         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
9200
9201 2000-06-29  Nick Clifton  <nickc@cygnus.com>
9202
9203         * gcc.c-torture/compile/20000629-1.c: New test.
9204
9205 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
9206
9207
9208         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
9209         gcc.dg/noncompile directory, depending on whether they're
9210         preprocessor tests or not.  Annotate all the tests for the dg
9211         framework.
9212
9213         * gcc.c-torture/noncompile/noncompile.exp: Delete.
9214         * gcc.dg/noncompile/noncompile.exp: New.
9215
9216         * Moved files:
9217         Old name                                New name
9218         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
9219         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
9220         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
9221         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
9222         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
9223         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
9224         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
9225         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
9226         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
9227         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
9228         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
9229         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
9230         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
9231         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
9232         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
9233         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
9234         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
9235         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
9236         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
9237         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
9238         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
9239         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
9240         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
9241         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
9242
9243         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
9244         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
9245         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
9246         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
9247         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
9248         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
9249
9250 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
9251
9252         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
9253         declare one variable.  On the fourth, error.
9254         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
9255         declared by 20000628-1a.h.
9256
9257 2000-06-29  Richard Henderson  <rth@redhat.com>
9258
9259         * gcc.c-torture/execute/930529-1.x: New file.
9260         * gcc.dg/920413-1.c: Adjust expected warning text.
9261         * gcc.dg/980217-1.c: Declare abort.
9262         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
9263
9264 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
9265
9266         * g77.f-torture/compile/20000629-1.f: New test.
9267         * g77.f-torture/compile/20000629-1.x: Expected to fail.
9268
9269 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
9270
9271         Rearrange lots of files, removing entirely the
9272         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
9273         directories.
9274
9275         * Deleted files:
9276         gcc.c-torture/code_quality/code_quality.exp
9277         gcc.c-torture/special/special.exp
9278         gcc.failure/failure.exp
9279         gcc.failure/940409-1.x
9280         gcc.c-torture/compile/961203-1.x
9281
9282         * New files:
9283         gcc.misc-tests/linkage.exp
9284         gcc.c-torture/execute/920730-1t.c
9285         gcc.c-torture/execute/920730-1t.x
9286         gcc.c-torture/compile/920520-1.x
9287         gcc.c-torture/compile/920521-1.x
9288         gcc.c-torture/compile/981006-1.x
9289         gcc.c-torture/execute/eeprof-1.x
9290
9291         * Moved files (possibly with modifications to fit a new harness):
9292         Old name                                New name
9293         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
9294         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
9295         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
9296         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
9297         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
9298         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
9299         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
9300         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
9301         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
9302         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
9303         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
9304         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
9305         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
9306         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
9307
9308 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
9309
9310         * c-torture/compile/961203-1.x: Delete.
9311
9312         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
9313         not exit. Include stdio.h.
9314         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
9315         * gcc.misc-tests/dg-12.c: Likewise.
9316         * gcc.misc-tests/dg-5.c: Likewise.
9317         * gcc.misc-tests/dg-6.c: Likewise.
9318         * gcc.misc-tests/dg-7.c: Prototype abort.
9319         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
9320         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
9321         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
9322         not exit.
9323         * gcc.misc-tests/sieve.c: Use return from main, not exit.
9324         * gcc.misc-tests/sort2.c: Use return from main, not exit.
9325
9326 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
9327
9328         * gcc.dg/cpp/20000628-1.c: New test.
9329         * gcc.dg/cpp/20000628-1.h: New header for above test.
9330         * gcc.dg/cpp/20000628-1a.h: Likewise.
9331
9332 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
9333
9334         * gcc.dg/cpp: New directory.
9335         * gcc.dg/cpp/cpp.exp: New driver.
9336         * gcc.dg/cpp/20000627-1.c: New test.
9337         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
9338         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
9339         and rewrite as a compilation test.
9340
9341         * gcc.dg: Move many files into the cpp subdirectory, possibly
9342         renaming or editing them as well.
9343         Old name                New name
9344         990119-1.c              cpp/19990119-1.c
9345         990228-1.c              cpp/19990228-1.c
9346         990407-1.c              cpp/19990407-1.c
9347         990409-1.c              cpp/19990409-1.c
9348         990413-1.c              cpp/19990413-1.c
9349         990703-1.c              cpp/19990703-1.c
9350         20000127-1.c            cpp/20000127-1.c
9351         20000129-1.c            cpp/20000129-1.c
9352         20000207-1.c            cpp/20000207-1.c
9353         20000207-2.c            cpp/20000207-2.c
9354         20000209-1.c            cpp/20000209-1.c
9355         20000209-2.c            cpp/20000209-2.c
9356         20000301-1.c            cpp/20000301-1.c
9357         20000419-1.c            cpp/20000419-1.c
9358         20000510-1.S            cpp/20000510-1.S
9359         20000519-1.c            cpp/20000519-1.c
9360         20000529-1.c            cpp/20000529-1.c
9361         20000625-1.c            cpp/20000625-1.c
9362         20000625-2.c            cpp/20000625-2.c
9363         cpp-as1.c               cpp/assert1.c
9364         cpp-as2.c               cpp/assert2.c
9365         cxx-comments-1.c        cpp/cxxcom1.c
9366         cxx-comments-2.c        cpp/cxxcom2.c
9367         endif-label.c           cpp/endif.c
9368         cpp-hash1.c             cpp/hash1.c
9369         cpp-hash2.c             cpp/hash2.c
9370         cpp-if1.c               cpp/if-1.c
9371         cpp-if2.c               cpp/if-2.c
9372         cpp-if3.c               cpp/if-3.c
9373         cpp-if4.c               cpp/if-4.c
9374         cpp-if5.c               cpp/if-5.c
9375         cpp-cond.c              cpp/if-cexp.c
9376         cpp-missingop.c         cpp/if-mop.c
9377         cpp-missingparen.c      cpp/if-mpar.c
9378         cpp-opprec.c            cpp/if-oppr.c
9379         cpp-ifparen.c           cpp/if-paren.c
9380         cpp-shortcircuit.c      cpp/if-sc.c
9381         cpp-shift.c             cpp/if-shift.c
9382         cpp-unary.c             cpp/if-unary.c
9383         cpp-li1.c               cpp/line1.c
9384         cpp-li2.c               cpp/line2.c
9385         lineno.c                cpp/line3.c
9386         lineno-2.c              cpp/line4.c
9387         cpp-mi.c                cpp/mi1.c
9388         cpp-mic.h               cpp/mi1c.h
9389         cpp-micc.h              cpp/mi1cc.h
9390         cpp-mind.h              cpp/mi1nd.h
9391         cpp-mindp.h             cpp/mi1ndp.h
9392         cpp-mix.h               cpp/mi1x.h
9393         cpp-mi2.c               cpp/mi2.c
9394         cpp-mi2a.h              cpp/mi2a.h
9395         cpp-mi2b.h              cpp/mi2b.h
9396         cpp-mi2c.h              cpp/mi2c.h
9397         cpp-mi3.c               cpp/mi3.c
9398         cpp-mi3.def             cpp/mi3.def
9399         poison-1.c              cpp/poison.c
9400         pr-impl.c               cpp/prag-imp.c
9401         cpp-redef-2.c           cpp/redef1.c
9402         cpp-redef.c             cpp/redef2.c
9403         strpaste.c              cpp/strp1.c
9404         strpaste-2.c            cpp/strp2.c
9405         cpp-tradpaste.c         cpp/tr-paste.c
9406         cpp-tradstringify.c     cpp/tr-str.c
9407         cpp-tradwarn1.c         cpp/tr-warn1.c
9408         cpp-tradwarn2.c         cpp/tr-warn2.c
9409         trigraphs.c             cpp/trigraphs.c
9410         cpp-unc1.c              cpp/unc1.c
9411         cpp-unc2.c              cpp/unc2.c
9412         cpp-unc3.c              cpp/unc3.c
9413         cpp-unc.c               cpp/unc4.c
9414         undef.c                 cpp/undef1.c
9415         undef-2.c               cpp/undef2.c
9416         cpp-wi1.c               cpp/widestr1.c
9417
9418 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
9419
9420         * lib/g++.exp (g++_include_flags): Tweak.
9421
9422 2000-06-27  H.J. Lu  <hjl@gnu.org>
9423             Loren J. Rittle  <ljrittle@acm.org>
9424
9425         * lib/g++.exp (g++_include_flags): Override libgloss.exp
9426         version with one that knows about the new gcc tree structure.
9427         (g++_link_flags): Same.
9428
9429 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
9430
9431         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
9432         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
9433         case we are cross-compiling.
9434
9435         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
9436         g++.old-deja/g++.niklas/Makefile.in,
9437         g++.old-deja/g++.niklas/configure.in,
9438         g++.old-deja/g++.other/Makefile.in,
9439         g++.old-deja/g++.other/configure.in,
9440         gcc.c-torture/code_quality/Makefile.in,
9441         gcc.c-torture/code_quality/configure.in,
9442         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
9443         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
9444         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
9445         gcc.c-torture/execute/ieee/Makefile.in,
9446         gcc.c-torture/execute/ieee/configure.in,
9447         gcc.c-torture/noncompile/Makefile.in,
9448         gcc.c-torture/noncompile/configure.in,
9449         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
9450         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
9451         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
9452
9453 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
9454
9455         * g++.old-deja/g++.other/ambig3.C: New test.
9456
9457 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
9458
9459         * g++.old-deja/g++.pt/syntax1.C: New test.
9460         * g++.old-deja/g++.pt/syntax2.C: New test.
9461         * g++.old-deja/g++.other/syntax3.C: New test.
9462         * g++.old-deja/g++.other/syntax4.C: New test.
9463
9464 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
9465
9466         * gcc.dg/20000623-1.c: Prototype exit and abort.
9467
9468 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
9469
9470         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
9471         New tests.
9472         * gcc.dg/cpp-mi3.def: New file.
9473
9474         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
9475         inside assertions.
9476         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
9477         lexer's error messages.
9478         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
9479         divine anything from the linemarkers.
9480         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
9481         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
9482
9483 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
9484
9485         * gcc.dg/20000623-1.c: New test.
9486
9487 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
9488
9489         * gcc.c-torture/execute/20000622-1.c: New test.
9490
9491 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
9492
9493         * g++.old-deja/g++.other/init15.C: New test.
9494
9495 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
9496
9497         * g++.old-deja/g++.pt/vaarg2.C: New test.
9498         * g++.old-deja/g++.pt/vaarg3.C: New test.
9499
9500 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
9501
9502         * g++.old-deja/g++.other/dyncast6.C: New test.
9503
9504 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
9505
9506         * gcc.c-torture/execute/loop-6.c: New test.
9507
9508 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
9509
9510         * gcc.dg/20000614-1.c: New test.
9511         * gcc.dg/20000614-2.c: New test.
9512
9513 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
9514
9515         * g++.old-deja/g++.other/inline12.C: New test.
9516
9517 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
9518
9519         * g++.old-deja/g++.other/eh1.C: New test.
9520
9521 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
9522
9523         * g++.old-deja/g++.other/type.C: New test.
9524
9525 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
9526
9527         * g++.old-deja/g++.other/initstring.C: New test.
9528
9529 2000-06-12  Jason Merrill  <jason@redhat.com>
9530
9531         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
9532
9533 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
9534
9535         * gcc.c-torture/compile/20000609-1.c: New test.
9536
9537 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
9538
9539         * gcc.dg/20000609-1.c: New test.
9540
9541 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
9542
9543         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
9544         * gcc.c-torture/noncompile/poison-1.c: Move...
9545         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
9546         * gcc.dg/cpp-li1.c: Add a token after the #line.
9547
9548 2000-06-05  Richard Henderson  <rth@cygnus.com>
9549
9550         * gcc.c-torture/execute/20000605-2.c: New test.
9551         * gcc.c-torture/execute/20000605-3.c: New test.
9552
9553 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
9554
9555         * g77.f-torture/execute/20000503-1.x: New file.
9556
9557 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
9558
9559         * g++.old-deja/g++.eh/badalloc1.C: New test.
9560
9561 2000-06-05  Richard Henderson  <rth@cygnus.com>
9562
9563         * gcc.c-torture/execute/20000605-1.c: New test.
9564
9565 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
9566             Nathan Sidwell <nathan@codesourcery.com>
9567
9568         * gcc.c-torture/compile/20000605-1.c: New test.
9569
9570 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
9571
9572         * g77.f-torture/compile/20000601-1.f:  New test.
9573
9574 2000-06-03  Richard Henderson  <rth@cygnus.com>
9575
9576         * gcc.c-torture/execute/20000603-1.c: New.
9577
9578 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
9579
9580         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
9581         * gcc.dg/noreturn-2.c (noreturn): Likewise.
9582
9583 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
9584
9585         * gcc.dg/compare2.c (case 12): XFAIL.
9586         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
9587         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
9588
9589         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
9590
9591 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
9592
9593         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
9594         guard macro is already defined when the header is first
9595         included.
9596         * gcc.dg/cpp-mix.h: New file.
9597         * gcc.dg/endif-label.c: Update patterns to match compiler.
9598
9599         * g++.brendan/complex1.C: Declare abort.
9600         * g++.law/refs4.C: Remove XFAIL.
9601         * g++.oliva/expr2.C: Declare abort and exit.
9602
9603 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
9604
9605         * gcc.c-torture/execute/20000528-1.c: New test.
9606
9607         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
9608         * g++.old-deja/g++.law/temps4.C: Likewise.
9609
9610         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
9611         stdlib.h.  Call abort() on failure.
9612         * g++.old-deja/g++.law/refs4.C: Likewise.
9613         * g++.old-deja/g++.law/temps4.C: Likewise.
9614         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
9615         * gcc.c-torture/execute/20000112-1.c: Include string.h.
9616
9617 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
9618
9619         Relative to g++.dg/special:
9620         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
9621
9622         Relative to g++.old-deja:
9623         * g++.brendan/complex1.C, g++.jason/optimize2.C,
9624         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
9625         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
9626         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
9627         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
9628         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
9629         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
9630
9631         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
9632         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
9633         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
9634         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
9635         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
9636         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
9637         and/or string.h.
9638
9639         * g++.other/goto1.C: Update expectations for error messages.
9640
9641 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
9642
9643         * gcc.c-torture/compile/20000523-1.c: New test.
9644
9645 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9646
9647         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
9648
9649 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9650
9651         * g++.old-deja/g++.eh/catch11.C: New test.
9652         * g++.old-deja/g++.eh/catch12.C: New test.
9653
9654 2000-05-24  Nick Clifton  <nickc@cygnus.com>
9655
9656         * gcc.c-torture/execute/20000523-1.c: New test.
9657
9658 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
9659
9660         * c-torture/execute/bcp-1.c: Replace abort in arg of
9661         __builtin_constant_p with a generic external function.
9662
9663         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
9664         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
9665         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
9666         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
9667         Prototype abort and/or exit.
9668
9669         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
9670         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
9671         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
9672         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
9673
9674 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
9675
9676         * gcc.dg/dwarf2-1.c: New test.
9677
9678 2000-05-20  Richard Henderson  <rth@cygnus.com>
9679
9680         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
9681
9682 2000-05-20  Andreas Jaeger  <aj@suse.de>
9683
9684         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
9685         testcase.
9686
9687 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
9688
9689         * gcc.c-torture/execute/20000519-2.c: New test.
9690
9691 2000-05-19  Andreas Jaeger  <aj@suse.de>
9692
9693         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
9694         which fails with SSA.
9695
9696         * lib/c-torture.exp: Also test with -O3 -fssa.
9697
9698 2000-05-18  Michael Meissner  <meissner@redhat.com>
9699
9700         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
9701         * gcc.c-torture/execute/920415-1.c: Ditto.
9702         * gcc.c-torture/execute/920501-1.c: Ditto.
9703         * gcc.c-torture/execute/conversion.c: Ditto.
9704         * gcc.c-torture/execute/cvt-1.c: Ditto.
9705
9706 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
9707
9708         * gcc.c-torture/compile/20000518-1.c: New test.
9709
9710 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
9711
9712         * g77.f-torture/compile/200005018.f:  New test.
9713
9714 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
9715
9716         * gcc.c-torture/compile/20000517-1.c: New test.
9717
9718 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9719
9720         * gcc.c-torture/execute/20000516-1.c: New test.
9721
9722 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
9723
9724         * g++.old-deja/g++.other/eh.C: New test.
9725
9726 2000-05-12  Richard Henderson  <rth@cygnus.com>
9727
9728         * gcc.c-torture/execute/990208-1.c (main): Don't pass
9729         constants through to doit's conditional.
9730
9731 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
9732
9733         * gcc.c-torture/compile/20000511-1.c: New test.
9734         * g77.f-torture/compile/20000511-1.f: New test.
9735         * g77.f-torture/compile/20000511-2.f: New test.
9736
9737 2000-05-11  Michael Meissner  <meissner@redhat.com>
9738
9739         * gcc.c-torture/execute/20000511-1.c: New test.
9740
9741 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
9742
9743         * gcc.dg/dg.exp: Scan .S files as well as .c files.
9744         * gcc.dg/20000510-1.S: New.
9745
9746 2000-05-08  Catherine Moore  <clm@cygnus.com>
9747
9748         * gcc.dg/unused-3.c: New.
9749
9750 2000-05-06  Richard Henderson  <rth@cygnus.com>
9751
9752           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
9753           * g++.old-deja/g++.mike/warn1.C: Likewise.
9754           * g++.old-deja/g++.pt/local1.C: Likewise.
9755           * g++.old-deja/g++.pt/local7.C: Likewise.
9756           * g++.old-deja/g++.pt/spec16.C: Likewise.
9757
9758 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
9759
9760         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
9761
9762 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
9763
9764           * g77.f-torture/execute/20000503-1.f:  New test.
9765
9766 2000-05-04  Andreas Jaeger  <aj@suse.de>
9767
9768         * gcc.dg/noreturn-2.c: New test.
9769
9770 2000-05-04  Neil Booth  <NeilB@earthling.net>
9771
9772         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
9773         preprocessor.
9774
9775 2000-05-04  Richard Henderson  <rth@cygnus.com>
9776
9777         * gcc.c-torture/execute/20000503-1.c: Fix typo.
9778
9779 2000-05-04  Richard Henderson  <rth@cygnus.com>
9780
9781         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
9782         OpenSSL by Jason R Thorpe.
9783
9784 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
9785
9786         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
9787
9788 2000-05-03  Robert Lipe <robertlipe@usa.net>
9789
9790         * gcc.dg/20000503-1.c: New test.
9791
9792 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
9793
9794         * gcc.c-torture/compile/20000502-1.c: New test.
9795         * g++.old-deja/g++.other/align.C: New test.
9796         * gcc.dg/cpp-tradstringify.c: New test.
9797
9798 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
9799
9800         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
9801         and hard registers.
9802
9803 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
9804
9805         * gcc.c-torture/execute/loop-5.c: New test.
9806
9807 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
9808
9809         * gcc.c-torture/execute/va-arg-20.c: New test.
9810
9811 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
9812
9813         * gcc.c-torture/execute/20000422-1.c: New test.
9814
9815 2000-04-20  Greg McGary  <gkm@gnu.org>
9816
9817         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
9818         when optimizing, but without sibling-call optimizations (-O1).
9819
9820 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
9821
9822           * gcc.c-torture/compile/20000420-1.c: New test.
9823
9824 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
9825
9826         * g++.abi/ptrflags.C: New test.
9827         * g++.eh/catchptr1.C: Test incomplete pointer chains.
9828
9829 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
9830
9831         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
9832
9833 2000-04-19  Greg McGary  <gkm@gnu.org>
9834
9835         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
9836         sibling-call optimizations.
9837
9838 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
9839
9840         * gcc.dg/20000419-1.c: New test.
9841
9842 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
9843
9844         * gcc.c-torture/execute/20000412-6.c: New test.
9845
9846 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
9847
9848         * gcc.c-torture/execute/20000412-5.c: New test.
9849         * g77.f-torture/compile/20000412-1.f: New test.
9850         * gcc.c-torture/execute/20000412-4.c: New test.
9851         * gcc.c-torture/compile/20000412-2.c: New test.
9852         * gcc.c-torture/execute/20000412-3.c: New test.
9853         * gcc.c-torture/compile/20000412-1.c: New test.
9854         * gcc.c-torture/execute/20000412-2.c: New test.
9855
9856 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
9857
9858         * objc/execute/bf-20.m: New test.
9859
9860 2000-04-10  Richard Henderson  <rth@cygnus.com>
9861
9862         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
9863
9864         * gcc.c-torture/execute/20000412-1.c: New test.
9865
9866 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
9867
9868         * g++.old-deja/g++.eh/catchptr1.C: New test.
9869
9870 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
9871
9872         * g++.old-deja/g++.abi/cxa_vec.C: New test.
9873
9874 2000-04-08  Neil Booth  <NeilB@earthling.net>
9875
9876         * gcc.dg/cpp-nullchar.c: Remove test as
9877         embedded nulls cause problems.
9878
9879 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9880
9881         * gcc.dg/compare2.c: New test.
9882
9883 2000-04-08  Neil Booth  <NeilB@earthling.net>
9884
9885         * gcc.dg/cpp-nullchar.c: New test.
9886
9887 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
9888
9889         * gcc.dg/cpp-mi2.c: New test.
9890         * gcc.dg/cpp-mi2[abc].h: New files.
9891
9892 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
9893
9894         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
9895         member name.
9896
9897 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
9898
9899         * g++.old-deja/g++.abi/vmihint.C: New test.
9900
9901 2000-04-06  Neil Booth  <NeilB@earthling.net>
9902
9903         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
9904         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
9905         copyright.
9906
9907 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
9908
9909         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
9910         avoid stack-frame overwrite.
9911
9912 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
9913
9914         * gcc.c-torture/compile/20000405-2.c: New test.
9915         * gcc.c-torture/compile/20000405-3.c: New test.
9916
9917 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
9918
9919         * gcc.c-torture/compile/20000405-1.c: New test.
9920
9921 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
9922
9923         * gcc.dg/cast-qual-1.c: Revert last change.
9924
9925 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9926
9927         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
9928
9929 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
9930
9931         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
9932         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
9933
9934 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
9935
9936         * gcc.c-torture/compile/20000403-2.c: New test.
9937         * gcc.c-torture/compile/20000403-1.c: New test.
9938
9939 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
9940
9941         * gcc.c-torture/execute/20000403-1.c: New test.
9942
9943 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
9944
9945         * gcc.c-torture/execute/20000402-1.c: New test.
9946
9947 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
9948
9949         * gcc.c-torture/execute/va-arg-15.c: New test.
9950         * gcc.c-torture/execute/va-arg-16.c: New test.
9951         * gcc.c-torture/execute/va-arg-17.c: New test.
9952         * gcc.c-torture/execute/va-arg-18.c: New test.
9953         * gcc.c-torture/execute/va-arg-19.c: New test.
9954
9955 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
9956
9957         * gcc.c-torture/compile/981211-1.c: Move to...
9958         * gcc.dg/cpp-as1.c: ...here.
9959         * gcc.dg/cpp-as2.c: New file.
9960
9961         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
9962         compiler.
9963
9964 2000-04-02  Neil Booth  <NeilB@earthling.net>
9965
9966         * gcc.dg/cpp-cond.c  New tests.
9967         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
9968         accidental success less likely.
9969         * gcc.dg/cpp-missingop.c  New tests.
9970         * gcc.dg/cpp-missingparen.c  New tests.
9971         * gcc.dg/cpp-shift.c  New tests.
9972         * gcc.dg/cpp-shortcircuit.c  New tests.
9973         * gcc.dg/cpp-unary.c  New tests.
9974
9975 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
9976
9977         * gcc.c-torture/compile/20000329-1.c: New test.
9978
9979 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
9980
9981         * gcc.c-torture/compile/20000326-1.c: New test.
9982         * gcc.c-torture/compile/20000326-2.c: New test.
9983
9984 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
9985
9986         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
9987         the first parameter is a function argument.
9988
9989 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
9990
9991         * g++.old-deja/g++.ext/array4.C: New test.
9992
9993 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
9994
9995         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
9996
9997 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9998
9999         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
10000
10001 2000-03-19  Richard Henderson  <rth@cygnus.com>
10002
10003         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
10004
10005 2000-03-19  Richard Henderson  <rth@cygnus.com>
10006
10007         * gcc.c-torture/compile/20000319-1.c: New test.
10008
10009 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
10010
10011         * gcc.c-torture/execute/20000314-3.c: New test.
10012         * gcc.c-torture/execute/20000314-2.c: New test.
10013         * gcc.c-torture/execute/20000314-1.c: New test.
10014         * gcc.c-torture/compile/20000314-2.c: New test.
10015         * gcc.c-torture/compile/20000314-1.c: New test.
10016
10017 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
10018
10019         * g++.old-deja/g++.warn/inline.C: New test.
10020
10021 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10022
10023         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
10024         standards-compliant result rather than specific constants.
10025         Put test-values in array.
10026
10027 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
10028
10029         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
10030         (g++_target_compile): Put test-specific options last.
10031
10032 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10033
10034         * g++.old-deja/g++.eh/vbase4.C: New test.
10035
10036 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10037
10038         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
10039
10040 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10041
10042         * g++.old-deja/g++.brendan/misc12.C: Removed.
10043         * g++.old-deja/g++.pt/memtemp77.C: Constify.
10044         * g++.old-deja/g++.ext/pretty4.C: New test.
10045
10046 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
10047
10048         * g++.old-deja/g++.other/string2.C: New test.
10049
10050 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
10051
10052         * g++.old-deja/g++.warn/impint2.C: New test.
10053
10054 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10055
10056         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
10057         is 1, not zero.
10058
10059 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
10060
10061         * g++.old-deja/g++.warn/impint.C: New test.
10062         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
10063         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
10064         * g++.old-deja/g++.pt/explicit12.C: Likewise.
10065         * g++.old-deja/g++.pt/explicit13.C: Likewise.
10066         * g++.old-deja/g++.pt/explicit17.C: Likewise.
10067         * g++.old-deja/g++.pt/explicit18.C: Likewise.
10068         * g++.old-deja/g++.pt/explicit19.C: Likewise.
10069         * g++.old-deja/g++.pt/explicit23.C: Likewise.
10070         * g++.old-deja/g++.pt/explicit31.C: Likewise.
10071         * g++.old-deja/g++.pt/explicit35.C: Likewise.
10072         * g++.old-deja/g++.pt/explicit6.C: Likewise.
10073         * g++.old-deja/g++.pt/memclass7.C: Likewise.
10074
10075 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
10076
10077         * gcc.dg/cpp-redef.c: New test.
10078
10079 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
10080
10081         * g++.old-deja/g++.pt/unify7.C: New test.
10082
10083 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10084
10085         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
10086         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
10087
10088 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
10089
10090         * gcc.c-torture/compile/20000224-1.c: New test.
10091
10092 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10093
10094         * gcc.c-torture/compile/cpp-2.c: New test.
10095         * gcc.c-torture/compile/cpp-1.c: New test.
10096
10097 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
10098
10099         * gcc.c-torture/execute/20000225-1.c: New test.
10100
10101 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10102
10103         * gcc.dg/cpp-li2.c: New test.
10104
10105         * gcc.dg/cpp-wi1.c: New test.
10106
10107         * gcc.dg/cpp-li1.c: New test.
10108
10109 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
10110
10111         * g++.old-deja/g++.other/sizeof5.C: New test.
10112
10113 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10114
10115         * gcc.c-torture/execute/va-arg-13.c: New test.
10116
10117 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
10118
10119         * gcc.c-torture/execute/va-arg-12.c: New test.
10120
10121 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
10122
10123         * gcc.c-torture/execute/20000223-1.c: New test.
10124
10125 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
10126
10127         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
10128
10129 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
10130
10131         * g++.old-deja/g++.abi/ptrmem.C: New test.
10132
10133 2000-02-19  Richard Henderson  <rth@cygnus.com>
10134
10135         * gcc.c-torture/compile/init-3.c: New.
10136
10137 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
10138
10139         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
10140         ALWAYS_CXXFLAGS.
10141
10142 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
10143
10144         * gcc.c-torture/compile/20000211-3.c: New test.
10145
10146 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
10147
10148         * gcc.c-torture/compile/20000211-2.c: New test.
10149
10150 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
10151
10152         * gcc.c-torture/compile/20000211-1.c: New test.
10153
10154 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
10155
10156         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
10157           on native targets
10158
10159 2000-02-08  Nathan Sidwell  <nathan@acm.org>
10160
10161         * g++.old-deja/g++.other/cast5.C: New test.
10162
10163 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
10164
10165         * gcc.c-torture/execute/20000205-1.c: New.
10166
10167 2000-02-03  Nathan Sidwell  <nathan@acm.org>
10168
10169         * g++.old-deja/g++.jason/cast3.C: Return void.
10170         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
10171
10172 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10173
10174         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
10175
10176         * gcc.dg/loop-1.c: New test.
10177
10178 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
10179
10180         * gcc.c-torture/compile/20000127-1.c: New test.
10181         * gcc.c-torture/execute/991228-1.c: New test.
10182
10183 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10184
10185         * gcc.dg/unused-2.c: New test.
10186
10187         * gcc.dg/conv-1.c: New test.
10188
10189 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10190
10191         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
10192         compiler.
10193         (tool_option_proc): Fix typo.
10194
10195 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
10196
10197         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
10198         of the ld on the host, not on the build machine.
10199         Also, don't crash if '--help' is not a supported option.
10200
10201 2000-01-24  Richard Henderson  <rth@cygnus.com>
10202
10203         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
10204
10205 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
10206
10207         * gcc.c-torture/execute/20000120-2.c: New test.
10208         * gcc.c-torture/execute/20000120-1.c: New test.
10209
10210 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
10211
10212         * gcc.c-torture/execute/20000113-1.c: New test.
10213
10214 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
10215
10216         * gcc.c-torture/execute/20000112-1.c: New test.
10217
10218 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10219
10220         * gcc.dg/20000111-1.c: New test.
10221
10222 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
10223
10224         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
10225         with 16 bit integers.
10226
10227 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10228
10229         * gcc.dg/20000108-1.c: New test.
10230
10231 2000-01-05  Nathan Sidwell  <nathan@acm.org>
10232
10233         * g++.old-deja/g++.ns/koenig8.C: New test.
10234
10235 2000-01-05  Nathan Sidwell  <nathan@acm.org>
10236
10237         * g++.old-deja/g++.other/cast4.C: New test.
10238
10239 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
10240
10241         * gcc.c-torture/compile/20000105-2.c: New test.
10242         * gcc.c-torture/compile/20000105-1.c: New test.
10243
10244 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10245
10246         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
10247         references to printf & atoi to conform to ANSI standard.
10248         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
10249         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
10250         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
10251         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
10252         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
10253         * g++.old-deja/g++.brendan/complex1.C: Likewise.
10254         * g++.old-deja/g++.brendan/copy1.C: Likewise.
10255         * g++.old-deja/g++.brendan/copy2.C: Likewise.
10256         * g++.old-deja/g++.brendan/copy3.C: Likewise.
10257         * g++.old-deja/g++.brendan/copy4.C: Likewise.
10258         * g++.old-deja/g++.brendan/copy5.C: Likewise.
10259         * g++.old-deja/g++.brendan/copy6.C: Likewise.
10260         * g++.old-deja/g++.brendan/copy7.C: Likewise.
10261         * g++.old-deja/g++.brendan/copy8.C: Likewise.
10262         * g++.old-deja/g++.brendan/crash11.C: Likewise.
10263         * g++.old-deja/g++.brendan/crash14.C: Likewise.
10264         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
10265         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
10266         * g++.old-deja/g++.brendan/delete2.C: Likewise.
10267         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
10268         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
10269         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
10270         * g++.old-deja/g++.brendan/eh1.C: Likewise.
10271         * g++.old-deja/g++.brendan/groff1.C: Likewise.
10272         * g++.old-deja/g++.brendan/init3.C: Likewise.
10273         * g++.old-deja/g++.brendan/misc12.C: Likewise.
10274         * g++.old-deja/g++.brendan/misc7.C: Likewise.
10275         * g++.old-deja/g++.brendan/new2.C: Likewise.
10276         * g++.old-deja/g++.brendan/operators4.C: Likewise.
10277         * g++.old-deja/g++.brendan/operators5.C: Likewise.
10278         * g++.old-deja/g++.brendan/overload2.C: Likewise.
10279         * g++.old-deja/g++.brendan/overload7.C: Likewise.
10280         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
10281         * g++.old-deja/g++.brendan/reference1.C: Likewise.
10282         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
10283         * g++.old-deja/g++.brendan/template24.C: Likewise.
10284         * g++.old-deja/g++.brendan/template3.C: Likewise.
10285         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
10286         * g++.old-deja/g++.jason/inline3.C: Likewise.
10287         * g++.old-deja/g++.jason/opeq.C: Likewise.
10288         * g++.old-deja/g++.law/arg5.C: Likewise.
10289         * g++.old-deja/g++.law/arm7.C: Likewise.
10290         * g++.old-deja/g++.law/ctors11.C: Likewise.
10291         * g++.old-deja/g++.law/cvt8.C: Likewise.
10292         * g++.old-deja/g++.law/init9.C: Likewise.
10293         * g++.old-deja/g++.law/refs4.C: Likewise.
10294         * g++.old-deja/g++.law/template2.C: Likewise.
10295         * g++.old-deja/g++.law/visibility24.C: Likewise.
10296         * g++.old-deja/g++.law/vtable3.C: Likewise.
10297         * g++.old-deja/g++.mike/asm2.C: Likewise.
10298         * g++.old-deja/g++.mike/eh1.C: Likewise.
10299         * g++.old-deja/g++.mike/misc1.C: Likewise.
10300         * g++.old-deja/g++.mike/misc13.C: Likewise.
10301         * g++.old-deja/g++.mike/misc14.C: Likewise.
10302         * g++.old-deja/g++.mike/ns12.C: Likewise.
10303         * g++.old-deja/g++.mike/p1248.C: Likewise.
10304         * g++.old-deja/g++.mike/p3708.C: Likewise.
10305         * g++.old-deja/g++.mike/p3708a.C: Likewise.
10306         * g++.old-deja/g++.mike/p3708b.C: Likewise.
10307         * g++.old-deja/g++.mike/p646.C: Likewise.
10308         * g++.old-deja/g++.mike/p700.C: Likewise.
10309         * g++.old-deja/g++.mike/p783.C: Likewise.
10310         * g++.old-deja/g++.mike/p783a.C: Likewise.
10311         * g++.old-deja/g++.mike/p783b.C: Likewise.
10312         * g++.old-deja/g++.mike/p786.C: Likewise.
10313         * g++.old-deja/g++.mike/p789.C: Likewise.
10314         * g++.old-deja/g++.mike/p789a.C: Likewise.
10315         * g++.old-deja/g++.mike/p807a.C: Likewise.
10316         * g++.old-deja/g++.other/delete3.C: Likewise.
10317         * g++.old-deja/g++.other/dyncast1.C: Likewise.
10318         * g++.old-deja/g++.other/dyncast2.C: Likewise.
10319         * g++.old-deja/g++.other/dyncast3.C: Likewise.
10320         * g++.old-deja/g++.other/empty1.C: Likewise.
10321         * g++.old-deja/g++.other/temporary1.C: Likewise.
10322         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
10323         * g++.old-deja/g++.pt/t16.C: Likewise.
10324         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
10325
10326 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
10327
10328         * gcc.dg/991230-1.c: New test.
10329
10330 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
10331
10332         * gcc.c-torture/compile/991229-3.c: New test.
10333         * gcc.c-torture/compile/991229-2.c: New test.
10334         * gcc.c-torture/compile/991229-1.c: New test.
10335
10336 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
10337
10338         * gcc.c-torture/compile/labels-2.c: New test.
10339
10340 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
10341
10342         * gcc.c-torture/execute/991227-1.c: New test.
10343
10344 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10345
10346         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
10347
10348 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
10349
10350         * gcc.c-torture/execute/991221-1.c: New test.
10351
10352 1999-12-20  Nathan Sidwell  <nathan@acm.org>
10353
10354         * g++.old-deja/g++.other/cast3.C: New test.
10355
10356 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
10357
10358         * gcc.c-torture/execute/991216-4.c: New test.
10359
10360 1999-12-16  Michael Meissner  <meissner@cygnus.com>
10361
10362         * gcc.c-torture/execute/991216-1.c: New test.
10363         * gcc.c-torture/execute/991216-2.c: New test.
10364         * gcc.c-torture/execute/991216-3.c: New test.
10365
10366 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10367
10368         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
10369         Actually make the test fail by using "-O2" for compilation.
10370
10371 1999-12-15  Nathan Sidwell  <nathan@acm.org>
10372
10373         * g++.old-deja/g++.warn/cast-align1.C: New test.
10374
10375 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10376
10377         * gcc.c-torture/compile/991214-1.c: New test.
10378         * gcc.c-torture/compile/991214-2.c: New test.
10379
10380 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
10381
10382         * gcc.dg/991214-1.c: New test.
10383
10384 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
10385
10386         * gcc.c-torture/compile/991213-3.c: New test.
10387         * gcc.c-torture/compile/991213-2.c: New test.
10388         * gcc.c-torture/compile/991213-1.c: New test.
10389
10390 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
10391
10392         * gcc.dg/991209-1.c: New test.
10393
10394 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
10395
10396         * gcc.c-torture/compile/991208-1.c: New test.
10397
10398 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10399
10400         * gcc.dg/ultrasp2.c: New test.
10401
10402 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
10403
10404         * g++.old-deja/g++.abi/align.C (main): Fix typo.
10405
10406 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
10407
10408         * gcc.c-torture/compile/991202-1.c: New test.
10409         * gcc.c-torture/execute/991202-1.c: New test.
10410         * gcc.c-torture/execute/991202-2.c: New test.
10411         * gcc.c-torture/execute/991202-3.c: New test.
10412
10413 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
10414
10415         * g++.old-deja/g++.abi/align.C: New test.
10416         * g++.old-deja/g++.abi/aggregates.C: Likewise.
10417         * g++.old-deja/g++.abi/bitfields.C: Likewise.
10418
10419 1999-12-01  Richard Henderson  <rth@cygnus.com>
10420
10421         * gcc.c-torture/execute/991201-1.c: New.
10422
10423 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
10424
10425         * gcc.dg/991129-1.c: New test.
10426
10427 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
10428
10429         * gcc.c-torture/compile/991127-1.c: New test.
10430
10431 1999-11-22  Nathan Sidwell  <nathan@acm.org>
10432
10433         * g++.old-deja/g++.other/warn4.C: New test.
10434
10435 1999-11-22  Nathan Sidwell  <nathan@acm.org>
10436
10437         * g++.old-deja/g++.eh/cleanup2.C: New test.
10438         * g++.old-deja/g++.ext/pretty2.C: New test.
10439         * g++.old-deja/g++.ext/pretty3.C: New test.
10440         * g++.old-deja/g++.other/debug6.C: New test.
10441
10442 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
10443
10444         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
10445         compiler_output to look for one error message instead of two.
10446
10447 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
10448
10449         * gcc.c-torture/execute/991118-1.c: Also test case
10450         where the word boundary does not split a byte evenly.
10451
10452 1999-11-19  Nathan Sidwell  <nathan@acm.org>
10453
10454         * g++.old-deja/g++.ext/restrict1.C: New test.
10455
10456 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
10457
10458         * gcc.c-torture/execute/991118-1.c: New test.
10459
10460 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
10461
10462         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
10463         working directory pathnames.
10464
10465 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
10466
10467         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
10468         host is equipped with driver.h and driver.o so it can actually
10469         compile and run the tests.
10470
10471 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
10472
10473         * gcc.c-torture/compile/991008-1.c: New test.
10474
10475 1999-11-08  Nick Clifton  <nickc@cygnus.com>
10476
10477         * lib/gcc-dg.exp: Include target-supports.exp
10478
10479 1999-11-05  Nick Clifton  <nickc@cygnus.com>
10480
10481         * lib/target-supports.exp: New file: Provide procs to test for
10482         features supported by the target.
10483         (check_weak_available): Moved here from ecos.exp.
10484         (check_alias_available): New proc: Determine of the target
10485         toolchain supports the alias attribute.
10486
10487         * gcc.dg/special/ecos.exp: Move check_weak_available to
10488         target-supports.exp.
10489         (alias-1.c): Only perform the test if the target supports
10490         aliases.
10491         (wkali-1.c): Only perform the test if the target supports
10492         aliases.
10493
10494         * gcc.dg/990506-0.c: Expect error messages from cross
10495         targets as well as native targets.
10496
10497 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10498
10499         * gcc.dg/ultrasp1.c: Removed xfail.
10500         * gcc.dg/struct-ret-2.c: Likewise.
10501         * gcc.dg/array-1.c: Likewise.
10502
10503 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10504
10505         * gcc.dg/struct-ret-2.c: New test.
10506
10507         * gcc.dg/array-1.c: New test.
10508
10509 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
10510
10511         * gcc.c-torture/execute/991030-1.c: New test.
10512
10513 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
10514
10515         * gcc.c-torture/compile/991026-2.c: New test.
10516
10517 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
10518
10519         * gcc.c-torture/compile/991026-1.c: New test.
10520
10521 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
10522
10523         * gcc.c-torture/execute/991023-1.c: New test.
10524
10525 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
10526
10527         * gcc.c-torture/execute/991019-1.c: New test.
10528
10529 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
10530
10531         * gcc.c-torture/execute/991016-1.c: New test.
10532
10533 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
10534
10535         * gcc.c-torture/execute/991014-1.c: New test.
10536
10537 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
10538
10539         * g++.old-deja/g++.other/union2.C: New test.
10540
10541 1999-10-13  Nathan Sidwell  <nathan@acm.org>
10542
10543         * g++.old-deja/g++.other/vaarg2.C: New test.
10544         * g++.old-deja/g++.other/vaarg3.C: New test.
10545
10546 1999-10-12  Craig Burley  <craig@jcb-sc.com>
10547
10548         * g77.f-torture/noncompile/19990905-1.f: Moved from being
10549         in compile/.
10550
10551 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
10552
10553         * gcc.c-torture/execute/va-arg-11.c: New test.
10554
10555 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
10556
10557         * lib/file-format.exp (gcc_target_object_format): Don't
10558         crash if objdump is unavailable.
10559
10560 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
10561
10562         * gcc.misc-tests/mg.exp: delete extraneous redirection.
10563
10564 1999-09-28  Nick Clifton  <nickc@cygnus.com>
10565
10566         * gcc.c-torture/compile/990928-1.c: New test.
10567
10568 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
10569
10570         * g++.old-deja/g++.other/decl6.C: New test.
10571
10572 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10573
10574         * gcc.c-torture/execute/va-arg-10.c: New test.
10575
10576 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
10577
10578         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
10579         __PRETTY_FUNCTION__.
10580
10581 1999-09-23  Nick Clifton  <nickc@cygnus.com>
10582
10583         * gcc.c-torture/execute/990923-1.c: New test.
10584
10585 1999-09-21  Nick Clifton  <nickc@cygnus.com>
10586
10587         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
10588         for which -fpic is inappropriate.
10589
10590 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
10591
10592         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
10593
10594 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
10595
10596         * g++.old-deja/g++.other/dyncast1.C: New test.
10597         * g++.old-deja/g++.other/dyncast2.C: New test.
10598         * g++.old-deja/g++.other/dyncast3.C: New test.
10599         * g++.old-deja/g++.other/dyncast4.C: New test.
10600         * g++.old-deja/g++.other/dyncast5.C: New test.
10601         * g++.old-deja/g++.eh/catch3.C: New test.
10602         * g++.old-deja/g++.eh/catch3p.C: New test.
10603         * g++.old-deja/g++.eh/catch4.C: New test.
10604         * g++.old-deja/g++.eh/catch4p.C: New test.
10605         * g++.old-deja/g++.eh/catch5.C: New test.
10606         * g++.old-deja/g++.eh/catch5p.C: New test.
10607         * g++.old-deja/g++.eh/catch6.C: New test.
10608         * g++.old-deja/g++.eh/catch6p.C: New test.
10609         * g++.old-deja/g++.eh/catch7.C: New test.
10610         * g++.old-deja/g++.eh/catch7p.C: New test.
10611         * g++.old-deja/g++.eh/catch8.C: New test.
10612         * g++.old-deja/g++.eh/catch8p.C: New test.
10613         * g++.old-deja/g++.eh/catch9.C: New test.
10614         * g++.old-deja/g++.eh/catch9p.C: New test.
10615
10616 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
10617
10618         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
10619         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
10620
10621 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
10622
10623         * gcc.c-torture/compile/990913-1.c: New test.
10624
10625 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
10626
10627         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
10628         * g++.old-deja/g++.jason/rfg5.C: Likewise.
10629
10630 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
10631
10632         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
10633
10634 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
10635
10636         * g++.old-deja/g++.other/lookup11.C: New test.
10637         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
10638         what is permitted and what we want.
10639         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
10640         overload use.
10641         * g++.old-deja/g++.jason/rfg5.C: Likewise
10642
10643 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
10644
10645         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
10646         * gcc.c-torture/noncompile/poison-1.c: New file.
10647
10648 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
10649
10650         * g++.old-deja/g++.other/sizeof3.C: New test.
10651         * g++.old-deja/g++.other/sizeof4.C: New test.
10652         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
10653         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
10654
10655 1999-09-07  Richard Henderson  <rth@cygnus.com>
10656
10657         * gcc.dg/va-arg-1.c: New.
10658
10659 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10660
10661         * gcc.c-torture/execute/va-arg-9.c: New test.
10662
10663 1999-09-05  Craig Burley  <craig@jcb-sc.com>
10664
10665         * g77.f-torture/compile/980519-2.f: New test.
10666         * g77.f-torture/compile/19990905-0.f: New test.
10667         * g77.f-torture/compile/19990905-1.f: New test.
10668         * g77.f-torture/compile/19990905-2.f: New test.
10669
10670         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
10671
10672 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
10673
10674         * gcc.c-torture/execute/990827-1.c: Fix typo.
10675
10676 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
10677
10678         * g++.old-deja/g++.other/deref1.C: New test.
10679
10680 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
10681
10682         * g++.old-deja/g++.other/ambig2.C: New test.
10683         * g++.old-deja/g++.other/cond5.C: New test.
10684         * g++.old-deja/g++.other/lookup16.C: New test.
10685
10686 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
10687
10688         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
10689         assemblers too.
10690
10691 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
10692
10693         * lib/c-torture.exp: Avoid the "compare executables" optimization
10694         when testing native.
10695
10696 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
10697
10698         * gcc.c-torture/execute/990829-1.c: New test.
10699         * gcc.c-torture/compile/990829-1.c: New test.
10700
10701 1999-08-27  Paul Burchard  <burchard@pobox.com>
10702
10703         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
10704         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
10705         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
10706         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
10707         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
10708         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
10709         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
10710         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
10711         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
10712         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
10713         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
10714
10715 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
10716
10717         * gcc.c-torture/execute/990827-1.c: New test.
10718
10719 1999-08-26  Craig Burley  <craig@jcb-sc.com>
10720
10721         * g77.f-torture/noncompile/19990826-4.f: New test.
10722
10723         * g77.f-torture/compile/19990826-3.f: New test.
10724
10725         * g77.f-torture/execute/19990826-2.f: New test.
10726
10727         * g77.f-torture/compile/19990826-1.f: New test.
10728
10729         * gcc.c-torture/execute/990826-0.c: New test.
10730         * g77.c-torture/execute/19990826-0.f: New test.
10731
10732         * g77.f-torture/noncompile/970626-2.f: New test.
10733
10734 1999-08-25  Paul Burchard  <burchard@pobox.com>
10735
10736         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
10737         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
10738         lss-011.C: New tests.
10739
10740 1999-08-25  Nathan Sidwell  <nathan@acm.org>
10741
10742         * g++.old-deja/g++.other/decl5.C: New test.
10743
10744 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10745
10746         * noncompile/noncompile.exp: Load_lib c-torture.exp.
10747         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
10748         call `postbase' for each one.  All callers of `postbase' changed
10749         to call this instead.
10750
10751 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
10752
10753         * gcc.c-torture/execute/990811-1.c: New test.
10754
10755 1999-08-09  Nick Clifton  <nickc@cygnus.com>
10756
10757         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
10758         just native ones.
10759
10760         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
10761         just native ones.
10762
10763 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
10764
10765         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
10766
10767 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
10768
10769         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
10770
10771 1999-08-04  Nathan Sidwell  <nathan@acm.org>
10772
10773         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
10774
10775 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
10776
10777         * gcc.c-torture/execute/990804-1.c: New test.
10778
10779 1999-08-03  Nathan Sidwell  <nathan@acm.org>
10780
10781         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
10782         * g++.old-deja/g++.brendan/crash64.C: Likewise
10783         * g++.old-deja/g++.brendan/overload8.C: Likewise
10784
10785 1999-08-03  Nathan Sidwell  <nathan@acm.org>
10786
10787         * g++.old-deja/g++.other/struct1.C: New test.
10788
10789 1999-08-03  Nathan Sidwell  <nathan@acm.org>
10790
10791         * g++.old-deja/g++.other/enum2.C: New test.
10792
10793 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
10794
10795         Adapted from tests from Franz Sirl:
10796         * gcc.c-torture/execute/va-arg-7.c: New test.
10797         * gcc.c-torture/execute/va-arg-8.c: New test.
10798
10799 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
10800
10801         * gcc.c-torture/compile/990801-2.c: New test.
10802
10803         * gcc.c-torture/compile/990801-1.c: New test.
10804
10805 1999-07-27  Michael Meissner  <meissner@cygnus.com>
10806
10807         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
10808         fp-cmp-1.c, converting double to float.
10809
10810         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
10811         fp-cmp-1.c, converting double to long double.
10812
10813         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
10814         from fr1 to unknown_register, since fr1 is a legitimate register
10815         on some machines.
10816
10817 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
10818
10819         * README: More listname related changes.
10820
10821 1999-07-08  Catherine Moore  <clm@cygnus.com>
10822
10823         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
10824
10825 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
10826
10827         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
10828
10829 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
10830
10831         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
10832
10833 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
10834
10835         * gcc.dg/990703-1.c: New test.
10836
10837 1999-06-29  Nick Clifton  <nickc@cygnus.com>
10838
10839         * lib/file-format.exp: New file: Move definition of proc
10840         gcc_target_object_format to here from
10841         gcc.dg/special/ecos.exp.
10842
10843         * lib/c-torture.exp: Include lib file-format.exp.
10844         * lib/gcc-dg.exp: Include lib file-format.exp.
10845
10846         * gcc.dg/special/ecos.exp: Remove definition of proc
10847         gcc_target_object_format.
10848
10849 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
10850
10851         * gcc.c-torture/execute/990628-1.c: New test.
10852
10853 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
10854
10855         * gcc.c-torture/compile/990625-2.c: New test.
10856
10857         * gcc.c-torture/compile/990625-1.c: New test.
10858
10859 1999-06-23  Nick Clifton  <nickc@cygnus.com>
10860
10861         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
10862         attributes compile.
10863         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
10864         ports that use the COFF/PE file format.
10865
10866 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
10867
10868         * gcc.c-torture/compile/990617-1.c: New test.
10869
10870 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
10871
10872         * g++.old-deja/g++.other/decl4.C: New test.
10873
10874 1999-06-14  Nathan Sidwell  <nathan@acm.org>
10875
10876         * g++.old-deja/g++.other/bitfld3.C: New test.
10877
10878 1999-06-08  Nathan Sidwell  <nathan@acm.org>
10879
10880         * g++.old-deja/g++.eh/catch1.C: New test.
10881
10882 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
10883
10884         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
10885
10886         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
10887         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
10888
10889 1999-06-05  Craig Burley  <craig@jcb-sc.com>
10890
10891         * g77.f-torture/compile/19990502-0.f: Replace with new,
10892         shorter, test that still fails after recent changes.
10893
10894 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
10895
10896         * gcc.c-torture/execute/990604-1.c: New test.
10897
10898 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
10899
10900         * gcc.c-torture/execute/990531-1.c: New test.
10901
10902 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10903
10904         * gcc.c-torture/compile/990527-1.c: New test.
10905
10906 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
10907
10908         * gcc.c-torture/execute/990527-1.c: New test.
10909
10910 1999-05-25  Nick Clifton  <nickc@cygnus.com>
10911
10912         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
10913         bitfields as signed.
10914
10915 1999-05-25  Craig Burley  <craig@jcb-sc.com>
10916
10917         * g77.f-torture/compile/19990525-0.f: New test.
10918
10919 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
10920
10921         * gcc.c-torture/execute/990525-2.c: New test.
10922
10923         * gcc.c-torture/execute/990525-1.c: New test.
10924
10925 1999-05-24  Nathan Sidwell  <nathan@acm.org>
10926
10927         * g++.old-deja/g++.other/anon3.C: New test.
10928         * g++.old-deja/g++.other/anon4.C: New test.
10929         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
10930         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
10931         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
10932         Merrill).
10933
10934 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
10935
10936         * gcc.c-torture/execute/990524-1.c: New test.
10937
10938         * gcc.dg/990524-1.c: New test.
10939
10940 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10941
10942         * gcc.c-torture/compile/990523-1.c: New test.
10943
10944 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
10945
10946         * gcc.c-torture/compile/990519-1.c: New test.
10947
10948 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
10949
10950         * gcc.c-torture/compile/990517-1.c: New test.
10951
10952         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
10953         (e4, f4): New tests.
10954         (main): Call them.
10955
10956 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10957
10958         * gcc.dg/noreturn-1.c: New test.
10959
10960 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
10961
10962         * gcc.c-torture/execute/990513-1.c: New test.
10963
10964 1999-05-10  Richard Henderson  <rth@cygnus.com>
10965
10966         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
10967
10968 1999-05-10  Craig Burley  <craig@jcb-sc.com>
10969
10970         * g77.f-torture/execute/erfc.f: Use small single-precision
10971         values, to avoid problems on Alphas when not -mieee.
10972
10973 1999-05-08  Craig Burley  <craig@jcb-sc.com>
10974
10975         * gcc.dg/990506-0.c: New test.
10976
10977 1999-05-08  Richard Henderson  <rth@cygnus.com>
10978
10979         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
10980         the constant to test.  Don't XFAIL 64-bit targets.
10981
10982         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
10983         * g++.old-deja/g++.law/profile1.C: Likewise.
10984
10985         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
10986         operator new instances.
10987         * g++.old-deja/g++.other/delete5.C: Likewise.
10988
10989 1999-05-03  Craig Burley  <craig@jcb-sc.com>
10990
10991         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
10992         intrinsic.
10993
10994 1999-05-03  Craig Burley  <craig@jcb-sc.com>
10995
10996         * g77.f-torture/execute/u77-test.f: Reverse order of two
10997         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
10998
10999 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11000
11001         * gcc.dg/compare1.c: New test.
11002
11003 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11004
11005         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
11006         New tests.
11007
11008 1999-05-02  Craig Burley  <craig@jcb-sc.com>
11009
11010         * g77.f-torture/compile/19990502-1.f: New test.
11011
11012 1999-05-02  Craig Burley  <craig@jcb-sc.com>
11013
11014         * g77.f-torture/compile/19990502-0.f: New test.
11015
11016 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
11017
11018         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
11019         intrinsic.
11020
11021 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
11022
11023         * g77.f-torture/execute/u77-test.f (main): List libU77
11024         intrinsics not currently tested.
11025         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
11026         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
11027         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
11028         Trim blanks off the ends of some printed strings.
11029
11030 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
11031
11032         * g77.f-torture/execute/u77-test.f (main): Just warn about
11033         FSTAT gid disagreement, as it's expected on some systems.
11034
11035 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
11036
11037         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
11038         use a new function, which allows for some slop.
11039         Clean up some commentary.
11040         (issum): The new function.
11041         (sgladd): Deleted subroutine.
11042
11043 1999-05-01  Craig Burley  <craig@jcb-sc.com>
11044
11045         * g77.f-torture/execute/u77-test.f: Modify to be more like
11046         libf2c/libU77 version, bringing patches to that version here.
11047         Add suitable commentary.
11048
11049 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
11050
11051         * gcc.dg/990424-1.c: New test.
11052
11053 1999-04-24  Craig Burley  <craig@jcb-sc.com>
11054
11055         * g77.f-torture/execute/u77-test.f (main): Bug involving
11056         LSTAT has been fixed, so turn back on full checking.
11057
11058 1999-04-20  Craig Burley  <craig@jcb-sc.com>
11059
11060         * g77.f-torture/compile/19990419-0.f: New test.
11061         * g77.f-torture/execute/19990419-1.f: New test.
11062
11063 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
11064
11065         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
11066         to avoid the need for a prototype to supress a warning.
11067
11068 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
11069
11070         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
11071
11072 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
11073
11074         * gcc.c-torture/execute/990404-1.c: New test.
11075
11076 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11077
11078         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
11079         * gcc.dg/cpp-if3.c: Don't use -pedantic.
11080         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
11081         missing initializer warnings.
11082
11083 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
11084
11085         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
11086         matching strings.
11087
11088 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
11089
11090         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
11091
11092 1999-03-26  Craig Burley  <craig@jcb-sc.com>
11093
11094         * g77.f-torture/execute/19990325-0.f: New test.
11095         * g77.f-torture/execute/19990325-1.f: New test.
11096
11097 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
11098
11099         * gcc.c-torture/execute/990324-1.c: New test.
11100
11101 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
11102
11103         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
11104         test with 4.
11105
11106 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
11107
11108         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
11109
11110 1999-03-13  Craig Burley  <craig@jcb-sc.com>
11111
11112         * g77.f-torture/execute/19990313-2.f: New test.
11113         * g77.f-torture/execute/19990313-3.f: New test.
11114
11115 1999-03-13  Craig Burley  <craig@jcb-sc.com>
11116
11117         * g77.f-torture/execute/19990313-0.f: New test.
11118         * g77.f-torture/execute/19990313-1.f: New test.
11119
11120 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
11121
11122         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
11123         printf to sprintf.
11124         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
11125         (main): Add check for u15.  Conditionalize u31 check depending on
11126         whether ints are <32 bits or >=32 bits.
11127
11128 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11129
11130         * g77.f-torture/execute/19981119-0.f: Improve testiness.
11131
11132 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11133
11134         * g77.f-torture/compile/19990305-0.f: New test.
11135         * g77.f-torture/execute/19981119-0.f: New test.
11136
11137 1999-03-08  Craig Burley  <craig@jcb-sc.com>
11138
11139         * g77.f-torture/execute/970625-2.f: call ABORT if final
11140         result is not correct, instead of just printing it.
11141         Add this checking via newly introduced obfuscation, to
11142         trip up buggy front ends.
11143
11144 1999-03-07  Craig Burley  <craig@jcb-sc.com>
11145
11146         * g77.f-torture/compile/960317-1.f: Moved from being
11147         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
11148
11149 1999-03-06  Craig Burley  <craig@jcb-sc.com>
11150
11151         * g77.f-torture/execute/960317-1.f: New (old) test.
11152         * g77.f-torture/execute/970625-2.f: Ditto.
11153
11154 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
11155
11156         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
11157         message on line 1 or line 2; cccp and cpplib do this differently.
11158
11159 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
11160
11161         * g++.old-deja/g++.law/weak1.C: New test.
11162
11163 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11164
11165         * gcc.c-torture/execute/990119-1.c: Renamed to...
11166         * gcc.dg/990119-1.c: this, so it will only be tested once
11167         (it's a preprocessor test, it doesn't need to be run at
11168         multiple optimization levels).
11169
11170 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
11171
11172         * lib/g++.exp: Don't add incdir=$base_dir/../include to
11173           ALWAYS_CXXFLAGS.
11174
11175 1999-02-24  Craig Burley  <craig@jcb-sc.com>
11176
11177         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
11178         * g77.f-torture/compile/19981216-0.f: ...as it is expected
11179         to not be compilable by current g77.
11180
11181 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11182
11183         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
11184
11185 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
11186
11187         * gcc.c-torture/execute/990222-1.c: New test.
11188
11189 1999-02-19  Craig Burley  <craig@jcb-sc.com>
11190
11191         * g77.f-torture/compile/19990218-0.f: New test.
11192         * g77.f-torture/noncompile/19990218-1.f: New test.
11193
11194 1999-02-18  Craig Burley  <craig@jcb-sc.com>
11195
11196         * g77.f-torture/compile/19981216-0.f: New test.
11197
11198 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
11199
11200         * gcc.dg/990214-1.c: New test.
11201
11202 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
11203
11204         * gcc.dg/990213-2.c: New test.
11205
11206         * gcc.dg/990213-1.c: New test.
11207
11208 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
11209
11210         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
11211         ints.
11212
11213 1999-02-11  Nick Clifton  <nickc@cygnus.com>
11214
11215         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
11216         specified by target.
11217
11218         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
11219
11220 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
11221
11222         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
11223
11224 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
11225
11226         * gcc.dg/special/ecos.exp: New test driver for new tests with
11227         special requirements.
11228
11229         * gcc.dg/special/alias-1.c: New test.
11230         * gcc.dg/special/gcsec-1.c: New test.
11231         * gcc.dg/special/weak-1.c: New test.
11232         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
11233         * gcc.dg/special/weak-2.c: New test.
11234         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
11235         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
11236         * gcc.dg/special/wkali-1.c: New test.
11237         * gcc.dg/special/wkali-2.c: New test.
11238         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
11239         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
11240
11241 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
11242
11243           * lib/c-torture.exp (c-torture-compile): Pull out code for
11244           analyzing gcc error messages.
11245           (c-torture-execute): Likewise.  Fix some (harmless) false
11246           positives.
11247           * lib/gcc.exp (gcc_check_compile): New function.
11248
11249 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
11250
11251         * gcc.c-torture/execute/990208-1.c: New test.
11252
11253 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
11254
11255         * g++.dg/special/ecos.exp: New driver for new tests with special
11256         requirements
11257
11258         * g++.dg/special/conpr-1.C: New test
11259         * g++.dg/special/conpr-2.C: New test
11260         * g++.dg/special/conpr-2a.C: New test
11261         * g++.dg/special/conpr-3.C: New test
11262         * g++.dg/special/conpr-3a.C: New test
11263         * g++.dg/special/conpr-3b.C: New test
11264
11265         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
11266         allow g++ to use the dg driver
11267
11268         * README: Add comment about g++.dg directory
11269
11270 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
11271
11272         * README: Update email addresses.
11273
11274 1999-02-03  Nick Clifton  <nickc@cygnus.com>
11275
11276         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
11277         arguments in order to force structure S onto the stack even on
11278         the alpha.
11279         (test): Pass 10 leading arguments to function foo as well as the
11280         structure S.
11281
11282         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
11283         failure for all targets.
11284
11285         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
11286         abort to terminate program execution.
11287
11288 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
11289
11290         * gcc.c-torture/execute/990130-1.c: New test.
11291
11292 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
11293
11294         * gcc.dg/990130-1.c: New test.
11295
11296 1999-01-28  Michael Meissner  <meissner@cygnus.com>
11297
11298         * gcc.c-torture/execute/990128-1.c: New test.
11299
11300 1999-01-27  Michael Meissner  <meissner@cygnus.com>
11301
11302         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
11303
11304 1999-01-27  Felix Lee  <flee@cygnus.com>
11305
11306         * lib/c-torture.exp (c-torture-compile): pull out code for
11307         analyzing gcc error messages.
11308         (c-torture-execute): ditto, and fix some (harmless) false
11309         positives.
11310         * lib/gcc.exp (gcc_check_compile): new function.
11311
11312 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
11313
11314         * gcc.dg/990117-1.c: New test.
11315
11316         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
11317
11318         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
11319
11320 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
11321
11322         * g77.f-torture/compile/990115-1.f: New test.
11323
11324 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
11325
11326         * gcc.c-torture/compile/990107-1.c: New test
11327
11328 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
11329
11330         * gcc.c-torture/execute/990106-2.c: New test.
11331
11332         * gcc.c-torture/execute/990106-1.c: New test.
11333
11334 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
11335
11336         * gcc.c-torture/compile/981223-1.c: New test.
11337
11338 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
11339
11340         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
11341         (opt3): Rename from opt4 and disable.
11342
11343 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
11344
11345         * g++.old-deja/g++.pt/ptrmem5.C: New test.
11346
11347 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
11348
11349         * g++.old-deja/g++.other/conv5.C: New test.
11350
11351 1998-12-14  Nick Clifton  <nickc@cygnus.com>
11352
11353         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
11354
11355 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
11356
11357         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
11358
11359 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
11360
11361         * gcc.c-torture/compile/981211-1.c: New test.
11362
11363 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
11364
11365         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
11366
11367         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
11368
11369 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11370
11371         * gcc.special/930510-1.c: Make C9X safe.
11372         * gcc.misc-tests/gcov-1.c Similarly.
11373         * gcc.misc-tests/gcov-2.c Similarly.
11374
11375 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11376
11377         * gcc.dg/ultrasp1.c: New test.
11378
11379 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
11380
11381         * gcc.c-torture/execute/981206.c: New test.
11382
11383 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11384
11385         * g++.old-deja/g++.ns/template7.C: New test.
11386
11387         * g++.old-deja/g++.other/expr1.C: New test.
11388
11389         * g++.old-deja/g++.eh/tmpl3.C: New test.
11390
11391         * g++.old-deja/g++.eh/tmpl2.C: New test.
11392
11393 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
11394
11395         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
11396         * g++.old-deja/g++.other/using6.C: Removed.
11397         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
11398
11399         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
11400
11401 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
11402
11403         * g++.old-deja/g++.pt/overload8.C: New test.
11404
11405         * g++.old-deja/g++.pt/overload7.C: New test.
11406
11407         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
11408
11409         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
11410         and relinking messages.
11411         * lib/g++.exp (g++_target_compile): Remove .rpo file when
11412         compiling with -frepo.
11413
11414 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
11415
11416         * g++.old-deja/g++.pt/lookup6.C: New test.
11417
11418 1998-11-30  Nick Clifton  <nickc@cygnus.com>
11419
11420         * gcc.c-torture/execute/981130-1.c: New test.
11421         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
11422
11423 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
11424
11425         * g++.old-deja/g++.pt/explicit76.C: New test.
11426
11427         * g++.old-deja/g++.pt/friend38.C: New test.
11428
11429         * g++.old-deja/g++.ns/crash2.C: New test.
11430
11431         * g++.old-deja/g++.pt/defarg8.C: New test.
11432
11433         * g++.old-deja/g++.pt/instantiate6.C: New test.
11434
11435         * g++.old-deja/g++.pt/static6.C: New test.
11436
11437         * g++.old-deja/g++.pt/decl2.C: New test.
11438
11439 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
11440
11441         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
11442         problem is actually related with name lookup, but so what? :-)
11443
11444         * g++.old-deja/g++.pt/friend37.C: New test.
11445
11446 1998-11-25  Dave Love  <d.love@dl.ac.uk>
11447
11448         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
11449         element, which fails on some systems.
11450
11451         * g77.f-torture/execute/labug1.f: New test.
11452
11453 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
11454
11455         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
11456         is defined.
11457
11458 1998-11-18  Dave Love  <d.love@dl.ac.uk>
11459
11460         * g77.f-torture/compile/981117-1.f: New test.
11461
11462 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
11463
11464         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
11465         properly discarded.
11466
11467 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
11468
11469         * gcc.c-torture/execute/memcheck: New directory of tests for
11470         -fcheck-memory-usage.
11471
11472 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11473
11474         * README: New file, general information about the testsuite and
11475         new description of the various C++ test subdirectories.
11476         * README.g++: Eliminate obsolete information, update and move most
11477         relevant stuff to README.
11478
11479 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
11480
11481         * gcc.c-torture/compile/981107-1.c: New test.
11482
11483 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
11484
11485         * execute/memcpy-bi.c: New testcase.
11486
11487 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
11488
11489         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
11490         base classes.
11491
11492         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
11493         template is selected.
11494
11495         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
11496         classes, it should be accepted for all types.
11497
11498         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
11499
11500         * g++.old-deja/g++.pt/spec24.C: Ensure that template
11501         specializations start with template headers.
11502
11503 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
11504
11505         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
11506
11507         * g++.old-deja/g++.other/init9.C: Test cross initialization of
11508         non-POD types.
11509
11510 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
11511
11512         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
11513
11514 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11515
11516         * compile/981022-1.c, compile/981022-1.x: New test and driver.
11517
11518 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
11519
11520         * 981019-1.c: New test.
11521
11522 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
11523
11524         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
11525         find objc headers.
11526
11527 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
11528
11529         * compile/981001-4.c: Remove use of GCC extension that triggers a
11530         compiler bug.
11531
11532 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
11533
11534         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
11535
11536 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
11537
11538         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
11539         instantiation of template produces incorrect code for delete
11540         expression.
11541
11542         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
11543         constructors' name is not unique.
11544         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
11545         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
11546
11547         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
11548         automatic array of const is ill-formed.
11549
11550         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
11551         of template parameter?
11552
11553         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
11554         const.
11555
11556         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
11557         pointer-to-member expression.
11558
11559         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
11560         declaration causes ICE.
11561
11562 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
11563
11564         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
11565         reserved in the global namespace.
11566
11567         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
11568         generate needed virtual table.
11569
11570         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
11571
11572 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
11573
11574         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
11575         template-dependent type
11576
11577 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
11578
11579         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
11580         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
11581         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
11582
11583         * g++.old-deja/g++.other/using5.C: New test; using decl from base
11584         class should be usable as argument of member function.
11585         * g++.old-deja/g++.other/using6.C: New test; using decl from base
11586         class should be usable as return type of member function.
11587         * g++.old-deja/g++.other/using7.C: New test; using decl from base
11588         class should be usable as type of data member.
11589
11590         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
11591
11592 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
11593
11594         * gcc.c-torture/special/920521-1.c: Fix bogus test.
11595
11596 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
11597
11598         * gcc.dg/dll-?.c Add thumb to target list.
11599         Fix assembler scan patterns to match current assembler output.
11600
11601 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
11602
11603         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
11604         matching of template brackets.
11605
11606         * g++.old-deja/g++.other/using4.C: New test.  Test using
11607         declarations of methods from base classes.
11608
11609         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
11610         within functions should introduce names into the innermost
11611         enclosing namespace.
11612
11613         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
11614         of static locals if first initialization throws.
11615
11616 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
11617
11618         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
11619
11620 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
11621
11622         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
11623         lose track of the possible targets of tablejump insns.
11624         * special/special.exp: Run it.
11625
11626 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
11627
11628         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
11629         must be declared before its specializations can be named in friend
11630         declarations.
11631
11632 1998-10-05  Dave Love  <d.love@dl.ac.uk>
11633
11634         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
11635
11636         * g77.f-torture/execute/io1.f: New test.
11637
11638 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
11639
11640         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
11641         with pointer to template function, for which no argument deduction
11642         is possible.
11643
11644         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
11645         specialization of template function as argument to template
11646         function.
11647
11648         * g++.old-deja/g++.other/access2.C: New test; Inner class
11649         shouldn't have privileged access to Outer's names.
11650
11651 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
11652
11653         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
11654         friend template declared within template class conflicts with
11655         nested class of the same name.
11656
11657         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
11658         is ignored.
11659
11660         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
11661         object with direct initializer as function declaration.
11662
11663         * g++.old-deja/g++.other/decl2.C: New test; duplicate
11664         initializers.
11665
11666         * g++.old-deja/g++.other/null2.C: New test; conditional operator
11667         involving const pointer and NULL produces incorrect result.
11668
11669         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
11670         type name without `typename' should be rejected with -pedantic.
11671
11672 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
11673
11674         * g++.old-deja/g++.other/addrof1.C: New test.
11675
11676 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
11677
11678         * gcc.c-torture/compile/981001-1.c: New test.
11679         * gcc.c-torture/execute/981001-1.c: New test.
11680
11681 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
11682
11683         * gcc.c-torture/compile/981001-2.c: New test.
11684         * gcc.c-torture/compile/981001-3.c: New test.
11685         * gcc.c-torture/compile/981001-4.c: New test.
11686
11687 1998-10-01  Robert Lipe  <robertl@dgii.com>
11688
11689         * lib/objc.exp (objc_target_compile): Add -L during compiles for
11690         multilibbed hosts.   Idea grafted from g77.exp.
11691
11692 1998-09-30  Dave Love  <d.love@dl.ac.uk>
11693
11694         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
11695         avoid losing on systems which need -lsocket.
11696
11697 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
11698
11699         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
11700         * g++.old-deja/g++.other/nested2.C: Ditto.
11701         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
11702         failure.
11703
11704 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
11705
11706         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
11707         preferred over template operator!= for enum bitfields.
11708
11709 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
11710
11711         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
11712         that happen to have the same base name, but in different scopes,
11713         are incorrectly rejected.
11714
11715 1998-09-16  Richard Henderson  <rth@cygnus.com>
11716
11717         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
11718         on the native word size instead of an integer literal.
11719
11720 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
11721
11722         * g++.old-deja/g++.other/static2.C: Invocation of static data
11723         member of type pointer-to-function denoted as non-static member.
11724
11725         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
11726         checks involving function types and aliases.
11727
11728 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
11729
11730         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
11731         redefined to the same non-trivial type.
11732
11733         * g++.old-deja/g++.pt/explicit73.C: Test for proper
11734         namespace-qualification of template specializations declared in
11735         other namespaces.
11736
11737         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
11738         to declare a subset of the specializations of a template function
11739         as friends of specializations of a template class.
11740
11741         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
11742         member templates that do not fully specialize the enclosing
11743         template class are rejected.
11744
11745 1998-09-11  Dave Love  <d.love@dl.ac.uk>
11746
11747         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
11748
11749 1998-09-08  Dave Love  <d.love@dl.ac.uk>
11750
11751         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
11752         altered from libf2c/libU77 version.
11753
11754 1998-09-06  Dave Love  <d.love@dl.ac.uk>
11755
11756         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
11757
11758 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
11759
11760         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
11761         (un)signed char are different types for template specialization
11762         purposes.
11763
11764 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
11765
11766         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
11767         * objc: ObjC testsuite.
11768
11769 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
11770
11771         * gcc.c-torture/execute/941014-1.x:  New file.
11772
11773 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
11774
11775         * lib/c-torture.exp: Add support for
11776         torture_eval_before_compile and torture_eval_before_execute
11777         variables.
11778
11779 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
11780
11781         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
11782         this test triggers valid.
11783
11784 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
11785
11786         * gcc.dg/980827-1.c: New test.
11787
11788 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
11789
11790         * gcc.c-torture/execute/loop-4b.c: New test.
11791
11792 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
11793
11794         * lib/c-torture.exp: Add support for
11795         torture_eval_before_compile and torture_eval_before_execute
11796         variables.
11797
11798 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
11799
11800         * gcc.c-torture/compile/980825-1.c: New test.
11801
11802 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
11803
11804         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
11805         count number tests in opt_t0 not good_t0.
11806
11807 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
11808
11809         * gcc.c-torture/compile/930326-1.x: Fix typo.
11810
11811 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
11812
11813         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
11814         causes an ICE.
11815
11816 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
11817
11818         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
11819         STACK_SIZE is defined.
11820         * gcc.c-torture/unsorted/stuct.c: Similarly.
11821
11822         * gcc.c-torture/compile/980821-1.c: New test.
11823
11824 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
11825
11826         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
11827
11828 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
11829
11830         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
11831         code.
11832
11833 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
11834
11835         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
11836         error'.
11837
11838 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
11839
11840         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
11841
11842 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
11843
11844         * gcc.c-torture/compile/980816-1.c: New test.
11845
11846         * gcc.dg/980816-1.c: New test.
11847
11848 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
11849
11850         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
11851         compiler for ieee tests.
11852
11853 1998-08-01  Dave Love  <d.love@dl.ac.uk>
11854
11855         * g77.f-torture/compile/980729-0.f: New test.
11856
11857 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
11858
11859         * gcc.c-torture/special/eeprof-1.c: New test, for
11860         -finstrument-functions.
11861         * gcc.c-torture/special/special.exp: Run it.
11862
11863 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
11864
11865         * gcc.c-torture/compile/980729-1.c: New test.
11866
11867 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
11868
11869         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
11870         __thumb__ is defined, and test for ARM style doubles if so.
11871
11872 1998-07-26  Dave Love  <d.love@dl.ac.uk>
11873
11874         * g77.f-torture/noncompile/980615-0.f: New test.
11875
11876 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
11877
11878         * gcc.dg/980312-1.c: Do link instead of compile.
11879         * gcc.dg/980313-1.c: Likewise.
11880
11881 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
11882
11883         * gcc.c-torture/compile/980726-1.c: New test.
11884
11885 1998-07-25  Dave Love  <d.love@dl.ac.uk>
11886
11887         * g77.f-torture/execute/io0.f: New test.
11888
11889 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
11890
11891         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
11892         an int.
11893
11894 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
11895
11896         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
11897         m32r bugs.
11898
11899 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
11900
11901         * gcc.dg/980626-1.c: Expect failures for all toolchains until
11902         c-decl.c:grokdeclarator can handle mode attributes.
11903
11904 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
11905
11906         * gcc.c-torture/execute/980716-1.c: New test.
11907
11908 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
11909
11910         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
11911         the mn10200.
11912         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
11913         the mn10200.
11914         * gcc.c-torture/execute/va-arg-3.x: Similarly.
11915         * gcc.c-torture/compile/930326-1.x: Similarly.
11916
11917 1998-07-13  Dave Love  <d.love@dl.ac.uk>
11918
11919         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
11920         New test from Craig.
11921
11922 1998-07-12  Dave Love  <d.love@dl.ac.uk>
11923
11924         * g77.f-torture/noncompile/980616-0.f: New test.
11925
11926         * g77.f-torture/execute/970816-3.f:  New test from Craig.
11927
11928 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
11929
11930         *  g++.other/singleton.C: Return error value instead of taking
11931         SIGSEGV.
11932
11933 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
11934
11935         *  g++.other/singleton.C: New test.   Warning is under dispute.
11936         Runtime crash is not.
11937
11938 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
11939
11940         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
11941         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
11942         using6.C, using7.C}:  New namespace tests.
11943
11944 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
11945
11946         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
11947         specialization with typedef'ed names used as array indexes.
11948
11949 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
11950
11951         * gcc.c-torture/execute/980709-1.c: New test.
11952
11953         * gcc.dg/980709-1.c: New test.
11954
11955 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
11956
11957         * gcc.c-torture/execute/bcp-1.c: New test.
11958
11959 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
11960
11961         * gcc.c-torture/execute/980707-1.c: New test.
11962
11963 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
11964
11965         * gcc.c-torture/compile/980706-1.c: New test.
11966
11967 1998-07-01  Dave Love  <d.love@dl.ac.uk>
11968
11969         * g77.f-torture/execute/980701-0.f,
11970         g77.f-torture/execute/980701-1.f: New test from Craig.
11971
11972 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
11973
11974         * gcc.c-torture/compile/980701-1.c: New test.
11975
11976         * gcc.c-torture/execute/980701-1.c: New test.
11977
11978 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
11979 rlsruhe.de>
11980
11981         * g++.old-deja/g++.robertl/eb132.C: New test.
11982         * g++.old-deja/g++.robertl/eb133.C: Likewise.
11983
11984 1998-06-29  Dave Love  <d.love@dl.ac.uk>
11985
11986         * g77.f-torture/execute/980628-7.f,
11987         g77.f-torture/execute/980628-8.f,
11988         g77.f-torture/execute/980628-9.f,
11989         g77.f-torture/execute/980628-10.f: New tests from Craig.
11990
11991         * g77.f-torture/execute/980628-3.f: Remove mail headers.
11992
11993 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
11994
11995         * g77.f-torture/execute/980628-4.f: New test from Craig.
11996         * g77.f-torture/execute/980628-5.f: Likewise.
11997         * g77.f-torture/execute/980628-2.f: Likewise.
11998         * g77.f-torture/execute/980628-0.f: Likewise.
11999         * g77.f-torture/execute/980628-1.f: Likewise.
12000         * g77.f-torture/execute/980628-3.f: Likewise.
12001         * g77.f-torture/execute/980628-6.f: Likewise.
12002
12003 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
12004
12005         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
12006         directory when nothing has been installed yet.
12007
12008 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
12009
12010         * gcc.c-torture/special/special.exp: Handle newer versions of
12011         dejagnu.
12012
12013 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
12014
12015         * gcc.dg/980626-1.c: New test.
12016
12017 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
12018
12019         * gcc.misc-tests/m-un-2.c: New test.
12020         * g++.old-deja/g++.other/warn01.c: Likewise.
12021
12022 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
12023
12024         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
12025         compatibility with assmblers with a different comment character.
12026         Eliminate use of GAS-specific extensions.
12027
12028 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
12029
12030         * gcc.c-torture/execute/ieee/980619-1.c: New test.
12031
12032 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
12033
12034         *lib/g77.exp: Replace search for libf2c.a with search for newly
12035         renamed libg2c.a
12036
12037 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
12038
12039         * gcc.c-torture/execute/980617-1.c: New test.
12040
12041 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
12042
12043         * gcc.c-torture/execute/980612-1.c: New test.
12044
12045 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
12046
12047         * gcc.dg/980523-1.c: Only test on ppc-linux.
12048         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
12049
12050         * gcc.c-torture/execute/980608-1.c: New test.
12051
12052 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12053
12054         * gcc.c-torture/execute/980605-1.c: New test.
12055
12056 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
12057
12058         * gcc.c-torture/execute/980604-1.c: New test.
12059
12060 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
12061
12062         * gcc.c-torture/execute/980602-1.c: New test.
12063         * gcc.c-torture/execute/980602-2.c: Likewise.
12064
12065 1998-06-02  Dave Love  <d.love@dl.ac.uk>
12066
12067         * 970125-0.f: Fix per JCB.  Add commentary.
12068
12069 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
12070
12071         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
12072         IEEE -0 support.
12073
12074 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
12075
12076         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
12077         earlier.
12078
12079 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
12080
12081         * gcc.c-torture/execute/980526-3.c: New test.
12082
12083 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
12084
12085         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
12086         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
12087         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
12088         m88k-motorola-sysv3 to XFAIL.
12089
12090 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12091
12092         * gcc.dg/980526-1.c: New test.
12093         * gcc.c-torture/execute/980526-2.c: New test.
12094
12095 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
12096
12097         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
12098
12099         * gcc.c-torture/execute/980526-1.c: New test.
12100
12101 1998-05-26  Dave Love  <d.love@dl.ac.uk>
12102
12103         * g77.f-torture/execute/alpha2.f: Add runtime test.
12104
12105 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
12106
12107         * g++.old-deja/old-deja.exp: Strip leading directories.
12108
12109         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
12110         error for the line.  Don't run multiple tests for the same line.
12111
12112 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
12113
12114         * gcc.dg/980523-1.c: New test.
12115
12116 1998-05-23  Dave Love  <d.love@dl.ac.uk>
12117
12118         * g77.f-torture/compile/970915-0.f: New test.
12119
12120 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
12121
12122         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
12123
12124 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
12125
12126         * gcc.dg/980520-1.c: New test.
12127
12128 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12129
12130         * gcc.dg/980502-1.c: Fix return type.
12131
12132 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
12133
12134         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
12135         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
12136         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
12137         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
12138         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
12139
12140 1998-05-20  Dave Love  <d.love@dl.ac.uk>
12141
12142         * g77.f-torture/execute/980520-1.f: New test.
12143
12144 1998-05-15  Dave Love  <d.love@dl.ac.uk>
12145
12146         * lib/mike-g77.exp: New file.
12147
12148         * g77.f-torture/noncompile/noncompile.exp,
12149         g77.f-torture/noncompile/check0.f: New files.
12150
12151 1998-05-14  Dave Love  <d.love@dl.ac.uk>
12152
12153         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
12154         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
12155         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
12156         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
12157         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
12158         abort where appropriate.
12159
12160 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
12161
12162         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
12163         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
12164
12165 1998-04-29  Dave Love  <d.love@dl.ac.uk>
12166
12167         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
12168
12169 1998-04-27  Dave Love  <d.love@dl.ac.uk>
12170
12171         * g77.f-torture/compile/980427-0.f: New test.
12172
12173 1998-04-24  Dave Love  <d.love@dl.ac.uk>
12174
12175         * g77.f-torture/compile/980424-0.f: New test.
12176
12177 1998-04-19  Dave Love  <d.love@dl.ac.uk>
12178
12179         * g77.f-torture/compile/980419-2.f (main): New test.
12180         * g77.f-torture/compile/970125-0.f: New test.
12181         * g77.f-torture/compile/980419-1.f: New test.
12182
12183 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
12184
12185         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
12186         of loop-4.c.
12187
12188 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
12189
12190         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
12191
12192 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
12193
12194         * gcc.c-torture/compile/980329-1.c: New test.
12195
12196 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
12197
12198         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
12199         * gcc.dg/980312-1.c: Fix typo in -march command.
12200
12201 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
12202
12203         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
12204
12205 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
12206
12207         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
12208         Dave Love agree the Fortran source is bogus.
12209
12210 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
12211
12212         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
12213         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
12214         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
12215         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
12216         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
12217
12218 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
12219
12220         * g++.old-deja/g++.other/friend1.C: New test.
12221
12222 1998-02-18  Dave Love  <d.love@dl.ac.uk>
12223
12224         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
12225         possibly uninitialized) variables and declare dnrm2.
12226
12227 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
12228
12229         From Bruno Haible <haible@ilog.fr>:
12230         * gcc.c-torture/execute/980223.c: New test.
12231
12232 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
12233
12234         * gcc.dg/ifelse-1.c: New test.
12235
12236 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
12237
12238         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
12239
12240           * lib/old-dejagnu.exp (old-dejagnu): Added the
12241           "execution test - XFAIL *-*-*" handling in the spirit of
12242           "excess errors test -". Changed the "execution test fails"
12243           handling to be like "excess errors test fails".
12244           * Update various tests accordingly.
12245
12246 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
12247
12248         * gcc.c-torture/execute/980205.c: New test.
12249
12250 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
12251
12252         * lib/c-torture.exp: Look for .x files instead of .cexp files.
12253         * lib/f-torture.exp: Similarly.
12254         * gcc.c-torture: Rename all .cexp files to .x files.
12255
12256 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12257
12258         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
12259         (940510-1.c): Removed duplicate.
12260         (971104-1.c): New test.
12261
12262 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
12263
12264           * lib/f-torture.exp: Improve error and loop detection.
12265
12266 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
12267
12268         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
12269         use that to size the filler array.
12270
12271 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
12272
12273         * lib/c-torture.exp(c-torture-execute): Fix typo.
12274
12275         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
12276         testcase as the executable name. Keep the executable around if
12277         the test fails.
12278
12279 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
12280
12281         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
12282         changes.  Only test one -g option, and move it to the end of the
12283         list of options to test.
12284
12285 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
12286
12287         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
12288         variable GCC_TORTURE_OPTIONS to supply default switches separated
12289         by colons.  If no environment variable, run tests with -O0 -g, -O1
12290         -g, and -O2 -g as well.
12291
12292 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
12293
12294         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
12295         explanatory comments. Fix indentation.
12296
12297 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
12298
12299         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
12300
12301 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
12302
12303         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
12304         * g++.old-deja/g++.mike/p7325.C: Likewise.
12305         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
12306
12307 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
12308
12309         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
12310         * g++.old-deja/g++.brendan/crash30.C: Likewise.
12311         * g++.old-deja/g++.brendan/crash39.C: Likewise.
12312         * g++.old-deja/g++.law/operators4.C: Likewise.
12313
12314 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
12315
12316         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
12317         * g++.old-deja/g++.mike/p784.C: Ditto.
12318         * g++.old-deja/g++.mike/p785.C: Ditto.
12319
12320 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
12321
12322           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
12323
12324 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
12325
12326         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
12327         target feature; pass this to c-torture-execute as needed.
12328
12329 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
12330
12331         * lib/c-torture.exp(c-torture-execute): If the previous and the
12332         current executables being tested are identical, we don't need to
12333         run the executable again. Try to make the executable names
12334         unique. Add an optional argument for passing additional compiler
12335         flags.
12336
12337 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
12338
12339         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
12340
12341 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
12342
12343         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
12344
12345 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
12346
12347         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
12348         32bit or larger longs.
12349
12350         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
12351         have either a 32bit long or 32bit int.
12352
12353 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12354
12355         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
12356         Make double precision tests dependent on sizeof (double).
12357
12358 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
12359
12360         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
12361         too.
12362
12363 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12364
12365         * gcc.c-torture/compile/961203-1.cexp: New script.
12366
12367 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
12368
12369         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
12370         up the includes ourselves.
12371
12372 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
12373
12374         * lib/plumhall.exp: Remove random include, and add a few
12375         verbose messages for debugging.
12376
12377 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
12378
12379         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
12380         of trying to do it ourselves.
12381
12382 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
12383
12384         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
12385
12386 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
12387
12388         * gcc.prms/5403.c: Made regexp a bit less strict.
12389
12390 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
12391
12392         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
12393         is returned from remote_load instead.
12394         * lib/plumhall.exp: Ditto.
12395         * lib/mike-g++.exp: Ditto.
12396         * lib/old-dejagnu.exp: Ditto.
12397         * lib/c-torture.exp: Ditto.
12398
12399 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
12400
12401         * lib/g++.exp: Use build_wrapper procedure.
12402         * lib/gcc.exp: Ditto.
12403
12404 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
12405
12406         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
12407         an old-style decl for malloc.  Fixes tests to work when
12408         sizeof (int) != sizeof (size_t).
12409
12410 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
12411
12412         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
12413
12414         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
12415         use stdargs.h interface.
12416
12417 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
12418
12419         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
12420         NO_VARARGS when compiling.
12421
12422 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
12423
12424         * lib/plumhall.exp(ph_includes): New procedure.
12425         (ph_make): Use it.
12426         (ph_compiler): Ditto.
12427
12428         * lib/g++.exp: Rename test-glue.c to testglue.c.
12429         * lib/gcc.exp: Ditto.
12430
12431 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
12432
12433         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
12434         to completion when it's called.
12435
12436 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
12437
12438         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
12439         is defined, don't do test.
12440
12441 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
12442
12443         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
12444         for object files.
12445         (ph_summary): Mark skipped testcases as untested, not unresolved.
12446
12447         * lib/plumhall.exp (ph_make): If unresolved because of bad
12448         errorCode, record errorCode in log file.
12449         (*): Replace send_log/verbose with verbose -log.
12450
12451 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
12452
12453         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
12454         double conversion if double isn't at least 8 bytes.
12455
12456         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
12457         int to work with targets where int is 16 bits.
12458
12459         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
12460         8 bytes, just exit, since 4 byte doubles don't have enough bits of
12461         precision for the test to complete.
12462
12463 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
12464
12465         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
12466         if d10v is not compiled with the -mdouble64 flag.
12467         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
12468
12469         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
12470         d10v is not compiled with the -mint32 flag.
12471
12472 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12473
12474         * lib/plumhall.exp: Use incr_count.
12475
12476 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
12477
12478         * gcc.c-torture: Update to c-torture-1.45.
12479
12480 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
12481
12482         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
12483         the name of the expect testcase file).
12484
12485         * lib/g++.exp(g++_init): Ditto.
12486
12487 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
12488
12489         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
12490         the host.
12491
12492         * lib/gcc.exp(gcc_exit): New procedure.
12493
12494 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
12495
12496         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
12497         specs where appropriate.
12498
12499         * g++.old-deja/g++.arm/*: Added additional ERROR checks
12500         because of new "candidates are" messages, and removed a few
12501
12502         * Converted all non-old-style g++ testcases to old-style, and
12503         moved into g++.old-deja.
12504
12505 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
12506
12507         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
12508         options.
12509
12510         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
12511         succeeded.
12512
12513         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
12514
12515 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
12516
12517         * lib/gcc.exp (gcc_target_compile): Add support for defining
12518         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
12519         the machine doesn't have those features.
12520
12521 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
12522
12523         * g++.law/operators4.exp: Don't use LIBS.
12524
12525 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
12526
12527         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
12528
12529         * lib/mike-g++.exp: Don't set the compiler to be tested here.
12530         * lib/g++.exp: Set it here instead. Also, allow use of the
12531         --tool_exec and --tool_opt options. Change CXX to
12532         GXX_UNDER_TEST.
12533
12534         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
12535
12536         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
12537
12538 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
12539
12540         * lib/old-dejagnu.exp: Use prune_warnings instead of
12541         prune_system_crud.
12542         * lib/mike-g++.exp: Ditto.
12543         * lib/gcc.exp: Ditto.
12544         * lib/g++.exp: Ditto.
12545
12546         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
12547
12548 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
12549
12550           * 941014-2.c: Include stdlib.h
12551           * 960327-1.c: Include stdio.h
12552           * dbra.c, index-1.c: Don't assume ints are 32bits.
12553
12554 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
12555
12556         * lib/gcc.exp: Add gcc,stack_size target feature.
12557
12558         * lib/g++.exp(g++_target_compile): Add the include and link
12559         paths here, not in two other places. And, it's $options, not
12560         options.
12561
12562         * lib/mike-g++.exp(postbase): Remove the code that determines
12563         the correct include and link paths.
12564         * g++.old-deja/old-deja.exp: Ditto.
12565
12566 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
12567
12568         * lib/g++.exp(g++_init): target_compile no longer returns the
12569         filename of the result.
12570
12571 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
12572
12573         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
12574         call to glob.
12575
12576         * gcc.c-torture/special/special.exp: Change call to
12577         gcc_target_compile to include the object file.
12578
12579 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12580
12581         * gcc.c-torture/special/special.exp: Correct misspelling in last
12582         change.
12583
12584 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
12585
12586         * lib/plumhall.exp(ph_summary): Log the entire output of the
12587         executable. Return -1 if there were any failures, 0 otherwise.
12588         (ph_execute): Return -1 if there were any failures, 0 otherwise.
12589         (ph_make): Clean up objects and executables that were built
12590         if the tests succeeded.
12591
12592 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12593
12594         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
12595         libraries and includes in the build tree as appropriate.
12596
12597 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
12598
12599         * lib/c-torture.exp: Instead of looking for the global variable
12600         NO_LONG_LONG, check to see if that's a feature of the target.
12601
12602 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
12603
12604         * config/default.exp: Minimize. Delete the remainer of the files in
12605         config; this functionality is now in devo/dejagnu/config.
12606
12607         g++.*/*: Pass any additional flags used to compile to postbase;
12608         delete CXXFLAGS.
12609
12610         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
12611         is now done by runtest.exp. Use gcc_target_compile instead of
12612         compile.
12613
12614         lib/c-torture.exp: Use gcc_target_compile instead of compile.
12615         Remove references to CFLAGS. Use remote_file instead of
12616         calling rm -f.
12617         (c-torture): Take a list of arguments to use to compile this
12618         testcase.
12619
12620         lib/g++.exp: Simplify. Use target_compile instead of compile.
12621         lib/gcc-dg.exp: Ditto.
12622         lib/gcc.exp: Ditto.
12623         lib/mike-{gcc,g++}.exp: Ditto.
12624         lib/old-dejagnu.exp: Ditto.
12625         lib/plumhall.exp: Ditto.
12626
12627 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
12628
12629         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
12630         (ph_linker): Likewise.
12631
12632 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
12633
12634           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
12635         MAP_ANON / MAP_ANONYMOUS if defined;
12636         else try to map from /dev/zero .
12637
12638 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
12639
12640         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
12641         isn't defined, then define it to MAP_ANONYMOUS.
12642
12643 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
12644
12645         * gcc.c-torture: Update to c-torture-1.42 release.
12646
12647 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
12648
12649         * gcc.c-torture: Update to c-torture-1.41 release.
12650
12651 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
12652
12653         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
12654         c-torture release.
12655
12656 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12657
12658         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
12659         and LDFLAGS.  Fix second case to append the target_info ldflags
12660         onto LDFLAGS, not CFLAGS.
12661         * lib/g++.exp (g++_init): Add target_info stuff.
12662         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
12663         of libgloss and newlib flags for !native.
12664
12665         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
12666         (GDB): Fix relative path to go up another dir for finding gdb.
12667
12668 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
12669
12670         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
12671         versions in the target_info array, if they don't exist.
12672
12673 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12674
12675         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
12676
12677 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
12678
12679         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
12680         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
12681
12682 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
12683
12684         * lib/old-dejagnu.exp: Don't remove the output file before we've
12685         actually tested it. Don't append pwd to the path of the executable
12686         we're testing.
12687
12688 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
12689
12690         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
12691
12692 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
12693
12694         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
12695         temporary directory for compiler files, and set it to a default
12696         value of /tmp. Set $output as the name of the output file from
12697         compiling the testcase. Add a -o option to $cflags_var so the
12698         compiler writes the final output file as $output. Set $executable
12699         to $output.
12700
12701         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
12702         directory for compiler files, and set it to /tmp if it doesn't
12703         already have a value. Set $output_file to the name of the output
12704         file from compiling the testcase. Add a -o option to CXXFLAGS so
12705         the compiler writes the final output file as $output. Use $output
12706         as the executable to be tested.
12707
12708 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12709
12710         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
12711
12712 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
12713
12714         * gcc.c-torture/execute/pending-1.c: New test.  Still
12715         pending in Tege's queue.
12716
12717 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
12718
12719         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
12720         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
12721         if there were failures.  Call unresolved if there were unresolved
12722         testcases.  Call gcc_fail if program did not run to completion.
12723         (ph_make): Pass additional argument name to ph_execute.
12724         (ph_execute): Add new argument.  Pass additional arguments to
12725         ph_summary.  Call gcc_fail is there is no execution output.
12726
12727 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
12728
12729         * lib/plumhall.exp (proc_summary): Output relavent summary
12730         lines into the log so specific failures in plumhall can be
12731         investigated.
12732
12733 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
12734
12735         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
12736         (c-torture-execute): Don't try to execute tests which use
12737         "long long" types if $NO_LONG_LONG is nonzero.
12738
12739 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
12740
12741         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
12742         not c-torture.
12743
12744         * gcc.ieee: Move from here.
12745         * gcc.c-torture/execute/ieee: To here.
12746
12747 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
12748
12749         * gcc.c-torture: Update to c-torture-1.41 release.
12750
12751 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
12752
12753         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
12754         not "$output".
12755
12756 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
12757
12758         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
12759         -c present.
12760
12761 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
12762
12763         * config/proelf.exp: Handle connecting to a simulator.
12764
12765 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
12766
12767         * config/proelf.exp: New file.  Enough framework that we can
12768         run c-torture tests on the proelf targets (or any other target
12769         that gdb can connect to for that matter).
12770
12771 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
12772
12773         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
12774         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
12775
12776         * lib/plumhall.exp (ph_execute): Always call ph_summary if
12777         exec_output exists.
12778
12779 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
12780
12781         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
12782         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
12783
12784         * config/*.exp: Update FSF address.  Change result of ${tool}_load
12785         to pass/fail/unresolved/unsupported/untested.  Caller must now
12786         call unresolved/unsupported/untested.
12787         * lib/*.exp: Update FSF address.  Update to handle new results of
12788         ${tool}_load.
12789         * lib/chill.exp (verbose): Delete.
12790
12791 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
12792
12793         * lib/gcc.exp (default_gcc_start): Change order of args to
12794         $LDFLAGS $CFLAGS $LIBS.
12795         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
12796         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
12797         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
12798         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
12799         * gcc.misc-tests/dg-test.exp: Likewise.
12800         * gcc.misc-tests/msgs.exp: Likewise.
12801         * gcc.prms/prms.exp: Likewise.
12802         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
12803         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
12804
12805         * lib/dg.exp: Deleted, moved to dejagnu/lib.
12806
12807 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
12808
12809         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
12810
12811         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
12812         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
12813
12814         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
12815         necessary.
12816
12817 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
12818
12819         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
12820         global for loop; add use of $mathlib.
12821         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
12822         settings here; set mathlib for anything but VxWorks.
12823
12824 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
12825
12826         * gcc.c-torture: Update to c-torture-1.40 release.
12827
12828 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
12829
12830         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
12831         dg.exp.
12832
12833 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
12834
12835         * lib/c-torture.exp (c-torture-execute): Declare "output" as
12836         global.
12837
12838 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
12839
12840         * lib/g++.exp (LIBS): Define if not already.
12841         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
12842         (gcc-dg-prune): Call prune_gcc_output.
12843         * lib/gcc.exp (prune_gcc_output): New proc.
12844         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
12845         prune_gcc_output.
12846
12847 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
12848
12849         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
12850         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
12851
12852 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
12853
12854         * gcc.c-torture: Update to c-torture-1.39 release.
12855
12856 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
12857
12858         * lib/c-torture.exp (c-torture-execute): Don't return if one option
12859         fails, try others as well.
12860
12861 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
12862
12863         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
12864         If compilation fails, mark execute tests as `untested'.
12865         If test is marked as unsupported, don't mark compilation and
12866         execute tests as failed.
12867
12868 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12869
12870         * lib/g++.exp (g++_init): Don't link in libg++, and look to
12871         libstdc++ for whether or not we want to be doing shared
12872         libraries.  Delete link_curses since we don't need it anymore.
12873         * lib/mike-g++.exp (postbase): Don't link in libg++.
12874         * g++.old-deja/old-deja.exp: Likewise.
12875
12876 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12877
12878         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
12879
12880 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12881
12882         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
12883         For that, add `-Wl,-a,shared_archive'.
12884         * g++.old-deja/old-deja.exp: Likewise.
12885
12886 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
12887
12888         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
12889
12890 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
12891
12892         * lib/mike-g++.exp (postbase): Pay attention to the status of
12893         g++_load.
12894
12895 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12896
12897           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
12898
12899 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
12900
12901         * lib/gcc.exp (default_gcc_start): No longer need to log program
12902         being executed or its output, execute_anywhere does that now.
12903         * lib/g++.exp (default_g++_version): Call execute_anywhere.
12904         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
12905
12906 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12907
12908         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
12909         the same as those in lib/g++.exp.
12910
12911 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
12912
12913         * gcc.c-torture: Update to c-torture-1.38 release.
12914         * gcc.ieee: Related changes.
12915
12916 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
12917
12918         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
12919         "exec". Minor reformatting changes.
12920
12921         * config/rom68k.exp (${tool}_load): Make it work in a canadian
12922         cross. This means all "exec" calls now work on a remote host as
12923         well.
12924         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
12925         cross. Filter out the extra "\r\n" stuff that expect puts in.
12926         (c-torture-execute): Filter out the bogus warnings like
12927         c-torture-compile does. Add support for canadian cross.
12928         * lib/gcc.exp (default_gcc_version, default_gcc_start)
12929         Use execute_anywhere rather than calling exec directly. Now it
12930         works for canadian cross testing.
12931
12932 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
12933
12934         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
12935         results into a variable, and check that rather than using file exists.
12936
12937 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12938
12939         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
12940         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
12941
12942 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12943
12944         * g++.old-deja/old-deja.exp: Create and pass runshlib and
12945         lib_curses if there's a shared libg++ in the build tree.
12946
12947 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
12948
12949         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
12950         if not supported target.
12951
12952 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12953
12954         * lib/g++.exp (g++_init): Move empty setting of runshlib and
12955         link_curses up to always happen, not just for native builds.
12956
12957 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
12958
12959         * gcc.c-torture: Update to c-torture-1.36 release.
12960         * gcc.failure: Related changes.
12961
12962 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
12963
12964         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
12965
12966 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12967
12968         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
12969         * lib/mike-g++.exp (postbase): Not in here.  Still reference
12970         runshlib, link_curses, and mathlib for link and run.
12971
12972         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
12973         pass the runtime shared library options for Solaris, OSF/1, and
12974         Irix5, and link with -lcurses to avoid unresolved references.
12975
12976 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12977
12978         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
12979         only run once.
12980
12981 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
12982
12983         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
12984
12985 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
12986
12987         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
12988         do not have a framework for the "compat" tests yet.
12989
12990 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12991
12992         * lib/mike-g++.exp (postbase): New local variable `mathlib',
12993         set to null if we're testing vxworks5.1.  Use that instead of
12994         `-lm' in the setting of LIBS for link and run.
12995
12996 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
12997
12998         * config/rom68k.exp (${tool}_load): Major changes to make it
12999         work.  Verified that it does in fact return the stuff in
13000         exec_output properly.  Catch any Emul or any TRAP other than 0.
13001
13002 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13003
13004         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
13005         LDFLAGS properly for targets that need stuff from libgloss.
13006         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
13007         only run once.
13008         (gpp_initialized): New variable.
13009
13010 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
13011
13012         * config/rom68k.exp: Load libgloss.exp.
13013         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
13014         so we can produce a fully linked binary.
13015         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
13016         so we can produce a fully linked binary.
13017
13018 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
13019
13020         * lib/plumhall.exp (ph_section): Watch for expected failures.
13021         Add missing `else'.
13022
13023         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
13024         run the testcase.
13025         (c-torture): Likewise.
13026
13027 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
13028
13029         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
13030
13031         * lib/mike-g++.exp (mike_cleanup): New proc.
13032         (prebase): New globals compiler_result, not_compiler_result,
13033         target_regexp.
13034         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
13035         allow leading "-" in pattern.  Watch for unsupported tests.
13036         If $compiler_result is set, pattern match assembler code,
13037         and ditto for $not_compiler_result.
13038         * lib/mike-gcc.exp: Likewise.
13039
13040         * lib/plumhall.exp (ph_execute): Only call ph_summary if
13041         execution "succeeded".
13042
13043 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
13044
13045         * config/win32.exp: New file.
13046         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
13047
13048 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
13049
13050         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
13051         unsupported.
13052         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
13053         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
13054         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
13055
13056         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
13057         "... without exceptions was ...".  That is now handled by
13058         prune_system_crud.
13059         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13060
13061 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
13062
13063         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
13064         sieve.c,sort2.c}: New files.
13065         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
13066         sieve.exp,sort2.exp}: Drivers for them.
13067
13068         * lib/mike-gcc.exp (program_output): New user settable variable.
13069         (postbase): Call prune_system_crud.  Also prune extraneous compiler
13070         messages.
13071         * lib/mike-g++.exp (program_output): New user settable variable.
13072
13073         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
13074
13075         * config/sh.exp: Deleted (use sim.exp instead).
13076
13077 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13078
13079         * config/vx.exp: Declare CHECKTASK as global.
13080         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
13081         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
13082         * lib/old-dejagnu.exp: Load [pwd]/$executable.
13083
13084 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13085
13086         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
13087         target. Like vx.exp, only includes `vx29k.exp' instead of
13088         `vxworks.exp'.
13089
13090 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
13091
13092         * config/sim.exp: Increase time limit from 120 seconds to 240.
13093
13094 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13095
13096         * gcc.c-torture/execute/950628-1.c: New test.
13097
13098 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
13099
13100         * gcc.c-torture: Update with changes/additions from
13101         c-torture-1.34.
13102
13103 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
13104
13105         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
13106
13107 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
13108
13109         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
13110
13111 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
13112
13113         * gcc.c-torture/compile/950512-1.c: New test.
13114         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
13115         * gcc.dg/struct-ret-1.c: Likewise.
13116
13117 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
13118
13119         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
13120           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
13121
13122 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
13123
13124         * gcc.c-torture/special/920411-1.c: Deleted.
13125         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
13126
13127 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
13128
13129         * config/sim.exp (${tool}_load): Hack in call to bash to get a
13130         cpu limit.
13131
13132 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13133
13134         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
13135
13136 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13137
13138         From kenner;
13139         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
13140         is the proper length.
13141         * va-arg-3.c: Likewise.
13142
13143 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
13144
13145         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
13146         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
13147
13148         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
13149         * lib/g++.exp (default_g++_start): Delete old cruft.
13150
13151 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
13152
13153         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
13154         (2 * (1 << 18)) to (2 * (1 << 17)).
13155
13156         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
13157
13158 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13159
13160         * config/rom68k.exp: Renamed from config/idp.exp
13161
13162 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13163
13164         * c-torture/compile/921109-2.c
13165
13166 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
13167
13168         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
13169         excess errors.
13170
13171 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
13172
13173         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
13174         output.
13175         * lib/g++.exp (default_g++_start): Likewise.
13176
13177 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13178
13179         * gcc.c-torture/compile/950329-1.c: New test.
13180
13181 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13182
13183           * config/bug.exp (${tool}_load): Updated to use new remote_open
13184           and remote_close procs.
13185         * config/idp.exp: New file.
13186
13187 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
13188
13189         * gcc.c-torture/execute/950322-1.c: New test.
13190
13191 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
13192
13193         * config/vx.exp (${tool}_load): Clean up testing of return code from
13194         vxworks_ld and vxworks_spawn.
13195
13196 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
13197
13198         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
13199
13200 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
13201
13202         * lib/old-deja.exp: Add `excess errors test - ' error, now one
13203         can mark excess errors on a machine by machine basis.  Note, the
13204         default is to not expect any excess errors, even when excess
13205         errors test - is given, so you will want to put an XFAIL ... on
13206         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
13207         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
13208         those 4 machines, but no others.
13209
13210 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13211
13212         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
13213         * lib/c-torture.exp: to here.
13214
13215 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
13216
13217         * gcc.c-torture/execute/950221-1.c: New test.
13218         * gcc.c-torture/execute/struct-ret-1.c: New test.
13219         * gcc.c-torture/compile/950221-1.c: New test.
13220
13221         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
13222
13223 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
13224
13225         * gcc.c-torture/execute/arith-1.c (main): Return 0.
13226         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
13227
13228 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
13229
13230         * g++.gb: New directory of tests, derived from my signature and
13231         class scoping tests.
13232
13233         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
13234         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
13235         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
13236         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
13237         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
13238         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
13239         * g++.gb/sig25.C: Likewise.
13240
13241         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
13242         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
13243         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
13244         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
13245         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
13246         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
13247         * g++.gb/sig25.exp: Likewise.
13248
13249         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
13250         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
13251         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
13252         * g++.gb/scope13.C: Likewise, this test still fails.
13253
13254         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
13255         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
13256         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
13257         * g++.gb/scope13.exp: Ditto.
13258
13259         * g++.gb/README: New file, explains what these tests are about.
13260
13261 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
13262
13263         * lib/dg.exp (dg-do): Support `preprocess'.
13264         (dg-test): Likewise.
13265
13266 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13267
13268         * config/udi.exp: change "continue -expect" to "exp_continue".
13269
13270 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
13271
13272         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
13273         Delete redundant tests.
13274
13275         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
13276         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
13277         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
13278         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
13279         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
13280         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
13281         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
13282         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
13283
13284         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
13285         storing label pointers.
13286         * gcc.c-torture/execute/921019-1.c: Likewise.
13287         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
13288         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
13289         parameter fp.
13290         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
13291         constants.
13292
13293         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
13294         Delete obsolete tests.
13295
13296         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
13297         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
13298         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
13299         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
13300         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
13301         * gcc.c-torture/compile/950124-1.c: New test.
13302
13303         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
13304
13305 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13306
13307         * lib/mike-g++.exp: Add -lm to LIBS.
13308
13309 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
13310
13311         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
13312
13313 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
13314
13315         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
13316
13317 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
13318
13319         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
13320
13321 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
13322
13323         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
13324         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
13325         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
13326         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
13327         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
13328         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
13329         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
13330         * g++.law/{operators31.C, operators32.C,
13331         * g++.law/{operators33.C, operators34.C}: Likewise.
13332         * g++.law/{pic1.C, refs2.C}: Likewise.
13333         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
13334         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
13335         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
13336         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13337
13338         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
13339         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
13340         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
13341         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
13342         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
13343         * g++.law/{enum9.exp, friend5.exp}: Likewise.
13344         * g++.law/{nest3.exp, nest4.exp}: Likewise.
13345         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
13346         * g++.law/{operators30.exp, operators31.exp}: Likewise.
13347         * g++.law/{operators32.exp, operators33.exp}: Likewise.
13348         * g++.law/{operators34.exp}: Likewise.
13349         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
13350         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
13351         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
13352         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
13353         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
13354
13355         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
13356         No longer expected to fail.
13357         * g++.law/missed-error3.C: Tweak for recent bool changes.
13358
13359 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
13360
13361         * config/emb-unix: Deleted.
13362         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
13363         remote execution.  Do final link on remote host if REMOTE_LINK is set.
13364
13365 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
13366
13367         * lib/dg.exp (dg-test): Fix typo in last patch.
13368
13369 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
13370
13371         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
13372         (handles multiple occurrences).
13373
13374 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
13375
13376         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
13377         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
13378         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
13379         printed).
13380         * lib/c-torture.exp (c-torture-compile): Likewise.
13381         (c-torture): Prepend full path if missing.
13382         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
13383         (gcc_fail): Likewise.
13384         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
13385
13386 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
13387
13388         * lib/netware.exp: Only attach to NetWare i386 systems.
13389
13390 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
13391
13392         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
13393         messages.  Add test name to "output pattern match" pass/fail message.
13394
13395 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
13396
13397         * gcc.dg: New testsuite.
13398         * gcc.dg/dg.exp: New file.
13399
13400         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
13401         test-switch.c}: Deleted.
13402
13403         * gcc.misc-tests/msgs.exp: New testcase driver.
13404
13405 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
13406
13407         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
13408         Watch for illegal return values from ${tool}_load.
13409         * config/unix.exp (${tool}_load): Fix pass/fail detection for
13410         cross targets.  Coerce return value >0 to 1.
13411
13412 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
13413
13414         * config/unix.exp (${tool}_load): Call program rsh, not proc.
13415
13416         * config/emb-unix.exp: New file.
13417
13418         * config/sim.exp: Error if variable $SIM not defined.
13419         (${tool}_load): Mark test as "untested" if simulator missing.
13420
13421         * config/unix.exp: Load remote.exp to get rcp_download.
13422         * lib/c-torture.exp: Use different option lists for testcases with
13423         and without loops.
13424         * gcc.c-torture/execute/execute.exp: Likewise.
13425
13426 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
13427
13428         * config/*.exp: Clarify return code from ${tool}_load.
13429         Call `unresolved' or `untested' instead of `warning' or `perror'
13430         (sometimes you still want to call both though).
13431         Add comment that `shell_id' is local to each file.
13432         * config/udi.exp (timeout): Set to 30.
13433         Don't print warning if connection fails, $connectmode has already
13434         printed an error.
13435         (${tool}_load): Move verbose messages to level 2.
13436         Rework pattern for "Process started" message.
13437         Pass `shell_id' to ${connectmode}_download.
13438         Retry twice upon timeout.  Make resetting of target more robust.
13439         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
13440         Pass `shell_id' to exit_$connectmode.
13441         Only call exit_$connectmode if connected.
13442         * config/unix.exp (${tool}_load): Check return codes better.
13443         * config/vrtx.exp (${tool}_load): Likewise.
13444         * config/vx.exp (${tool}_load): Likewise.
13445         Delete unneeded global's.
13446         * lib/dg.exp (dg-test): Update to reflect clarified return codes
13447         from ${tool}_load.
13448         (dg-stat): Delete.
13449         (dg-init): Delete recording of pass/fail counts.
13450         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
13451         (old-dejagnu-init): Likewise.
13452         (old-dejagnu-stat): Delete contents, empty proc now.
13453         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
13454         (c-torture): Delete references to lcnt, lpass, lfail.
13455         Get option list from TORTURE_OPTIONS.
13456         Delete -funroll[-all]-loops if no loops.
13457         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
13458         (g++_stat): Delete contents (empty proc now).
13459         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
13460         (gcc_finish): Likewise.
13461         (gcc_stat): Deleted.
13462         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
13463         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
13464         * gcc.c-torture/execute/execute.exp: Likewise.
13465         Split tests into two parts: compile, execute.
13466         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
13467         no loops.  Update to reflect clarified return codes from ${tool}_load.
13468
13469 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
13470
13471         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
13472         to grep for.
13473         (old-dejagnu): Likewise (where necessary).
13474
13475 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
13476
13477         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
13478
13479         * lib/dg.exp (dg-process-target): Fix processing of selector.
13480         Add comment regarding use of `error'.
13481
13482         * lib/gcc.exp (prune_system_crud): Define if missing.
13483         * lib/g++.exp (prune_system_crud): Likewise.
13484
13485         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
13486         Call prune_system_crud.
13487         * lib/dg.exp (dg-runtest): New proc.
13488         Use perror instead of send_user for tcl errors in testcase.
13489         Don't return any value, it's never used.
13490         Don't clobber previous definition of `unknown'.
13491         Print tcl errors in `dg-final'.
13492
13493 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
13494
13495         * lib/dg.exp (dg-process-target): Improve syntax error messages.
13496         (dg-test): Don't print errorInfo, it contains stack backtrace.
13497
13498 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
13499
13500         * lib/g++.exp (runtest_file_p): Define if missing.
13501
13502 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
13503
13504         * lib/mike-g++.exp: Comment out loading of g++.exp.
13505         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
13506         (default_g++_version): Always print something.
13507         (default_g++_start): Comment out call to `which'.
13508         (g++_start, g++_load): Deleted (must be defined in config file).
13509         * lib/gcc.exp: Test for existence of $CC at start.
13510         Delete check for tmpdir (done in gcc_init).
13511         (default_gcc_version): Always print something.
13512         (default_gcc_start): Comment out call to `which'.
13513         * config/*.exp: Major cleanup - make cross targets work at least a
13514         little better for g++ (by not being "--tool gcc" specific).
13515         Rename gcc_xxx to ${tool}_xxx.
13516         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
13517         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
13518
13519 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
13520
13521         * lib/c-torture.exp (c-torture-compile): Rework compiler
13522         message processing.
13523
13524         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
13525         c-torture.
13526
13527 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13528
13529         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
13530
13531         * lib/dg.exp (dg-process-target): Support { target native }.
13532
13533 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
13534
13535         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
13536         looked for "... program xxx got fatal signal".
13537         Correct regsub munging of `comp_output'.
13538         Ignore compiler messages "path prefix not used" and "linker input
13539         file unused".
13540
13541 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
13542
13543         * lib/gcc.exp (runtest_file_p): Define if missing.
13544         * gcc.prms/template.c: Example to work from.
13545
13546 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
13547
13548         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
13549         * lib/dg.exp (dg-test): Call unsupported testcases as such.
13550
13551         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
13552         * gcc.prms/1883.c: Moved from compile/940714-1.c.
13553         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
13554         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
13555
13556         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
13557         (dg-process-target): No longer a varargs proc.
13558         Return S/N for target, P/F for xfail.  All callers changed.
13559         (user option procs): More argument checking.
13560         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
13561         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
13562         (dg-test): Skip test if not running on selected target in `dg-do'.
13563         Update handling of `dg-do-what', `dg-output-text'.
13564         Separate execution pass/fail from output pattern match pass/fail.
13565         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
13566
13567 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13568
13569         * gcc.c-torture/special/special.exp: Don't expect failure for mips
13570         target for 920510-1.c.
13571
13572 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
13573
13574         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
13575         Clean up comment regarding use of passcnt, etc.
13576         (gcc_stat): Don't update `testcnt' here.
13577         (gcc_finish): Do it here.
13578         Might as well reset `but_id' here too.
13579         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
13580         to determine if the file should be tested.
13581         * gcc.c-torture/compile/compile.exp: Likewise.
13582         * gcc.c-torture/execute/execute.exp: Likewise.
13583         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
13584         * gcc.misc-tests/dg-test.exp: Likewise.
13585         * gcc.prms/prms.exp: Likewise.
13586         * gcc.wendy/wendy.exp: Likewise.
13587         * g++.old-deja.exp: Likewise.
13588         Move "Testing file" message to verbose level 1.
13589
13590 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
13591
13592         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
13593
13594 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
13595
13596         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
13597         (default_gcc_start): Accept optional second list element
13598         of compiler flags.  Print compiler output at verbosity level 2.
13599         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
13600         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
13601         Save current values of framework globals passcnt, failcnt, xpasscnt,
13602         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
13603         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
13604         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
13605         xfailcnt to compute stats.  Update framework global `testcnt' from
13606         pass/fail counts.
13607         (gcc_finish): New proc.  Clean up test environment.
13608         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
13609         (gcc_epass, gcc_efail): Delete.
13610         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
13611         argument of line number.
13612         (dg-init): If the tool has an init routine, call it.
13613         (dg-test): Remove args `cflags_var' and `libs_var'.
13614         Pass all compiler options to ${tool}_start.
13615         Handle missing line number.
13616         (dg-finish): New function.
13617         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
13618         particular files.  Call gcc_finish at end.  Move "skipping test"
13619         message to verbosity level 3.
13620         * gcc.c-torture/compile/compile.exp: Likewise.
13621         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
13622         * gcc.c-torture/execute/execute.exp: Likewise.
13623         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
13624         Print testcase being tried at verbosity level 1.
13625         * gcc.c-torture/special/special.exp: Unset xfail.
13626         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
13627         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
13628         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
13629         * gcc.failure/failure.exp: Likewise.
13630         * gcc.ieee/ieee.exp: Likewise.
13631         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
13632         Update call to dg-test.  Call dg-finish at end.
13633         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
13634         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
13635         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
13636         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
13637         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
13638         * gcc.wendy/wendy.exp: Add copyright.
13639         Delete setting of tmpdir (done by gcc_init).
13640         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
13641         Pass compiler flags to gcc_start.  Call gcc_finish at end.
13642         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
13643         gcc_[ce]pass/fail.
13644
13645 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
13646
13647         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
13648         confusion.
13649         (g++_load): Likewise.
13650
13651         * config/*.exp (gcc_load): Some were varargs fns and some were not.
13652         Rename argument to `prog' to remove the confusion.
13653         Varargs fns behave differently too!
13654         (g++_load): Likewise.
13655
13656         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
13657
13658         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
13659         what it is.  Delete (always) printing of status value for !native.
13660         Simplify verbose code, and include status and exec_output.
13661         (g++_load): Use gcc_load.
13662
13663 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13664
13665         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
13666         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
13667         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
13668         940714-3.c as these testcases don't exist anymore.  Make
13669         va-arg-1.c expected to pass.
13670
13671 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
13672
13673         * gcc.misc-tests/misc.exp: Only run specific testcases.
13674         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
13675         * gcc.misc-tests/dg-[1-9].c: New files.
13676
13677         * lib/dg.exp: New testsuite driver.
13678         * gcc.prms/prms.exp: Use it.
13679
13680         * README.gcc: New file.
13681
13682         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
13683         Document and reset `lxpass' and `lxfail'.
13684         Simplify "initialized" message.
13685         (gcc_stat): Clean up comments a little.
13686
13687 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
13688
13689         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
13690
13691 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
13692
13693         * lib/old-dejagnu.exp (process-option): New proc.
13694         (old-dejagnu-init, old-dejagnu-stat): Likewise.
13695         (old-dejagnu): Simplify.
13696         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
13697
13698 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
13699
13700         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
13701         exists and is not an empty string.
13702
13703         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
13704         $xfail rather than calling setup_xfail.  Clear $xfail when test is
13705         finished.
13706         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
13707         automatically.
13708
13709         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
13710         longer expected to fail.
13711
13712         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
13713         "f" function call.
13714
13715         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
13716
13717         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
13718         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
13719         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
13720         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
13721         c-torture-1.29.
13722
13723         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
13724         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
13725
13726         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
13727
13728         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
13729         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
13730
13731         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
13732         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
13733         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
13734
13735 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
13736
13737         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
13738         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
13739         940714-1.c, 940714-2.c, 940714-3.c},
13740         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
13741         gcc.misc-tests/{mg.c,mg.exp}:
13742         New tests.
13743         * gcc.noncompile/noncompile.exp: Change accordingly.
13744
13745 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
13746
13747         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
13748         Undo previous clobberage.
13749
13750 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
13751
13752         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
13753         * gcc.special/{930510-1.c, special.exp}:
13754         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
13755         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
13756         struct-varargs-1.c}: New tests from c-torture-1.26.
13757
13758 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
13759
13760         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
13761           argument to switch.
13762
13763 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
13764
13765         * Revert the previous changes.  Please see Rob's directory
13766           (/lisa/test/rob/progressive/gcc/testsuite) for testing
13767           fixes.
13768
13769 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
13770
13771         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
13772             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
13773             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
13774             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
13775             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
13776             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
13777             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
13778             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
13779             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
13780             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
13781             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
13782             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
13783             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
13784             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
13785             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
13786             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
13787             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
13788             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
13789             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
13790             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
13791             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
13792             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
13793             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
13794             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
13795             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
13796             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13797             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
13798
13799 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
13800
13801         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
13802             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
13803           with perror calls.
13804
13805 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
13806
13807         * config/unix.exp (g++_load): Fix syntax.
13808
13809 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13810
13811         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
13812         * gcc.noncompile/921017-1.c: Deleted obsolete test.
13813         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
13814         Don't expect va-arg-1.c to fail.  Correct expected output for
13815         920928-1.c.
13816         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
13817         * gcc.wendy/hbm4.c: Correct typo.
13818         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
13819
13820 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
13821
13822         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
13823         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
13824         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
13825         * lib/c-torture.exp (c-torture-compile): Ditto.
13826
13827         Reduce volume of output (remove all the -I's and such).
13828         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
13829         Call gcc_cpass, gcc_cfail.
13830         (c-torture): Pass testing option to c-torture-compile.
13831
13832 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
13833
13834         Bring patches over from progressive.
13835         * config/default.exp: Exit remote shell cleanly.
13836         (g++_exit, g++_start): Add default versions.
13837         * config/sim.exp (gcc_load): Use perror, not error.
13838
13839 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
13840
13841         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
13842         set in site.exp.
13843
13844 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
13845
13846         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
13847         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
13848         (wendy_try): New proc to run testcase.
13849         (main loop): Call 'em.
13850         * gcc.wendy/*.c: Clean up pass to correct expected output.
13851
13852         * lib/gcc.exp: Minor cleanup work.
13853         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
13854
13855 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
13856
13857         * config/sim.exp (gcc_load): Document return codes better.
13858         Don't pass -v to simulator.
13859
13860 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13861
13862           * gcc.special/920717-x.c: Fix typo.
13863           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
13864           get at sources.
13865
13866         * lib/mike-gcc.exp: Fix typo.
13867
13868 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13869
13870         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
13871         binary to use, transform the name.
13872         * config/*.exp: rename everything. Nuke any g++ specific files,
13873         it's now a special case of gcc that requires no special support.
13874         Add a default.exp for unsupported targets.
13875
13876 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
13877
13878         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
13879         lib/old-dejagnu.exp: Fix a few patterns to work with the new
13880         version of Tcl.
13881
13882 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
13883
13884         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
13885         than a warning.
13886
13887 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
13888
13889         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
13890
13891 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
13892
13893         * gcc.execute/execute.exp: Combine opt_list and foption_list into
13894         option_list.  Compile every file with only 4/6 option choices
13895         (same as C torture) instead of with 12/18 different option
13896         choices.
13897         * lib/c-torture.exp: Likewise.
13898
13899         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
13900         not already set.
13901
13902 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
13903
13904         * lib/old-deja.exp: Add `excess errors test fails' error, now one
13905         can put an XFAIL *-*-* on excess errors.
13906
13907 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
13908
13909         * g++.law: Add more tests derived from g++-bugs snapshots.
13910
13911         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
13912         equivalent to g++.law/init9.
13913
13914         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
13915         compiled it, and the a.out file after we've run it.
13916
13917 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13918
13919         * lib/mike-g++.exp (postbase): Delete the .o file after we've
13920         compiled it, and the a.out file after we've run it.
13921
13922 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13923
13924         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
13925
13926 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
13927
13928         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
13929         version number.
13930
13931 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
13932
13933         * g++.law: New directory of g++ tests derived from the g++-bugs
13934         snapshots.
13935
13936 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13937
13938         * gcc.compile: initbug1.c initbug1.exp testcase added
13939
13940 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13941
13942         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
13943         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
13944           fixes submitted by Jeff Law (law@cs.utah.edu)
13945         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
13946           Jeff Law (law@cs.utah.edu)
13947
13948
13949 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
13950
13951         * config/unix-g++.exp: Follow the gcc way of doing things.
13952         * g++.old-deja/old-deja.exp: Minor updates.
13953         * lib/g++.exp: New file, follow the gcc way of doing things.
13954         * lib/old-dejagnu.exp: Minor updates.
13955         * lib/mike-g++.exp: Always unset errorInfo.
13956
13957 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
13958
13959         * lib/gcc.exp: Fix some errors with the below change, CC and
13960         CFLAGS should be global when setting, not local.
13961
13962 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
13963
13964         * lib/gcc.exp: Transform tool name.
13965
13966 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13967
13968         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
13969
13970 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13971
13972         * lib/gcc.exp: change gcc_done to gcc_stat
13973
13974 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13975
13976         * Upgraded gcc testsuite to c-torture version 1.25
13977
13978 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13979
13980         * lib/gcc.exp: added reporting code. Changed verbose compile message.
13981         * lib/c-torture: added hooks for new reporting code.
13982
13983 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13984
13985         * config/sh-gcc.exp: check if sh-sim exists in the path
13986
13987 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
13988
13989         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
13990         * gcc.compile/compile.exp: Initial changes for new logic.
13991         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
13992         * gcc.failure/failure.exp: Initial changes for new logic.
13993         * gcc.ieee/ieee.exp: Initial changes for new logic.
13994         * gcc.misc-tests/misc.exp: Initial changes for new logic.
13995         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
13996         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
13997         * lib/c-torture.exp: Initial changes for new logic.
13998         * lib/gcc.exp: Initial changes for new logic.
13999
14000 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
14001
14002         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
14003         depend upon failure or success.  Fully qualify names in failure
14004         and success messages.  Always remove a.out before starting
14005         compile, just in case.  Pay more attention to error text output by
14006         the compiler.  Handle testcases with no known past errors just
14007         like all others, so that things are uniform.  Other miscellaneous
14008         improvements.
14009
14010 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14011
14012         * gcc.cpp: new directory for cpp tests
14013
14014 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14015
14016         * lib/chill.exp: Code reformatted, removed unused code.
14017         * config/unix-chill.exp: Code reformatted, removed unused code.
14018         * chill.execute/execute.exp: Code reformatted, removed unused code.
14019         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
14020
14021 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
14022
14023         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
14024         routines not written.
14025
14026 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14027
14028         * config/bug-gcc.exp: Use new procs from bug.exp.
14029
14030 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14031
14032         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
14033         via ftp, rather than depending on NFS.
14034         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
14035         case.
14036
14037 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
14038
14039         * config/bug-gcc.exp: Use new download proc.
14040
14041 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
14042
14043         * chill.execute/execute.exp: cleanups, handles errors better
14044         * chill.compile/compile.exp: rewrite, based on execute.exp
14045         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
14046         * lib/chill.exp: major changes to diff proc and compile and link
14047           procs. added chill_fail and chill_pass wrappers to pass and
14048           fail. added more comments, and handle error codes better.
14049           Added a hack to capture stderr from exec, so noncompile tests
14050           can work.
14051
14052 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14053
14054         * chill.execute/execute.exp: rewrite of testsuite driver
14055         * lib/chill.exp: rewrite of testsuite driver
14056         * config/unix-chill.exp: rewrite of testsuite driver
14057
14058 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
14059
14060     In chill.execute:
14061         * iexpr.ch: Standardize uppercase.
14062         * tuples.dat: Standardize uppercase.
14063         * vary.ch: standardize.  Correct varying string assignments.
14064         * vary.dat: Add new output lines.
14065
14066 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
14067
14068     In chill.execute:
14069         * chprintf.ch: Standardize use of uppercase.
14070         * tuples.ch: Standardize and turn arr2 into a DCL,
14071           rather than a SYN.
14072         * pinits.ch: Standardize.
14073
14074 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
14075
14076         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
14077         * Makefil: Renamed to Makefile.in.
14078         * configure.in: New.
14079
14080 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
14081
14082     In chill.execute:
14083         * .cvsignore: Add result/output files.
14084         * Makefile: Fix up variables at start.  Use MFLAGS
14085           everywhere.  Correct bool_loc, built_ins entries.
14086           Add entry for vary1.ch.
14087         * bitarray.ch: Standardize upper-case usage.
14088         * bitexpr.ch: Standardize, add output of b1.
14089         * params.ch: Use arrayt in along PROC parameters, to
14090           avoid novelty problems.
14091         * sets.ch: Tiny cleanup.
14092         * vary1.ch: Re-indent.
14093
14094 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
14095
14096           * Add PR-related files to Makefiles, .cvsignore files, etc.
14097
14098 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14099
14100         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
14101           with compiler objects. New names are test-flow.c and test-loop.c
14102
14103 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14104
14105         * Upgraded c-torture tests from 1.19 to 1.20
14106
14107         * new files:
14108         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
14109         * gcc.compile: 930623-1.c 930623-2.c
14110         * gcc.noncompile: 930622-1.c 930622-2.c
14111         * gcc.failure: 920411-1.c 920627-2.c
14112         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
14113
14114 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14115
14116         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14117           More changes to get testsuite working properly. Needs more work.
14118           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
14119
14120 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
14121
14122         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
14123           More changes to get testsuite working properly. Needs more work.
14124
14125 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
14126
14127         * chill.compile/compile.exp: Added for Dejagnu support
14128         * chill.execute/execute.exp: Added for Dejagnu support
14129         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
14130
14131 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
14132
14133     This should complete moving the CHILL test files.
14134         * chill.noncompile(.cvsignore printf.grt
14135             in-printf.grt chprintf.grt chprintf.ch):
14136             Added test-support files.
14137           (Makefile): Modified further.
14138         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
14139             signal.ch): Added test files.
14140           * chill.execute (.cvsignore printf.grt printr.c
14141             in-printf.grt rts.c chprintf.grt rts.h): Added
14142           test-support files.
14143             (Makefile): More corrections.
14144
14145 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
14146
14147         * chill.compile, chill.execute, chill.nocompile: Add CHILL
14148           test cases, ready for DejaGnu.
14149
14150 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14151
14152         * Upgraded c-torture tests from 1.18 to 1.19
14153
14154         * gcc.compile: added test(s):
14155           930607-1.c
14156         * gcc.execute: added test(s):
14157           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
14158
14159         * added new subdirectory for misc tests: gcc.misc-tests
14160         * gcc.misc-test(s): added tests:
14161           inst-check.c test-consts.c test-ior.c test-switch.c
14162
14163 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
14164
14165         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
14166
14167 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
14168
14169         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
14170
14171 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14172
14173         * Upgraded c-torture tests from 1.17 to 1.18
14174
14175 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
14176
14177         * Upgraded c-torture tests from 1.12 to 1.17
14178
14179 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
14180
14181         * lib/old-dejagnu.exp:
14182           Fixed handling of XFAIL target triplets to correctly
14183           recognize wildcard characters.  Removed code that
14184           appended a unique id tag to the end of the file name
14185           printed out by the result of the testcases within a
14186           given test file.
14187
14188 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
14189
14190         * lib/old-dejagnu.exp:
14191           Reworked expected failure handling to trigger off of XFAIL
14192           keyword in keyphrase embeded in testcase source code. The
14193           XFAIL keyword must be at the end of the keyphrase line. It
14194           may optionally be followed by one or more target triplets.
14195           It has just occured that the handling of wildcards in the
14196           target triplet may not be correct.
14197
14198 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
14199
14200         * g++.old-deja/tests:
14201           Moved all subdirectories up one level into g++.old-deja .
14202
14203         * lib/old-dejagnu.exp:
14204           Fixed problem with CXXFLAGS not being properly reset, and being
14205           corrupted with extraneous "-c" compiler option.  This was
14206           causing binaries to not be generated for test that needed them.
14207           Modified strings passed to "pass" and "fail" so that individual
14208           tests from the same test file would be distinguished by an
14209           identifier appended to the test file name in the summary logs;
14210           this corrected a problem with erroneous diff logs.  Added code
14211           to search testcases for expected fail and unexpected pass keywords.
14212
14213 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14214
14215         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
14216
14217 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
14218
14219         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
14220           Removed extraneous text from end of "Special g++ Options"
14221           keyphrase.
14222
14223         * lib/old-dejagnu.exp: Added pattern matching to look for new
14224           keywords, embedded in testcases comments, which will trigger
14225           calls to xpass and xfail.
14226
14227 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
14228
14229         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
14230           comments embedded in the testcases, especially the one looking for
14231           special compiler options, as well as the pattern matching for the
14232           compiler output again.
14233
14234 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
14235
14236         * lib/old-dejagnu.exp: Do a proper check of the return value for
14237           execute tests. Fixed several problems with the pattern matching
14238           of the compiler output which gave erroneous test results.
14239           Changed several of the test result messages to be more descriptive.
14240         * config/unix-g++.exp: Proc g++_load now actually works and
14241           executes the tests passed to it and returns a usable return
14242           value.
14243
14244 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14245
14246           * lib/gcc.exp: Exits gracefully if $CC is bogus.
14247
14248 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
14249
14250         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
14251           Modified both files to properly execute the old style
14252           dejagnu tests. The previous versions of these files were
14253           experimental and did not function anything near correctly.
14254
14255 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
14256
14257         * Removed all Makefile.in and configure.in files. No configuration
14258         needed now.
14259
14260 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
14261
14262         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
14263
14264 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14265
14266         * gcc.compile/configure.in, gcc.unsorted/configure.in,
14267         gcc.special/configure.in, gcc.noncompile/configure.in,
14268         gcc.execute/configure.in, gcc.code_quality/configure.in,
14269         g++.other/configure.in, g++.old-deja/configure.in,
14270         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
14271         in srcname setting.
14272
14273 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
14274
14275         * lib/udi.exp:  Fixed mondfe and mondfe_download.
14276         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
14277         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
14278
14279 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
14280
14281         * config/udi-gdb.exp: Check $shell_id after connecting to target.
14282         (gdb_exit): Don't remove *_soc files.
14283
14284 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
14285
14286         * lib/c-torture.exp: Don't look for main; instead always use -w
14287         -c.  This is how the c-torture tests work.  Remove the object
14288         file if the compilation succeeds.
14289         * gcc.execute/execute.exp: Remove executable if test passes.
14290         * gcc.noncompile/noncompile.exp: Every test is an expected
14291         failure.
14292         * gcc.special/special.exp: Added tests from c-torture 1.11,
14293         corrected use of existing test.
14294         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
14295         gcc.execute/920625-1.c: Updated to c-torture 1.11.
14296         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
14297         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
14298         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
14299         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
14300         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
14301         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
14302         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
14303         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
14304         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
14305         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
14306         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
14307         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
14308         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
14309         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
14310         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
14311         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
14312         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
14313         c-torture 1.11.
14314         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
14315         correspond to c-torture 1.11.
14316
14317         * New file.