62764c2f3f98a612f3d4a67b0c68b30625e2cfef
[platform/upstream/gcc.git] / gcc / testsuite / ChangeLog
1 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
2
3         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
4         * g++.dg/eh/simd-2.C: Likewise.
5         * g++.dg/init/array10.C: Likewise.
6         * gcc.c-torture/compile/simd-1.c: Likewise.
7         * gcc.c-torture/compile/simd-2.c: Likewise.
8         * gcc.c-torture/compile/simd-3.c: Likewise.
9         * gcc.c-torture/compile/simd-4.c: Likewise.
10         * gcc.c-torture/compile/simd-6.c: Likewise.
11         * gcc.c-torture/execute/simd-1.c: Likewise.
12         * gcc.c-torture/execute/simd-2.c: Likewise.
13         * gcc.dg/compat/vector-defs.h: Likewise.
14         * gcc.dg/20020531-1.c: Likewise.
15         * gcc.dg/altivec-3.c: Likewise.
16         * gcc.dg/altivec-4.c: Likewise.
17         * gcc.dg/altivec-varargs-1.c: Likewise.
18         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
19         * gcc.dg/i386-mmx-3.c: Likewise.
20         * gcc.dg/i386-sse-4.c: Likewise.
21         * gcc.dg/i386-sse-5.c: Likewise.
22         * gcc.dg/i386-sse-8.c: Likewise.
23         * gcc.dg/simd-1.c: Likewise.
24         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
25         __ev64_opaque__ since the machine description provides it.
26
27 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
28
29         * lib/compat.exp (skip_list): New global variable.
30         Use it to hold the user defined COMPAT_SKIPS list if any.
31         (compat-obj): Add the members of skip_list to optall.
32
33 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
34
35         * gcc.dg/compat/union-by-value-1_main.c,
36         union-by-value-1_x.c, union-by-value-1_y.c,
37         union-check.h, union-defs.h,
38         union-init.h, union-return-1_main.c,
39         union-return-1_x.c, union-return-1_y.c: New files.
40
41 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
42
43         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
44         mixed-struct-init.h: Add 4 mixed structure types.
45         struct-by-value-21_main.c, struct-by-value-21_x.c,
46         struct-by-value-21_y.c, struct-return-21_main.c,
47         struct-return-21_x.c, struct-return-21_y.c: New files.
48
49 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
50
51         PR c++/14550
52         * g++.dg/parse/template14.C: New test.
53
54 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
55
56         * gcc.c-torture/execute/20040313-1.c: New test.
57
58 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
59
60         PR target/14533
61         * gcc.dg/20040311-2.c: New test.
62
63 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
64
65         PR other/14544
66         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
67         bit-field.
68
69 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
70
71         * gcc.dg/20040305-2.c: Add missing return statement.
72
73 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
74
75         * gcc.dg/builtins-34.c: Also check pow10*.
76
77 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
78
79         PR target/14262
80         * gcc.dg/20040305-2.c: New test.
81
82 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
83
84         * gcc.dg/20040310-1.c: New test.
85
86 2004-03-11  Roger Sayle  <roger@eyesopen.com>
87
88         * gcc.c-torture/execute/20040311-1.c: New test case.
89
90 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
91
92         PR c++/14476
93         * g++.dg/lookup/enum1.C: New test.
94
95 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
96
97         PR c++/14510
98         * g++.dg/lookup/struct2.C: New test.
99
100 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
101
102         * gcc.dg/builtins-34.c: New test.
103
104 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
105
106         * gcc.dg/torture/builtin-nonneg-1.c: New test.
107
108 2004-03-09  James E Wilson  <wilson@specifixinc.com>
109
110         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
111         * gcc.dg/alias-2.c: New testcase.
112
113 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
114
115         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
116
117 2004-03-09  Roger Sayle  <roger@eyesopen.com>
118
119         * gcc.c-torture/execute/20040309-1.c: New test case.
120
121 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
122
123         PR c++/14397
124         * g++.dg/overload/ref1.C: New.
125
126 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
127
128         PR c++/14409
129         * g++.dg/template/spec12.C: New test.
130
131         PR c++/14448
132         * g++.dg/parse/crash14.C: New test.
133
134 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
135
136         PR c++/14230
137         * g++.dg/init/ref11.C: New test.
138
139 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
140
141         PR c++/14432
142         * g++.dg/parse/builtin2.C: New test.
143
144 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
145
146         PR c++/14401
147         * g++.dg/init/ctor3.C: New test.
148         * g++.dg/init/union1.C: New test.
149         * g++.dg/ext/anon-struct4.C: New test.
150
151 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
152
153         * g++.dg/lookup/koenig1.C: Tweak error messages.
154         * g++.dg/lookup/used-before-declaration.C: Likewise.
155         * g++.dg/other/do1.C: Likewise.
156         * g++.dg/overload/koenig1.C: Likewise.
157         * g++.dg/parse/crash13.C: Likewise.
158         * g++.dg/template/instantiate3.C: Likewise.
159
160 2004-03-08  Eric Christopher  <echristo@redhat.com>
161
162         * * lib/target-supports.exp: Enable libiconv in test
163         compilation.  Fix up error checking.
164
165 2004-03-08  Roger Sayle  <roger@eyesopen.com>
166
167         PR middle-end/14289
168         * gcc.dg/pr14289-1.c: New test case.
169         * gcc.dg/pr14289-2.c: Likewise.
170         * gcc.dg/pr14289-3.c: Likewise.
171
172 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
173
174         * gcc.c-torture/execute/20040308-1.c: New test.
175
176 2004-03-07  Roger Sayle  <roger@eyesopen.com>
177
178         * gcc.c-torture/execute/20040307-1.c: New test case.
179
180 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
181
182         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
183
184 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
185
186         * gcc.dg/20040306-1.c: New test.
187
188 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
189
190         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
191         them static.
192         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
193
194 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
195
196         PR c/14465
197         * gcc.dg/decl-6.c: New test.
198
199 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
200
201         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
202         Rename LOGPOW -> LOG_POW.
203         (SQRT_EXP, POW_EXP): New.
204
205 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
206
207         * gcc.dg/i386-sse-8.c: New test.
208
209 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
210
211         PR c/14114
212         * gcc.dg/decl-5.c: New test.
213
214 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
215
216         * gcc.dg/20040305-1.c: New test.
217
218 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
219
220         PR other/14354
221         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
222
223 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
224
225         PR c++/14425, c++/14426
226         * g++.dg/ext/altivec-4.C: New test.
227         * g++.dg/ext/altivec-5.C: New test.
228
229 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
230
231         * g++.old-deja/g++.other/linkage1.C: Expect errors about
232         global variables of a type with no linkage.
233         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
234         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
235         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
236         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
237         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
238         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
239         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
240         * g++.dg/warn/deprecated.C: Name enum Color.
241         * g++.dg/overload/VLA.C: Name structure for 'b'.
242         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
243
244 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
245
246         * gcc.c-torture/compile/20040304-1.c: New test.
247
248 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
249
250         PR 13728
251         * gcc.dg/decl-4.c: New testcase.
252
253 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
254
255         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
256         as PRECF if sizeof (float) > sizeof (double).
257         (PRECL): Make it the same as PRECF if
258         sizeof (float) > sizeof (long double).
259
260 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
261
262         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
263         system type.  Add check for irix6 which doesn't have c99 runtime.
264
265 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
266
267         * gcc.dg/const-elim-1.c: xfail for xtensa.
268
269 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
270
271         PR c++/14369
272         * g++.dg/template/cond4.C: New test.
273
274 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
275
276         PR c++/14360
277         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
278
279         PR c++/14361
280         * g++.dg/parse/defarg7.C: New test.
281
282         PR c++/14359
283         * g++.dg/template/friend26.C: New test.
284
285 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
286
287         PR c++/14324
288         * g++.dg/abi/mangle21.C: New test.
289
290         PR c++/14260
291         * g++.dg/parse/constructor2.C: New test.
292
293         PR c++/14337
294         * g++.dg/template/sfinae1.C: New test.
295
296 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
297
298         PR c++/14267
299         * g++.dg/expr/crash2.C: New test.
300
301         PR middle-end/13448
302         * gcc.dg/inline-5.c: New test.
303         * gcc.dg/always-inline.c: Split out tests into ...
304         * gcc.dg/always-inline2.c: ... this and ...
305         * gcc.dg/always-inline3.c: ... this.
306
307 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
308
309         PR debug/12103
310         * g++.dg/debug/crash1.C: New test.
311
312 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
313
314         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
315         function with __attribute__((noinline)).
316         (recurser_void2): Likewise.
317         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
318         (recurser_void2): Likewise.
319
320 2004-02-29  Roger Sayle  <roger@eyesopen.com>
321
322         PR middle-end/14203
323         * g++.dg/warn/Wunused-6.C: New test case.
324
325 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
326
327         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
328         not defined.
329
330 2004-02-27  Eric Christopher  <echristo@redhat.com>
331
332         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
333         * g++.dg/charset/asm2.c: Run only x86.
334         * gcc.dg/charset/asm3.c: Ditto.
335
336 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
337
338         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
339         ld_library_path.
340
341 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
342
343         * g++.dg/ext/altivec-3.C: New.
344
345 2004-02-26  Richard Henderson  <rth@redhat.com>
346
347         * g++.dg/ext/attrib10.C: Mark for warning.
348         * gcc.dg/attr-alias-1.c: New.
349
350 2004-02-26  Richard Henderson  <rth@redhat.com>
351
352         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
353         * gcc.c-torture/execute/20040208-2.c: ... it back.
354
355 2004-02-26  Eric Christopher  <echristo@redhat.com>
356
357         * lib/target-supports.exp (check-iconv-available): New function.
358         * lib/gcc-dg.exp (dg-require-iconv): New function.
359         Use above.
360         * gcc.dg/charset: New directory.
361         * gcc.dg/charset/charset.exp: New file.
362         * gcc.dg/charset/asm1.c: Ditto.
363         * gcc.dg/charset/asm2.c: Ditto.
364         * gcc.dg/charset/asm3.c: Ditto.
365         * gcc.dg/charset/asm4.c: Ditto.
366         * gcc.dg/charset/asm5.c: Ditto.
367         * gcc.dg/charset/attribute1.c: Ditto.
368         * gcc.dg/charset/attribute2.c: Ditto.
369         * gcc.dg/charset/string1.c: Ditto.
370         * g++.dg/charset: New directory.
371         * g++.dg/dg.exp: Add here. Special options.
372         * g++.dg/charset/charset.exp: New file.
373         * g++.dg/charset/asm1.c: Ditto.
374         * g++.dg/charset/asm2.c: Ditto.
375         * g++.dg/charset/asm3.c: Ditto.
376         * g++.dg/charset/asm4.c: Ditto.
377         * g++.dg/charset/attribute1.c: Ditto.
378         * g++.dg/charset/attribute2.c: Ditto.
379         * g++.dg/charset/extern1.cc: Ditto.
380         * g++.dg/charset/extern2.cc: Ditto.
381         * g++.dg/charset/string1.c: Ditto.
382
383 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
384
385         PR c++/14278
386         * g++.dg/parse/comma1.C: New test.
387
388 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
389
390         PR c++/14284
391         * g++.dg/template/ttp8.C: New test.
392
393 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
394
395         * gcc.dg/fixuns-trunc-1.c: New test.
396
397 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
398
399         * gcc.dg/builtins-config.h: Use #elif.
400
401 2004-02-26  Michael Matz  <matz@suse.de>
402
403         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
404         * gcc.dg/991214-1.c: Likewise.
405         * gcc.dg/i386-asm-1.c: Likewise.
406
407 2004-02-25  Richard Henderson  <rth@redhat.com>
408
409         * gcc.c-torture/execute/20040208-2.c: Move ...
410         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
411
412 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
413
414         PR c++/14246
415         * g++.dg/other/crash-3.C: New test.
416
417 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
418
419         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
420         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
421
422         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
423         HP-UX.
424
425 2004-02-24  Michael Matz  <matz@suse.de>
426
427         * gcc.dg/i386-regparm.c: New.
428
429 2004-02-23  James E Wilson  <wilson@specifixinc.com>
430
431         * gcc.c-torture/execute/20040223-1.c: New.
432
433 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
434             Kazu Hirata  <kazu@cs.umass.edu>
435
436         * gcc.dg/fwritable-strings-1.c: Remove.
437
438 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
439
440         PR c/14156
441         * gcc.dg/20040223-1.c: New test.
442
443 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
444
445         PR c++/14106
446         * g++.dg/ext/typeof9.C: New test.
447
448 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
449
450         PR c++/14250
451         * g++.dg/other/switch1.C: New test.
452
453 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
454
455         * gcc.dg/cast-function-1.c: Adjust for new informative message.
456         * gcc.dg/va-arg-1.c: Likewise.
457
458 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
459
460         PR c++/14143
461         * g++.dg/template/koenig5.C: New test.
462
463 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
464
465         * g++.dg/ext/altivec-1.C: Generalize target triple.
466         * g++.dg/ext/altivec-2.C: New test case.
467         * g++.dg/ext/altivec_check.h: New file.
468         * gcc.dg/altivec-1.c: Generalize target triple;
469         include altivec_check.h and call altivec_check().
470         * gcc.dg/altivec-[2-5].c: Generalize target triple.
471         * gcc.dg/altivec-6.c: New test case.
472         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
473         type casts as needed.
474         * gcc.dg/altivec-10.c: Include altivec_check.h and call
475         altivec_check().
476         * gcc.dg/altivec-12.c: New test case.
477         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
478         include altivec_check.h and call altivec_check().
479         * gcc.dg/altivec_check.h: New file.
480
481 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
482
483         * lib/target-supports.exp (check_alias_available): Don't mangle
484         function `g' in test program.
485
486 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
487
488         * lib/target-supports.exp (check_profiling_available): Check
489         argument to determine whether we support a profiling type.
490         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
491         check_profiling_available.
492         * g++.dg/bprob/bprob.exp: Likewise
493         * g77.dg/bprob/bprob.exp: Likewise.
494         * gcc.misc-tests/bprob.exp: Likewise.
495         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
496         dg-require-profiling and delete expected error handling.
497         * gcc.dg/20021014-1.c: Likewise.
498         * gcc.dg/nest.c: Likewise.
499
500 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
501
502         PR c++/12007
503         * g++.dg/other/vthunk1.C: New test.
504
505 2004-02-20  Falk Hueffner  <falk@debian.org>
506
507         PR target/14201
508         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
509
510 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
511
512         PR c++/13927
513         * g++.dg/other/error8.C: Remove XFAIL markers.
514
515         PR c++/14173
516         * g++.dg/ext/packed5.C: New test.
517
518         PR c++/14199
519         * g++.dg/warn/Wunused-5.C: New test.
520
521         PR c++/14186
522         * g++.dg/lookup/member1.C: New test.
523
524 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
525
526         * gcc.c-torture/compile/20040130-1.c: Enable only when
527         __INT_MAX__ >= 2147483647L.
528         * gcc.c-torture/compile/961203-1.c: Likewise.
529
530 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
531
532         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
533         * g++.dg/opt/template1.C: Robustify assembler regexp
534
535 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
536
537         * gcc.c-torture/execute/simd-4.x: Remove.
538         * gcc.c-torture/execute/va-arg-25.x: Likewise.
539         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
540         Guard with #ifndef SKIP_ATTRIBUTE.
541         * gcc.dg/compat/vector-1_y.c: Likewise.
542         * gcc.dg/compat/vector-2_x.c: Likewise.
543         * gcc.dg/compat/vector-2_y.c: Likewise.
544         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
545         * g++.dg/eh/simd-2.C: Likewise.
546
547 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
548
549         * gcc.c-torture/compile/complex-1.c: New.
550
551 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
552
553         PR target/14209
554         * gcc.c-torture/execute/20040218-1.c: New test.
555
556 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
557
558         PR c++/14181
559         * g++.dg/parse/new2.C: New test.
560
561 2004-02-18  Paul Brook  <paul@codesourcery.com>
562
563         * gcc.c-torture/compile/libcall-1.c: New test.
564
565 2004-02-18  Paul Brook  <paul@codesourcery.com>
566
567         PR debug/12934
568         * gcc.dg/debug/debug-7.c: New test.
569
570 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
571
572         * gcc.dg/20040217-1.c: New test.
573
574 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
575
576         * gcc.c-torture/execute/990208-1.x: Delete.
577
578 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
579
580         * gcc.c-torture/execute/20040208-2.x: New file.
581
582 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
583
584         PR c++/11326
585         * g++.dg/abi/structret1.C: New test.
586
587 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
588
589         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
590         (i386_cpuid): No need to test if cpuid is available on AMD64.
591         Fix assembly, so that it works onboth i386 and AMD64.
592         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
593         (vecInLong): Fix s[] member type to unsigned int.
594         (vecInWord): Remove type.
595         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
596         (a64, b64, c64, d64, e64): Remove.
597         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
598         Remove unused variable.  Remove initialization of removed variables.
599         Don't call mmx_tests nor sse_tests.
600         (reference_mmx, reference_sse): Remove.
601         (check): Add return stmt.
602         * gcc.dg/i386-sse-7.c: New test.
603         * gcc.dg/i386-mmx-4.c: New test.
604
605 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
606
607         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
608         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
609         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
610         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
611         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
612         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
613         g++.dg/tc1/dr94.C: Fix line terminator.
614
615 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
616
617         * gcc.c-torture/compile/20040216-1.c: New.
618
619 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
620
621         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
622         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
623         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
624         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
625         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
626         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
627
628 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
629
630         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
631
632 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
633
634         PR c++/13971
635         * g++.dg/expr/cond4.C: New test.
636
637         PR c++/14086
638         * g++.dg/lookup/crash2.C: New test.
639
640 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
641
642         * gcc.c-torture/compile/20040214-2.c: New test.
643
644 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
645
646         PR c++/14116
647         * g++.dg/ext/typeof8.C: New test.
648
649 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
650
651         * gcc.c-torture/compile/20040214-1.c: New test.
652
653 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
654
655         PR c++/13635
656         * g++.dg/template/spec11.C: New test.
657
658 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
659
660         PR c++/13927
661         * g++.dg/other/error8.C: New test.
662
663 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
664
665         PR c++/14122
666         * g++.dg/template/array4.C: New test.
667
668         PR c++/14108
669         * g++.dg/inherit/thunk2.C: New test.
670
671         PR c++/14083
672         * g++.dg/eh/cond2.C: New test.
673
674 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
675
676         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
677
678 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
679
680         * lib/scanasm.exp (dg-scan): Quote pattern before display.
681
682 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
683
684         * g++.dg/simd-2.C: xfail on ppc64-linux.
685
686 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
687
688         PR c/456
689         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
690         tests.
691
692 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
693
694         * gcc.dg/builtins-33.c: New test.
695
696 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
697
698         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
699
700 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
701
702         * g++.dg/simd-2.C: Set -maltivec for ppc64.
703
704 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
705
706         * gcc.dg/ppc64-abi-3.c: New test.
707
708 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
709
710         PR c/14092
711
712         * gcc.dg/pr14092-1.c: New testcase.
713
714 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
715
716         * gcc.dg/cpp/assert4.c: Fix typo last change.
717
718         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
719         * gcc.dg/cpp/assert4.c: Handle powerpc64.
720
721         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
722
723 2004-02-09  Roger Sayle  <roger@eyesopen.com>
724
725         * gcc.c-torture/compile/20040209-1.c: New test case.
726
727 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
728
729         * gcc.dg/c90-init-1.c: Adjust expected error messages.
730
731 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
732
733         * gcc.c-torture/execute/20040208-[12].c: New tests.
734
735 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
736
737         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
738
739 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
740
741         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
742
743 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
744
745         Bug 13856
746         * gcc.dg/visibility-8.c: New testcase.
747
748 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
749
750         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
751         arguments.
752         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
753
754 2004-02-07  Roger Sayle  <roger@eyesopen.com>
755
756         PR middle-end/13696
757         * g++.dg/opt/fold1.C: New test case.
758
759 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
760
761         PR c++/14033
762         * g++.dg/other/crash-2.C: New test.
763
764 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
765
766         PR c++/14028
767         * g++.dg/parse/angle-bracket2.C: New test.
768
769 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
770
771         PR middle-end/13750
772         Revert:
773         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
774         PR pch/13361
775         * testsuite/g++.dg/pch/wchar-1.C: New.
776         * testsuite/g++.dg/pch/wchar-1.Hs: New.
777
778 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
779
780         PR c++/14008
781         * g++.dg/parse/error15.C: New test.
782         * g++.dg/parse/crash11.C: Update dg-error mark.
783
784 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
785
786         PR c++/13932
787         * g++.dg/warn/conv2.C: New test.
788
789 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
790
791         PR c++/13086
792         * g++.dg/warn/incomplete1.C: Remove xfail.
793
794 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
795
796         * lib/file-format.exp (gcc_target_object_format): Use
797         ${tool}_target_compile, not gcc_target_compile.
798         * lib/target-supports.exp (check_alias_available): Likewise.
799         (check_gc_sections_available): Likewise.
800         * g++.dg/ext/attrib10.C: Use dg-require-alias.
801         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
802         dg-require-alias.
803
804 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
805
806         PR c++/13969
807         * g++.dg/template/static6.C: New test.
808
809 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
810
811         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
812
813 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
814
815         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
816         tests for systems where `char' is unsigned by default.
817
818 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
819
820         PR c++/13997
821         * g++.dg/template/partial3.C: New test.
822
823 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
824
825         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
826         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
827         Remove mentions of obsolete ports.
828
829 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
830
831         * gcc.dg/noncompile/20001228-1.c: Fix for new
832         error message.
833
834 2004-02-03  Roger Sayle  <roger@eyesopen.com>
835
836         PR target/9348
837         * gcc.c-torture/execute/multdi-1.c: New test case.
838
839 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
840
841         PR c++/13925
842         * g++.dg/template/lookup5.C: New test.
843
844 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
845
846         PR c++/13950
847         * g++.dg/template/lookup4.C: New test.
848
849         PR c++/13970
850         * g++.dg/parse/error14.C: New test.
851
852         PR c++/14002
853         * g++.dg/parse/template13.C: New test.
854
855 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
856
857         PR c++/13978
858         * g++.dg/template/koenig4.C: New test.
859
860         PR c++/13968
861         * g++.dg/template/crash17.C: New test.
862
863         PR c++/13975
864         * g++.dg/parse/error13.C: New test.
865         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
866
867 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
868
869         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
870
871 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
872
873         PR c/11658
874         PR c/13994
875         * gcc.dg/noncompile/20040203-1.c: New test.
876         * gcc.dg/noncompile/20040203-2.c: Likewise.
877         * gcc.dg/noncompile/20040203-3.c: Likewise.
878         * gcc.dg/20040203-1.c: Likewise.
879
880 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
881
882         PR c++/10858
883         * g++.dg/template/sizeof7.C: New test.
884
885 2004-02-02  Eric Christopher  <echristo@redhat.com>
886             Zack Weinberg  <zack@codesourcery.com>
887
888         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
889
890 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
891
892         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
893         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
894         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
895         * gcc.dg/cleanup-5.c: Run only on Linux targets.
896
897 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
898
899         PR c++/13113
900         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
901
902         PR c++/13854
903         * g++.dg/ext/attrib13.C: New test.
904
905         PR c++/13907
906         * g++.dg/conversion/op2.C: New test.
907
908 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
909
910         * gcc.dg/titype-1.c: Fix pasto.
911
912 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
913
914         * gcc.dg/titype-1.c: New test.
915
916 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
917
918         PR c++/13957
919         * g++.dg/template/non-type-template-argument-1.C,
920         g++.dg/template/qualified-id1.C: Update dg-error marks.
921         * g++.dg/template/nontype6.C: New test.
922
923 2004-02-01  Roger Sayle  <roger@eyesopen.com>
924
925         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
926         * gcc.dg/builtins-31.c: New testcase.
927         * gcc.dg/builtins-32.c: New testcase.
928
929 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
930
931         * objc.dg/call-super-2.m: Update line numbers
932         for the including of stddef.h.
933
934 2004-01-30  Michael Matz  <matz@suse.de>
935
936         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
937         g++.dg/ext/case-range3.C: New tests.
938
939 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
940
941         DR206
942         PR c++/13813
943         * g++.dg/template/member4.C: New test.
944
945 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
946
947         PR c++/13683
948         * g++.dg/template/sizeof6.C: New test.
949
950 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
951
952         * gcc.dg/fwritable-strings-1.c: New test.
953
954 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
955
956         * gcc.c-torture/compile/20040130-1.c: New test.
957
958 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
959
960         * objc.dg/call-super-2.m: Include stddef.h for size_t.
961
962 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
963
964         PR c++/13883
965         * g++.dg/template/ctor3.C: New test.
966
967 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
968
969         * g++.dg/tc1: New directory.
970         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
971         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
972         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
973         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
974         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
975
976 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
977
978         * g++.dg/parse/error11.C: New test.
979         * g++.dg/parse/error12.C: Likewise.
980
981 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
982
983         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
984         (scan_initial, main): Use aligned_sizeof instead of sizeof.
985
986 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
987
988         PR c++/13791
989         * g++.dg/ext/attrib12.C: New test.
990
991         PR c++/13736
992         * g++.dg/parse/cast2.C: New test.
993
994 2004-01-27  James E Wilson  <wilson@specifixinc.com>
995
996         * objc.dg/encode-2.m (main): New local string.  Set depending on
997         sizeof long.  Use in sscanf call.
998         * objc.dg/encode-3.m (main): New local string.  Set depending on
999         sizeof long.  Use in scan_initial call.
1000
1001 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1002
1003         * objc.dg/call-super-2.m: Make LP64-safe.
1004         * objc.dg/desig-init-1.m: Likewise.
1005
1006 2004-01-27  Devang Patel <dpatel@apple.com>
1007
1008         * g++.dg/debug/namespace1.C: New test.
1009
1010 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
1011
1012         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
1013         xscale-*-*.
1014
1015         * gcc.dg/arm-mmx-1.c: New test.
1016
1017 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
1018
1019         * gcc.dg/20040127-1.c: New test.
1020         * gcc.dg/20040127-2.c: New test.
1021
1022 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1023
1024         * objc.dg/stret-1.m (glob): Renamed to globa.
1025
1026 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
1027
1028         PR c++/13663
1029         * g++.dg/expr/for1.C: New test.
1030
1031 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
1032
1033         PR middle-end/13779
1034         * gcc.dg/darwin-longlong.c: New test.
1035
1036 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
1037
1038         * gcc.dg/20040124-1.c: Moved test from here...
1039         * gcc.c-torture/compile/20040124-1.c: ...to here.
1040
1041 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
1042
1043         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
1044         the assembly output if -m64 is passed.
1045
1046 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
1047
1048         PR c++/13833
1049         * g++.dg/template/cond3.C: New test.
1050
1051 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1052
1053         PR c++/13810
1054         * g++.dg/template/ttp7.C: New test.
1055
1056 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1057
1058         PR c++/13797
1059         * g++.dg/template/nontype4.C: New test.
1060         * g++.dg/template/nontype5.C: Likewise.
1061
1062 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
1063
1064         * gcc.dg/torture/mips-clobber-at.c: New test.
1065
1066 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
1067
1068         * gcc.dg/20040124-1.c: New test.
1069
1070 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
1071
1072         * gcc.dg/20040123-1.c: New test.
1073
1074 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1075
1076         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
1077
1078 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
1079
1080         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
1081
1082 2004-01-23  Andrew Pinski  <apinski@apple.com>
1083
1084         * gcc.dg/20030121-1.c: Move to ..
1085         * gcc.dg/20040121-1.c: here.
1086
1087 2004-01-23  Roger Sayle  <roger@eyesopen.com>
1088
1089         * gcc.dg/builtins-29.c: New test case.
1090
1091 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
1092
1093         PR 18314
1094         * gcc.dg/builtins-30.c: New testcase.
1095
1096 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
1097
1098         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
1099         * lib/g77.exp: Likewise.
1100         * lib/objc.exp: Likewise.
1101         * lib/g++.exp: Likewise.
1102
1103 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
1104
1105         * gcc.dg/struct-by-value-2.c: New test.
1106
1107 2004-01-21  Andrew Pinski  <apinski@apple.com>
1108
1109         PR target/13785
1110         * gcc.dg/20030121-1.c: New test.
1111
1112 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
1113
1114         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
1115         clobber frame pointer register in asm statement.
1116
1117 2004-01-21  Falk Hueffner  <falk@debian.org>
1118
1119         * gcc.c-torture/compile/20040121-1.c: New test.
1120
1121 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
1122
1123         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
1124
1125 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
1126
1127         * gcc.dg/ppc64-abi-2.c: New test.
1128
1129 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
1130
1131         * lib/treelang.exp: Fill out this file.
1132         * lib/treelang-dg.exp: New File.
1133
1134 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
1135
1136         * gcc.c-torture/compile/981022-1.c: Remove.
1137         * gcc.dg/array-5.c: Remove XFAIL.
1138         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
1139         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
1140         gcc.dg/cond-lvalue-1.c: Update.
1141         * gcc.dg/cast-lvalue-2.c: New test.
1142
1143 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
1144
1145         PR c++/13592
1146         * g++.dg/other/error1.C (class foo): Tweak error message.
1147
1148         PR c++/13592
1149         * g++.dg/template/call2.C: New test.
1150
1151 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1152
1153         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
1154         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
1155         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
1156         scalar-return-1_x.c, scalar-return-2_y.c,
1157         scalar-return-3_x.c, scalar-return-3_y.c,
1158         scalar-return-4_x.c, scalar-return-4_y.c,
1159         struct-align-1.h, struct-align-1_x.c,
1160         struct-align-1_y.c, struct-align-2.h,
1161         struct-align-2_x.c, struct-align-2_y.c,
1162         struct-by-value-10_y.c, struct-by-value-11_x.c,
1163         struct-by-value-11_y.c, struct-by-value-12_x.c,
1164         struct-by-value-12_y.c, struct-by-value-13_x.c,
1165         struct-by-value-13_y.c, struct-by-value-14_x.c,
1166         struct-by-value-14_y.c, struct-by-value-15_x.c,
1167         struct-by-value-15_y.c, struct-by-value-16_y.c,
1168         struct-by-value-17_y.c, struct-by-value-18_y.c,
1169         struct-by-value-19_y.c, struct-by-value-1_x.c,
1170         struct-by-value-1_y.c, struct-by-value-20_y.c,
1171         struct-by-value-2_x.c, struct-by-value-2_y.c,
1172         struct-by-value-3_y.c, struct-by-value-4_x.c,
1173         struct-by-value-4_y.c, struct-by-value-5_y.c,
1174         struct-by-value-6_y.c, struct-by-value-7_y.c
1175         struct-by-value-8_x.c, struct-by-value-8_y.c
1176         struct-by-value-9_x.c, struct-by-value-9_y.c
1177         struct-return-10_x.c, struct-return-10_y.c,
1178         struct-return-19_x.c, struct-return-20_x.c
1179         struct-return-2_x.c, struct-return-2_y.c
1180         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
1181         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
1182
1183 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1184
1185         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
1186         attribute on sparc*-sun-solaris2.*.
1187
1188 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
1189
1190         PR c++/13710
1191         * g++.dg/ext/typeof7.C: New test.
1192
1193 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
1194
1195         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
1196         * gcc.dg/const-elim-1.c: Same.
1197
1198 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
1199
1200         * objc.dg/stret-1.m: New.
1201         * objc.dg/stret-2.m: New.
1202
1203 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
1204
1205         PR c++/11895
1206         * g++.dg/ext/vector1.C: New test.
1207
1208 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
1209
1210         * gcc.dg/pch/import-1.c: New.
1211         * gcc.dg/pch/import-1.hs: New.
1212         * gcc.dg/pch/import-1a.h: New.
1213         * gcc.dg/pch/import-1b.h: New.
1214         * gcc.dg/pch/import-1c.h: New.
1215
1216 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1217
1218         PR c++/13574
1219         * g++.dg/ext/array1.C: New test.
1220
1221         PR c++/13178
1222         * g++.dg/conversion/op1.C: New test.
1223
1224 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
1225
1226         PR 11864
1227         From Kazumoto Kojima / Dan Kegel:
1228         * gcc.dg/pr11864-1.c: New test.
1229
1230         PR 10392
1231         From Marcus Comstedt / Dan Kegel:
1232         * gcc.dg/pr10392-1.c: New test.
1233
1234 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
1235
1236         PR c++/13478
1237         * g++.dg/init/ref10.C: New test.
1238
1239 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1240
1241         PR c++/13407
1242         * g++.dg/parse/typename6.C: New test.
1243
1244 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
1245
1246         PR pch/13361
1247         * testsuite/g++.dg/pch/wchar-1.C: New.
1248         * testsuite/g++.dg/pch/wchar-1.Hs: New.
1249
1250 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1251
1252         PR c++/9259
1253         * g++.dg/expr/sizeof2.C: New test.
1254
1255 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
1256
1257         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
1258
1259 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1260
1261         PR c++/13659
1262         * g++.dg/lookup/strong-using-3.C: New.
1263         * g++.dg/lookup/using-10.C: New.
1264
1265 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
1266
1267         PR c++/13594
1268         * g++.dg/lookup/strong-using-2.C: New.
1269
1270 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
1271             Dan Kegel <dank@kegel.com>
1272             J"orn Rennecke <joern.rennecke@superh.com>
1273
1274         PR target/9365
1275         * gcc.dg/pr9365-1.c: New test.
1276
1277 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1278
1279         PR c++/8856
1280         * g++.dg/parse/casting-operator2.C: New test.
1281         * g++.old-deja/g++.pt/explicit83.C: Remove.
1282
1283 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1284
1285         * gcc.dg/label-compound-stmt-1.c: New test.
1286         * gcc.c-torture/compile/950922-1.c,
1287         gcc.c-torture/compile/20000211-3.c,
1288         gcc.c-torture/compile/20000518-1.c,
1289         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
1290         compound statements.
1291
1292 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
1293
1294         * gcc.dg/ppc64-abi-1.c: New test.
1295
1296 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
1297
1298          * g++.dg/ext/attrib9.C: Add dg-warnings.
1299
1300 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1301
1302         PR c++/12335
1303         * g++.dg/parse/dtor3.C: New test.
1304
1305 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
1306
1307         PR c++/12709
1308         * g++.dg/parse/try-catch-1.C: New test.
1309
1310 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
1311
1312         * ada/acats/run_all.sh: Add more verbose output in acats.log
1313         when compiling tests.
1314
1315 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1316
1317         PR 13656
1318         * gcc.dg/typedef-redecl.c: New test case.
1319         * gcc.dg/typedef-redecl.h: New support file.
1320
1321 2004-01-13  Jan Hubicka  <jh@suse.cz>
1322
1323         * gcc.dg/always_inline.c: New test.
1324         * gcc.dg/debug/20031231-1.c: Fix.
1325
1326 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1327
1328         PR c++/13474
1329         * g++.dg/template/array3.C: New test.
1330
1331 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
1332
1333         * g++.dg/ext/lvalue1.C: No longer expected to fail.
1334         * g++.dg/warn/Wunused-2.C: Likewise.
1335
1336 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1337
1338         PR c++/13289
1339         * g++.dg/template/instantiate6.C: New test.
1340
1341 2004-01-12  Roger Sayle  <roger@eyesopen.com>
1342
1343         PR middle-end/11397
1344         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
1345
1346 2004-01-12  Jan Hubicka  <jh@suse.cz>
1347
1348         PR opt/12826
1349         * gcc.dg/20040112-1.c: New.
1350
1351         * gcc.dg/dwarf-die[1-7].c: Move to...
1352         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
1353         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
1354
1355 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
1356
1357         PR c++/4100
1358         * g++.dg/parse/friend4.C: New test.
1359
1360 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
1361
1362         PR c++/4100
1363         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
1364         definition is called a friend.
1365
1366 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
1367
1368         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
1369
1370 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
1371
1372         PR c++/3478
1373         * g++.dg/parse/error10.C: New test.
1374         * g++.dg/template/arg2.C: Accept "invalid type" error.
1375
1376 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
1377
1378         PR middle-end/13392
1379         * g++.dg/opt/expect2.C: New test.
1380
1381 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1382
1383         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
1384         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
1385         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
1386         Update dg-error regexps.
1387
1388 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
1389
1390         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
1391         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
1392
1393 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1394
1395         * gcc.dg/pragma-re-1.c: Use right pointer type.
1396
1397 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1398
1399         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
1400
1401 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
1402
1403         * gcc.dg/rs6000-ldouble-1.c: New.
1404
1405 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1406
1407         DR 337
1408         PR c++/9256
1409         * g++.dg/other/abstract1.C: New test.
1410
1411 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
1412
1413         * g++.dg/lookup/strong-using-1.C: New.
1414
1415 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
1416
1417         PR c/11234
1418         * gcc.dg/func-ptr-conv-1.c: New test.
1419         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
1420
1421 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
1422
1423         PR target/13380.
1424         * gcc.c-torture/compile/20040109-1.c: New.
1425
1426 2004-01-08  Stuart Hastings  <stuart@apple.com>
1427
1428         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
1429         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
1430         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
1431
1432 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
1433
1434         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
1435
1436 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1437
1438         * ada/acats/run_acats: Treat 'gnatchop' the same way
1439         as 'gnatmake'.  Export GCC_DRIVER.
1440         * ada/acats/run_all.sh: Add target_gnatchop.  Use
1441         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
1442
1443 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1444
1445         PR c++/12573
1446         * g++.dg/template/dependent-expr4.C: New test.
1447
1448 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
1449
1450         * gcc.dg/altivec-11.c: New test.
1451
1452 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
1453
1454         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
1455
1456 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1457
1458         PR c/6024
1459         * gcc.dg/enum-compat-1.c: New test.
1460         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
1461
1462 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
1463
1464         PR c/12165
1465         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
1466         gcc.dg/c99-idem-qual-3.c: New tests.
1467
1468 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
1469
1470         * gcc.dg/winline-7.c: Don't cast void * to int.
1471
1472 2004-01-06  Jan Hubicka  <jh@suse.cz>
1473
1474         * gcc.dg/i386-sse-5.c: New test
1475         * g++.dg/eh/simd-1.c: Add -w argument for i386.
1476
1477 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1478
1479         PR c++/12815
1480         * g++.dg/rtti/typeid4.C: New test.
1481
1482 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1483
1484         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
1485
1486 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
1487
1488         PR c++/12132
1489         * g++.dg/template/error11.C: New test.
1490
1491         PR c++/13451
1492         * g++.dg/template/class2.C: New test.
1493
1494 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
1495         Richard Sandiford <rsandifo@redhat.com>
1496
1497         PR c++/13387
1498         * g++.dg/opt/alias3.C: New test.
1499
1500 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
1501
1502         PR c++/13157
1503         * g++.dg/template/koenig3.C: New test.
1504
1505         PR c++/13529
1506         * g++.dg/parse/offsetof3.C: New test.
1507
1508         * g++.dg/init/copy7.C: Add missing dg-error markers.
1509
1510         PR c++/12226
1511         * g++.dg/init/copy7.c: New test.
1512
1513         PR c++/13536
1514         * g++.dg/parse/cast1.C: New test.
1515
1516 2004-01-04  Jan Hubicka  <jh@suse.cz>
1517
1518         * gcc.dg/winline[1-7].c: New tests.
1519
1520 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1521
1522         PR c++/13520
1523         * g++.dg/template/qualttp22.C: New test.
1524
1525 2004-01-01  Jan Hubicka  <jh@suse.cz>
1526
1527         * gcc.dg/debug/20031231-1.c: New.
1528         * gcc.c-torture/compile/20040101-1.c: New.
1529         * gcc.dg/dwarf-die-[1-7].c: New.
1530
1531 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
1532
1533         PR optimization/13521
1534         * gcc.c-torture/compile/20031231-1.c: New test.
1535
1536 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1537
1538         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
1539
1540 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1541
1542         PR c++/10079
1543         * g++.dg/template/crash16.C: New test.
1544
1545 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
1546
1547         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
1548
1549 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
1550
1551         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
1552         ports.
1553         * g++.old-deja/g++.jason/thunk3.C: Likewise.
1554         * g++.old-deja/g++.law/profile1.C: Likewise.
1555         * gcc.c-torture/compile/981006-1.c: Likewise.
1556         * gcc.c-torture/execute/loop-2e.x: Likewise.
1557         * gcc.c-torture/execute/loop-2f.x: Remove.
1558         * gcc.c-torture/execute/loop-2g.x: Likewise.
1559         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
1560         * gcc.dg/20020312-2.c: Remove traces of dead ports.
1561
1562 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
1563
1564         PR c++/13507
1565         * g++.dg/ext/attrib11.C: New test.
1566
1567         PR c++/13494
1568         * g++.dg/template/array2-1.C: New test.
1569         * g++.dg/template/array2-2.C: New test.
1570
1571 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
1572
1573         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
1574
1575 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1576
1577         PR c++/12774
1578         * g++.dg/template/array1-1.C: New test.
1579         * g++.dg/template/array1-2.C: New test.
1580
1581 2003-12-29  Roger Sayle  <roger@eyesopen.com>
1582
1583         PR fortran/12632
1584         * g77.dg/12632.f: New test case.
1585
1586 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1587
1588         PR c++/13289
1589         * g++.dg/parse/nontype1.C: New test.
1590
1591 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1592
1593         PR c++/12403
1594         * g++.dg/parse/explicit1.C: New test.
1595         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
1596
1597 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1598
1599         PR c++/13081
1600         * g++.dg/opt/inline6.C: New test.
1601
1602         PR c++/12613
1603         * g++.dg/parse/error9.C: New test.
1604
1605         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
1606
1607 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
1608
1609         PR c++/13009
1610         * g++.dg/init/assign1.C: New test.
1611
1612 2003-12-28  Roger Sayle  <roger@eyesopen.com>
1613
1614         PR c++/13070
1615         * g++.dg/warn/format3.C: New test case.
1616
1617 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1618
1619         * gcc.c-torture/compile/20031227-1.c: New test.
1620
1621 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1622
1623         * g++.dg/bprob/bprob.exp: Load target-supports.exp
1624         * g77.dg/bprob/bprob.exp: Likewise.
1625         * gcc.misc-tests/bprob.exp: Likewise.
1626         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
1627         variants on systems where the library does not provide that
1628         functionality.
1629         * gcc.dg/builtins-20.c: Use builtins-config.h.
1630         * gcc.dg/builtins-config.h: New file.
1631
1632 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1633
1634         * lib/gcc-dg.exp (dg-require-profiling): New function.
1635         * lib/target-supports.exp (check_profiling_available): Likewise.
1636         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
1637         * g77.dg/bprob/bprob.exp: Likewise.
1638         * gcc.misc-tests/bprob.exp: Likewise.
1639         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
1640         * gcc.dg/20021014-1.c: Likewise.
1641         * gcc.dg/nest.c: Likewise.
1642
1643 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1644
1645         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
1646         compiling.
1647         * g++.dg/lookup/java2.C: Likewise.
1648         * gcc.dg/cpp/lexident.c: Likewise.
1649
1650 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
1651
1652         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
1653         given.
1654         * gcc.c-torture/compile/961203-1.c: Likewise.
1655         * gcc.c-torture/compile/980506-1.c: Likewise.
1656
1657 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
1658
1659         * lib/gcc-dg.exp (dg-prune-output): New annotation.
1660         (additional_prunes): New global.
1661         (gcc-dg-prune): Handle additional per-test pruning.
1662         (dg-test): Clear additional_prunes between tests.
1663
1664         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
1665         dg-prune-output to avoid spurious failures from assembler
1666         complaining about nonexistent WAW violations.
1667         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
1668         Use dg-prune-output to avoid spurious failures from assembler
1669         warning about Itanium B-step errata.
1670
1671 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
1672
1673         * g++.dg/abi/macro0.C: New test.
1674         * g++.dg/abi/macro1.C: Likewise.
1675         * g++.dg/abi/macro2.C: Likewise.
1676
1677         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
1678         * g++.dg/abi/bitfield7.C: Likewise.
1679         * g++.dg/abi/dtor2.C: Likewise.
1680         * g++.dg/abi/mangle11.C: Likewise.
1681         * g++.dg/abi/mangle12.C: Likewise.
1682         * g++.dg/abi/mangle14.C: Likewise.
1683         * g++.dg/abi/mangle17.C: Likewise.
1684         * g++.dg/abi/vbase10.C: Likewise.
1685         * g++.dg/abi/vbase14.C: Likewise.
1686         * g++.dg/template/qualttp17.C: Likewise.
1687
1688 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
1689
1690         PR c/11995
1691         * gcc.dg/20031223-1.c: New test.
1692
1693 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1694
1695         * gcc.dg/noreturn-7.c: New test.
1696
1697 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
1698
1699         * gcc.dg/null-pointer-1.c: New test.
1700
1701 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1702
1703         * g++.old-deja/g++.jason/template18.C: Remove.
1704         * g++.old-deja/g++.jason/template37.C: Likewise.
1705
1706         PR c++/12862
1707         * g++.dg/lookup/ns1.C: New test.
1708
1709         PR c++/12397
1710         * g++.dg/template/lookup3.C: New test.
1711
1712 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1713
1714         * g++.dg/template/recurse1.C: New test
1715
1716 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
1717
1718         PR c++/12479
1719         * g++.dg/parse/semicolon1.C: New test.
1720         * g++.dg/parse/semicolon1.h: Likewise.
1721
1722 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
1723
1724         * gcc.dg/darwin-misaligned.c: New test.
1725
1726 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
1727
1728         PR c/9163
1729         * gcc.dg/20031222-1.c: New test.
1730
1731 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
1732
1733         PR c++/13438
1734         * g++.dg/parse/error8.C: New test.
1735
1736         PR c++/11554
1737         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
1738
1739 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
1740
1741         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
1742         too small.
1743         * gcc.c-torture/compile/930217-1.c: Likewise.
1744         * gcc.c-torture/compile/930513-1.c: Likewise.
1745         * gcc.c-torture/execute/920908-2.c: Likewise.
1746         * gcc.c-torture/execute/921204-1.c: Likewise.
1747         * gcc.c-torture/execute/930621-1.c: Likewise.
1748         * gcc.c-torture/execute/930630-1.c: Likewise.
1749         * gcc.c-torture/execute/931031-1.c: Likewise.
1750         * gcc.c-torture/execute/980602-2.c: Likewise.
1751         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1752         * gcc.c-torture/execute/compndlit-1.c: Likewise.
1753         * gcc.c-torture/execute/extzvsi.c: Likewise.
1754         * gcc.c-torture/unsorted/ext.c: Likewise.
1755
1756 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
1757
1758         PR target/12749
1759         * gcc.c-torture/compile/20031220-2.c: New test case.
1760
1761 2003-12-20  Roger Sayle  <roger@eyesopen.com>
1762
1763         PR optimization/13031
1764         * gcc.c-torture/compile/20031220-1.c: New test case.
1765
1766 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1767
1768         * gcc.dg/cast-function-1.c: New test.
1769
1770 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
1771
1772         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
1773         formats.
1774
1775 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
1776
1777         PR c++/12795
1778         * g++.dg/ext/attrib10.C: New test.
1779
1780 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1781
1782         * gcc.dg/cleanup-10.c: New test.
1783         * gcc.dg/cleanup-11.c: New test.
1784
1785 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
1786
1787         PR c++/13239
1788         * g++.dg/opt/expect1.C: New test.
1789
1790 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
1791
1792         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
1793
1794 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
1795
1796         PR debug/12923
1797         * gcc.dg/20031218-1.c: New test.
1798
1799         PR debug/12389
1800         * gcc.dg/20031218-2.c: New test.
1801         * gcc.dg/20031218-3.c: New test.
1802
1803         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
1804         of label name and allow for USER_LABEL_PREFIX == "_" names.
1805         * g++.dg/abi/mangle18-2.C: Likewise.
1806         * g++.dg/abi/mangle19-1.C: Likewise.
1807         * g++.dg/abi/mangle19-2.C: Likewise.
1808         * g++.dg/abi/mangle20-1.C: Likewise.
1809         * g++.dg/abi/mangle20-2.C: Likewise.
1810
1811 2003-12-18  Richard Henderson  <rth@redhat.com>
1812
1813         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
1814
1815 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
1816             Dan Kegel <dank@kegel.com>
1817
1818         PR other/12009
1819         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
1820         testing a cross compiler, it causes spurious compile failures.
1821         * lib/g++.exp: Likewise.
1822
1823 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1824
1825         PR c++/13262
1826         * g++.dg/template/access13.C: New test.
1827
1828 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
1829
1830         * gcc.dg/20031216-1.c: New test.
1831
1832 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1833
1834         PR c++/9154
1835         * g++.dg/template/error10.C: New test.
1836
1837 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1838
1839         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
1840         * g++.dg/eh/simd-2.C: Likewise.
1841
1842 2003-12-17  James E Wilson  <wilson@specifixinc.com>
1843             Roger Sayle  <roger@eyesopen.com>
1844
1845         * gcc.c-torture/execute/ieee/mzero5.c: New.
1846
1847 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
1848
1849         PR c++/10603
1850         * g++.dg/parse/error6.C: New test.
1851
1852         PR c++/12827
1853         * g++.dg/parse/error7.C: New test.
1854
1855 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
1856
1857         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
1858         at -O with stabs debugging formats.
1859         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
1860         * gcc.dg/debug/debug-2.c: Likewise.
1861
1862 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1863
1864         PR c++/12696
1865         * g++.dg/init/error1.C: New test.
1866
1867         PR c++/12218
1868         * g++.dg/init/pm3.C: New test.
1869
1870 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1871
1872         PR c/3347
1873         * gcc.dg/bitfld-8.c: New test.
1874
1875 2003-12-16  James Lemke  <jim@wasabisystems.com>
1876
1877         * gcc.dg/arm-scd42-[123].c: New tests.
1878
1879 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1880
1881         PR c++/9043
1882         * g++.dg/abi/mangle20-1.C: New test.
1883         * g++.dg/abi/mangle20-2.C: New test.
1884
1885 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
1886
1887         PR c++/13275
1888         * g++.dg/other/offsetof2.C: Remove XFAIL.
1889         * g++.dg/parse/offsetof1.C: New test.
1890         * g++.gd/parse/offsetof2.C: Likewise.
1891
1892 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1893
1894         * g++.dg/template/nontype3.C: New test.
1895         * g++.dg/template/static2.C: Tweaked the dg-error clause.
1896
1897 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1898
1899         * g++.dg/warn/noreturn-3.C: Also test instantiation.
1900
1901 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
1902
1903         PR c++/13387
1904         * g++.dg/expr/assign1.C: New test.
1905
1906         PR c++/13242
1907         * g++.dg/abi/mangle19-1.C: New test.
1908         * g++.dg/abi/mangle19-2.C: New test.
1909
1910 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
1911
1912         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
1913
1914 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1915
1916         * gcc.c-torture/execute/20031216-1.c: New test.
1917
1918 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1919
1920         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
1921         an ICE regression.
1922
1923 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1924
1925         PR c++/10926
1926         * g++.dg/template/error9.C: New test.
1927
1928         PR c++/11116
1929         * g++.dg/template/error8.C: New test.
1930
1931 2003-12-15  Roger Sayle  <roger@eyesopen.com>
1932
1933         PR middle-end/13400
1934         * gcc.c-torture/execute/20031215-1.c: New test case.
1935
1936 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1937
1938         PR c++/13269
1939         * g++.dg/parse/error5.C: New test.
1940
1941         PR c++/12989
1942         * g++.dg/expr/sizeof1.C: New test.
1943
1944         PR c++/13310
1945         * g++.dg/template/crash15.C: New test.
1946
1947 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
1948
1949         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
1950         a non-POD type as the last named parameter of a varargs function.
1951
1952 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
1953
1954         PR c++/13243
1955         PR c++/12573
1956         * g++.dg/template/crash14.C: New test.
1957         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
1958
1959 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
1960
1961         * g++.dg/other/java1.C: New test.
1962
1963         PR c++/13241
1964         * g++.dg/abi/mangle18-1.C: New test.
1965         * g++.dg/abi/mangle18-2.C: New test.
1966
1967 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1968
1969         PR optimization/10312
1970         * gcc.c-torture/execute/20031214-1.c: New.
1971
1972 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
1973
1974         PR c++/10779
1975         PR c++/12160
1976         * g++.dg/parse/error3.C: New test.
1977         * g++.dg/parse/error4.C: Likewise.
1978         * g++.dg/abi/mangle4.C: Tweak error messages.
1979         * g++.dg/lookup/using5.C: Likewise.
1980         * g++.dg/other/error2.C: Likewise.
1981         * g++.dg/parse/typename5.C: Likewise.
1982         * g++.dg/parse/undefined1.C: Likewise.
1983         * g++.dg/template/arg2.C: Likewise.
1984         * g++.dg/template/ttp3.C: Likewise.
1985         * g++.dg/template/type1.C: Likewise.
1986         * g++.old-deja/g++.other/crash32.C: Likewise.
1987         * g++.old-djea/g++.pt/defarg8.C: Likewise.
1988
1989 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1990
1991         PR c++/13106
1992         * g++.dg/warn/noreturn-3.C: New test.
1993
1994 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1995
1996         PR c++/13118
1997         * g++.dg/abi/covariant3.C: New.
1998
1999 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
2000
2001         * g++.dg/eh/ia64-1.C: New test.
2002
2003 2003-12-12  Roger Sayle  <roger@eyesopen.com>
2004
2005         PR optimization/13037
2006         * g77.f-torture/execute/13037.f: New test case.
2007
2008 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2009
2010         PR c++/12881
2011         * g++.dg/abi/covariant2.C: New.
2012
2013 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
2014
2015         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
2016
2017 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
2018
2019         * gcc.c-torture/execute/wchar_t-1.x: Delete.
2020
2021 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
2022
2023         PR other/10819
2024         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
2025         to fix Bug 10819.
2026         * lib/g++.exp (g++_version): Likewise.
2027         * lib/g77.exp (g77_version): Likewise.
2028         * lib/objc.exp (default_objc_version): Likewise.
2029
2030 2003-12-10  Richard Henderson  <rth@redhat.com>
2031
2032         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
2033
2034         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
2035
2036 2003-12-08  Matt Austern  <austern@apple.com>
2037
2038         PR c/13134
2039         * lib/gcc-dg.exp (dg-require-visibility): Define.
2040         * lib/target-supports (check_visibility_available): Define.
2041         * gcc.dg/visibility-1.c: New test.
2042         * gcc.dg/visibility-2.c: Likewise.
2043         * gcc.dg/visibility-3.c: Likewise.
2044         * gcc.dg/visibility-4.c: Likewise.
2045         * gcc.dg/visibility-5.c: Likewise.
2046         * gcc.dg/visibility-6.c: Likewise.
2047         * g++.dg/ext/visibility-1.C: Likewise.
2048         * g++.dg/ext/visibility-2.C: Likewise.
2049         * g++.dg/ext/visibility-3.C: Likewise.
2050         * g++.dg/ext/visibility-4.C: Likewise.
2051         * g++.dg/ext/visibility-5.C: Likewise.
2052         * g++.dg/ext/visibility-6.C: Likewise.
2053
2054 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2055
2056         * g++.dg/lookup/java1.C: New test.
2057         * g++.dg/lookup/java2.C: New test.
2058
2059 2003-12-07  Falk Hueffner  <falk@debian.org>
2060
2061         * g++.dg/opt/noreturn-1.C: New test.
2062
2063 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
2064
2065         * gcc.dg/overflow-1.c: New test.
2066
2067 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
2068
2069         * g77.f-torture/compile/13060.f: New test.
2070
2071 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
2072
2073         PR c++/13323
2074         * g++.dg/inherit/operator2.C: New test.
2075
2076 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2077
2078         PR c++/13305
2079         * g++.dg/ext/attrib9.C: New test.
2080
2081 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
2082
2083         PR c++/13314
2084         * g++.dg/template/error7.C: New test.
2085
2086 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
2087             J"orn Rennecke <joern.rennecke@superh.com>
2088
2089         PR target/13302
2090         * g++.dg/other/struct-va_list.C: New test.
2091
2092 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2093
2094         PR c++/13166
2095         * g++.dg/parse/defarg6.C: New test.
2096
2097 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
2098
2099         PR target/13256
2100         * gcc.c-torture/execute/20031201-1.c: New test.
2101
2102 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
2103
2104         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
2105
2106 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2107
2108         * gcc.dg/builtin-return-1.c: New test.
2109
2110 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
2111             J"orn Rennecke <joern.rennecke@superh.com>
2112
2113         PR optimization/13260
2114         * gcc.c-torture/execute/20031204-1.c: New test.
2115
2116 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2117
2118         PR c++/9127
2119         * g++.dg/template/error6.C: New test.
2120
2121 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
2122
2123         * gcc.dg/20031202-1.c: New test.
2124
2125 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
2126
2127         PR c++/13179
2128         * g++.dg/template/eh1.C: New test.
2129
2130         PR c++/10771
2131         * g++.dg/template/error5.C: New test.
2132
2133 2003-12-02  David Ung  <davidu@mips.com>
2134
2135         * gcc.dg/compat/vector-check.h: Corrected type for var
2136         g_##TMODE
2137
2138 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2139
2140         PR c++/10126
2141         * g++.dg/template/ptrmem8.C: New test.
2142
2143 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2144
2145         PR c++/12573
2146         * g++.dg/template/dependent-expr3.C: New test.
2147
2148 2003-12-01  James Lemke  <jim@wasabisystems.com>
2149
2150         * gcc.dg/arm-g2.c: New test.
2151
2152 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2153
2154         PR optimization/11634
2155         * gcc.dg/20031201-2.c: New test case.
2156
2157 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
2158
2159         PR 11433
2160         * objc.dg/proto-lossage-3.m: New test.
2161
2162 2003-12-01  Roger Sayle  <roger@eyesopen.com>
2163
2164         PR optimization/12628
2165         * gcc.dg/20031201-1.c: New test case.
2166
2167 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2168
2169         * gcc.dg/unaligned-1.c: New test.
2170
2171 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
2172
2173         PR c++/9849
2174         * g++.dg/template/error4.C: New test.
2175         * g++.dg/template/nested3.C: Adjust error markers.
2176
2177 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2178
2179         * gcc.dg/cpp/assert4.c: Check more #system assertions.
2180
2181 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
2182
2183         PR c/10333
2184         * gcc.dg/bitfld-7.c: New test.
2185
2186 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
2187
2188         * gcc.dg/tls/asm-1.C: New test.
2189
2190 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2191
2192         * gcc.dg/cpp/assert4.c: Update.
2193
2194 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2195
2196         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
2197         * gcc.dg/builtin-apply3.c: New test.
2198
2199 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2200
2201         * lib/compat.exp (compat-obj): New xfaildata parameter.
2202         Use it to set compiler_conditional_xfail_data before compiling.
2203         (compat-get-options): Handle dg-xfail-if.
2204         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
2205         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
2206         * gcc.dg/compat/vector-1_y.c: Likewise.
2207         * gcc.dg/compat/vector-2_x.c: Likewise.
2208         * gcc.dg/compat/vector-2_y.c: Likewise.
2209
2210 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2211
2212         * g++.dg/opt/reg-stack4.C: New test.
2213
2214 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2215
2216         * gcc.dg/builtin-apply2.c: New test.
2217
2218 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2219
2220         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
2221
2222 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2223
2224         PR c++/12924
2225         * g++.dg/template/template-id-2.C: New test.
2226
2227 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2228
2229         PR c++/5369
2230         * g++.dg/template/memfriend1.C: New test.
2231         * g++.dg/template/memfriend2.C: Likewise.
2232         * g++.dg/template/memfriend3.C: Likewise.
2233         * g++.dg/template/memfriend4.C: Likewise.
2234         * g++.dg/template/memfriend5.C: Likewise.
2235         * g++.dg/template/memfriend6.C: Likewise.
2236         * g++.dg/template/memfriend7.C: Likewise.
2237         * g++.dg/template/memfriend8.C: Likewise.
2238         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
2239
2240 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
2241
2242         PR c++/12515
2243         * g++.dg/ext/cond1.C: New test.
2244
2245 2003-11-20  Richard Henderson  <rth@redhat.com>
2246
2247         * gcc.dg/20020201-2.c: Remove.
2248         * gcc.dg/20020201-4.c: Remove.
2249         * gcc.dg/20020304-1.c: Remove.
2250
2251 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
2252
2253         * gcc.dg/cpp/trad/xwin1.c: New test case.
2254
2255 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
2256
2257         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
2258         * lib/g77.exp: Likewise.
2259         * lib/objc.exp: Likewise.
2260         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
2261         for darwin.
2262
2263 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2264
2265         PR c++/12932
2266         * g++.dg/template/static5.C: New test.
2267
2268 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
2269
2270         * gcc.dg/nested-func-1.c: New test.
2271
2272 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2273
2274         * gcc.dg/cpp/assert4.c: New test.
2275
2276 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2277
2278         PR c++/2294
2279         * g++.dg/lookup/using9.c: New test.
2280
2281 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
2282
2283         PR c++/12762
2284         * g++.dg/template/error3.C: New test.
2285
2286 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
2287
2288         PR ada/13035
2289         * ada/acats/run_acats, run_all.sh: Fix syntax error.
2290         No longer use a wrapper for gcc, since this does not work under
2291         Windows.
2292
2293 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
2294
2295         PR c++/2094
2296         * g++.dg/template/ptrmem7.C: New test.
2297
2298 2003-11-13  Andrew Pinski <apinski@apple.com>
2299
2300         * gcc.c-torture/compile/20031113-1.c: New test.
2301
2302 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
2303             Kean Johnston <jkj@sco.com>
2304
2305         PR c/13029
2306         * gcc.dg/unused-4.c: Update.
2307
2308 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2309
2310         * g++.dg/opt/const3.C: New test.
2311
2312 2003-11-13  Jan Hubicka  <jh@suse.cz>
2313
2314         * gcc.c-torture/compile/20031112-1.c: New test.
2315
2316 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
2317
2318         * g++.dg/parse/crash10.C: Remove bogus error marker.
2319
2320 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2321
2322         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
2323         (host_gcc): Likewise.
2324         (ROOT): Honor $PWDCMD.
2325         (BASE): Likewise.
2326         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
2327
2328 2003-11-12  Catherine Moore  <clm@redhat.com>
2329
2330         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
2331
2332 2003-11-12  Andreas Jaeger  <aj@suse.de>
2333             Jakub Jelinek  <jakub@redhat.com>
2334             Andrew Pinski  <pinskia@physics.uc.edu>
2335             Richard Henderson  <rth@redhat.com>
2336
2337         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
2338         systems.
2339         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
2340
2341         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
2342         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
2343
2344 2003-11-11  Andreas Jaeger  <aj@suse.de>
2345
2346         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
2347
2348         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
2349
2350 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
2351
2352         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
2353         Clean ups.
2354
2355 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
2356
2357         * gcc.dg/trampoline-1.c: New test.
2358
2359 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
2360
2361         * gcc.c-torture/compile/200031109-1.c: New test.
2362
2363 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2364
2365         PR c/3190
2366         PR c/8714
2367         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2368         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
2369         gcc.dg/format/no-y2k-1.c: Update.
2370
2371 2003-11-08  Roger Sayle  <roger@eyesopen.com>
2372
2373         PR optimization/10467
2374         * gcc.dg/20031108-1.c: New test case.
2375
2376 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
2377
2378         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
2379
2380 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2381
2382         * gcc.dg/compound-lvalue-1.c: New test.
2383         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
2384         some XFAILs.
2385
2386 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
2387
2388         * gcc.dg/altivec-varargs-1.c: New test.
2389
2390 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2391
2392         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
2393         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
2394         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
2395         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
2396         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
2397
2398 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2399
2400         * gcc.dg/cond-lvalue-1.c: New test.
2401
2402 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
2403
2404         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
2405
2406 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2407
2408         PR c++/11616
2409         * g++.dg/template/instantiate5.C: New test.
2410
2411 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2412
2413         PR c++/12726
2414         * g++.dg/ext/complit2.C: Replace test with self-contained version.
2415         * ChangeLog: Add missing first entry for above test.
2416
2417 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2418
2419         PR c++/9810
2420         * g++.dg/template/using8.C: New test.
2421         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
2422
2423 2003-11-02  Roger Sayle  <roger@eyesopen.com>
2424
2425         PR optimization/10817
2426         * gcc.c-torture/compile/20031102-1.c: New test case.
2427
2428 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
2429
2430         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
2431         2147483647.
2432
2433 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2434
2435         * gcc.dg/20031102-1.c: New test.
2436
2437 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
2438
2439         * gcc.dg/complex-1.c: New test.
2440
2441 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2442
2443         PR c++/12796
2444         * g++.dg/template/crash13.C: Adjust expected error location.
2445         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2446
2447 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2448
2449         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2450
2451 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2452
2453         PR/10239
2454         * gcc.c-torture/compile/20031031-2.c: New test.
2455
2456 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
2457
2458         PR/11640
2459         * gcc.c-torture/compile/20031031-1.c: New test.
2460
2461 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
2462
2463         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
2464         * gcc.misc-tests/bprob.exp: Likewise.
2465         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
2466         the execution test on arm-elf configs.
2467         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
2468         configs that don't support scratch files.
2469         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
2470
2471 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
2472
2473         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
2474         done by dejagnu.
2475
2476 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
2477
2478         * ada/acats/run_all.sh: Redirect mv output to /dev/null
2479         Avoid non pure sh syntax. Add more logging.
2480
2481         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
2482         fail.
2483
2484 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2485
2486         PR libgcj/10610
2487         * gcc.dg/ppc-stackalign-1.c: New test.
2488
2489 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
2490
2491         * ada/acats/run_all.sh: Change output to be more compliant with
2492         dejagnu framework.
2493         Create acats.sum and acats.log files under testsuite/ada/acats
2494         Only run [a-z]* directories, to filter out e.g. CVS.
2495         Redirect build output to log file.
2496
2497 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2498
2499         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
2500
2501 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
2502
2503         PR ada/5909:
2504         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
2505
2506 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
2507
2508         * gcc.c-torture/compile/20031023-1.c: New test.
2509         * gcc.c-torture/compile/20031023-2.c: New test.
2510         * gcc.c-torture/compile/20031023-3.c: New test.
2511         * gcc.c-torture/compile/20031023-4.c: New test.
2512
2513 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2514
2515         PR c++/10371
2516         * g++.dg/lookup/scoped8.C: New test.
2517
2518 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2519
2520         * g++.dg/opt/reg-stack3.C: New test.
2521
2522 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2523
2524         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
2525
2526 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2527
2528         PR c++/11076
2529         * g++.dg/template/crash13.C: New test.
2530
2531 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2532
2533         * gcc.dg/c99-restrict-2.c: New test.
2534
2535 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
2536
2537         PR c++/12698, c++/12699, c++/12700, c++/12566
2538         * g++.dg/inherit/covariant9.C: New test.
2539         * g++.dg/inherit/covariant10.C: New test.
2540         * g++.dg/inherit/covariant11.C: New test.
2541
2542 2003-10-23  Jason Merrill  <jason@redhat.com>
2543
2544         PR c++/12726
2545         * g++.dg/ext/complit2.C: New test.
2546
2547 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2548
2549         PR target/12654
2550         * gcc.c-torture/execute/20031020-1.c: New test.
2551
2552 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2553
2554         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
2555         following the jump_insn.
2556
2557 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2558
2559         * gcc.dg/cast-lvalue-1.c: New test.
2560
2561 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
2562
2563         PR c++/11962
2564         * g++.dg/template/cond2.C: New test.
2565
2566 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
2567
2568         * gcc.dg/builtins-28.c: New test.
2569
2570 2003-10-20  Jan Hubicka  <jh@suse.cz>
2571
2572         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
2573         parameter.
2574         * testsuite/gcc.dg/inline-2.c: Likewise.
2575
2576 2003-10-20  Phil Edwards  <phil@codesourcery.com>
2577
2578         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
2579         * gcc.dg/nest.c:  Likewise.
2580
2581 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2582
2583         PR c++/9781, c++/10583, c++/11862
2584         * g++.dg/parse/crash13.C: New test.
2585
2586 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2587
2588         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
2589
2590 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2591
2592         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
2593         Define HAVE_C99_RUNTIME except on Solaris.
2594         * gcc.dg/builtins-20.c: Likewise.
2595
2596 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2597
2598         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2599
2600 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2601
2602         PR c++/12495
2603         * g++.dg/template/crash21.C: New test.
2604
2605 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2606
2607         PR c++/2513
2608         * g++.dg/template/typename5.C: New test.
2609
2610 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2611
2612         PR c++/12369
2613         * g++.dg/template/friend25.C: New test.
2614
2615 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
2616
2617         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
2618         versions.
2619
2620 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
2621
2622         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
2623         == 2147483647.
2624
2625 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
2626
2627         * gcc.c-torture/execute/960416-1.x: Remove.
2628         * gcc.c-torture/execute/divconst-3.x: Likewise.
2629
2630 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
2631
2632         PR target/12598
2633         * gcc.dg/torture/cris-volatile-1.c: New test.
2634
2635 2003-10-14  Roger Sayle  <roger@eyesopen.com>
2636
2637         PR optimization/9325
2638         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
2639         for overflowing floating point to integer conversion during RTL
2640         simplification.
2641
2642 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
2643
2644         * objc/execute/_cmd.m: Fix typo.
2645         * objc.dg/image-info.m, objc.dg/symtab-1.m:
2646         Relax 'scan-assembler' regexp.
2647         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
2648         objc.dg/try-catch-4.m: Run on non-Darwin targets.
2649         * objc.dg/zero-link-2.m: Remove blank line.
2650         * objc.dg/zero-link-3.m: New test case.
2651
2652 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
2653
2654         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
2655
2656         * gcc.dg/asm-names.c: Use scan-assembler-not rather
2657         than linker trickery.
2658
2659 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2660
2661         PR c++/12370
2662         * g++.dg/other/friend2.C: New test.
2663
2664 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2665
2666         * gcc.dg/20031012-1.c: New test.
2667
2668 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
2669
2670         * gcc.dg/weak/weak-3.c: Fix for new warning.
2671
2672 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
2673
2674         PR optimization/8750
2675         * gcc.c-torture/execute/20031012-1.c: New test case.
2676
2677 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2678
2679         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
2680         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
2681
2682 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2683
2684         PR optimization/12260
2685         * gcc.c-torture/compile/20031011-2.c: New test case.
2686
2687 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2688
2689         * gcc.c-torture/execute/20031011-1.c: New testcase.
2690
2691 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
2692
2693         * gcc.c-torture/compile/20031011-1.c: New test.
2694
2695 2003-10-11  Jan Hubicka  <jh@suse.cz>
2696
2697         * g++.dg/other/first-global.C: New test.
2698
2699 2003-10-11  Roger Sayle  <roger@eyesopen.com>
2700
2701         * gcc.c-torture/execute/string-opt-18.c: New testcase.
2702
2703 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
2704
2705         * gcc.c-torture/compile/20031010-1.c: New test.
2706
2707 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
2708
2709         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
2710         * gcc.c-torture/execute/va-arg-25.c: ... here.
2711
2712 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
2713
2714         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
2715
2716 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
2717
2718         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
2719
2720 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
2721
2722         * g++.dg/parse/error2.C: New test.
2723
2724 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
2725
2726         PR c++/11097
2727         * g++.dg/other/error5.C: Modify the error message.
2728         * g++.dg/lookup/using8.C: New test.
2729
2730 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
2731
2732         * gcc.dg/darwin-abi-2.c: New file.
2733         * gcc.c-torture/execute/va-arg-24.c: New file.
2734
2735 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
2736
2737         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
2738         indentation.
2739
2740 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
2741
2742         PR c++/10147
2743         * g++.dg/other/error4.C: Update error messages.
2744         * g++.dg/template/ptrmem4.C: Likewise.
2745
2746         PR c++/12337
2747         * g++.dg/init/new9.C: New test.
2748
2749         PR c++/12334, c++/12236, c++/8656
2750         * g++.dg/ext/attrib8.C: New test.
2751
2752 2003-10-06  Devang Patel  <dpatel@apple.com>
2753
2754         * gcc.dg/debug/dwarf2-3.h: New test.
2755         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
2756
2757 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
2758
2759         * g++.dg/opt/cfg2.C: New test.
2760
2761 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2762
2763         * g++.dg/opt/float1.C: New test.
2764
2765 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2766
2767         * gcc.dg/c90-array-lval-6.c: New test.
2768         * gcc.dg/c99-array-lval-6.c: New test.
2769
2770 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
2771             Ziemowit Laski  <zlaski@apple.com>
2772
2773         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
2774         'Derived', so that it is never considered a class method; add
2775         new warning for '+port' method ambiguity.
2776         * objc.dg/method-12.m: Include <objc/objc.h> instead of
2777         <objc/objc-api.h> (needed on Mac OS X).
2778         * objc.dg/method-13.m: New test.
2779
2780 2003-10-03  Roger Sayle  <roger@eyesopen.com>
2781
2782         PR optimization/9325, PR java/6391
2783         * gcc.c-torture/execute/20031003-1.c: New test case.
2784
2785 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
2786
2787         PR optimization/12180
2788         * gcc.dg/20031002-1.c: New test.
2789
2790         PR c++/12486
2791         * g++.dg/inherit/error1.C: New test.
2792
2793 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
2794
2795         * lib/f-torture.exp (search_for): Rename to...
2796         (search_for_re): This.  Also, clean up comments and the
2797         "regexp" invocation.
2798
2799 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
2800
2801         * gcc.c-torture/compile/20031002-1.c: New test.
2802
2803 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
2804
2805         * g++.dg/opt/cond1.C: New test.
2806
2807 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
2808
2809         * gcc.dg/Wold-style-definition-2.c: New testcase.
2810         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
2811
2812 2003-09-29  Richard Henderson  <rth@redhat.com>
2813
2814         * g++.dg/init/array10.C: Add dg-options.
2815
2816 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
2817
2818         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2819
2820 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2821
2822         * g++.dg/template/friend19.C: Fix typo.
2823         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
2824
2825 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
2826
2827         * gcc.c-torture/execute/20030928-1.c: New test.
2828         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
2829
2830 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
2831
2832         * g++.dg/opt/unroll1.C: New test.
2833
2834 2003-09-26  Roger Sayle  <roger@eyesopen.com>
2835
2836         PR optimization/11741
2837         * gcc.dg/20030926-1.c: New test case.
2838
2839 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2840
2841         PR c++/5655
2842         * g++.dg/parse/access7.C: New test.
2843         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
2844
2845 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
2846
2847         MERGE OF objc-improvements-branch into MAINLINE:
2848         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
2849         if libobjc has not been built.
2850         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
2851         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
2852         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
2853         objc/execute/nested-3.m, objc/execute/np-2.m,
2854         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
2855         objc/execute/redefining_self.m, objc/execute/root_methods.m,
2856         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
2857         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
2858         objc.dg/special/unclaimed-category-1.h,
2859         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
2860         well as GNU runtime.
2861         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
2862         * execute/cascading-1.m, execute/function-message-1.m,
2863         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
2864         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
2865         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
2866         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
2867         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
2868         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
2869         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
2870         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
2871         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
2872         * objc.dg/bitfield-2.m: Run only on Darwin.
2873         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
2874         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
2875         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
2876         * objc.dg/const-str-1.m: Fix constant string layout.
2877
2878 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
2879
2880         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
2881
2882 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
2883
2884         * gcc.dg/darwin-abi-1.c: New file.
2885
2886 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
2887
2888         PR target/12281
2889         * gcc.c-torture/compile/20030921-1.c: New test.
2890
2891 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2892
2893         * g++.dg/opt/reg-stack2.C: New test.
2894
2895 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2896
2897         * g++.dg/eh/delayslot1.C: New test.
2898
2899 2003-09-20  Richard Henderson  <rth@redhat.com>
2900
2901         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
2902
2903 2003-09-20  Roger Sayle  <roger@eyesopen.com>
2904
2905         * gcc.c-torture/execute/20030920-1.c: New test case.
2906
2907 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2908
2909         * g++.dg/rtti/typeid3.C: Correct expected error message.
2910
2911 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2912
2913         PR c++/157
2914         * g++.dg/parse/crash12.C: New test.
2915
2916 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
2917
2918         * gcc.dg/compat/mixed-struct-check.h: New.
2919         * gcc.dg/compat/mixed-struct-defs.h: New.
2920         * gcc.dg/compat/mixed-struct-init.h: New.
2921         * gcc.dg/compat/struct-by-value-19_main.c: New.
2922         * gcc.dg/compat/struct-by-value-19_x.c: New.
2923         * gcc.dg/compat/struct-by-value-19_y.c: New.
2924         * gcc.dg/compat/struct-by-value-20_main.c: New.
2925         * gcc.dg/compat/struct-by-value-20_x.c: New.
2926         * gcc.dg/compat/struct-by-value-20_y.c: New.
2927         * gcc.dg/compat/struct-return-19_main.c: New.
2928         * gcc.dg/compat/struct-return-19_x.c: New.
2929         * gcc.dg/compat/struct-return-19_y.c: New.
2930         * gcc.dg/compat/struct-return-20_main.c: New.
2931         * gcc.dg/compat/struct-return-20_x.c: New.
2932         * gcc.dg/compat/struct-return-20_y.c: New.
2933
2934 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
2935         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
2936         so that it will not complain on LP64 targets.
2937
2938 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2939
2940         PR c++/495
2941         * g++.dg/template/friend24.C: New test.
2942
2943 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
2944
2945         PR c++/12332
2946         * g++.dg/template/memtmpl2.C: New test.
2947
2948 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
2949
2950         PR target/11184
2951         * gcc.dg/builtin-apply1.c: New test.
2952
2953 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
2954
2955         PR c++/9848
2956         * g++.dg/warn/Wunused-4.C: New test.
2957
2958 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2959
2960         PR c++/12316
2961         * g++.dg/other/gc2.C: New test.
2962
2963 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
2964
2965         PR c++/11991
2966         * g++.dg/rtti/typeid3.C: New test.
2967
2968         PR c++/12266
2969         * g++.dg/overload/template1.C: New test.
2970
2971 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
2972
2973         * g++.dg/opt/cfg3.C: New test.
2974
2975 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2976
2977         PR c++/7939
2978         * g++.dg/template/crash11.C: New test.
2979
2980 2003-09-16  Jason Merrill  <jason@redhat.com>
2981             Jakub Jelinek  <jakub@redhat.com>
2982
2983         * gcc.dg/attr-warn-unused-result.c: New test.
2984
2985 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2986
2987         PR c++/12184
2988         * g++.dg/expr/call2.C: New test.
2989
2990 2003-09-15  Andreas Jaeger  <aj@suse.de>
2991
2992         * gcc.dg/Wold-style-definition-1.c: New test.
2993
2994 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
2995
2996         PR c++/3907
2997         * g++.dg/parse/template12.C: New test.
2998
2999         * g++.dg/abi/bitfield11.C: New test.
3000         * g++.dg/abi/bitfield12.C: Likewise.
3001
3002 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
3003
3004         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
3005         non-expansion of functional macro name without arguments at EOL.
3006         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
3007
3008 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
3009
3010         * gcc.c-torture/execute/20030914-[12].c: New tests.
3011
3012 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
3013
3014         PR c++/11788
3015         * g++.dg/overload/addr1.C: New test.
3016
3017 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
3018
3019         * gcc.dg/20030909-1.c: New test.
3020
3021 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
3022
3023         * gcc.dg/ultrasp10.c: New test.
3024
3025 2003-09-09  Devang Patel  <dpatel@apple.com>
3026
3027         * gcc.dg/darwin-ld-6.c: New test.
3028
3029 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3030
3031         * gcc.dg/torture/builtin-explog-1.c: New testcase.
3032
3033 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3034
3035         * gcc.dg/ia64-types1.c: New test.
3036         * gcc.dg/ia64-types2.c: Likewise.
3037
3038 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3039
3040         * gcc.dg/builtins-1.c: Add more _Complex tests.
3041         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3042
3043         * gcc.dg/builtins-1.c: Test existing _Complex functions.
3044         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3045
3046 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
3047
3048         PR c++/11786
3049         * g++.dg/lookup/koenig2.C: New test.
3050
3051         PR c++/5296
3052         * g++.dg/rtti/typeid2.C: New test.
3053
3054 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
3055
3056         * gcc.c-torture/compile/20030904-1.c: New test.
3057
3058 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
3059
3060         * g++.dg/opt/longbranch2.C: New test.
3061
3062 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3063
3064         * g++.dg/template/crash10.C: Only compile it.
3065
3066 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
3067
3068         PR middle-end/11665
3069         * gcc.c-torture/compile/20030907-1.c: New test.
3070         * g++.dg/init/array11.C: New test.
3071
3072 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3073
3074         PR c++/11852
3075         * g++.dg/init/struct1.C: New test.
3076
3077 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
3078
3079         PR c++/12181
3080         * g++.dg/expr/comma1.C: New test.
3081
3082 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
3083
3084         PR c++/11867
3085         * g++.dg/expr/static_cast5.C: New test.
3086
3087 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
3088
3089         PR c++/11507
3090         * g++.dg/lookup/scoped7.C: New test.
3091
3092         PR c++/9574
3093         * g++.dg/other/static1.C: New test.
3094
3095         PR c++/11490
3096         * g++.dg/warn/template-1.C: New test.
3097
3098         PR c++/11432
3099         * g++.dg/template/crash10.C: New test.
3100
3101         PR c++/2478
3102         * g++.dg/overload/VLA.C: New test.
3103
3104         PR c++/10804
3105         * g++.dg/template/call1.C: New test.
3106
3107 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3108
3109         PR c++/11794
3110         * g++.dg/parse/using3.C: New test.
3111
3112 2003-09-06  Roger Sayle  <roger@eyesopen.com>
3113
3114         PR c++/11409
3115         * g++.dg/overload/builtin3.C: New test case.
3116
3117 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
3118
3119         PR c/9862
3120         * gcc.dg/20030906-1.c: New test.
3121         * gcc.dg/20030906-2.c: Likewise.
3122
3123 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3124
3125         PR c++/12167
3126         * g++.dg/parse/defarg5.C: New test.
3127
3128         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
3129
3130 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
3131
3132         PR c++/12163
3133         * g++.dg/expr/static_cast4.C: New test.
3134
3135         PR c++/12146
3136         * g++.dg/template/crash9.C: New test.
3137
3138 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
3139
3140         * g++.old-deja/g++.ext/pretty2.C: Update for change
3141         in __FUNCTION__.
3142         * g++.old-deja/g++.ext/pretty3.C: Likewise.
3143
3144 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
3145
3146         PR c++/11922
3147         * g++/dg/template/qualified-id1.C: New test.
3148
3149         PR c++/12037
3150         * g++.dg/warn/noeffect4.C: New test.
3151
3152 2003-09-04  Matt Austern  <austern@apple.com>
3153
3154         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
3155         * g++.dg/ext/fnname2.C: Likewise.
3156         * g++.dg/ext/fnname3.C: Likewise.
3157
3158 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
3159
3160         * g++.dg/expr/lval1.C: New test.
3161         * g++.dg/ext/lvcast.C: Remove.
3162
3163 2003-09-03  Roger Sayle  <roger@eyesopen.com>
3164
3165         PR optimization/11700.
3166         * gcc.c-torture/compile/20030903-1.c: New test case.
3167
3168 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
3169
3170         PR c++/12053
3171         * g++.dg/abi/layout4.C: New test.
3172
3173 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
3174
3175         PR c++/11553
3176         * g++.dg/parse/friend3.C: New test.
3177
3178 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
3179
3180         PR c++/11847
3181         * g++.dg/template/class1.C: New test.
3182
3183         PR c++/11808
3184         * g++.dg/expr/call1.C: New test.
3185
3186 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
3187
3188         PR c++/12114
3189         * g++.dg/init/ref9.C: New test.
3190
3191         PR c++/11972
3192         * g++.dg/template/nested4.C: New test.
3193
3194 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3195
3196         PR c++/12093
3197         * g++.dg/template/non-dependent4.C: New test.
3198
3199         PR c++/11928
3200         * g++.dg/inherit/conv1.C: New test.
3201
3202 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
3203
3204         PR c++/6196
3205         * g++.dg/ext/label1.C: New test.
3206         * g++.dg/ext/label2.C: Likewise.
3207
3208 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3209
3210         * g++.dg/expr/cond3.C: New test.
3211
3212 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3213
3214         * gcc.dg/builtins-1.c: Add new builtin cases.
3215
3216 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3217
3218         * gcc.dg/builtins-1.c: Add new cases.
3219         * gcc.dg/torture/builtin-attr-1.c: Likewise.
3220
3221 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3222
3223         * gcc.dg/builtins-1.c: Add more math builtin tests.
3224         * gcc.dg/torture/builtin-attr-1.c: New test.
3225
3226 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
3227
3228         PR optimization/5079
3229         * g++.dg/opt/static3.C: New test.
3230
3231 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3232
3233         * gcc.misc-tests/gcov-10b.c: New test.
3234
3235 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
3236
3237         * g++.dg/opt/ptrmem3.C: New test.
3238
3239         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
3240
3241 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
3242
3243         * gcc.dg/20030826-2.c: New test.
3244
3245 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3246
3247         PR middle-end/12002
3248         * g77.f-torture/compile/12002.f: New test case.
3249
3250 2003-08-26  Roger Sayle  <roger@eyesopen.com>
3251
3252         * gcc.dg/20030826-1.c: New test case.
3253
3254 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
3255
3256         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
3257
3258 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
3259
3260         PR c++/11871
3261         * c++.dg/lookup/crash1.C: New test.
3262
3263         * c++.dg/warn/noeffect3.C: New test.
3264
3265 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
3266
3267         * gcc.dg/compat/vector-1_x.c: Compile with -w.
3268         * gcc.dg/compat/vector-1_y.c: Ditto.
3269         * gcc.dg/compat/vector-2_x.c: Ditto.
3270         * gcc.dg/compat/vector-2_y.c: Ditto.
3271
3272 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
3273
3274         * gcc.dg/20030702-1.c: New test.
3275
3276 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
3277
3278         PR c++/8795
3279         * g++.dg/ext/altivec-1.C: New test.
3280
3281 2003-08-24  Richard Henderson  <rth@redhat.com>
3282
3283         * g++.dg/eh/simd-2.C: Add -w for x86.
3284
3285 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
3286
3287         * gcc.dg/20030815-1.c: New test.
3288
3289 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3290
3291         PR c++/3765
3292         * g++.dg/parse/access6.C: New test.
3293
3294 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3295
3296         PR c++/641, c++/11876
3297         * g++.dg/template/friend22.C: New test.
3298         * g++.dg/template/friend23.C: Likewise.
3299
3300 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3301
3302         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
3303         identically.
3304
3305 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3306
3307         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
3308
3309 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3310
3311         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
3312
3313 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3314
3315         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
3316
3317 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
3318
3319         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
3320
3321 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
3322
3323         PR c++/11919
3324         * g++.dg/overload/prom1.C: New test.
3325
3326         PR c++/11551
3327         * g++.dg/parse/dtor2.C: New test.
3328
3329         PR c++/10762
3330         * g++.dg/parse/using2.C: New test.
3331
3332 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
3333
3334         PR target/11805
3335         * gcc.c-torture/compile/20030821-1.c: New.
3336
3337 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
3338
3339         PR c++/11834
3340         * g++.dg/template/deduce2.C: New test.
3341
3342 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
3343
3344         * gcc.c-torture/execute/20030821-1.c: New test.
3345
3346 2003-08-20  Roger Sayle  <roger@eyesopen.com>
3347
3348         PR middle-end/11984
3349         * gcc.dg/20030820-1.c: New test case.
3350
3351 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
3352
3353         PR c++/11945
3354         * g++.dg/warn/noeffect2.C: New test.
3355
3356 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
3357
3358         PR c++/10926
3359         * g++.dg/template/dtor2.C: New test.
3360
3361         PR c++/11684
3362         * g++.dg/template/operator1.C: New test.
3363         * g++.dg/parse/operator4.C: New test.
3364
3365         PR c++/11946.C
3366         * g++.dg/expr/enum1.C: New test.
3367         * gcc.dg/c99-bool-1.c: Remove bogus warning.
3368
3369         PR c++/11036.C
3370         * g++.dg/parse/elab2.C: New test.
3371         * g++.dg/parse/typedef4.C: Change error message.
3372         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
3373         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
3374         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
3375
3376 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
3377
3378         * gcc.dg/pch/warn-1.c: New.
3379         * gcc.dg/pch/warn-1.hs: New.
3380
3381         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
3382         not-tested file.
3383
3384 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3385
3386         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
3387
3388 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
3389
3390         * gcc.dg/uninit-D.c: New Test.
3391         * gcc.dg/uninit-E.c: New Test.
3392         * gcc.dg/uninit-F.c: New Test.
3393         * gcc.dg/uninit-G.c: New Test.
3394
3395 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
3396
3397         * g++.dg/README: Describe the pch directory.
3398
3399 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3400
3401         PR c++/11174
3402         * g++.dg/parse/access4.C: New test.
3403         * g++.dg/parse/access5.C: Likewise.
3404         * g++.old-deja/g++.jason/access17.C: Adjust error message.
3405
3406 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
3407
3408         * gcc.dg/noncompile/20030818-1.c: New.
3409
3410 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
3411
3412         PR c++/11957
3413         * g++.dg/warn/noeffect1.C: New test.
3414
3415         * g++.dg/template/scope2.C: New test.
3416         * g++.dg/template/error2.C: Correct dg-error
3417
3418 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
3419
3420         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
3421
3422 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
3423
3424         PR C++/11512
3425         * g++.dg/template/warn1.C: New.
3426
3427 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3428
3429         * g++.dg/template/error2.C: New test.
3430         * g++.dg/lookup/using7.C: Adjust errors
3431         * g++.old-deja/g++.pt/crash36.C: Likewise.
3432         * g++.old-deja/g++.pt/derived3.C: Likewise.
3433
3434 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3435
3436         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
3437         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
3438         * gcc.c-torture/execute/builtins/string-9.c: New, from
3439         string-opt-9.c.  Adjust for execute/builtins framework.
3440         * gcc.c-torture/execute/string-opt-9.c: Delete.
3441
3442 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
3443
3444         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
3445
3446         * g++.dg/parse/ret-type2.C: New test.
3447
3448         PR c++/11703
3449         * g++.dg/init/new8.C: New test.
3450
3451         PR c++/10923
3452         * g++.dg/parse/typedef5.C: New test.
3453
3454         PR c++/9512
3455         * g++.dg/parse/qualified2.C: New test.
3456         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
3457         invalid code.
3458
3459 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
3460
3461         * g++.dg/conversion/ptrmem1.C: New test.
3462
3463 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
3464
3465         PR target/11693
3466         * gcc.dg/20030811-1.c: New test.
3467
3468         PR target/11535
3469         * gcc.c-torture/execute/20030811-1.c: New test.
3470
3471 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3472
3473         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
3474
3475 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
3476
3477         PR c++/11789.C
3478         * g++.dg/inherit/multiple1.C: New test.
3479
3480 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3481
3482         * gcc.dg/spe1.c: New test.
3483
3484         PR c++/11670
3485         * g++.dg/expr/cast2.C: New test.
3486
3487         PR c++/10530
3488         * g++.dg/template/dependent-name2.C: New test.
3489
3490 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
3491
3492         * g++.dg/parse/crash11.C: Put the dg options in comments.
3493
3494 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
3495
3496         * lib/gcc-dg.exp: Update for diagnostic change.
3497
3498 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3499
3500         PR c++/5767
3501         * g++.dg/parse/crash11.C: New test.
3502
3503 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
3504
3505         * gcc.dg/cpp/spacing1.c: Update.
3506
3507 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
3508
3509         PR target/11739
3510         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
3511         a value for -mtune.
3512
3513 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3514
3515         PR middle-end/11771
3516         * gcc.c-torture/compile/20030804-1.c: New test case.
3517
3518 2003-08-04  Roger Sayle  <roger@eyesopen.com>
3519
3520         * gcc.dg/20030804-1.c: New test case.
3521
3522 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
3523
3524         * gcc.dg/cpp/separate-1.c: New test.
3525
3526 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3527
3528         PR c++/11704
3529         * g++.dg/template/dependent-expr2.C: New test.
3530
3531         PR c++/11766
3532         * g++.dg/expr/ptrmem1.C: New test.
3533
3534 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3535
3536         PR c++/9453
3537         * g++.dg/template/friend15.C: New test.
3538
3539 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3540
3541         * lib/dg-pch.exp: Work round PCH bug.
3542
3543 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3544
3545         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
3546         builtins.  Move cases from builtins-4.c here.
3547
3548         * gcc.dg/torture/builtin-math-1.c: New test taken from
3549         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
3550         additional cases.
3551
3552         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
3553         Delete.
3554
3555 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3556
3557         PR c++/9447
3558         * g++.dg/template/using7.C: New test.
3559
3560 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3561
3562         * import1.c, import2.c: New tests.
3563
3564 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
3565
3566         * g++.dg/eh/crossjump1.C: New test.
3567
3568 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
3569
3570         PR c++/11697
3571         * g++.dg/template/using6.C: New test.
3572
3573         PR c++/11744
3574         * g++.dg/template/koenig2.C: New test.
3575
3576 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3577
3578         PR c++/7983
3579         * g++.dg/parse/typedef4.C: New test.
3580
3581 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3582
3583         PR c++/8442, c++/8806
3584         * g++.dg/template/elab1.C: New test.
3585         * g++.dg/template/type2.C: Likewise.
3586         * g++.dg/template/ttp3.C: Adjust expected error message.
3587         * g++.old-deja/g++.law/visibility13.C: Likewise.
3588         * g++.old-deja/g++.niklas/t135.C: Likewise.
3589         * g++.old-deja/g++.pt/ttp41.C: Likewise.
3590         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
3591         template argument.
3592         * g++.old-deja/g++.pt/ttp44.C: Likewise.
3593
3594 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
3595
3596         PR c++/11295
3597         * g++.dg/ext/stmtexpr1.C: New test.
3598
3599         * g++.dg/opt/tmp1.C: New test.
3600
3601         PR c++/11525
3602         * g++.dg/parse/constant4.C: New test.
3603
3604         PR c++/9447
3605         * g++.dg/template/using5.C: New test.
3606
3607 2003-07-31  Roger Sayle  <roger@eyesopen.com>
3608
3609         * gcc.dg/builtins-27.c: New test case.
3610
3611 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
3612
3613         * gcc.dg/tls/opt-7.c: New test.
3614
3615 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
3616
3617         * g++.old-deja/g++.other/crash18.C: Remove.
3618
3619 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3620
3621         * g++.dg/template/explicit3.C: New.
3622         * g++.dg/template/explicit4.C: New.
3623         * g++.dg/template/explicit5.C: New.
3624
3625         PR c++/11347
3626         * g++.dg/template/memtmpl1.C: New.
3627
3628 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
3629
3630         PR target/11565
3631         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
3632         * gcc.dg/i386-387-5.c (dg-options): Likewise.
3633
3634 2003-07-30  Jan Hubicka  <jh@suse.cz>
3635
3636         * vtgc1.c: Kill.
3637
3638 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
3639
3640         * gcc.dg/struct-in-proto-1.c: New test.
3641
3642 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
3643
3644         * gcc.dg/cpp/include2.c: Only expect one message.
3645
3646 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
3647
3648         PR c++/9447
3649         * g++.dg/template/using1.C: New test.
3650         * g++.dg/template/using2.C: New test.
3651         * g++.dg/template/using3.C: New test.
3652         * g++.dg/template/using4.C: New test.
3653
3654 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
3655
3656         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
3657         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3658
3659 2003-07-28  Jan Hubicka  <jh@suse.cz>
3660
3661         PR c++/11530
3662         * g++.dg/opt/call1.C: New test.
3663
3664 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
3665
3666         PR c++/11667
3667         * g++.dg/init/enum2.C: New test.
3668         * g++.dg/template/overload1.C: Add "-w" option.
3669
3670 2003-07-28    <hp@bitrange.com>
3671
3672         * gcc.dg/Wdeclaration-after-statement-1.c,
3673         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
3674
3675 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
3676
3677         * gcc.c-torture/compile/20030725-1.c: New test.
3678
3679 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
3680
3681         * gcc.dg/20030505.c: Only run for SPE.
3682         Remove definition of opaque type.
3683
3684 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
3685
3686         * g++.dg/template/ptrmem6.C: New test.
3687
3688 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
3689
3690         * gcc.c-torture/compile/zero-strct-2.c: New test.
3691
3692 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
3693
3694         * gcc.dg/intermod-1.c: New test.
3695
3696 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3697
3698         PR c++/11617
3699         * g++.dg/template/lookup2.C: New test.
3700         * g++.dg/template/memclass1.C: Remove instantiated from error.
3701         * g++.dg/other/error2.C: Tweak expected errors.
3702
3703         PR c++/11596
3704         * g++.dg/template/defarg3.C: New test.
3705
3706         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
3707
3708 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
3709
3710         * g++.dg/inherit/access5.C: New test.
3711
3712 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3713
3714         PR c++/11513
3715         * g++.dg/template/crash8.C: New test.
3716
3717 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
3718
3719         PR c/10602
3720         * gcc.dg/noncompile/incomplete-2.c: New test.
3721
3722 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
3723
3724         PR c++/11645
3725         * g++.dg/inherit/access4.C: New test.
3726
3727         PR c++/11517
3728         * g++.dg/expr/cond2.C: New test.
3729
3730         PR optimization/10679
3731         * g++.dg/opt/inline4.C: New test.
3732
3733 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3734
3735         * g++.dg/parse/crash10: New test.
3736
3737 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3738
3739         * g++.dg/ext/flexary1.C: New test.
3740
3741 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3742
3743         PR c++/10793
3744         * g++.dg/template/crash9.C: New test.
3745
3746 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3747
3748         PR c++/3004
3749         * g++.dg/parse/typedef3.C: New test.
3750
3751         PR c++/7906
3752         * g++.dg/parse/operator2.C: New test.
3753
3754         PR c++/8895
3755         * g++.dg/parse/def-tmpl-arg1.C: New test.
3756
3757         PR c++/9282
3758         * g++.dg/parse/funptr1.C: New test.
3759
3760         PR c++/9452
3761         * g++.dg/parse/ambig3.C: New test.
3762
3763         PR c++/9454
3764         * g++.dg/parse/operator3.C: New test.
3765
3766         PR c++/9486
3767         * g++.dg/parse/template10.C: New test.
3768
3769         PR c++/9488
3770         * g++.dg/parse/template11.C: New test.
3771
3772         PR c++/10150
3773         * g++.dg/parse/invalid-op1.C: New test.
3774
3775         PR c++/10247
3776         * g++.dg/parse/condexpr1.C: New test.
3777
3778 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3779
3780         * g++.dg/ext/packed3.C: New test.
3781         * g++.dg/ext/packed4.C: New test.
3782
3783         * gcc.dg/pack-test-3.c: New test.
3784
3785 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
3786
3787         * lib/compat.exp: Handle dg-options per source file.
3788         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
3789         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
3790         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
3791         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
3792         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
3793         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
3794         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
3795         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
3796         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
3797         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
3798         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
3799         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
3800         * g++.dg/compat/break/bitfield7_x.C: Ditto.
3801         * g++.dg/compat/break/bitfield7_y.C: Ditto.
3802
3803 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
3804
3805         PR c/10320
3806         * gcc.c-torture/execute/20030718-1.c: New test.
3807
3808 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3809
3810         PR optimization/11536
3811         * gcc.dg/20030721-1.c: New test.
3812
3813 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
3814
3815         PR c++/11546
3816         * g++.dg/template/lookup1.C: New test.
3817
3818 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
3819
3820         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
3821         diagnostics of ill-formed constructs involving labels.
3822         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
3823         the new 'previously defined here' message.
3824
3825 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
3826
3827         * g++.dg/parse/non-dependent2.C: New test.
3828
3829 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
3830
3831         * g++.dg/init/init-ref4.C: xfail on targets without
3832         weak symbols.
3833
3834 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
3835
3836         PR target/11087
3837         * gcc.c-torture/execute/20030717-1.c: New test.
3838
3839 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
3840
3841         * g++.dg/opt/cfg1.C: New test.
3842
3843 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
3844
3845         PR optimization/11557
3846         * gcc.dg/20030717-1.c: New test.
3847
3848 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
3849
3850         PR c++/10476
3851         * g++.dg/expr/crash-1.C: New test.
3852
3853         PR c++/11027
3854         * g++.dg/template/init3.C: New test.
3855
3856         PR c++/8222
3857         * g++.dg/template/non-dependent1.C: New test.
3858
3859         PR c++/11070
3860         * g++.dg/template/non-dependent2.C: New test.
3861
3862         PR c++/11071
3863         * g++.dg/template/non-dependent3.C: New test.
3864
3865         PR c++/9907
3866         * g++.dg/template/sizeof5.C: New test.
3867
3868 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
3869
3870         PR 11498
3871         * gcc.c-torture/compile/mangle-1.c: New file.
3872
3873 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3874
3875         PR c++/7809
3876         * g++.dg/parse/access3.C: New test.
3877
3878 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
3879
3880         PR c++/11384
3881         * g++.dg/init/init-ref4.C: New test.
3882
3883 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
3884
3885         PR c++/11547
3886         * g++.dg/parse/constant3.C: New test.
3887         * g++.dg/parse/crash7.C: Likewise.
3888
3889 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
3890
3891         PR target/11008
3892         * gcc.dg/i386-pentium4-not-mull.c: New.
3893
3894 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
3895
3896         * gcc.dg/asm-names.c (ymain): Make it weak.
3897
3898 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3899
3900         PR c++/5421
3901         * g++.dg/template/friend21.C: New test.
3902
3903 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
3904
3905         * gcc.dg/cleanup-8.c: New test.
3906         * gcc.dg/cleanup-9.c: New test.
3907
3908 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
3909
3910         * g++.dg/ext/dll-MI1.h: New file.
3911         * g++.dg/ext/dllexport-MI1.C: New file.
3912         * g++.dg/ext/dllimport-MI1.C: New file.
3913
3914 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
3915
3916         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
3917         it does not have cmpstrsi patterns (just cmpmemsi).
3918
3919 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
3920
3921         PR debug/11473
3922         * g++.dg/debug/debug8.C: New test.
3923
3924 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3925
3926         PR c++/10108
3927         * g++.dg/template/crash7.C: New test.
3928
3929 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
3930
3931         PR target/10795
3932         * gcc.c-torture/compile/20030708-1.c: New.
3933
3934 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
3935
3936         * gcc.c-torture/execute/20030715-1.c: New test.
3937
3938 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
3939
3940         * gcc.dg/pch/inline-3.c: New file.
3941         * gcc.dg/pch/inline-3.hs: New file.
3942         * gcc.dg/pch/inline-4.c: New file.
3943         * gcc.dg/pch/inline-4.hs: New file.
3944
3945 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
3946
3947         PR c++/11509
3948         * g++.dg/template/crash6.C: New test.
3949
3950         PR c++/7053
3951         * g++.dg/template/friend20.C: New test.
3952
3953         PR c++/7019
3954         * g++.dg/template/overload2.C: New test.
3955
3956 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3957
3958         PR optimization/11440
3959         * gcc.c-torture/execute/20030714-1.c: New test.
3960
3961 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3962
3963         PR c++/11154
3964         * g++.dg/template/partial2.C: New test.
3965
3966 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
3967
3968         PR c++/11503
3969         * g++.dg/template/anon1.C: New test.
3970
3971         PR c++/11493
3972         PR c++/11495
3973         * g++.dg/parse/template9.C: Likewise.
3974         * g++.dg/template/crash4.C: New test.
3975         * g++.dg/template/koenig1.C: Likewise.
3976         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
3977         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
3978         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
3979         functions.
3980         * g++.old-deja/g++.jason/template36.C: Likewise.
3981         * g++.old-deja/g++.mike/p1989.C: Likewise.
3982         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
3983         * g++.old-deja/g++.pt/ttp20.C: Use this->.
3984         * g++.old-deja/g++.pt/ttp21.C: Use this->.
3985         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
3986         compiling.
3987         * g++.old-deja/g++.pt/union2.C: Use this->.
3988
3989 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
3990
3991         * gcc.dg/20030711-1.c: New test.
3992
3993 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
3994
3995         PR c++/11050
3996         * g++.dg/parse/args1.C: New test.
3997         * g++.pt/defarg8.C: Change expected errors.
3998
3999 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
4000
4001         PR c++/8164
4002         * g++.dg/template/nontype2.C: New test.
4003
4004         PR c++/10558
4005         * g++.dg/parse/template8.C: New test.
4006
4007         PR c++/8327
4008         * g++.dg/template/scope1.C: New test.
4009
4010         * g++.dg/warn/Wsign-compare-1.C: New test.
4011
4012 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4013
4014         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
4015
4016 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
4017
4018         PR c++/9411
4019         * g++.dg/template/explicit2.C: New test.
4020
4021         PR c++/10032
4022         * g++.dg/warn/pedantic1.C: New test.
4023
4024 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
4025
4026         PR c++ 9483
4027         * g++.dg/other/field1.C: New test.
4028
4029 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
4030
4031         PR c/11449
4032         * gcc.c-torture/compile/20030707-1.c: New.
4033
4034 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4035
4036         PR c++/10849
4037         * g++.dg/template/access12.C: New test.
4038
4039 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
4040
4041         * g++.dg/bprob/bprob.exp (prof_ext): Update.
4042         * g77.dg/bprob/bprob.exp (prof_ext): Update.
4043         * gcc.misc-tests/bprob.exp (prof_ext): Update.
4044         * gcc.misc-tests/gcov.exp: Update
4045         * g++.dg/gcov/gcov.exp: Update
4046         * lib/gcov.exp: Update.
4047
4048 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
4049
4050         * g++.dg/abi/mangle17.C: Make sure template expressions are
4051         dependent.
4052         * g++.dg/abi/mangle4.C: Mark erroneous casts.
4053         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
4054         * g++.dg/opt/stack1.C: Remove erroneous code.
4055         * g++.dg/parse/template7.C: New test.
4056         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
4057         * g++.old-deja/g++.pt/crash4.C: Likewise.
4058
4059 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4060
4061         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
4062         with zero or one occurence of `$' after the initial `L'.
4063
4064 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
4065
4066         * gcc.c-torture/compile/20030704-1.c: Add a comment.
4067
4068 2003-07-08  Roger Sayle  <roger@eyesopen.com>
4069
4070         PR c/11370
4071         * gcc.dg/Wunreachable-6.c: New testcase.
4072         * gcc.dg/Wunreachable-7.c: New testcase.
4073
4074 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4075
4076         PR c/11420
4077         * gcc.dg/20030708-1.c: New test.
4078
4079 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
4080
4081         * gcc.dg/compat/sdata-section.h: New file.
4082         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
4083         * gcc.dg/torture/mips-sdata-1.c: New test.
4084
4085 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4086
4087         PR c++/11030
4088         * g++.dg/template/friend19.C: New test.
4089
4090 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
4091
4092         * g++.dg/opt/strength-reduce.C: New test.
4093
4094 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4095
4096         PR target/10979
4097         * gcc.dg/20030707-1.c: New testcase.
4098
4099 2003-07-07  Roger Sayle  <roger@eyesopen.com>
4100
4101         PR optimization/11059
4102         * g++.dg/opt/emptyunion.C: New testcase.
4103
4104 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4105             Eric Botcazou  <ebotcazou@libertysurf.fr>
4106
4107         * g++.dg/opt/stack1.C: New test.
4108
4109 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
4110
4111         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
4112         run test.
4113
4114         PR c++/11431
4115         * g++.dg/expr/static_cast3.C: New test.
4116
4117 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4118
4119         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
4120         everywhere.
4121         * gcc.dg/concat.c: Concatenation of string constants with
4122         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
4123         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
4124         * gcc.dg/cpp/escape-2.c: Use wide character constants where
4125         necessary to avoid multi-character character constant warning.
4126         * gcc.dg/cpp/escape.c: Likewise.
4127         * gcc.dg/cpp/ucs.c: Likewise.
4128         Remove backslashes from dg-bogus comments, as they confuse Tcl.
4129         Fix a typo.
4130
4131 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4132
4133         PR c/11428
4134         * gcc.c-torture/compile/20030704-1.c: New.
4135
4136 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
4137
4138         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
4139
4140 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
4141
4142         PR c++/5287, PR c++/7910,  PR c++/11021
4143         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
4144         tests for warnings.
4145         * g++.dg/ext/dllimport2.C: Add tests for warnings.
4146         * g++.dg/ext/dllimport3.C: Likewise.
4147         * g++.dg/ext/dllimport4.C: New file.
4148         * g++.dg/ext/dllimport5.C: New file.
4149         * g++.dg/ext/dllimport6.C: New file.
4150         * g++.dg/ext/dllimport7.C: New file.
4151         * g++.dg/ext/dllimport8.C: New file.
4152         * g++.dg/ext/dllimport9.C: New file.
4153         * g++.dg/ext/dllimport10.C: New file.
4154         * g++.dg/ext/dllexport1.C: New file.
4155
4156 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4157
4158         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
4159         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
4160
4161 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4162
4163         * gcc.dg/builtins-25.c: New testcase.
4164         * gcc.dg/builtins-26.c: New testcase.
4165
4166 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
4167
4168         * gcc.dg/compat/vector-defs.h: New file.
4169         * gcc.dg/compat/vector-setup.h: New file.
4170         * gcc.dg/compat/vector-check.h: New file.
4171         * gcc.dg/compat/vector-1_main.c: New file.
4172         * gcc.dg/compat/vector-1_x.c: New file.
4173         * gcc.dg/compat/vector-1_y.c: New file.
4174         * gcc.dg/compat/vector-2_main.c: New file.
4175         * gcc.dg/compat/vector-2_x.c: New file.
4176         * gcc.dg/compat/vector-2_y.c: New file.
4177
4178         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
4179         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
4180         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
4181         * gcc.dg/compat/struct-align-1.h: New file.
4182         * gcc.dg/compat/struct-align-1_main.c: New file.
4183         * gcc.dg/compat/struct-align-1_x.c: New file.
4184         * gcc.dg/compat/struct-align-1_y.c: New file.
4185         * gcc.dg/compat/struct-align-2.h: New file.
4186         * gcc.dg/compat/struct-align-2_main.c: New file.
4187         * gcc.dg/compat/struct-align-2_x.c: New file.
4188         * gcc.dg/compat/struct-align-2_y.c: New file.
4189
4190         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
4191         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4192         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4193         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4194         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4195         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4196         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4197         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4198         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4199         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4200         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4201         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4202         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4203         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4204         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4205         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4206         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4207         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4208         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4209         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4210         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4211         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4212         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4213         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4214         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4215         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4216         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4217         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4218         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4219
4220 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4221
4222         * gcc.dg/i386-call-1.c: New test.
4223
4224 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4225
4226         PR c++/9162
4227         * g++.dg/parse/defarg4.C: New.
4228
4229 2003-07-03  Roger Sayle  <roger@eyesopen.com>
4230
4231         PR target/10700
4232         * gcc.c-torture/compile/20030703-1.c: New test case.
4233
4234 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
4235
4236         * g++.dg/template/local3.C: Remove extra semicolon.
4237
4238 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
4239
4240         * gcc.dg/i386-volatile-1.c: New test.
4241
4242 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
4243
4244         PR c++/11072
4245         * g++.dg/other/offsetof2.C: XFAIL.
4246         * g++.dg/other/offsetof5.C: New.
4247
4248         PR c++/10219
4249         * g++.dg/template/error1.C: New.
4250
4251         PR c++/9779
4252         * g++.dg/template/dependent-expr1.C: New.
4253
4254 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4255
4256         PR c++/6949
4257         * g++.dg/template/local3.C: New test.
4258
4259         PR c++/11149
4260         * g++.dg/lookup/scoped6.C: New test.
4261
4262 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
4263
4264         PR c++/8046
4265         * g++.dg/other/error7.C: New test.
4266
4267 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
4268
4269         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
4270         * g++.old-deja/g++.abi/vtable3.h: Likewise.
4271         * g++.old-deja/g++.law/code-gen5.C: Likewise.
4272         * g++.old-deja/g++.other/union2.C: Likewise.
4273         * gcc.dg/c90-const-expr-2.c: Likewise.
4274         * gcc.dg/c90-const-expr-3.c: Likewise.
4275         * gcc.dg/c99-const-expr-2.c: Likewise.
4276         * gcc.dg/c99-const-expr-3.c: Likewise.
4277         * gcc.dg/concat.c: Likewise.
4278
4279 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
4280
4281         PR c++/9559
4282         * g++.dg/init/static1.C: New test.
4283
4284 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4285
4286         * Changelog: Remove ">>>>>>>" from previous change.
4287
4288 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4289
4290         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
4291         * g++.old-deja/g++.other/access2.C: Likewise.
4292         * g++.old-deja/g++.other/decl2.C: Likewise.
4293         * gcc.c-torture/execute/20020615-1.c: Likewise.
4294
4295 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4296
4297         PR c++/4933
4298         * g++.dg/template/sizeof4.C: New test.
4299
4300 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4301
4302         * g++.dg/other/error6.C: New test.
4303
4304 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
4305
4306         PR c++/10750
4307         * g++.dg/parse/constant2.C: New test.
4308
4309 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
4310
4311         PR c++/11106
4312         * g++.dg/other/error5.C: New test.
4313
4314 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4315
4316         * gcc.dg/format/gcc_diag-1.c: New test.
4317
4318 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
4319
4320         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
4321
4322 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4323
4324         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
4325         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
4326         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
4327
4328 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
4329
4330         * gcc.c-torture/execute/builtins/string-8.c: New test.
4331         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
4332         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
4333         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
4334
4335 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4336
4337         PR c++/10468
4338         * g++.dg/ext/typeof6.C: New test.
4339
4340 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
4341
4342         PR c++/10796
4343         * g++.dg/init/enum1.C: New test.
4344
4345 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
4346
4347         * gcc.dg/20030627-1.c: New test.
4348
4349 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
4350
4351         PR c++/11332
4352         * g++.dg/expr/static_cast2.C: New test.
4353
4354 2003-06-26  Roger Sayle  <roger@eyesopen.com>
4355             Jakub Jelinek  <jakub@redhat.com>
4356
4357         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
4358         sprintf(dst,"%s",src) optimization.
4359         * gcc.c-torture/execute/20030626-1.c: New test case.
4360         * gcc.c-torture/execute/20030626-2.c: New test case.
4361
4362 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
4363
4364         * gcc.c-torture/execute/multi-ix.c: New test.
4365
4366         * gcc.c-torture/execute/simd-4.c (main):
4367         Added missing semicolon at end of union.
4368
4369 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
4370
4371         PR c++/8266
4372         * g++.dg/template/explicit-instantiation3.C: New test.
4373
4374 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4375
4376         * gcc.dg/20030626-1.c: Use signed char.
4377
4378 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
4379
4380         * gcc.dg/20030626-1.c: New test.
4381
4382 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
4383
4384         * const-str-2.m: Update.
4385
4386 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
4387
4388         PR c++/10990
4389         * g++.dg/rtti/dyncast1.C: New test.
4390         * g++.dg/abi/mangle4.C: Correct base-specifier access.
4391         * g++.dg/lookup/scoped1.C: Remove XFAIL.
4392         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
4393
4394         PR c++/10931
4395         * g++.dg/expr/static_cast1.C: New test.
4396
4397 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
4398
4399         * gcc.dg/20030625-1.c: New test.
4400
4401 2003-06-24  Roger Sayle  <roger@eyesopen.com>
4402
4403         * gcc.c-torture/compile/20030624-1.c: New test case.
4404
4405 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
4406
4407         * gcc.c-torture/execute/string-opt-17.c: New test.
4408
4409 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
4410
4411         PR c++/5754
4412         * g++.dg/parse/crash6.C: New test.
4413
4414 2003-06-23  Roger Sayle  <roger@eyesopen.com>
4415
4416         * gcc.dg/builtins-24.c: New test case.
4417
4418 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
4419
4420         * g++.dg/opt/operator1.C: New test.
4421
4422 2003-06-22  Roger Sayle  <roger@eyesopen.com>
4423
4424         * gcc.c-torture/execute/string-opt-16.c: New test case.
4425
4426 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4427
4428         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
4429         * g++.old-deja/g++.other/conv7.C: Likewise
4430         * g++.old-deja/g++.other/overcnv2.C: Likewise.
4431         * g++.old-deja/g++.other/overload14.C: Likewise.
4432
4433 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
4434
4435         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
4436         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
4437
4438 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4439
4440         PR c++/10888
4441         * g++.dg/warn/Winline-3.C: New test.
4442
4443 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4444
4445         * lib/target-supports.exp (check_alias_available): Make the test
4446         program acceptable to the Solaris assembler.
4447
4448         PR c++/10749
4449         * g++.dg/template/memclass2.C: New test.
4450
4451 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4452             Eric Botcazou  <ebotcazou@libertysurf.fr>
4453
4454         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
4455         data for non-matching targets.
4456         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
4457
4458 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
4459
4460         PR c++/10845
4461         * g++.dg/template/member3.C: New test.
4462
4463 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
4464
4465         PR c++/10939
4466         * g++.dg/template/func1.C: New test.
4467
4468         PR c++/9649
4469         * g++.dg/template/static4.C: New test.
4470         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
4471
4472         PR c++/11041
4473         * g++.dg/init/ref7.C: New test.
4474
4475 2003-06-19  Matt Austern  <austern@apple.com>
4476
4477         PR c++/11228
4478         * g++.dg/anew1.C: New test.
4479         * g++.dg/anew2.C: New test.
4480         * g++.dg/anew3.C: New test.
4481         * g++.dg/anew4.C: New test.
4482
4483 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
4484
4485         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
4486
4487 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
4488
4489         * gcc.c-torture/execute/simd-4.c (main): Make expected value
4490         endian-dependent.
4491
4492 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4493
4494         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
4495         Remove cruft.
4496
4497 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4498
4499         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
4500         * gcc.c-torture/compile/961203-1.c: Likewise.
4501         * gcc.c-torture/compile/980506-1.c: Likewise.
4502
4503 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4504
4505         PR c++/10712
4506         * g++.dg/lookup/using7.C: New test.
4507
4508 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
4509
4510         PR c++/11105
4511         * g++.dg/abi/conv1.C: Remove it.
4512         * g++.dg/template/conv7.C: New test.
4513         * g++.dg/template/conv8.C: Likewise.
4514         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
4515         conversion operator.
4516
4517 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
4518
4519         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
4520         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
4521         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4522         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
4523         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
4524         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4525         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4526         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
4527         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
4528         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
4529         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
4530         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
4531         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
4532         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
4533         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
4534         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
4535         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
4536         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
4537         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4538         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4539         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4540         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4541         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4542         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4543         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4544         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4545         * gcc.dg/compat/struct-return-10_x.c: Ditto.
4546         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4547         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4548
4549 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
4550
4551         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
4552         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
4553         indications.
4554
4555 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4556
4557         * gcc.dg/i386-387-5.c: New test case.
4558         * gcc.dg/i386-387-6.c: New test case.
4559         * gcc.dg/builtins-23.c: New test case.
4560
4561 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4562
4563         * gcc.dg/builtins-22.c: New test case.
4564         * gcc.dg/i386-387-1.c: Update to test exp.
4565         * gcc.dg/i386-387-2.c: Likewise.
4566
4567 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4568
4569         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
4570
4571 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4572
4573         * lib/gcc-dg.exp (dg-require-dll): New function.
4574         (dg-xfail-if): Likewise.
4575         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
4576         driver.
4577
4578         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
4579         * gcc.c-torture/compile/20001205-1.c: Likewise.
4580         * gcc.c-torture/compile/20001226-1.c: Likewise.
4581         * gcc.c-torture/compile/20010518-2.c: Likewise.
4582         * gcc.c-torture/compile/20020312-1.c: Likewise.
4583         * gcc.c-torture/compile/20020604-1.c: Likewise.
4584         * gcc.c-torture/compile/920501-12.c: Likewise.
4585         * gcc.c-torture/compile/920501-4.c: Likewise.
4586         * gcc.c-torture/compile/920520-1.c: Likewise.
4587         * gcc.c-torture/compile/920521-1.c: Likewise.
4588         * gcc.c-torture/compile/920625-1.c: Likewise.
4589         * gcc.c-torture/compile/961203-1.c: Likewise.
4590         * gcc.c-torture/compile/980506-1.c: Likewise.
4591         * gcc.c-torture/compile/981006-1.c: Likewise.
4592         * gcc.c-torture/compile/981022-1.c: Likewise.
4593         * gcc.c-torture/compile/981223-1.c: Likewise.
4594         * gcc.c-torture/compile/990617-1.c: Likewise.
4595         * gcc.c-torture/compile/dll.c: Likewise.
4596         * gcc.c-torture/compile/labels-3.c: Likewise.
4597         * gcc.c-torture/compile/mipscop-1.c: Likewise.
4598         * gcc.c-torture/compile/mipscop-2.c: Likewise.
4599         * gcc.c-torture/compile/mipscop-3.c: Likewise.
4600         * gcc.c-torture/compile/mipscop-4.c: Likewise.
4601         * gcc.c-torture/compile/simd-5.c: Likewise.
4602         * gcc.c-torture/compile/20000804-1.x: Remove.
4603         * gcc.c-torture/compile/20001205-1.x: Likewise.
4604         * gcc.c-torture/compile/20001226-1.x: Likewise.
4605         * gcc.c-torture/compile/20010518-2.x: Likewise.
4606         * gcc.c-torture/compile/20020312-1.x: Likewise.
4607         * gcc.c-torture/compile/20020604-1.x: Likewise.
4608         * gcc.c-torture/compile/920501-12.x: Likewise.
4609         * gcc.c-torture/compile/920501-4.x: Likewise.
4610         * gcc.c-torture/compile/920520-1.x: Likewise.
4611         * gcc.c-torture/compile/920521-1.x: Likewise.
4612         * gcc.c-torture/compile/920625-1.x: Likewise.
4613         * gcc.c-torture/compile/961203-1.x: Likewise.
4614         * gcc.c-torture/compile/980506-1.x: Likewise.
4615         * gcc.c-torture/compile/981006-1.x: Likewise.
4616         * gcc.c-torture/compile/981022-1.x: Likewise.
4617         * gcc.c-torture/compile/981223-1.x: Likewise.
4618         * gcc.c-torture/compile/990617-1.x: Likewise.
4619         * gcc.c-torture/compile/mipscop-1.x: Likewise.
4620         * gcc.c-torture/compile/mipscop-2.x: Likewise.
4621         * gcc.c-torture/compile/mipscop-3.x: Likewise.
4622         * gcc.c-torture/compile/mipscop-4.x: Likewise.
4623         * gcc.c-torture/compile/simd-5.x: Likewise.
4624
4625         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
4626
4627 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4628
4629         * gcc.c-torture/execute/20030611-1.c: New test.
4630
4631 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4632
4633         PR middle-end/168
4634         * gcc.dg/20030612-1.c: New test case.
4635
4636 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
4637
4638         PR c++/10635
4639         * g++.dg/expr/cast1.C: New test.
4640
4641 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4642
4643         * gcc.dg/builtins-21.c: New test case.
4644
4645 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
4646
4647         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
4648         options instead of at the end.
4649         * lib/objc.exp (objc_target_compile): Likewise.
4650
4651 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
4652
4653         PR c++/10432
4654         * g++.dg/parse/error1.C: New test.
4655
4656 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
4657
4658         * gcc.dg/compat/struct-by-value-11_main.c: New file.
4659         * gcc.dg/compat/struct-by-value-11_x.c: New file.
4660         * gcc.dg/compat/struct-by-value-11_y.c: New file.
4661         * gcc.dg/compat/struct-by-value-12_main.c: New file.
4662         * gcc.dg/compat/struct-by-value-12_x.c: New file.
4663         * gcc.dg/compat/struct-by-value-12_y.c: New file.
4664         * gcc.dg/compat/struct-by-value-13_main.c: New file.
4665         * gcc.dg/compat/struct-by-value-13_x.c: New file.
4666         * gcc.dg/compat/struct-by-value-13_y.c: New file.
4667         * gcc.dg/compat/struct-by-value-14_main.c: New file.
4668         * gcc.dg/compat/struct-by-value-14_x.c: New file.
4669         * gcc.dg/compat/struct-by-value-14_y.c: New file.
4670         * gcc.dg/compat/struct-by-value-15_main.c: New file.
4671         * gcc.dg/compat/struct-by-value-15_x.c: New file.
4672         * gcc.dg/compat/struct-by-value-15_y.c: New file.
4673         * gcc.dg/compat/struct-by-value-16_main.c: New file.
4674         * gcc.dg/compat/struct-by-value-16_x.c: New file.
4675         * gcc.dg/compat/struct-by-value-16_y.c: New file.
4676         * gcc.dg/compat/struct-by-value-17_main.c: New file.
4677         * gcc.dg/compat/struct-by-value-17_x.c: New file.
4678         * gcc.dg/compat/struct-by-value-17_y.c: New file.
4679         * gcc.dg/compat/struct-by-value-18_main.c: New file.
4680         * gcc.dg/compat/struct-by-value-18_x.c: New file.
4681         * gcc.dg/compat/struct-by-value-18_y.c: New file.
4682
4683         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
4684         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
4685         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
4686         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
4687         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
4688         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
4689         * gcc.dg/compat/scalar-return-3_main.c: New file.
4690         * gcc.dg/compat/scalar-return-3_x.c: New file.
4691         * gcc.dg/compat/scalar-return-3_y.c: New file.
4692         * gcc.dg/compat/scalar-return-4_main.c: New file.
4693         * gcc.dg/compat/scalar-return-4_x.c: New file.
4694         * gcc.dg/compat/scalar-return-4_y.c: New file.
4695
4696 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
4697
4698         * gcc.dg/compat/fp2-struct-check.h: New file.
4699         * gcc.dg/compat/fp2-struct-defs.h: New file.
4700         * gcc.dg/compat/fp2-struct-init.h: New file.
4701         * gcc.dg/compat/struct-by-value-10_main.c: New file.
4702         * gcc.dg/compat/struct-by-value-10_x.c: New file.
4703         * gcc.dg/compat/struct-by-value-10_y.c: New file.
4704         * gcc.dg/compat/struct-return-10_main.c: New file.
4705         * gcc.dg/compat/struct-return-10_x.c: New file.
4706         * gcc.dg/compat/struct-return-10_y.c: New file.
4707
4708         * gcc.dg/compat/compat-common.h: New file.
4709         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
4710         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
4711         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
4712         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
4713         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
4714         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
4715         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
4716         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
4717         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
4718         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
4719         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
4720         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
4721         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
4722         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
4723         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
4724         * gcc.dg/compat/small-struct-check.h: Ditto.
4725         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
4726         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
4727         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
4728         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
4729         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
4730         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
4731         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
4732         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
4733         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
4734         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
4735         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
4736         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
4737         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
4738         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
4739         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
4740         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
4741         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
4742         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
4743         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
4744         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
4745         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
4746         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
4747         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
4748         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
4749         * gcc.dg/compat/struct-return-2_main.c: Ditto.
4750         * gcc.dg/compat/struct-return-2_x.c: Ditto.
4751         * gcc.dg/compat/struct-return-2_y.c: Ditto.
4752         * gcc.dg/compat/struct-return-3_main.c: Ditto.
4753         * gcc.dg/compat/struct-return-3_x.c: Ditto.
4754         * gcc.dg/compat/struct-return-3_y.c: Ditto.
4755
4756 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
4757
4758         * g++.dg/pch/static-1.C: New file.
4759         * g++.dg/pch/static-1.Hs: New file.
4760
4761 2003-06-10  Richard Henderson  <rth@redhat.com>
4762
4763         * gcc.dg/asm-7.c: Adjust expected warning text.
4764
4765 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4766
4767         * gcc.dg/builtins-20.c: New test case.
4768
4769 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
4770
4771         PR c++/11131
4772         * g++.dg/opt/template1.C: New test.
4773
4774 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4775
4776         * lib/gcc-dg.exp (dg-test): Clear additional_files and
4777         additional_sources.
4778
4779 2003-05-21  David Taylor  <dtaylor@emc.com>
4780
4781         * gcc.dg/Wpadded.c: New file.
4782
4783 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4784
4785         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
4786         * gcc.dg/special/weak-2.c: Add dg-require-weak.
4787         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
4788         dg-require-weak.
4789
4790 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
4791
4792         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
4793
4794 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
4795
4796         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
4797         (dg-require-alias): Likewise.
4798         (dg-require-gc-sections): Likewise.
4799         * lib/target-supports.exp (check_gc_sections_available): Likewise.
4800
4801 2003-06-08  Richard Henderson  <rth@redhat.com>
4802
4803         * gcc.dg/20011029-2.c: Fix the array reference.
4804         * gcc.dg/asm-7.c: New.
4805
4806 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4807
4808         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
4809
4810 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
4811
4812         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
4813         (dg-require-gc-sections): Likewise.
4814
4815 2003-06-08  Jan Hubicka  <jh@suse.cz>
4816
4817         * i386-cmov1.c: Fix regular expression.
4818         * i386-cvt-1.c: Likewise.
4819         * i386-local.c: Likewise.
4820         * i386-local2.c: Likewise.
4821         * i386-mul.c: Likewise.
4822         * i386-ssetype-1.c: Likewise.
4823         * i386-ssetype-3.c: Likewise.
4824         * i386-ssetype-5.c: Likewise.
4825
4826 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4827
4828         PR c++/11039
4829         * g++.dg/warn/implicit-typename2.C: New test.
4830         * g++.dg/warn/implicit-typename3.C: New test.
4831
4832 2003-06-07  Richard Henderson  <rth@redhat.com>
4833
4834         * g++.dg/other/offsetof3.C: Use size_t.
4835         * g++.dg/other/offsetof4.C: Likewise.
4836
4837 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
4838
4839         * lib/copy-file.exp: New. Implement gcc_copy_files.
4840
4841         * lib/dg-pch.exp: Load copy-file.exp
4842         (dg-pch): Use gcc_copy_files instead of "file copy".
4843
4844 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
4845
4846         * gcc.dg/weak/weak.exp: Simplify.
4847         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
4848         * gcc.dg/weak/weak-1.c: Likewise.
4849         * gcc.dg/weak/weak-2.c: Likewise.
4850         * gcc.dg/weak/weak-3.c: Likewise.
4851         * gcc.dg/weak/weak-4.c: Likewise.
4852         * gcc.dg/weak/weak-5.c: Likewise.
4853         * gcc.dg/weak/weak-6.c: Likewise.
4854         * gcc.dg/weak/weak-7.c: Likewise.
4855         * gcc.dg/weak/weak-8.c: Likewise.
4856         * gcc.dg/weak/weak-9.c: Likewise.
4857
4858 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
4859
4860         gcc.c-torture/execute/20030606-1.c: New.
4861
4862 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4863
4864         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
4865         * gcc.dg/builtins-19.c: Likewise.
4866
4867 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4868
4869         * gcc.dg/builtins-2.c: Add some more tests.
4870         * gcc.dg/builtins-18.c: New test case.
4871         * gcc.dg/builtins-19.c: New test case.
4872
4873 2003-06-06  Roger Sayle  <roger@eyesopen.com>
4874             Jim Wilson  <wilson@tuliptree.org>
4875
4876         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
4877
4878 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
4879
4880         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
4881         mempcpy/stpcpy calls not to be optimized into something else.
4882         * gcc.c-torture/execute/string-opt-3.c: Moved to...
4883         * gcc.c-torture/execute/builtins/string-7.c: ...here.
4884         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
4885
4886 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4887
4888         * gcc.dg/format/asm_fprintf-1.c: New test.
4889
4890 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
4891
4892         * lib/gcc-defs.exp (additional_sources): New variable.
4893         (dg-additional-sources): New function.
4894         (additional_files): New variable.
4895         (dg-additional-files): New function.
4896         (dg-additional-files-options): Likewise.
4897         * lib/gcc-dg.exp (dg-require-weak): New function.
4898         (dg-require-alias): Likewise.
4899         (dg-require-gc-sections): Likewise.
4900         * lib/target-supports.exp (check_alias_available): Remove testfile
4901         parameter.
4902         (check_gc_sections_available): New function.
4903         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
4904         (dg-gpp-additional-files): Likewise.
4905         * lib/g++.exp (additional_sources): Remove.
4906         (additional_files): Likewise.
4907         (g++_target_compile): Use dg-additional-files-options.
4908
4909         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
4910         Tcl logic.
4911         * gcc.dg/special/ecos.exp: Remove.
4912         * gcc.dg/special/20000419-2.c: Use dg-require-*.
4913         * gcc.dg/special/alias-1.c: Likewise.
4914         * gcc.dg/special/alias-2.c: Likewise.
4915         * gcc.dg/special/gcsec-1.c: Likewise.
4916         * gcc.dg/special/weak-1.c: Likewise.
4917         * gcc.dg/special/weak-2.c: Likewise.
4918         * gcc.dg/special/wkali-1.c: Likewise.
4919         * gcc.dg/special/wkali-2.c: Likewise.
4920
4921         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
4922         dg-gpp-additional-*.
4923         * g++.dg/special/conpr-3.C: Likewise.
4924         * g++.dg/special/conpr-4.C: Likewise.
4925         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
4926         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
4927         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
4928         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
4929         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
4930         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
4931         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
4932         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
4933         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
4934         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
4935         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
4936         * g++.old-deja/g++.other/comdat1.C: Likewise.
4937         * g++.old-deja/g++.other/comdat2.C: Likewise.
4938         * g++.old-deja/g++.other/comdat3.C: Likewise.
4939         * g++.old-deja/g++.other/ctor1.C: Likewise.
4940         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
4941
4942 2003-06-05  Richard Henderson  <rth@redhat.com>
4943
4944         * gcc.dg/debug/20030605-1.c: New.
4945
4946 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4947
4948         * README.QMTEST: Update.
4949
4950 2003-06-04  Richard Henderson  <rth@redhat.com>
4951
4952         * gcc.dg/cleanup-1.c: New.
4953         * gcc.dg/cleanup-2.c: New.
4954         * gcc.dg/cleanup-3.c: New.
4955         * gcc.dg/cleanup-4.c: New.
4956         * gcc.dg/cleanup-5.c: New.
4957         * gcc.dg/cleanup-6.c: New.
4958         * gcc.dg/cleanup-7.c: New.
4959
4960 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
4961
4962         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
4963
4964         * lib/dg-pch.exp: New file.
4965         * g++.dg/pch/pch.exp: Use dg-pch.exp.
4966         * gcc.dg/pch/pch.exp: Likewise.
4967
4968 2003-06-04  Roger Sayle  <roger@eyesopen.com>
4969
4970         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
4971         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
4972         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
4973         * gcc.dg/builtins-17.c: New test case.
4974         * gcc.dg/i386-387-4.c: New test case.
4975         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
4976
4977 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4978
4979         * gcc.dg/ultrasp9.c: New test.
4980
4981 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4982
4983         * gcc.c-torture/compile/20030604-1.c: New test.
4984         * gcc.dg/sparc-constant-1.c: New test.
4985
4986 2003-06-03  Glen Nakamura  <glen@imodulo.com>
4987
4988         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
4989
4990 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
4991
4992         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
4993
4994         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
4995         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
4996
4997 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
4998
4999         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
5000
5001 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5002
5003         PR c++/10940
5004         * g++.dg/template/spec10.C: New test.
5005
5006 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5007
5008         * gcc.dg/builtins-16.c: New test case.
5009
5010 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
5011
5012         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
5013         mempcpy test with post-increments.
5014         * gcc.c-torture/execute/string-opt-3.c: New test.
5015         * gcc.dg/string-opt-1.c: New test.
5016
5017 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
5018
5019         PR fortran/10965
5020         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
5021
5022 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
5023
5024         * lib/scanasm.exp (dg-scan): New function, factored out of ...
5025         (scan-assembler): ... here.  Use dg-scan.
5026         (scan-assembler-not): Likewise.
5027         (scan-file): New function.
5028         (scan-file-not): Likewise.
5029         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
5030         * gcc.dg/cpp/_Pragma4.c: Likewise.
5031         * gcc.dg/cpp/_Pragma5.c: Likewise.
5032         * gcc.dg/cpp/avoidpaste1.c: Likewise.
5033         * gcc.dg/cpp/avoidpaste2.c: Likewise.
5034         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
5035         * gcc.dg/cpp/cmdlne-P.c: Likewise.
5036         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
5037         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
5038         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
5039         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
5040         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
5041         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
5042         * gcc.dg/cpp/cxxcom1.c: Likewise.
5043         * gcc.dg/cpp/line1.c: Likewise.
5044         * gcc.dg/cpp/maccom1.c: Likewise.
5045         * gcc.dg/cpp/maccom2.c: Likewise.
5046         * gcc.dg/cpp/maccom3.c: Likewise.
5047         * gcc.dg/cpp/maccom4.c: Likewise.
5048         * gcc.dg/cpp/maccom5.c: Likewise.
5049         * gcc.dg/cpp/maccom6.c: Likewise.
5050         * gcc.dg/cpp/multiline.c: Likewise.
5051         * gcc.dg/cpp/spacing1.c: Likewise.
5052         * gcc.dg/cpp/spacing2.c: Likewise.
5053         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
5054         * gcc.dg/cpp/trad/maccom1.c: Likewise.
5055         * gcc.dg/cpp/trad/maccom2.c: Likewise.
5056         * gcc.dg/cpp/trad/maccom3.c: Likewise.
5057         * gcc.dg/cpp/trad/maccom4.c: Likewise.
5058         * gcc.dg/cpp/trad/maccom6.c: Likewise.
5059         * gcc.dg/cpp/cxxcom2.c: Likewise.
5060         * gcc.dg/cpp/cxxcom2.h: New file.
5061
5062         * gcc.dg/cpp/truefalse.cpp: Move it to ...
5063         * g++.dg/cpp/truefalse.C: Here.
5064         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
5065
5066 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
5067
5068         * gcc.dg/cpp/redef3.c: New file.
5069
5070 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5071
5072         * gcc.dg/i386-loop-3.c: New test.
5073
5074 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
5075
5076         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
5077
5078 2003-05-31  Roger Sayle  <roger@eyesopen.com>
5079
5080         * gcc.dg/fwrapv-1.c: New test case.
5081         * gcc.dg/fwrapv-2.c: New test case.
5082
5083 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5084
5085         PR c++/10956
5086         * g++.dg/template/spec9.C: New test.
5087
5088 2003-05-29  Roger Sayle  <roger@eyesopen.com>
5089
5090         * gcc.dg/duff-4.c: New test case.
5091
5092 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
5093
5094         PR fortran/10843
5095         * g77.dg/ffixed-form-1.f: New test
5096         * g77.dg/ffixed-form-2.f: New test
5097         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
5098         * g77.dg/ffree-form-3.f: New test
5099
5100 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
5101
5102         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
5103         * gcc.dg/wint_t-1.c: Likewise.
5104
5105 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5106
5107         * g++.dg/template/access11.C: New test.
5108
5109 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5110
5111         PR c++/10849
5112         * g++.dg/template/access10.C: New test.
5113
5114 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
5115             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5116
5117         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
5118
5119 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5120
5121         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
5122         suppress for powerpc-*-darwin*.
5123         * gcc.dg/torture/builtin-noret-2.c: Likewise.
5124
5125 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
5126
5127         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
5128         suppress option for powerpc-*-darwin*.
5129
5130 2003-05-23  Roger Sayle  <roger@eyesopen.com>
5131
5132         * gcc.dg/builtins-1.c: Add tests for tan and atan.
5133         * gcc.dg/builtins-4.c: Add test for fmod.
5134
5135 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5136
5137         PR c++/10682
5138         * g++.dg/template/instantiate4.C: New test.
5139
5140 2003-05-22  Roger Sayle  <roger@eyesopen.com>
5141
5142         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
5143
5144 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
5145
5146         * gcc.dg/compat/scalar-return-1_main.c: New file.
5147         * gcc.dg/compat/scalar-return-1_x.c: New file.
5148         * gcc.dg/compat/scalar-return-1_y.c: New file.
5149         * gcc.dg/compat/scalar-return-2_main.c: New file.
5150         * gcc.dg/compat/scalar-return-2_x.c: New file.
5151         * gcc.dg/compat/scalar-return-2_y.c: New file.
5152         * gcc.dg/compat/struct-return-3_main.c: New file.
5153         * gcc.dg/compat/struct-return-3_y.c: New file.
5154         * gcc.dg/compat/struct-return-3_x.c: New file.
5155         * gcc.dg/compat/struct-return-2_main.c: New file.
5156         * gcc.dg/compat/struct-return-2_x.c: New file.
5157         * gcc.dg/compat/struct-return-2_y.c: New file.
5158
5159 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5160
5161         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
5162         for hppa*-hp-hpux*.
5163         * gcc.dg/20021014-1.c (dg-options): Likewise.
5164         * gcc.dg/nest.c (dg-options): Likewise.
5165
5166 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
5167
5168         PR c++/9738
5169         * g++.dg/ext/dllimport2.C: New file.
5170         * g++.dg/ext/dllimport3.C: New file.
5171
5172 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
5173
5174         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
5175         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
5176         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
5177         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
5178         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
5179         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
5180         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
5181         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
5182         * gcc.dg/compat/small-struct-defs.h: New file.
5183         * gcc.dg/compat/small-struct-init.h: New file.
5184         * gcc.dg/compat/small-struct-check.h: New file.
5185         * gcc.dg/compat/fp-struct-defs.h: New file.
5186         * gcc.dg/compat/fp-struct-check.h: New file.
5187         * gcc.dg/compat/fp-struct-init.h: New file.
5188         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
5189         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
5190
5191 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
5192
5193         * gcc.dg/20030225-2.c: New test.
5194
5195 2003-05-18  Roger Sayle  <roger@eyesopen.com>
5196             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5197
5198         * gcc.c-torture/compile/20030518-1.c: New test case.
5199
5200 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
5201
5202         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
5203         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
5204         gcc-dg-debug-runtest.
5205         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
5206         gcc-dg-debug-runtest.
5207
5208 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5209
5210         PR c++/9022
5211         * g++.dg/lookup/using6.C: New test.
5212
5213 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5214
5215         * g++.dg/parse/access2.C: New test.
5216
5217 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
5218
5219         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
5220         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
5221         * gcc.dg/debug/debug.exp: Likewise.
5222
5223 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
5224
5225         * gcc.dg/dollar.c: New test.
5226
5227 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
5228
5229         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
5230         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
5231         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
5232         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
5233         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
5234         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
5235         * gcc.dg/compat/struct-by-value-6_main.c: New file.
5236         * gcc.dg/compat/struct-by-value-6_x.c: New file.
5237         * gcc.dg/compat/struct-by-value-6_y.c: New file.
5238         * gcc.dg/compat/struct-by-value-7_main.c: New file.
5239         * gcc.dg/compat/struct-by-value-7_x.c: New file.
5240         * gcc.dg/compat/struct-by-value-7_y.c: New file.
5241         * gcc.dg/compat/struct-by-value-8_main.c: New file.
5242         * gcc.dg/compat/struct-by-value-8_x.c: New file.
5243         * gcc.dg/compat/struct-by-value-8_y.c: New file.
5244         * gcc.dg/compat/struct-by-value-9_main.c: New file.
5245         * gcc.dg/compat/struct-by-value-9_x.c: New file.
5246         * gcc.dg/compat/struct-by-value-9_y.c: New file.
5247
5248 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
5249
5250         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
5251         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
5252         support for "repo" mode.
5253         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
5254         * lib/g77-dg.exp: Likewise.
5255         * lib/obj-dg.exp: Likewise.
5256
5257 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
5258
5259         Merge from gcc-3_2-rhl8-branch:
5260         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
5261
5262         * gcc.dg/tls/opt-6.c: New test.
5263
5264         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
5265
5266         * gcc.dg/20030405-1.c: New test.
5267
5268         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
5269
5270         * gcc.dg/20030309-1.c: New test.
5271
5272         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5273
5274         * gcc.c-torture/execute/20030307-1.c: New test.
5275
5276         2003-02-20  Randolph Chung  <tausq@debian.org>
5277
5278         * gcc.c-torture/compile/20030220-1.c: New test.
5279
5280         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
5281
5282         * gcc.dg/20030217-1.c: New test.
5283
5284         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
5285
5286         * gcc.c-torture/compile/20020129-1.c: New test.
5287
5288         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5289
5290         * gcc.dg/unroll-1.c: New test.
5291
5292         2002-11-16  Jan Hubicka  <jh@suse.cz>
5293
5294         * gcc.c-torture/execute/20020920-1.c: New test.
5295
5296         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
5297
5298         PR target/7434
5299         * gcc.c-torture/compile/20021008-1.c: New test.
5300
5301         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
5302
5303         PR target/7559
5304         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
5305
5306         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
5307
5308         * gcc.c-torture/compile/20020807-1.c: New test.
5309
5310         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
5311
5312         * gcc.dg/tls/opt-1.c: New test.
5313
5314         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
5315
5316         * gcc.dg/20020729-1.c: New test.
5317
5318         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
5319
5320         * g++.dg/opt/life1.C: New test.
5321
5322         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
5323
5324         * gcc.dg/20020525-1.c: New test.
5325
5326         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
5327
5328         PR c++/6794
5329         * g++.dg/ext/pretty1.C: New test.
5330         * g++.dg/ext/pretty2.C: New test.
5331
5332 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
5333
5334         PR c++/8385
5335         * g++.dg/ext/typeof5.C: New test.
5336
5337 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
5338
5339         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
5340         __USER_LABEL_PREFIX__ into account.
5341         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
5342
5343 2003-05-14  Roger Sayle  <roger@eyesopen.com>
5344
5345         * gcc.dg/builtins-15.c: New test case.
5346
5347 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
5348
5349         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
5350
5351 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
5352
5353         * lib/g++.exp: Tweak handling of additional source files.
5354         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
5355         * g++.dg/special/conpr-2a.C: Rename to ...
5356         * g++.dg/special/conpr-2a.cc: ... this.
5357         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
5358         * g++.dg/special/conpr-3a.C: Rename to ...
5359         * g++.dg/special/conpr-3a.cc: This.
5360         * g++.dg/special/conpr-3b.C: Rename to ...
5361         * g++.dg/special/conpr-3b.cc: This.
5362         * g++.dg/special/conpr-4.C: New test.
5363         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
5364
5365 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
5366
5367         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
5368
5369 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5370
5371         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
5372         * g++.old-deja/g++.robertl/eb71.C: Likewise.
5373         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
5374         * g++.old-deja/g++.other/warn3.C: Likewise.
5375
5376 2003-05-11  Roger Sayle  <roger@eyesopen.com>
5377
5378         * gcc.dg/i386-387-1.c: Update to also test log.
5379         * gcc.dg/i386-387-2.c: Likewise.
5380
5381 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
5382
5383         * g77.f-torture/execute/int8421.f: New test.
5384
5385 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5386
5387         PR c++/10230, c++/10481
5388         * g++.dg/lookup/scoped5.C: New test.
5389
5390 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5391
5392         PR c++/10552
5393         * g++.dg/template/ttp6.C: New test.
5394
5395 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
5396
5397         * gcc.c-torture/execute/builtins: New directory.
5398         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
5399         gcc.c-torture/execute/builtins.
5400         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
5401         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
5402         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
5403         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
5404
5405 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5406
5407         PR c++/9252
5408         * g++.dg/template/access8.C: New test.
5409         * g++.dg/template/access9.C: New test.
5410
5411 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5412
5413         PR c++/9554
5414         * g++.dg/parse/access1.C: New test.
5415
5416 2003-05-09  DJ Delorie  <dj@redhat.com>
5417
5418         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
5419         long, and not an int.
5420
5421 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5422
5423         PR c++/10555, c++/10576
5424         * g++.dg/template/memclass1.C: New test.
5425
5426 2003-05-08  DJ Delorie  <dj@redhat.com>
5427
5428         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
5429         targets.
5430         * gcc.c-torture/execute/20021024-1.x: Likewise.
5431         * gcc.c-torture/execute/shiftdi.x: Likewise.
5432         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
5433         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
5434         * gcc.dg/20021018-1.c: Likewise.
5435
5436 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5437
5438         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
5439
5440         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
5441         (bcopy): Call memmove.
5442
5443 2003-05-08  Roger Sayle  <roger@eyesopen.com>
5444
5445         * g77.f-torture/compile/8485.f: New test case.
5446
5447 2003-05-07  Richard Henderson  <rth@redhat.com>
5448
5449         PR c++/10570
5450         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
5451         Verify exception_cleanup not called for rethrows.
5452         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
5453         when exiting catch block without rethrowing.
5454         * g++.dg/eh/forced3.C: New.
5455         * g++.dg/eh/forced4.C: New.
5456
5457 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
5458
5459         * gcc.dg/20030505.c: Fix triplet.
5460
5461 2003-05-06  DJ Delorie  <dj@redhat.com>
5462
5463         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
5464         * gcc.dg/nest.c: Likewise.
5465
5466 2003-05-05  Roger Sayle  <roger@eyesopen.com>
5467
5468         * gcc.dg/builtins-14.c: New test case.
5469
5470 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
5471
5472         * lib/compat.exp (compat-execute): New argument.
5473         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
5474         * gcc.dg/compat: New test directory.
5475         * gcc.dg/compat/compat.exp: New expect script.
5476         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
5477         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
5478         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
5479         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
5480         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
5481         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
5482
5483         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
5484         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
5485         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
5486         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
5487         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
5488         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
5489         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
5490         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
5491         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
5492         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
5493         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
5494         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
5495         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
5496         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
5497         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
5498
5499 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
5500
5501         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
5502
5503 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
5504
5505         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
5506
5507 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
5508
5509         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
5510         * gcc.dg/ppc-fsel-2.c: New test.
5511
5512         * gcc.dg/unused-5.c: New test.
5513
5514 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5515
5516         PR c++/10496
5517         * g++.dg/warn/pmf1.C: New test.
5518
5519 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5520
5521         PR c++/4494
5522         * g++.dg/warn/main.C: New test.
5523
5524 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5525
5526         * gcc.dg/nonnull-3.c: New test.
5527
5528 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
5529
5530         * gcc.dg/cpp/Wtrigraphs.c: Update.
5531         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
5532
5533 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
5534
5535         * gcc.dg/ppc-fsel-1.c: New test.
5536
5537 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
5538
5539         PR c/10604
5540         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
5541
5542 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
5543
5544         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
5545
5546 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5547
5548         PR c++/9364, c++/10553, c++/10586
5549         * g++.dg/parse/typename4.C: New test.
5550         * g++.dg/parse/typename5.C: Likewise.
5551
5552 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
5553
5554         * gcc.c-torture/compile/20030503-1.c: New test.
5555
5556 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5557
5558         * g++.dg/lookup/using5.C: Fix testcase error.
5559
5560 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
5561
5562         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
5563         since MEABI is no longer supported.  Remove all vestiges
5564         of MEABI from the test.
5565
5566 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5567
5568         PR c++/10554
5569         * g++.dg/lookup/using5.C: New test.
5570
5571 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5572
5573         PR c++/8772
5574         * g++.dg/template/ttp5.C: New test.
5575
5576 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
5577
5578         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
5579         (dg-gpp-additional-sources): New function.
5580         (dg-gpp-additional-files): Likewise.
5581         * lib/g++.exp (additional_sources): New variable.
5582         (additional_files): Likewise.
5583         (g++_target_compile): Deal with them.
5584         * lib/old-dejagnu.exp: Remove.
5585         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
5586         * g++.old-deja: Revise all tests to use dg commands.
5587
5588 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5589
5590         PR c++/9432, c++/9528
5591         * g++.dg/lookup/using4.C: New test.
5592
5593 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5594
5595         * gcc.dg/noreturn-5.c: New file.
5596         * gcc.dg/noreturn-6.c: New file.
5597
5598         * gcc.c-torture/compile/inline-1.c: New file.
5599
5600 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5601
5602         PR c++/10551
5603         * g++.dg/template/explicit1.C: New test.
5604
5605 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5606
5607         PR c++/10549
5608         * g++.dg/other/bitfield1.C: New test.
5609
5610         PR c++/10527
5611         * g++.dg/init/new7.C: New test.
5612
5613 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
5614
5615         * g++.dg/ext/desig1.C: New test.
5616         * g++.dg/ext/init1.C: Update.
5617
5618         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
5619
5620 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5621
5622         PR c++/10180
5623         * g++.dg/warn/Winline-1.C: New test.
5624
5625 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5626
5627         * gcc.c-torture/execute/string-opt-19.c: New test.
5628
5629         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
5630         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
5631
5632 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
5633
5634         PR c++/10506
5635         * g++.dg/init/new6.C: New test.
5636
5637         PR c++/10503
5638         * g++.dg/init/ref6.C: New test.
5639
5640 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
5641
5642         * g++.dg/warn/weak1.C: XFAIL on AIX4.
5643
5644 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5645
5646         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
5647         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
5648
5649 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
5650
5651         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
5652         initialized static data members.
5653
5654 2003-04-25  H.J. Lu <hjl@gnu.org>
5655
5656         * gcc.dg/ia64-sync-4.c: New test.
5657
5658 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5659
5660         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
5661         date.
5662
5663 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
5664
5665         PR c++/10337
5666         * g++.dg/warn/conv1.C: New test.
5667         * g++.old-deja/g++.other/conv7.C: Adjust.
5668         * g++.old-deja/g++.other/overload14.C: Adjust.
5669
5670 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5671
5672         PR c++/10471
5673         * g++.dg/template/defarg2.C: New test.
5674
5675 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
5676
5677         * gcc.dg/cpp/include2.c: Update.
5678         * gcc.dg/cpp/multiline-2.c: New.
5679         * gcc.dg/cpp/multiline.c: Update.
5680         * gcc.dg/cpp/strify2.c: Update.
5681         * gcc.dg/cpp/trad/literals-2.c: Update.
5682
5683 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5684
5685         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
5686
5687 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5688
5689         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
5690
5691 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
5692
5693         PR c++/10451
5694         * g++.dg/parse/crash4.C: New test.
5695
5696         PR c++/9847
5697         * g++.dg/parse/crash5.C: New test.
5698
5699 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
5700
5701         PR c++/10446
5702         * g++.dg/parse/crash3.C: New test.
5703
5704         PR c++/10428
5705         * g++.dg/parse/elab1.C: New test.
5706
5707 2003-04-22  Devang Patel  <dpatel@apple.com>
5708
5709         * gcc.dg/cpp/trad/funlike-5.c: New test.
5710
5711 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
5712
5713         * g++.dg/other/packed1.C: Fix dg options.
5714
5715 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
5716
5717         * g++.dg/other/offsetof2.C: New test.
5718
5719 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
5720
5721         * g++.dg/template/recurse.C: Adjust location of error messages.
5722
5723 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
5724
5725         PR c++/9881
5726         * g++.dg/init/addr-const1.C: New test.
5727         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
5728
5729 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5730
5731         PR c++/10405
5732         * g++.dg/lookup/struct-hack1.C: New test.
5733
5734 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
5735
5736         * ucs.c: Update diagnostic messages.
5737
5738 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5739
5740         * gcc.dg/cpp/truefalse.cpp: New test.
5741         * gcc.dg/cpp/cpp.exp: Update.
5742         * g++.dg/other/stdbool-if.C: Remove.
5743
5744 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
5745
5746         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
5747         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
5748
5749 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
5750
5751         * gcc.c-torture/compile/20030418-1.c: New test.
5752
5753 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
5754
5755         * README.compat: Remove; content moved to doc/sourcebuild.texi.
5756
5757 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5758
5759         PR c++/10347
5760         g++.dg/template/dependent-name1.C: New test.
5761
5762 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
5763
5764         * gcc.dg/warn-1.c (tourist_guide): New array,
5765         contains a pointer to bar.
5766
5767 2003-04-16  Roger Sayle  <roger@eyesopen.com>
5768
5769         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
5770         * gcc.c-torture/execute/medce-1.c: New test case.
5771         * gcc.c-torture/execute/medce-2.c: New test case.
5772
5773 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
5774
5775         * lib/prune.exp: Ignore more messages.
5776
5777         PR c++/10381
5778         * g++.dg/parse/lookup3.C: New test.
5779
5780 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
5781
5782         * gcc.c-torture/compile/20030415-1.c : New test.
5783
5784 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
5785
5786         * gcc.c-torture/execute/scope-2.c: Move to ...
5787         * gcc.dg/noncompile/scope.c: .... here.
5788
5789 2003-04-14  Roger Sayle  <roger@eyesopen.com>
5790
5791         * gcc.dg/20030414-2.c: New test case.
5792
5793 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
5794
5795         PR target/10377
5796         * gcc.dg/20030414-1.c: New test.
5797
5798 2003-04-13  Roger Sayle  <roger@eyesopen.com>
5799
5800         * gcc.dg/builtins-12.c: New test case.
5801         * gcc.dg/builtins-13.c: New test case.
5802
5803 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5804
5805         * gcc.c-torture/execute/string-opt-18.c: New test.
5806
5807 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
5808
5809         PR c++/10300
5810         * g++.dg/init/new5.C: New test.
5811
5812 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
5813
5814         PR c++/7910
5815         * g++.dg/ext/dllimport1.C: New test.
5816
5817 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
5818
5819         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
5820
5821 2003-04-11  Bud Davis <bdavis9659@comcast.net>
5822
5823         PR Fortran/9263
5824         * g77.f-torture/noncompile/9263.f: New test
5825         PR Fortran/1832
5826         * g77.f-torture/execute/1832.f: New test
5827
5828 2003-04-11  David Chad  <davidc@freebsd.org>
5829             Loren J. Rittle  <ljrittle@acm.org>
5830
5831         libobjc/8562
5832         * objc.dg/headers.m: New test.
5833
5834 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
5835
5836         * gcc.c-torture/execute/builtin-noret-2.c: New.
5837         * gcc.c-torture/execute/builtin-noret-2.x: New.
5838         XFAIL builtin-noret-2.c at -O1 and above.
5839         * gcc.dg/redecl.c: New.
5840         * gcc.dg/Wshadow-1.c: Update error regexps.
5841
5842 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
5843
5844         * g++.dg/abi/bitfield10.C: New test.
5845
5846 2003-04-09  Mike Stump  <mrs@apple.com>
5847
5848         * gcc.dg/pch/pch.exp: Make testcase names longer.
5849         * g++.dg/pch/pch.exp: Make testcase names longer.
5850
5851 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5852
5853         * gcc.dg/builtins-11.c: New test case.
5854
5855 2003-04-08  Roger Sayle  <roger@eyesopen.com>
5856
5857         * gcc.dg/builtins-9.c: New test case.
5858         * gcc.dg/builtins-10.c: New test case.
5859
5860 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
5861
5862         * gcc.dg/noncompile/init-4.c.c: New test.
5863
5864 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5865
5866         * gcc.misc-test/gcov-9.c: New test.
5867         * gcc.misc-test/gcov-10.c: New test
5868         * gcc.misc-test/gcov-11.c: New test.
5869
5870 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
5871
5872         PR optimization/10024
5873         * gcc.c-torture/compile/20030405-1.c: New test.
5874
5875 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
5876
5877         * gcc.dg/pch/static-3.c: New.
5878         * gcc.dg/pch/static-3.hs: New.
5879         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
5880
5881 2003-04-04  Richard Henderson  <rth@redhat.com>
5882
5883         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
5884         * g++.dg/eh/forced2.C: Likewise.
5885
5886 2003-04-03  Mike Stump  <mrs@apple.com>
5887
5888         * lib/scanasm.exp (scan-assembler): Add xfail processing for
5889         target arg.
5890         (scan-assembler-times, scan-assembler-not): Likewise.
5891         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
5892
5893 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
5894
5895         * gcc.dg/sparc-loop-1.c: New test.
5896
5897 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
5898
5899         PR other/9274
5900         * g++.dg/pch/system-2.C: New.
5901         * g++.dg/pch/system-2.Hs: New.
5902
5903 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
5904
5905         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
5906
5907         * g++.dg/eh/simd-1.C (vecfunc): Same.
5908
5909 2003-04-01  Roger Sayle  <roger@eyesopen.com>
5910
5911         * gcc.c-torture/execute/20030401-1.c: New test case.
5912
5913 2003-04-01  Ziemowit Laski <zlaski@apple.com>
5914
5915         * objc.dg/defs.m: New.
5916
5917 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
5918
5919         * g++.dg/eh/simd-1.C: New.
5920         * g++.dg/eh/simd-2.C: New.
5921
5922 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
5923
5924         * gcc.c-torture/execute/simd-3.c: New.
5925
5926 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5927
5928         PR c/9936
5929         * gcc.dg/20030331-2.c: New test.
5930
5931 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
5932
5933         PR c++/10278
5934         * g++.dg/parse/crash2.C: New test.
5935
5936 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5937
5938         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
5939         * gcc.c-torture/execute/20030331-1.c: ...here.
5940
5941 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5942
5943         * gcc.c-torture/execute/20030331-1.c: New test.
5944
5945 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
5946
5947         * lib/gcov.exp: Adjust call return testing strings.
5948         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
5949
5950 2003-03-31  Roger Sayle  <roger@eyesopen.com>
5951
5952         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
5953         * gcc.dg/builtins-7.c: New test case.
5954         * gcc.dg/builtins-8.c: New test case.
5955
5956 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
5957
5958         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
5959
5960 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
5961
5962         PR c++/7647
5963         * g++.dg/lookup-class-member-2.C: New test.
5964
5965 2003-03-30  Glen Nakamura  <glen@imodulo.com>
5966
5967         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
5968
5969 2003-03-28  Roger Sayle  <roger@eyesopen.com>
5970
5971         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
5972
5973 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
5974
5975         * g++.dg/init/attrib1.C: New test.
5976
5977 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5978
5979         * gcc.dg/ultrasp8.c: New test.
5980
5981 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5982
5983         * gcc.dg/ultrasp7.c: New test.
5984
5985 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
5986
5987         PR c++/10047
5988         * g++.dg/template/inline1.C: New test.
5989
5990 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
5991
5992         * gcc.dg/sparc-dwarf2.c: New test.
5993
5994 2003-03-27  Roger Sayle  <roger@eyesopen.com>
5995
5996         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
5997         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
5998
5999 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
6000
6001         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
6002         than reading .x files.
6003         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
6004         * g77.dg/gcov/gcov-1.f: Likewise.
6005         * gcc.misc-tests/gcov-4b.c: Likewise.
6006         * gcc.misc-tests/gcov-5b.c: Likewise.
6007         * gcc.misc-tests/gcov-6.c: Likewise.
6008         * gcc.misc-tests/gcov-7.c: Likewise.
6009         * gcc.misc-tests/gcov-8.c: Likewise.
6010         * g++.dg/gcov/gcov-1.x: Remove.
6011         * g77.dg/gcov/gcov-1.x: Likewise.
6012         * gcc.misc-tests/gcov-4b.x: Likewise.
6013         * gcc.misc-tests/gcov-5b.x: Likewise.
6014         * gcc.misc-tests/gcov-6.x: Likewise.
6015         * gcc.misc-tests/gcov-7.x: Likewise.
6016         * gcc.misc-tests/gcov-8.x: Likewise.
6017
6018 2003-03-27  Glen Nakamura  <glen@imodulo.com>
6019
6020         PR opt/10087
6021         * gcc.dg/20030324-1.c: New test.
6022
6023 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
6024
6025         PR c++/10224
6026         * g++.dg/template/arg3.C: New test.
6027
6028         PR c++/10158
6029         * g++.dg/template/friend18.C: New test.
6030
6031 2003-03-26  Roger Sayle  <roger@eyesopen.com>
6032
6033         * g77.f-torture/compile/20030326-1.f: New test case.
6034
6035 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
6036
6037         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
6038
6039         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
6040
6041 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
6042
6043         * gcc.dg/ia64-sync-3.c: New test.
6044
6045 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
6046
6047         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
6048
6049 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
6050
6051         * gcc.dg/ultrasp6.c: New test.
6052
6053 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6054
6055         * gcc.dg/i386-signbit-1.c: New test.
6056         * gcc.dg/i386-signbit-2.c: New test.
6057         * gcc.dg/i386-signbit-3.c: New test.
6058
6059 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
6060
6061         * gcc.dg/ultrasp5.c: Fix options.
6062
6063 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
6064
6065         * gcc.dg/ultrasp5.c: Fix comment.
6066
6067 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
6068
6069         PR fortran/10197
6070         * g77.f-torture/execute/10197.f: New test.
6071
6072 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
6073
6074         PR c++/9898, c++/383
6075         * g++.dg/template/conv6.C: New test.
6076
6077         PR c++/10119
6078         * g++.dg/template/ptrmem5.C: New test.
6079
6080         PR c++/10026
6081         * g++.dg/lookup/koenig1.C: New test.
6082
6083         PR C++/10199
6084         * g++.dg/lookup/template2.C: New test.
6085
6086 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
6087
6088         * g++.dg/opt/rtti1.C: New test.
6089
6090 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6091
6092         * gcc.dg/ultrasp5.c: New test.
6093
6094 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
6095
6096         PR middle-end/9967
6097         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
6098         builtin fputs.
6099
6100 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6101
6102         PR c/8224
6103         * gcc.dg/20030323-1.c: New test.
6104
6105 2003-03-23  Roger Sayle  <roger@eyesopen.com>
6106
6107         * gcc.c-torture/compile/20030323-1.c: New test case.
6108
6109 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
6110
6111         * gcc.dg/20030321-1.c: New test.
6112
6113 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
6114
6115         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
6116
6117 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
6118
6119         PR c++/9978, c++/9708
6120         * g++.dg/ext/vlm1.C: Adjust expected error.
6121         * g++.dg/ext/vla2.C: New test.
6122         * g++.dg/template/arg1.C: New test.
6123         * g++.dg/template/arg2.C: New test.
6124
6125 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
6126
6127         * g77.f-torture/execute/select.f: New test.
6128         * g77.f-torture/noncompile/select_no_compile.f: New test.
6129
6130 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
6131
6132         PR c++/9898
6133         * g++.dg/other/error4.C: New test.
6134
6135 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
6136
6137         * g++.dg/template/friend17.C: New test.
6138
6139 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
6140
6141         * gcc.c-torture/compile/20030320-1.c: New.
6142
6143 2003-03-20  Roger Sayle  <roger@eyesopen.com>
6144
6145         * gcc.dg/builtins-6.c: New test case.
6146
6147 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
6148
6149         PR target/10073
6150         * gcc.c-torture/compile/20030319-1.c: New.
6151
6152 2003-03-18  Jan Hubicka  <jh@suse.cz>
6153
6154         * gcc.dg/i386-cvt-1.c: New test.
6155
6156 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
6157
6158         * objc.dg/naming-1.m: Use "(parse|syntax) error".
6159         * objc.dg/naming-2.m: Likewise.
6160
6161 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
6162
6163         PR c++/9639
6164         * g++.dg/parse/crash1.C: New test.
6165
6166 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
6167
6168         PR c++/8805
6169         * g++.dg/eh/cleanup1.C: New test.
6170
6171 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
6172
6173         * gcc.c-torture/execute/20030316-1.c: New test case.
6174
6175 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
6176
6177         PR c++/9629
6178         * g++.dg/init/ctor2.C: New test.
6179
6180 2003-03-15  Roger Sayle  <roger@eyesopen.com>
6181
6182         * g77.f-torture/compile/xformat.f: New test case.
6183
6184 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6185
6186         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
6187         * g++.old-deja/g++.mike/eh50.C: Likewise.
6188
6189 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6190
6191         PR c++/6440
6192         * g++.dg/template/spec7.C: New test.
6193         * g++.dg/template/spec8.C: Likewise.
6194
6195 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
6196
6197         * gcc.c-torture/execute/20030313-1.c: New test.
6198
6199 2003-03-14  Richard Henderson  <rth@redhat.com>
6200
6201         * gcc.dg/inline-2.c: Adjust alpha test for external call.
6202
6203 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
6204
6205         * gcc.c-torture/compile/20030314-1.c: New test.
6206
6207 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
6208
6209         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
6210         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
6211         thumb target,
6212         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
6213         to accept newer _imp__  prefix and additional
6214         newline in .drectve section.
6215         * gcc.dg/dll-4.c: Likewise.
6216         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
6217         switch.
6218
6219 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
6220
6221         * g++.dg/parse/namespace9.C: New test.
6222
6223         * g++.dg/init/ref5.C: New test.
6224         * g++.dg/parse/ptrmem1.C: Likewise.
6225
6226 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6227
6228         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
6229         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
6230         regular expression.
6231         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
6232         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
6233
6234 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
6235
6236         * gcc.c-torture/execute/20030224-2.c: New test.
6237
6238 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6239
6240         * gcc.dg/decl-3.c: New test.
6241
6242 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
6243
6244         * gcc.dg/i386-loop-2.c: New test.
6245
6246 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
6247
6248         PR c++/9474
6249         * g++.dg/parse/namespace8.C: New test.
6250
6251         PR c++/9924
6252         * g++.dg/overload/builtin2.C: New test.
6253
6254 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
6255
6256         * gcc.dg/return-type-3.c: New test.
6257
6258 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
6259
6260         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
6261         profiling options are not supported.
6262
6263 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
6264
6265         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
6266         * g++.old-deja/g++.warn/impint2.C: Likewise.
6267
6268 2003-03-10  Devang Patel  <dpatel@apple.com>
6269
6270         * g++.dg/cpp/c++_cmd_1.C: New test.
6271         * g++.dg/cpp/c++_cmd_1.h: New file.
6272
6273 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
6274
6275         * gcc.dg/altivec-9.c: New file.
6276
6277 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6278
6279         * gcc.dg/ppc-sdata-1.c: New test.
6280         * gcc.dg/ppc-sdata-2.c: New test.
6281
6282 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
6283
6284         PR c++/9373
6285         * g++.dg/opt/ptrmem2.C: New test.
6286
6287         PR c++/8534
6288         * g++.dg/opt/ptrmem1.C: New test.
6289
6290 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
6291
6292         * gcc.dg/i386-loop-1.c: New test.
6293
6294 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6295
6296         PR c++/9970
6297         * g++.dg/lookup/friend1.C: New test.
6298
6299 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6300
6301         PR c++/9823
6302         * g++.dg/parser/constructor1.C: New test.
6303
6304 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
6305
6306         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
6307
6308         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
6309
6310 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
6311
6312         * gcc.dg/cpp/Wunused.c: Update test.
6313
6314 2003-03-08  Jan Hubicka  <jh@suse.cz>
6315
6316         * gcc.dg/inline-3.c: New test.
6317
6318 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
6319
6320         PR c++/9809
6321         * g++.dg/parse/builtin1.C: New test.
6322
6323         PR c++/9982
6324         * g++.dg/abi/cookie1.C: New test.
6325         * g++.dg/abi/cookie2.C: Likewise.
6326
6327         PR c++/9524
6328         * g++.dg/template/field1.C: New test.
6329
6330         PR c++/9912
6331         * g++.dg/parse/class1.C: New test.
6332         * g++.dg/parse/namespace7.C: Likewise.
6333         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
6334
6335 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
6336
6337         * g++.dg/init/ref4.C: New test.
6338
6339 2003-03-07  Jan Hubicka  <jh@suse.cz>
6340
6341         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
6342         * gcc.dg/inline-3.c:  New test.
6343
6344 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
6345
6346         * g++.dg/init/ref3.C: New test.
6347
6348         PR c++/9965
6349         * g++.dg/init/ref2.C: New test.
6350
6351         PR c++/9400
6352         * g++.dg/warn/Wshadow-2.C: New test.
6353
6354         PR c++/9791
6355         * g++.dg/warn/Woverloaded-1.C: New test.
6356
6357 2003-03-05  Jan Hubicka  <jh@suse.cz>
6358
6359         * gcc.dg/i386-local2.c: New.
6360         * gcc.dg/i386-local.c: Fix typo.
6361
6362 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
6363
6364         * g++.dg/abi/layout3.C: New test.
6365
6366 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
6367
6368         * gcc.c-torture/compile/20030305-1.c
6369
6370 2003-03-05  Jan Hubicka  <jh@suse.cz>
6371
6372         * gcc.dg/i386-local.c: New.
6373
6374 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
6375
6376         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
6377
6378 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6379
6380         * gcc.dg/switch-2.c: New test.
6381         * gcc.dg/switch-3.c: New test.
6382         * gcc.dg/Wswitch.c: Adjust line numbers.
6383         * gcc.dg/Wswitch-default.c: Likewise.
6384         * gcc.dg/Wswitch-enum.c: Likewise.
6385
6386 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
6387
6388         * gcc.c-torture/execute/20030222-1.c: New test.
6389
6390 2003-03-03  James E Wilson  <wilson@tuliptree.org>
6391
6392         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
6393
6394 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
6395
6396         PR c++/9878
6397         * g++.dg/init/ref1.C: New test.
6398
6399 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
6400
6401         * gcc.dg/sh-relax.c: New SH-only test.
6402
6403 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
6404
6405         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
6406         comment explaining purpose of testcase.
6407
6408 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6409
6410         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
6411         for HC11/HC12 (asm needs two int registers).
6412         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
6413         HC11/HC12 because the test uses an asm which needs two 32-bit
6414         registers.
6415
6416 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
6417
6418         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
6419         for HC11/HC12 (array is too large otherwise).
6420         * gcc.c-torture/compile/920501-4.x: New file, likewise.
6421         * gcc.c-torture/compile/20010518-2.x: Likewise.
6422         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
6423         HC11/HC12 (array is too large).
6424
6425 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
6426
6427         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
6428         * lib/g++-dg.exp (g++-dg-test): Likewise.
6429
6430 2003-03-01  Roger Sayle  <roger@eyesopen.com>
6431
6432         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
6433         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
6434
6435 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6436
6437         * g++.dg/warn/implicit-typename1.C: Remove warning.
6438
6439 2003-02-28  Richard Henderson  <rth@redhat.com>
6440
6441         * gcc.dg/noreturn-1.c: Move noreturn warning line.
6442         * gcc.dg/return-type-1.c: Move control reaches end warning line.
6443
6444 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
6445
6446         * gcc.dg/pch/pch.exp: Change .pch to .gch.
6447         * g++.dg/pch/pch.exp: Likewise.
6448
6449 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
6450
6451         PR c++/9879
6452         * testsuite/g++.dg/init/new4.C: New test.
6453
6454 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
6455
6456         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
6457
6458 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
6459
6460         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
6461         unsigned long.
6462
6463         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
6464         wider than float.
6465
6466 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6467
6468         * lib/scanasm.exp: Add support for counting numbers of
6469         occurences.
6470         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
6471         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
6472
6473 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
6474
6475         PR c++/9683
6476         * g++.dg/template/static3.C: New test.
6477
6478         PR c++/9829
6479         * g++.dg/parse/namespace6.C: New test.
6480
6481 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6482
6483         PR target/9732
6484         * gcc.dg/20030225-1.c: New test.
6485
6486 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
6487
6488         * README: Remove out-of-date information.
6489
6490         PR c++/9836
6491         * g++.dg/template/spec6.C: New test.
6492
6493 2003-02-24  Jeff Law  <law@redhat.com>
6494
6495         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
6496
6497 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6498
6499         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
6500         * gcc.dg/pragma-ep-1.c: Likewise.
6501
6502 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6503
6504         PR c++/9602
6505         * g++.dg/template/friend16.C: New test.
6506
6507 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
6508
6509         PR c++/5333
6510         * g++.dg/parse/fused-params1.C: Adjust error messages.
6511         * g++.dg/template/nested3.C: New test.
6512
6513 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
6514
6515         * g++.dg/abi/param1.C: New test.
6516
6517 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6518
6519         PR c++/7982
6520         * g++.dg/warn/implicit-typename1.C: New test.
6521
6522 2003-02-22  Kelley Cook <kelleycook@comcast.net>
6523
6524         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
6525         with "mtune".
6526         * g++.old-deja/g++.other/store-expr2.C: Likewise.
6527         * gcc.c-torture/execute/20010129-1.x: Likewise.
6528         * gcc.dg/20011107-1.c: Likewise.
6529         * gcc.dg/20020108-1.c: Likewise.
6530         * gcc.dg/20020122-3.c: Likewise.
6531         * gcc.dg/20020206-1.c: Likewise.
6532         * gcc.dg/20020310-1.c: Likewise.
6533         * gcc.dg/20020426-2.c: Likewise.
6534         * gcc.dg/20020517-1.c: Likewise.
6535         * gcc.dg/991230-1.c: Likewise.
6536         * gcc.dg/i386-unroll-1.c: Likewise.
6537         * gcc.misc-tests/i386-prefetch.exp: Likewise.
6538
6539 2003-02-22  Jan Hubicka  <jh@suse.cz>
6540
6541         * gcc.dg/i386-mul.c: New test.
6542
6543 2003-02-21  Roger Sayle  <roger@eyesopen.com>
6544
6545         * gcc.dg/builtins-5.c: New test case.
6546
6547 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
6548
6549         * gcc.dg/asmreg-1.c: New test.
6550
6551 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6552
6553         PR c++/9749
6554         * g++.dg/parse/varmod1.C: New test.
6555
6556 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6557
6558         PR c++/9727
6559         * g++.dg/template/op1.C: New test.
6560
6561 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6562
6563         PR c++/8906
6564         * g++.dg/template/nested2.C: New test.
6565
6566 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
6567
6568         PR c++/8724
6569         * g++.dg/expr/dtor1.C: New test.
6570
6571 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
6572
6573         * gcc.dg/cpp/include3.c: New test.
6574         * gcc.dg/cpp/inc/foo.h: New file.
6575
6576 2003-02-21  Glen Nakamura  <glen@imodulo.com>
6577
6578         * gcc.c-torture/execute/20030221-1.c: New test.
6579
6580 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
6581
6582         PR c++/9729
6583         * g++.dg/abi/conv1.C: New test.
6584
6585 2003-02-20  Jan Hubicka  <jh@suse.cz>
6586
6587         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
6588
6589 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
6590
6591         * gcc.c-torture/compile/20030219-1.c: New test.
6592
6593 2003-02-18  Jan Hubicka  <jh@suse.cz>
6594
6595         * gcc.dg/funcorder.c: New test.
6596
6597 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6598
6599         * gcc.c-torture/execute/20030218-1.c: New.
6600
6601 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
6602
6603         * gcc.dg/20030218-1.c: New.
6604
6605 2003-02-18  Richard Henderson  <rth@redhat.com>
6606
6607         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
6608         * gcc.dg/attr-used-2.c: New.
6609
6610 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
6611
6612         PR c++/9704
6613         * g++.dg/init/copy5.C: New test.
6614
6615 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
6616
6617         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
6618         * g++.dg/pch/pch.exp: Likewise.
6619
6620 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6621
6622         * gcc.c-torture/execute/20030209-1.c: Enable the test if
6623         STACK_SIZE is not defined.
6624
6625 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6626
6627         PR c++/9457
6628         * g++.dg/template/init1.C: New test.
6629
6630 2003-02-16  Jan HUbicka  <jh@suse.cz>
6631
6632         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
6633         (foo): Add few extra tests
6634         * gcc.dg/c99-const-expr-3.c: Likewise.
6635         * gcc.c-torture/execute/20030216-1.c: New.
6636
6637 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6638
6639         PR c++/9459
6640         * g++.dg/ext/typeof4.C: New test.
6641
6642 2003-02-15  Roger Sayle  <roger@eyesopen.com>
6643
6644         * gcc.dg/i386-387-3.c: New test case.
6645
6646 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
6647
6648         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
6649         cris-*-elf* cris-*-aout* and mmix-*-*.
6650
6651 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
6652
6653         * gcc.dg/20030213-1.c: New test.
6654
6655 2003-02-12  Roger Sayle  <roger@eyesopen.com>
6656
6657         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
6658         * gcc.dg/i386-387-2.c: Likewise.
6659
6660 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
6661
6662         * gcc.dg/ppc-spe.c: Fix formatting.
6663         Enable tests that were previously unsupported by gas.
6664         Delete tests for instructions that no longer exist.
6665         Switch arguments on evsubifw builtin.
6666
6667 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
6668
6669         * gcc.c-torture/execute/20030209-1.c: Disable the test if
6670         STACK_SIZE is too small.
6671
6672 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
6673             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
6674
6675         * gcc.dg/decl-2.c: New test.
6676
6677 2003-02-10  Jan Hubicka  <jh@suse.cz>
6678
6679         * gcc.dg/i386-fpcvt-1.c:  New test.
6680
6681 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
6682
6683         * gcc.c-torture/execute/20030209-1.c: New test.
6684
6685 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
6686
6687         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
6688         int-wide bitops, use the constants of the same width.
6689         Likewise, if long long is 32-bit wide, test bitops using
6690         32-bit constants.
6691
6692 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
6693
6694         * gcc.dg/20021014-1.c: Annotate with expected notice text.
6695
6696 2003-02-07  Roger Sayle  <roger@eyesopen.com>
6697
6698         * testsuite/gcc.dg/builtins-4.c: New test case.
6699
6700 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6701
6702         * gcc.dg/20020430-1.c: Fix dg command typos.
6703         * gcc.dg/20020503-1.c: Likewise.
6704
6705 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6706
6707         PR c++/8785
6708         * g++.dg/parse/fused-params1.C: New test.
6709
6710         PR c++/8857
6711         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
6712
6713         PR c++/8921
6714         * g++.dg/parse/non-dependent1.C: New test.
6715
6716         PR c++/8928
6717         * g++.dg/parse/dupl-tmpl-args1.C: New test.
6718
6719         PR c++/9228
6720         * g++.dg/parse/undefined7.C: New test.
6721         * g++.dg/parse/non-templ1.C: New test.
6722
6723         PR c++/9229
6724         * g++.dg/parse/too-many-tmpl-args1.C: New test.
6725
6726 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
6727
6728         * gcc.c-torture/compile/20030206-1.c: New test.
6729
6730 2003-02-05  Roger Sayle  <roger@eyesopen.com>
6731
6732         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
6733         "pow" to "foo" to avoid potential confusion with a math built-in.
6734
6735 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6736
6737         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
6738         conditions for SPARC targets.
6739
6740 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
6741
6742         * gcc.dg/20030204-1.c: New test.
6743
6744 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6745
6746         PR c++/38
6747         * g++.dg/parse/array-size1.C: New test.
6748
6749         PR c++/5657
6750         * g++.dg/parse/undefined3.C: New test.
6751
6752         PR c++/5665
6753         * g++.dg/parse/undefined4.C: New test.
6754
6755         PR c++/5975
6756         * g++.dg/parse/undefined5.C: New test.
6757
6758         PR c++/7259
6759         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
6760
6761         PR c++/8578
6762         * g++.dg/parse/casting-operator1.C: New test.
6763
6764         PR c++/8596
6765         * g++.dg/parse/undefined6.C: New test.
6766
6767         PR c++/8736
6768         * g++.dg/parse/missing-template1.C: New test.
6769
6770 2003-02-04  Jan Hubicka  <jh@suse.cz>
6771
6772         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
6773         * gcc.dg/i386-cmov?.c:  Likewise.
6774         * gcc.dg/i386-fpcvt-?.c:  Likewise.
6775         * gcc.dg/i386-ssefp-1.c:  Likewise.
6776         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
6777         conventions.
6778
6779 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
6780
6781         PR c++/7129
6782         * testsuite/g++.dg/ext/max.C: New test.
6783
6784 2003-02-03  Jan Hubicka  <jh@suse.cz>
6785
6786         * gcc.c-torture/execute/20030203-1.c: New test.
6787
6788 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
6789
6790         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
6791         'natural-endian'.
6792
6793 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
6794
6795         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
6796         * g++.dg/init/new2.C: Likewise.
6797         * g++.dg/other/new1.C: Likewise.
6798
6799 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
6800
6801         * gcc.dg/struct-ret-libc.c: New test.
6802
6803 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
6804
6805         * gcc.dg/20030129-1.c: New test.
6806
6807 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6808
6809         PR c++/8849
6810         * g++.dg/template/ptrmem4.C: New test.
6811
6812 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
6813
6814         * g++.dg/parser/constant1.C: New test.
6815
6816 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6817
6818         PR c++/8591
6819         * g++.dg/parse/friend2.C: New test.
6820
6821 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
6822
6823         PR c++/9437
6824         * g++.dg/template/unify4.C: New test.
6825
6826 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
6827
6828         * gcc.c-torture/execute/20030128-1.c: New test.
6829
6830 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
6831
6832         * g++.dg/lookup/nested1.C: Test moved from ...
6833         * g++.old-deja/g++.other/lookup24.C: ... here.
6834
6835 2003-01-28  Jan Hubicka  <jh@suse.cz>
6836
6837         * gcc.dg/i386-cmov5.c:  New test.
6838
6839 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
6840
6841         * gcc.c-torture/execute/20010925-1.c: Changed the
6842         memcpy declaration.
6843
6844 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6845
6846         PR c++/3902
6847         * g++.dg/parse/template5.C: New test.
6848
6849 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
6850
6851         PR fortran/9258
6852         * g77.dg/pr9258: New test.
6853
6854 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6855
6856         * README: Move relevant parts from README.g++.
6857
6858         * README.g++: Remove this file.
6859
6860 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
6861
6862         * g++.dg/abi/dcast1.C: New test.
6863
6864 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6865
6866         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
6867
6868 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
6869
6870         PR c++/47
6871         * g++.old-deja/g++.other/lookup24.C: New test.
6872
6873 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6874
6875         PR middle-end/7227
6876         * gcc.dg/uninit-C.c: New test.
6877
6878 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
6879
6880         * g++.dg/abi/covariant1.C: New test.
6881
6882 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
6883
6884         * gcc.dg/20030123-1.c: New test.
6885
6886 2003-01-25  Jan Hubicka  <jh@suse.cz>
6887
6888         PR opt/8492
6889         * gcc.c-torture/compile/20030125-1.c
6890
6891 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
6892
6893         PR c++/9403
6894         * g++.dg/parse/template3.C: New test.
6895         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
6896
6897         PR c++/795
6898         * g++.dg/parse/template4.C: New test.
6899
6900         PR c++/9415
6901         * g++.dg/template/qual2.C: New test.
6902
6903         PR c++/8545
6904         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
6905
6906         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
6907
6908 2003-01-25  Roger Sayle  <roger@eyesopen.com>
6909
6910         * gcc.c-torture/execute/switch-1.c: New test case.
6911
6912 2003-01-25  Jan Hubicka  <jh@suse.cz>
6913
6914         * gcc.c-torture/execute/20030125-1.[cx]: New test.
6915
6916 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
6917
6918         Tweaks for Bison-1.875. From the NEWS file:
6919         "- `parse error' -> `syntax error'
6920         Bison now uniformly uses the term `syntax error'"
6921         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
6922         * gcc.dg/cpp/digraph2.c: Likewise.
6923         * gcc.dg/cpp/direct2.c: Likewise.
6924         * gcc.dg/cpp/paste4.c: Likewise.
6925         * gcc.dg/c90-restrict-1.c: Likewise.
6926         * gcc.dg/c99-func-2.c: Likewise.
6927         * gcc.dg/noncompile/920721-2.c: Likewise.
6928         * gcc.dg/noncompile/930622-2.c: Likewise.
6929         * gcc.dg/noncompile/940112-1.c: Likewise.
6930         * gcc.dg/noncompile/950921-1.c: Likewise.
6931         * gcc.dg/noncompile/951123-1.c: Likewise.
6932         * gcc.dg/noncompile/971104-1.c: Likewise.
6933         * gcc.dg/noncompile/990416-1.c: Likewise.
6934
6935 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
6936
6937         * g++.dg/parse/undefined1.C: Add error message.
6938
6939 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6940
6941         PR c++/9354
6942         * g++.dg/parse/new1.C: New test.
6943
6944         PR c++/9216
6945         * g++.dg/parse/template2.C: New test.
6946
6947         PR c++/9354
6948         * g++.dg/parse/typedef2.C: New test.
6949
6950         PR c++/9328
6951         * g++.dg/ext/typeof3.C: New test.
6952
6953 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6954
6955         PR c++/2738
6956         * g++.dg/parse/ret-type1.C: New test.
6957
6958         PR c++/3792
6959         * g++.dg/parse/tmpl-outside1.C: New test.
6960
6961         PR c++/4207
6962         * g++.dg/parse/int-as-enum1.C: New test.
6963
6964         PR c++/4903
6965         * g++.dg/parse/no-typename1.C: New test.
6966
6967         PR c++/5533
6968         * g++.dg/parse/no-value1.C: New test.
6969
6970         PR c++/5921
6971         * g++.dg/parse/wrong-inline1.C: New test.
6972
6973         PR c++/6402
6974         * g++.dg/parse/ref1.C: New test.
6975
6976         PR c++/6992
6977         * g++.dg/parse/attr-ctor1.C: New test.
6978
6979         PR c++/7229
6980         * g++.dg/parse/namespace5.C: New test.
6981
6982         PR c++/7917
6983         * g++.dg/parse/func-def1.C: New test.
6984
6985         PR c++/8143
6986         * g++.dg/parse/undefined1.C: New test.
6987
6988         PR c++/5723, PR c++/8522
6989         * g++.dg/parse/specialization1.C: New test.
6990
6991         PR c++/163, PR c++/8595
6992         * g++.dg/parse/struct-as-enum1.C: New test.
6993
6994         PR c++/9173
6995         * g++.dg/parse/undefined2.C: New test.
6996
6997 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
6998
6999         PR c++/9298
7000         * g++.dg/parse/template1.C: New test.
7001
7002         PR c++/9384
7003         * g++.dg/parse/using1.C: New test.
7004
7005         PR c++/9285
7006         PR c++/9294
7007         * g++.dg/parse/expr2.C: New test.
7008
7009         PR c++/9388
7010         * g++.dg/parse/lookup2.C: Likewise.
7011
7012 2003-01-21  Jan Hubicka  <jh@suse.cz>
7013
7014         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
7015         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
7016         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
7017         * gcc.c-torture/execute/string-opt-*.c: Likewise.
7018
7019 2003-01-20  Nick Clifton  <nickc@redhat.com>
7020
7021         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
7022         problem with ARM sibcall code generation.
7023
7024 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
7025
7026         * gcc.c-torture/execute/20030120-1.c: New.
7027
7028 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
7029
7030         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
7031
7032 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
7033
7034         PR c++/9272
7035         * g++.dg/parse/ctor1.C: New test.
7036
7037         PR c++/9294:
7038         * g++.dg/parse/qualified1.C: New test.
7039
7040         * g++.dg/parse/typename3.C: New test.
7041
7042 2003-01-16  Richard Henderson  <rth@redhat.com>
7043
7044         * g++.dg/tls/init-2.C: Fix error matches for real this time.
7045
7046 2003-01-16  Richard Henderson  <rth@redhat.com>
7047
7048         * g++.dg/pch/pch.exp: Copy test header to the working directory
7049         before using it either for precompilation or direct use.
7050         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
7051         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
7052
7053 2003-01-16  Richard Henderson  <rth@redhat.com>
7054
7055         * gcc.dg/pch/pch.exp: Copy test header to the working directory
7056         before using it either for precompilation or direct use.
7057         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
7058         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
7059
7060 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
7061
7062         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
7063         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
7064         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
7065         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
7066         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
7067         typename warning into error.
7068         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
7069         error messages.
7070         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
7071         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
7072         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
7073         messages.
7074         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
7075         make declaration visible in template.
7076         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
7077         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
7078         messages.
7079         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
7080         message.
7081         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
7082         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
7083         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
7084         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
7085         typename warning with error message.
7086         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
7087         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
7088         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
7089
7090 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
7091
7092         * g++.dg/parse/ambig2.C: New test.
7093
7094 2003-01-15  Richard Henderson  <rth@redhat.com>
7095
7096         * g++.dg/tls/init-2.C: Update error message string.
7097
7098 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7099
7100         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
7101
7102 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
7103
7104         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
7105         all for HC11/HC12.
7106         * gcc.c-torture/compile/20001205-1.x: Likewise.
7107         * gcc.c-torture/compile/20001226-1.x: Likewise.
7108         * gcc.c-torture/compile/920520-1.x: Likewise.
7109         * gcc.c-torture/compile/961203-1.x: Likewise.
7110         * gcc.c-torture/compile/20020604-1.x: Likewise.
7111
7112 2003-01-15  Jan Hubicka  <jh@suse.cz>
7113
7114         * gcc.c-torture/compile/20030115-1.c: New test.
7115
7116         * gcc.dg/i386-fpcvt-1.c: New test.
7117         * gcc.dg/i386-fpcvt-2.c: New test.
7118
7119 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
7120
7121         Further conform g++'s __vmi_class_type_info to the C++ ABI
7122         specification.
7123         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
7124         the specification.
7125
7126 2003-01-14  Jan Hubicka  <jh@suse.cz>
7127
7128         * gcc.dg/i386-fpcvt-1.c: New test.
7129         * gcc.dg/i386-fpcvt-2.c: New test.
7130
7131 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
7132
7133         * gcc.dg/i386-mmx-3.c: New test.
7134
7135 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
7136
7137         PR c++/9264
7138         * g++.dg/parse/octal1.C: New file.
7139
7140         PR c++/9172
7141         * g++.dg/parse/typename1.C: New file.
7142
7143 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
7144
7145         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
7146         * gcc.dg/bf-no-ms-layout.c: Likewise.
7147         * gcc.dg/bf-ms-attrib.c: Likewise.
7148
7149 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
7150
7151         PR c++/9099
7152         * g++.dg/parse/dtor1.C: New file.
7153
7154         PR c++/9128
7155         * g++.dg/rtti/typeid1.C: New file.
7156
7157         PR c++/9153
7158         * g++.dg/parse/lookup1.C: New file.
7159
7160         PR c++/9171
7161         * g++.dg/templ/spec5.C: New file.
7162
7163 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
7164
7165         * gcc.c-torture/compile/20030110-1.c: New test.
7166
7167 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
7168
7169         Merge from pch-branch:
7170
7171         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
7172
7173         * gcc.dg/pch/cpp-1.h: New.
7174         * gcc.dg/pch/cpp-1.c: New.
7175         * gcc.dg/pch/cpp-2.h: New.
7176         * gcc.dg/pch/cpp-2.c: New.
7177
7178         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
7179
7180         * gcc.dg/pch/except-1.h: New.
7181         * gcc.dg/pch/except-1.c: New.
7182
7183         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
7184
7185         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
7186         running test.
7187         * gcc.dg/pch: Include *.hp not *.h.
7188         * gcc.dg/pch/system-1.h: New.
7189         * gcc.dg/pch/system-1.c: New.
7190
7191         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
7192
7193         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
7194         rather than trying to build and run a program using PCH.
7195         * gcc.dg/pch: Remove dg-do commands from test files.
7196
7197         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
7198
7199         * gcc.dg/pch/macro-3.c: New.
7200         * gcc.dg/pch/macro-3.h: New.
7201
7202         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
7203
7204         * gcc.dg/pch/common-1.c: New.
7205         * gcc.dg/pch/common-1.h: New.
7206         * gcc.dg/pch/decl-1.c: New.
7207         * gcc.dg/pch/decl-1.h: New.
7208         * gcc.dg/pch/decl-2.c: New.
7209         * gcc.dg/pch/decl-2.h: New.
7210         * gcc.dg/pch/decl-3.c: New.
7211         * gcc.dg/pch/decl-3.h: New.
7212         * gcc.dg/pch/decl-4.c: New.
7213         * gcc.dg/pch/decl-4.h: New.
7214         * gcc.dg/pch/decl-5.c: New.
7215         * gcc.dg/pch/decl-5.h: New.
7216         * gcc.dg/pch/global-1.c: New.
7217         * gcc.dg/pch/global-1.h: New.
7218         * gcc.dg/pch/inline-1.c: New.
7219         * gcc.dg/pch/inline-1.h: New.
7220         * gcc.dg/pch/inline-2.c: New.
7221         * gcc.dg/pch/inline-2.h: New.
7222         * gcc.dg/pch/static-1.c: New.
7223         * gcc.dg/pch/static-1.h: New.
7224         * gcc.dg/pch/static-2.c: New.
7225         * gcc.dg/pch/static-2.h: New.
7226
7227         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
7228
7229         * g++.dg/pch/pch.exp: Better handle failing testcases.
7230         * gcc.dg/pch/pch.exp: Likewise.
7231         * gcc.dg/pch/macro-1.c: New.
7232         * gcc.dg/pch/macro-1.h: New.
7233         * gcc.dg/pch/macro-2.c: New.
7234         * gcc.dg/pch/macro-2.h: New.
7235
7236         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
7237
7238         * g++.dg/dg.exp: Treat files in pch/ specially.
7239         * g++.dg/pch/pch.exp: New file.
7240         * g++.dg/pch/empty.H: New file.
7241         * g++.dg/pch/empty.C: New file.
7242         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
7243         "precompile".
7244
7245         * gcc.dg/pch/pch.exp: New file.
7246         * gcc.dg/pch/empty.h: New file.
7247         * gcc.dg/pch/empty.c: New file.
7248         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
7249         "precompile".
7250
7251 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7252
7253         * g++.dg/template/friend14.C: New test.
7254
7255 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7256
7257         * gcc.dg/old-style-asm-1.c: New test.
7258
7259 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
7260
7261         * gcc.c-torture/compile/20030109-1.c: New test.
7262
7263 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
7264
7265         * gcc.c-torture/execute/20030109-1.c: New test.
7266
7267 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
7268
7269         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
7270         * g++.old-deja/g++.mike/dyncast2.C: Likewise
7271         * g++.old-deja/g++.mike/dyncast3.C: Likewise
7272         * g++.old-deja/g++.mike/eh2.C: Likewise
7273         * g++.old-deja/g++.mike/eh3.C: Likewise
7274         * g++.old-deja/g++.mike/eh5.C: Likewise
7275         * g++.old-deja/g++.mike/eh6.C: Likewise
7276         * g++.old-deja/g++.mike/eh7.C: Likewise
7277         * g++.old-deja/g++.mike/eh8.C: Likewise
7278         * g++.old-deja/g++.mike/eh9.C: Likewise
7279         * g++.old-deja/g++.mike/eh10.C: Likewise
7280         * g++.old-deja/g++.mike/eh12.C: Likewise
7281         * g++.old-deja/g++.mike/eh13.C: Likewise
7282         * g++.old-deja/g++.mike/eh14.C: Likewise
7283         * g++.old-deja/g++.mike/eh16.C: Likewise
7284         * g++.old-deja/g++.mike/eh17.C: Likewise
7285         * g++.old-deja/g++.mike/eh18.C: Likewise
7286         * g++.old-deja/g++.mike/eh21.C: Likewise
7287         * g++.old-deja/g++.mike/eh23.C: Likewise
7288         * g++.old-deja/g++.mike/eh24.C: Likewise
7289         * g++.old-deja/g++.mike/eh25.C: Likewise
7290         * g++.old-deja/g++.mike/eh26.C: Likewise
7291         * g++.old-deja/g++.mike/eh27.C: Likewise
7292         * g++.old-deja/g++.mike/eh28.C: Likewise
7293         * g++.old-deja/g++.mike/eh29.C: Likewise
7294         * g++.old-deja/g++.mike/eh31.C: Likewise
7295         * g++.old-deja/g++.mike/eh33.C: Likewise
7296         * g++.old-deja/g++.mike/eh34.C: Likewise
7297         * g++.old-deja/g++.mike/eh35.C: Likewise
7298         * g++.old-deja/g++.mike/eh36.C: Likewise
7299         * g++.old-deja/g++.mike/eh37.C: Likewise
7300         * g++.old-deja/g++.mike/eh38.C: Likewise
7301         * g++.old-deja/g++.mike/eh39.C: Likewise
7302         * g++.old-deja/g++.mike/eh40.C: Likewise
7303         * g++.old-deja/g++.mike/eh41.C: Likewise
7304         * g++.old-deja/g++.mike/eh42.C: Likewise
7305         * g++.old-deja/g++.mike/eh44.C: Likewise
7306         * g++.old-deja/g++.mike/eh46.C: Likewise
7307         * g++.old-deja/g++.mike/eh47.C: Likewise
7308         * g++.old-deja/g++.mike/eh48.C: Likewise
7309         * g++.old-deja/g++.mike/eh49.C: Likewise
7310         * g++.old-deja/g++.mike/eh50.C: Likewise
7311         * g++.old-deja/g++.mike/eh51.C: Likewise
7312         * g++.old-deja/g++.mike/eh53.C: Likewise
7313         * g++.old-deja/g++.mike/eh55.C: Likewise
7314         * g++.old-deja/g++.mike/p7912.C: Likewise
7315         * g++.old-deja/g++.mike/p9706.C: Likewise
7316         * g++.old-deja/g++.mike/p10416.C: Likewise
7317         * g++.old-deja/g++.mike/p11667.C: Likewise
7318         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
7319         Remove redundant reference to Iris.
7320         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
7321         Elxsi, i860, Pico Java, and WE32K.
7322
7323 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
7324
7325         * g++.dg/ext/asm4.C: New test.
7326
7327 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7328
7329         PR c++/9030
7330         * g++.dg/template/friend12.C: New test.
7331         * g++.dg/template/friend13.C: Likewise.
7332         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
7333
7334 2003-01-08  Jan Hubicka  <jh@suse.cz>
7335
7336         * gcc.dg/i386-cadd.c: New test.
7337         * gcc.dg/i386-cmov4.c: Likewise.
7338
7339 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
7340
7341         PR c++/9165
7342         * g++.dg/warn/Wunused-3.C: New test.
7343
7344         * g++.dg/abi/bitfield9.C: New test.
7345
7346         PR c++/9189
7347         * g++.dg/parse/defarg3.C: New test.
7348
7349 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
7350
7351         * g++.dg/parse/ambig1.C: New test.
7352         * g++.dg/parse/defarg2.C: New test.
7353
7354 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
7355
7356         * g++.dg/template/defarg-1.C: New test.
7357         * g++.dg/template/local2.C: Likewise.
7358
7359 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
7360
7361         * gcc.c-torture/execute/20030105-1.c: New test.
7362
7363 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7364
7365         * g++.dg/parse/namespace3.C: Remove extra semicolons.
7366         * g++.dg/parse/namespace4.C: Likewise.
7367
7368 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
7369
7370         * g++.dg/template/ntp2.C: New test.
7371
7372 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7373
7374         * g++.dg/parse/extern-C-1.C: New test.
7375
7376         * g++.dg/parse/namespace4.C: New test.
7377
7378         * g++.dg/template/nested1.C: New test.
7379
7380         * g++.dg/parse/namespace3.C: New test.
7381
7382 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7383
7384         * g++.dg/lookup/two-stage1.C: New test.
7385
7386 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7387
7388         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
7389         * g++.old-deja/g++.jason/access8.C: Likewise.
7390         * g++.old-deja/g++.other/decl5.C: Likewise.
7391
7392 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7393
7394         * g++.dg/parse/parse7.C: New test.
7395
7396 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
7397
7398         PR c++/2843
7399         * g++.dg/ext/attrib7.C: New test.
7400
7401 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
7402
7403         * g++.dg/parse/parse6.C: New test.
7404
7405 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
7406
7407         * gcc.dg/h8300-stack-1.c: New.
7408
7409 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7410
7411         g++.dg/lookup/exception1.C: New test.
7412
7413         g++.dg/lookup/template1.C: New test.
7414
7415         g++.dg/parse/namespace2.C: New test.
7416
7417         g++.dg/parse/parens2.C: New test.
7418
7419 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7420
7421         * g++.dg/parse/parse5.C: New test.
7422         * g++.dg/lookup/scoped4.C: New test.
7423
7424 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
7425
7426         * g++.dg/parse/parens1.C: New test.
7427
7428         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
7429         angle-bracket1.C.
7430         * g++.dg/parse/parens2.C: New test.
7431
7432         * g++.dg/lookup/scope-operator1.C: New test.
7433
7434         * g++.dg/parse/operator1.C: New test.
7435
7436 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7437
7438         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
7439         * g++.old-deja/g++.other/access6.C: Likewise.
7440         * g++.old-deja/g++.other/decl1.C: Likewise.
7441         * g++.old-deja/g++.pt/typename12.C: Likewise.
7442
7443 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7444
7445         * g++.dg/parse/namespace1.C: New test.
7446
7447 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7448
7449         * g++.dg/parse/parse4.C: New test.
7450
7451 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7452
7453         * g++.dg/parse/parse3.C: New test.
7454
7455 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7456
7457         * g++.dg/parse/parse2.C: New test.
7458
7459 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7460
7461         * g++.dg/template/friend11.C: New test.
7462
7463 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
7464
7465         * g++.dg/parse/parse1.C: New test.
7466
7467 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
7468
7469         * lib/profopt.exp: Change the name of a global variable to avoid
7470         possible clashes with other test suites.
7471
7472 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
7473
7474         * g++.dg/inherit/covariant8.C: New test.
7475
7476 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
7477
7478         * g++.dg/init/array9.C: New test.
7479
7480         PR c++/9112
7481         * g++.dg/parse/expr1.C: New test.
7482
7483 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
7484
7485         * gcc.c-torture/compile/20021230-1.c: New test.
7486
7487 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
7488
7489         * g++.dg/inherit/covariant5.C: New test.
7490         * g++.dg/inherit/covariant6.C: New test.
7491         * g++.dg/inherit/covariant7.C: New test.
7492
7493 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7494
7495         PR c++/2739
7496         * g++.dg/other/access2.C: New test.
7497
7498 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7499
7500         * g++.dg/other/anon-struct.C: No longer fails
7501         * g++.old-deja/g++.brendan/parse4.C: Likewise.
7502         * g++.old-deja/g++.brendan/parse5.C: Likewise.
7503         * g++.old-deja/g++.brendan/parse6.C: Likewise.
7504
7505 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7506
7507         * g++.dg/parse/angle-bracket.C (main): No longer fails.
7508
7509 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
7510
7511         * g++.dg/eh/spec4.C: Remove stray semicolon.
7512         * g++.dg/expr/pmf-1.C: Change error message.
7513         * g++.dg/ext/asm1.C: Remove stray semicolon.
7514         * g++.dg/ext/typename1.C: Add missing typenames.
7515         * g++.dg/inherit/template-as-base.C: Change error message.
7516         * g++.dg/lookup/scoped1.C: Likewise.
7517         * g++.dg/lookup/scoped2.C: Likewise.
7518         * g++.dg/lookup/using2.C: Likewise.
7519         * g++.dg/other/component1.C: Remove stray semicolon.
7520         * g++.dg/other/do1.C: Change error message.
7521         * g++.dg/other/error2.C: Likewise.
7522         * g++.dg/other/init1.C: Likewise.
7523         * g++.dg/other/packed1.C: Remove stray semicolon.
7524         * g++.dg/other/ptrmem2.C: Change error message.
7525         * g++.dg/parse/parameter-declaration-1.C: Remove line number
7526         marker.
7527         * g++.dg/special/initp1.C: Remove invalid attribute usage.
7528         * g++.dg/template/access3.C: Add typename keyword.
7529         * g++.dg/template/access5.C: Remove stray semicolon.
7530         * g++.dg/template/access6.C: Likewise.
7531         * g++.dg/template/complit1.C: Likewise.
7532         * g++.dg/template/crash1.C: Change error message.
7533         * g++.dg/template/inherit2.C: Remove stray semicolon.
7534         * g++.dg/template/instantiate2.C: Likewise.
7535         * g++.dg/template/instantiate3.C: Change error message.
7536         * g++.dg/template/qual1.C: Remove stray semicolon.
7537         * g++.dg/template/qualttp18.C: Change error message.
7538         * g++.dg/template/ref1.C: Remove stray semicolon.
7539         * g++.dg/template/sizeof1.C (A::value): Declare it.
7540         * g++.dg/template/spec4.C: Change error message.
7541         * g++.dg/template/static1.C: Likewise.
7542         * g++.dg/template/type1.C: Likewise.
7543         * g++.dg/template/typename3.C: Likewise.
7544         * g++.old-deja/g++.benjamin/13478.C: Change error message.
7545         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
7546         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
7547         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
7548         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
7549         named return value extension.
7550         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
7551         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
7552         * g++.old-deja/g++.bob/extern_C.C: Likewise.
7553         * g++.old-deja/g++.bob/inherit2.C: Likewise.
7554         * g++.old-deja/g++.brendan/complex1.C: Likewise.
7555         * g++.old-deja/g++.brendan/copy5.C: Likewise.
7556         * g++.old-deja/g++.brendan/crash13.C: Likewise.
7557         * g++.old-deja/g++.brendan/crash15.C: Likewise.
7558         * g++.old-deja/g++.brendan/crash18.C: Change error message.
7559         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
7560         * g++.old-deja/g++.brendan/crash38.C: Likewise.
7561         * g++.old-deja/g++.brendan/crash50.C: Likewise.
7562         * g++.old-deja/g++.brendan/crash56.C: Likewise.
7563         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
7564         syntax.
7565         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
7566         * g++.old-deja/g++.brendan/crash8.C: Change error message.
7567         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
7568         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7569         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
7570         * g++.old-deja/g++.brendan/template11.C: Likewise.
7571         * g++.old-deja/g++.brendan/template26.C: Likewise.
7572         * g++.old-deja/g++.brendan/template27.C: Use explicit
7573         specialization syntax.
7574         * g++.old-deja/g++.brendan/template30.C: Likewise.
7575         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
7576         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
7577         non-dependent names.
7578         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
7579         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
7580         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
7581         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
7582         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
7583         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
7584         named return value extension.
7585         * g++.old-deja/g++.ext/namedret2.C: Likewise.
7586         * g++.old-deja/g++.ext/namedret3.C: Likewise.
7587         * g++.old-deja/g++.ext/return1.C: Likewise.
7588         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
7589         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
7590         * g++.old-deja/g++.jason/access8.C: Likewise.
7591         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
7592         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
7593         pseudo-destructor names.
7594         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
7595         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
7596         pseudo-destructor names.
7597         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
7598         * g++.old-deja/g++.jason/overload19.C: Likewise.
7599         * g++.old-deja/g++.jason/overload32.C: Likewise.
7600         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
7601         stray semicolons.
7602         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
7603         * g++.old-deja/g++.jason/return.C: Likewise.
7604         * g++.old-deja/g++.jason/return2.C: Likewise.
7605         * g++.old-deja/g++.jason/shadow1.C: Likewise.
7606         * g++.old-deja/g++.jason/special.C: Use explicit specialization
7607         syntax.
7608         * g++.old-deja/g++.jason/template10.C: Account for use of
7609         non-dependent names.
7610         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
7611         syntax.
7612         * g++.old-deja/g++.jason/template37.C: Likewise.
7613         * g++.old-deja/g++.law/access4.C: Change error messages.
7614         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
7615         pseudo-destructor names.
7616         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
7617         * g++.old-deja/g++.law/ctors9.C: Likewise.
7618         * g++.old-deja/g++.law/cvt22.C: Likewise.
7619         * g++.old-deja/g++.law/dtors5.C: Likewise.
7620         * g++.old-deja/g++.law/global-init1.C: Likewise.
7621         * g++.old-deja/g++.law/missed-error3.C: Likewise.
7622         * g++.old-deja/g++.law/operators28.C: Likewise.
7623         * g++.old-deja/g++.law/visibility28.C: Likewise.
7624         * g++.old-deja/g++.martin/eval1.C: Likewise.
7625         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
7626         name.
7627         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
7628         * g++.old-deja/g++.mike/net34.C: Likewise.
7629         * g++.old-deja/g++.mike/net36.C: Likewise.
7630         * g++.old-deja/g++.mike/ns2.C: Likewise.
7631         * g++.old-deja/g++.mike/p12306.C: Likewise.
7632         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
7633         value extension.
7634         * g++.old-deja/g++.mike/p700.C: Likewise.
7635         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
7636         * g++.old-deja/g++.mike/p710.C: Likewise.
7637         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
7638         value extension.
7639         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
7640         * g++.old-deja/g++.mike/pmf9.C: Likewise.
7641         * g++.old-deja/g++.ns/crash2.C: Likewise.
7642         * g++.old-deja/g++.ns/crash3.C: Likewise.
7643         * g++.old-deja/g++.ns/invalid1.C: Likewise.
7644         * g++.old-deja/g++.ns/ns17.C: Likewise.
7645         * g++.old-deja/g++.ns/template16.C: Likewise.
7646         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
7647         keyword.
7648         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
7649         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
7650         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
7651         named return value extension.
7652         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
7653         * g++.old-deja/g++.other/access4.C: Issue additional error
7654         messages.
7655         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
7656         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
7657         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
7658         * g++.old-deja/g++.other/crash25.C: Change error message.
7659         * g++.old-deja/g++.other/crash4.C: Change error message.
7660         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
7661         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
7662         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
7663         checks.
7664         * g++.old-deja/g++.other/defarg8.C: Likewise.
7665         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
7666         * g++.old-deja/g++.other/dtor10.C: Likewise.
7667         * g++.old-deja/g++.other/incomplete.C: Likewise.
7668         * g++.old-deja/g++.other/linkage7.C: Likewise.
7669         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
7670         lookup algorithm.
7671         * g++.old-deja/g++.other/mangle2.C: Likewise.
7672         * g++.old-deja/g++.other/refinit2.C: Likewise.
7673         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
7674         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
7675         * g++.old-deja/g++.pt/crash28.C: Likewise.
7676         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
7677         syntax.
7678         * g++.old-deja/g++.pt/crash32.C: Change error message.
7679         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
7680         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
7681         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
7682         error message position.
7683         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
7684         * g++.old-deja/g++.pt/defarg8.C: Change error message.
7685         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
7686         syntax.
7687         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
7688         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
7689         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
7690         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
7691         keyword.
7692         * g++.old-deja/g++.pt/explicit31.C: Likewise.
7693         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
7694         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
7695         keyword.
7696         * g++.old-deja/g++.pt/explicit71.C: Change error message.
7697         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
7698         syntax.
7699         * g++.old-deja/g++.pt/friend28.C: Account for use of
7700         non-dependent names.
7701         * g++.old-deja/g++.pt/friend29.C: Likewise.
7702         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
7703         rules.
7704         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
7705         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
7706         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
7707         lookup rules.
7708         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
7709         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
7710         keyword.
7711         * g++.old-deja/g++.pt/memclass20.C: Likewise.
7712         * g++.old-deja/g++.pt/memclass5.C: Likewise.
7713         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
7714         keyword.
7715         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
7716         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
7717         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
7718         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
7719         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
7720         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
7721         keyword.
7722         * g++.old-deja/g++.pt/spec10.C: Likewise.
7723         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
7724         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
7725         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
7726         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
7727         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
7728         * g++.old-deja/g++.pt/ttp62.C: Likewise.
7729         * g++.old-deja/g++.pt/ttp64.C: Likewise.
7730         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
7731         * g++.old-deja/g++.pt/typename15.C: Likewise.
7732         * g++.old-deja/g++.pt/typename22.C: Likewise.
7733         * g++.old-deja/g++.pt/typename6.C: Change error messages.
7734         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
7735         * g++.old-deja/g++.pt/virtual2.C: Likewise.
7736         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
7737         syntax.
7738         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
7739         return value extension.
7740         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
7741         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
7742         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
7743         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
7744
7745 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
7746
7747         * g++.dg/warn/inline1.C: New test.
7748         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
7749         * g++.old-deja/g++.jason/synth10.C: Likewise.
7750         * g++.old-deja/g++.mike/net31.C: Likewise.
7751         * g++.old-deja/g++.mike/p8786.C: Likewise.
7752
7753         * g++.dg/template/friend10.C: New test.
7754         * g++.dg/template/conv5.C: New test.
7755
7756 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
7757
7758         * g++.dg/lookup/scoped3.C: New test.
7759
7760         * g++.dg/lookup/decl1.C: New test.
7761         * g++.dg/lookup/decl2.C: New test.
7762
7763 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
7764
7765         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
7766         gcc.c-torture/compile/20021015-1.c,
7767         gcc.c-torture/compile/20021015-2.c,
7768         gcc.c-torture/compile/20021123-1.c,
7769         gcc.c-torture/compile/20021123-2.c,
7770         gcc.c-torture/compile/20021123-3.c,
7771         gcc.c-torture/compile/20021123-4.c,
7772         gcc.c-torture/execute/20021024-1.c: Add tests previously added
7773         only to 3.1 or 3.2 branch.
7774
7775 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
7776
7777         * gcc.dg/i386-bitfield3.c: New test.
7778
7779         * gcc.dg/i386-bitfield2.c: New test.
7780
7781 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
7782
7783         * g++.dg/parse/conv_op1.C: New test.
7784
7785 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
7786
7787         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
7788         approved.
7789
7790 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
7791
7792         * gcc.c-torture/compile/20021220-1.c: New test.
7793
7794 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
7795
7796         * gcc.dg/i386-fastcall-1.c: New.
7797
7798 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7799
7800         * gcc.c-torture/execute/20021219-1.c: New test.
7801
7802 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7803
7804         * gcc.dg/i386-pic-1.c: New test.
7805
7806 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7807
7808         PR c++/8099
7809         * g++.dg/template/friend9.C: New test.
7810
7811 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7812
7813         PR c++/3663
7814         * g++.dg/template/access7.C: New test.
7815
7816 2002-12-18  Nick Clifton  <nickc@redhat.com>
7817
7818         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
7819         the libstdc++-v3 directory has been found.
7820
7821 2002-12-12  Devang Patel <dpatel@apple.com>
7822         * gcc.dg/darwin-ld-1.c: New test.
7823         * gcc.dg/darwin-ld-2.c: New test.
7824         * gcc.dg/darwin-ld-3.c: New test.
7825         * gcc.dg/darwin-ld-4.c: New test.
7826         * gcc.dg/darwin-ld-5.c: New test.
7827
7828 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
7829
7830         * gcc.c-torture/compile/20021212-1.c: New test.
7831
7832 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
7833
7834         * gcc.dg/fshort-wchar: New test.
7835
7836 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
7837
7838         PR c++/8372
7839         * g++.dg/template/dtor1.C: New test.
7840
7841         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
7842         markers.
7843
7844 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
7845
7846         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
7847
7848 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
7849
7850         * g++.dg/template/static1.C: New test.
7851         * g++.dg/template/static2.C: New test.
7852         * g++.old-deja/g++.ext/memconst.C: New test.
7853
7854 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7855
7856         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
7857         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
7858         * g++.dg/special/initp1.C: Likewise.
7859
7860 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
7861
7862         * gcc.c-torture/execute/20021204-1.c: New test.
7863
7864 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
7865
7866         * gcc.dg/ppc-fmadd-1.c: New file.
7867         * gcc.dg/ppc-fmadd-2.c: New file.
7868         * gcc.dg/ppc-fmadd-3.c: New file.
7869
7870 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7871
7872         * gcc.c-torture/compile/20021204-1.c: New test.
7873
7874 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
7875
7876         * g++.dg/inherit/covariant2.C: New test.
7877         * g++.dg/inherit/covariant3.C: New test.
7878         * g++.dg/inherit/covariant4.C: New test.
7879         * g++.dg/inherit/covariant1.C: Remove XFAIL.
7880         * g++.old-deja/g++.robertl/eb17.C: Likewise.
7881
7882 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
7883
7884         PR c++/8688
7885         * g++.dg/init/brace3.C: New test.
7886
7887 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
7888
7889         * gcc.dg/20020210-1.c: Fix a comment typo.
7890
7891 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
7892
7893         PR c++/8720
7894         * g++.dg/parse/defarg1.C: New test.
7895
7896         PR c++/8615
7897         * g++.dg/template/char1.C: New test.
7898
7899         * g++.dg/template/varmod1.C: Fix typo.
7900
7901 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7902
7903         DR 180
7904         * g++.old-deja/g++.pt/crash32.C: Expect error.
7905
7906 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
7907
7908         PR c++/5919
7909         * g++.dg/template/varmod1.C: New test.
7910
7911         PR c++/8727
7912         * g++.dg/inherit/typeinfo1.C: New test.
7913
7914         PR c++/8663
7915         * g++.dg/inherit/typedef1.C: New test.
7916
7917 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
7918
7919         PR c++/8332
7920         PR c++/8493
7921         * g++.dg/template/strlen1.C: New test.
7922
7923         PR c++/8227
7924         * g++.dg/template/ctor2.C: New test.
7925
7926         PR c++/8214
7927         * g++.dg/init/string1.C: New test.
7928
7929         PR c++/8511
7930         * g++.dg/template/friend8.C: New test.
7931
7932 2002-11-29  Joe Buck <jbuck@synopsys.com>
7933
7934         * g++.dg/lookup/anon2.C: New test.
7935
7936 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
7937
7938         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
7939         h8300 port.
7940
7941 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
7942
7943         * gcc.dg/bitfld-6.c: New test.
7944
7945 2002-11-27  Jan Hubicka  <jh@suse.cz>
7946
7947         * gcc.c-torture/execute/20021127.[cx]: New test.
7948
7949 2002-11-26  Jan Hubicka  <jh@suse.cz>
7950
7951         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
7952         quality.
7953
7954 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
7955
7956         * g++.dg/init/brace2.C: New test.
7957         * g++.old-deja/g++.mike/p9129.C: Correct.
7958
7959 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
7960
7961         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
7962
7963 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
7964
7965         * gcc.dg/sibcall-6: New test for indirect sibcalls.
7966
7967 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
7968
7969         * testsuite/g++.dg/abi/empty11.C: New test.
7970         * testsuite/g++.dg/rtti/cv1.C: New test.
7971
7972 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
7973
7974         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
7975
7976 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
7977
7978         * g++.dg/abi/empty10.C: New test.
7979
7980 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
7981
7982         * gcc.c-torture/compile/20021124-1.c: New test.
7983
7984 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
7985
7986         * g++.dg/abi/rtti2.C: New test.
7987
7988 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7989
7990         * gcc.dg/i386-unroll-1.c: New test.
7991
7992 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
7993
7994         * gcc.c-torture/compile/20021120-1.c: New test.
7995         * gcc.c-torture/compile/20021120-2.c: New test.
7996
7997 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
7998
7999         * gcc.dg/bitfld-5.c: New test.
8000
8001 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8002
8003         * gcc.c-torture/execute/20021120-3.c: New test.
8004
8005 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8006
8007         * gcc.c-torture/execute/20021120-2.c: New test.
8008
8009 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
8010
8011         * gcc.c-torture/execute/20021120-1.c: New test.
8012
8013 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
8014
8015         * gcc.c-torture/execute/20021118-3.c: New test.
8016
8017 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8018
8019         * gcc.c-torture/compile/20021119-1.c: New test.
8020
8021 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
8022
8023         * gcc.dg/duff-1.c: New test.
8024         * gcc.dg/duff-2.c: New test.
8025         * gcc.dg/duff-3.c: New test.
8026
8027 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
8028
8029         * gcc.dg/cpp/_Pragma5.c: New test.
8030
8031 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8032
8033         * gcc.c-torture/execute/20021118-2.c: New test.
8034
8035 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
8036
8037         * gcc.c-torture/execute/20021118-1.c: New test.
8038
8039 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
8040
8041         * gcc.dg/20021116-1.c: New test.
8042
8043 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
8044
8045         * g++.dg/abi/vcall1.C: New test.
8046
8047 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
8048
8049         * gcc.dg/20021029-1.c: New test.
8050         * gcc.dg/20021029-2.c: New test.
8051
8052 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8053
8054         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
8055
8056 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8057
8058         PR c/8439
8059         * gcc.dg/20021110.c: Move to ...
8060         * gcc.c-torture/compile/20021110.c: .... here.
8061
8062 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8063
8064         PR c/8467
8065         * gcc.c-torture/execute/20021111-1.c
8066
8067 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
8068
8069         PR c/8439
8070         * gcc.dg/20021110.c: New test.
8071
8072 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
8073
8074         * g++.dg/abi/vthunk3.C: Run only on x86.
8075
8076 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
8077
8078         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
8079
8080 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
8081
8082         * lib/compat.exp (compat-execute): Fix logic error in last
8083         change.
8084
8085 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
8086
8087         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
8088
8089 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8090
8091         PR c++/8389
8092         * g++.dg/template/access6.C: New test.
8093
8094 2002-11-08  Jan Hubicka  <jh@suse.cz>
8095
8096         * gcc.dg/i386-ssefp-1.c: New test.
8097         * gcc.dg/i386-ssefp-1.c: New test.
8098
8099 2002-11-08  Jan Hubicka  <jh@suse.cz>
8100
8101         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
8102
8103 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8104
8105         * g++.dg/abi/vthunk3.C: New test.
8106
8107         PR c++/8338
8108         * g++.dg/template/crash2.C: New test.
8109
8110 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
8111
8112         * testsuite/g++.dg/abi/dtor1.C: New test.
8113         * testsuite/g++.dg/abi/dtor2.C: Likewise.
8114
8115 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
8116
8117         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
8118         Darwin.
8119
8120 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8121
8122         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
8123         -mthumb.  Only xfail with -O0.
8124
8125 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
8126
8127         * g++.dg/abi/thunk1.C: New test.
8128         * g++.dg/abi/thunk2.C: Likewise.
8129         * g++.dg/abi/vtt1.C: Likewise.
8130
8131 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
8132
8133         PR optimization/8423
8134         * gcc.c-torture/execute/builtin-constant.c: New test.
8135
8136 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
8137
8138         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
8139         Add some more cases.
8140
8141 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
8142
8143         PR c++/8391
8144         * g++.dg/opt/local1.C: New test.
8145
8146 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
8147
8148         PR c++/8160
8149         * g++.dg/template/complit1.C: New test.
8150
8151         PR c++/8149
8152         * g++.dg/template/typename4.C: Likewise.
8153
8154 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8155
8156         Core issue 287, PR c++/7639
8157         * g++.dg/template/instantiate1.C: Adjust error location.
8158         * g++.dg/template/instantiate3.C: New test.
8159         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
8160         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
8161         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
8162
8163 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
8164
8165         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
8166
8167 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
8168
8169         PR c++/8287
8170         * g++.dg/init/dtor2.C: New test.
8171
8172 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8173
8174         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
8175         * gcc.dg/nest.c: Bypass errors on irix6.
8176
8177 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
8178
8179         * gcc.dg/nest.c: Expect error for mmix-*-*.
8180         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
8181
8182 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
8183
8184         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
8185         markers.
8186
8187         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
8188
8189 2002-10-25  Mike Stump  <mrs@apple.com>
8190
8191         * gcc.dg/warn-1.c: New test.
8192
8193 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8194
8195         * g++.dg/template/typename3.C: New test.
8196
8197 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
8198
8199         * g++.dg/lookup/ptrmem1.C: New test.
8200
8201         * g++.dg/abi/vthunk2.C: New test.
8202
8203 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
8204
8205         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
8206
8207 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
8208
8209         * g++.dg/abi/empty9.C: New test.
8210
8211 2002-10-24  Richard Henderson  <rth@redhat.com>
8212
8213         * g++.dg/inherit/thunk1.C: Enable for ia64.
8214
8215 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8216
8217         PR c++/8067
8218         * g++.dg/lookup/pretty1.C: New test.
8219
8220 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
8221
8222         * gcc.dg/20021023-1.c: New test.
8223
8224 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
8225
8226         PR c++/7679
8227         * g++.dg/parse/inline1.C: New test.
8228
8229 2002-10-23  Richard Henderson  <rth@redhat.com>
8230
8231         * g++.dg/inherit/thunk1.C: Enable for x86_64.
8232
8233         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
8234
8235 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
8236
8237         PR c++/6579
8238         * g++.dg/parse/stmtexpr3.C: New test.
8239
8240 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
8241
8242         * g++.dg/expr/cond1.C: New test.
8243
8244 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8245
8246         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
8247
8248 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8249
8250         * g++.dg/abi/vbase13.C: New test.
8251         * g++.dg/abi/vbase14.C: Likewise.
8252
8253 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
8254
8255         * gcc.dg/tls/pic-1.c: New test.
8256         * gcc.dg/tls/nonpic-1.c: New test.
8257         * gcc.dg/20021018-1.c: New test.
8258
8259 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8260
8261         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
8262         Remove only files with the same base name as the test case.
8263         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
8264         (profopt-execute): Likewise.  Also, remove old profiling
8265         and performance data files before running the tests.
8266
8267         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
8268         * g++.dg/bprob/bprob.exp: Likewise.
8269         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
8270         to allow more general test case names.
8271
8272         * g++.dg/bprob/bprob-1.C: Rename to ...
8273         * g++.dg/bprob/g++-bprob-1.C: ... this.
8274
8275         * g77.dg/bprob/bprob-1.f: Rename to ...
8276         * g77.dg/bprob/g77-bprob-1.f: ... this.
8277
8278 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
8279
8280         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
8281         bison 1.50 or later.
8282
8283 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
8284
8285         * g++.dg/README: Describe more test directories.
8286
8287 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8288
8289         * g++.dg/init/array6.C: Add additional tests.
8290
8291 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
8292
8293         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
8294         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
8295
8296 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
8297
8298         * gcc.c-torture/compile/20020604-1.x: New.
8299         * gcc.c-torture/compile/simd-5.x: Likewise.
8300         * gcc.c-torture/execute/920710-1.x: Likewise.
8301         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
8302
8303 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
8304
8305         * g++.dg/inherit/override1.C: Add dg-options clause.
8306
8307 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8308
8309         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
8310         _mm_slli_si128.
8311
8312 2002-10-19  Andreas Schwab  <schwab@suse.de>
8313
8314         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
8315         directory component.
8316
8317 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
8318
8319         * g++.dg/inherit/thunk1.C: New test.
8320
8321         * g++.dg/inherit/override1.C: New test.
8322
8323         * g++.dg/abi/mangle11.C: New test.
8324         * g++.dg/abi/mangle14.C: New test.
8325         * g++.dg/abi/mangle17.C: New test.
8326
8327 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
8328
8329         * g++.dg/overload/member2.C: New test.
8330
8331 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
8332
8333         * g++.dg/README: Describe new compat directory.
8334         * g++.dg/dg.exp: Skip tests in compat directory.
8335         * README.compat: New file.
8336         * lib/compat.exp: New expect script.
8337         * g++.dg/compat: New test directory.
8338         * g++.dg/compat/compat.exp: New expect script.
8339         * g++.dg/compat/abi: New test directory.
8340         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
8341         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
8342         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
8343         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
8344         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
8345         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
8346         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
8347         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
8348         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
8349         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
8350         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
8351         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
8352         * g++.dg/compat/break: New test directory.
8353         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
8354         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
8355         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
8356         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
8357         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
8358         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
8359         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
8360         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
8361         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
8362         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
8363         g++.dg/compat/break/README: New files.
8364         * g++.dg/compat/eh: New test directory.
8365         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
8366         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
8367         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
8368         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
8369         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
8370         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
8371         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
8372         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
8373         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
8374         g++.dg/compat/eh/filter2_y.C,
8375         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
8376         g++.dg/compat/eh/new1_y.C,
8377         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
8378         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
8379         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
8380         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
8381         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
8382         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
8383         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
8384         g++.dg/compat/eh/unexpected1_y.C: New files.
8385         * g++.dg/compat/init: New test directory.
8386         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
8387         g++.dg/compat/init/array5_y.C,
8388         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
8389         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
8390         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
8391         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
8392         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
8393         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
8394         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
8395         g++.dg/compat/init/init-ref2_y.C: New files.
8396
8397 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8398
8399         PR c++/7584
8400         * g++.dg/inherit/using3.C: New test.
8401
8402 2002-10-17  Jan Hubicka  <jh@suse.cz>
8403
8404         * gcc.dg/20021017-2.c: New test.
8405
8406 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
8407
8408         * g++.dg/abi/mangle16.C: Adjust.
8409
8410         * g++.dg/init/array8.C: New test.
8411
8412 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
8413
8414         * gcc.dg/special/mips-abi.exp: New test.
8415         * gcc.dg/special/mips-abi.s: Empty file used by the above.
8416
8417 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8418
8419         * g++.dg/abi/mangle16.C: New test.
8420         * g++.dg/abi/mangle17.C: Likewise.
8421
8422         PR c++/7478
8423         * g++.dg/template/ref1.C: New test.
8424
8425 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8426
8427         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
8428
8429 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
8430
8431         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
8432
8433 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
8434
8435         PR c++/7524
8436         * g++.dg/init/array7.C: New test.
8437
8438 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
8439
8440         * g++.dg/init/array6.C: New test.
8441
8442         * g++.dg/abi/mangle13.C: Likewise.
8443         * g++.dg/abi/mangle14.C: Likewise.
8444         * g++.dg/abi/mangle15.C: Likewise.
8445
8446 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8447
8448         * g++.dg/abi/empty8.C: New test.
8449
8450 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
8451
8452         * g++.dg/init/ctor1.C: New test.
8453
8454 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
8455
8456         * gcc.c-torture/execute/20021015-1.c: New test.
8457
8458 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
8459
8460         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
8461
8462 2002-10-14  Jan Hubicka  <jh@suse.cz>
8463
8464         * gcc.dg/i386-ssetype-[1-5].c: New tests.
8465
8466 2002-10-14  Richard Henderson  <rth@redhat.com>
8467
8468         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
8469
8470 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8471
8472         PR optimization/6631
8473         * g++.dg/opt/const2.C: New test.
8474
8475 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
8476
8477         PR c++/7176
8478         * g++.dg/parse/friend1.C: New test.
8479         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
8480
8481 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
8482
8483         * gcc.dg/20021014-1.c: New test.
8484
8485 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
8486
8487         PR c++/5661
8488         * g++.dg/ext/vlm1.C: New test.
8489         * g++.dg/ext/vlm2.C: Likewise.
8490
8491         * g++.dg/init/array1.C: Remove invalid braces.
8492         * g++.dg/init/brace1.C: New test.
8493         * g++.dg/init/copy2.C: Likewise.
8494         * g++.dg/init/copy3.C: Likewise.
8495         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
8496         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
8497         braces.
8498
8499 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
8500
8501         * gcc.dg/cpp/assembler.S: Don't use -ansi.
8502
8503 2002-10-11  Richard Shann  <richard.shann@superh.com>
8504
8505         * gcc.c-torture/compile/simd-5.c: New test.
8506
8507 2002-10-10  Roger Sayle  <roger@eyesopen.com>
8508
8509         * gcc.c-torture/execute/shiftopt-1.c: New test case.
8510
8511 2002-10-10  Jim Wilson  <wilson@redhat.com>
8512
8513         * gcc.c-torture/execute/20021010-1.c: New test.
8514
8515 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
8516
8517         PR c/7353
8518         * g++.dg/ext/typedef-init.C: New test.
8519         * gcc.dg/typedef-init.c: New test.
8520
8521 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
8522
8523         * gcc.dg/cpp/paste13.c: New test.
8524
8525 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8526
8527         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
8528         remaining platforms, XFAIL during compile, not execute.  Don't
8529         XFAIL at -O0.
8530
8531 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
8532
8533         * gcc.dg/alias-1.c: Tweak expected warning.
8534
8535 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
8536
8537         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
8538
8539 2002-10-06  Andreas Jaeger  <aj@suse.de>
8540
8541         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
8542         * gcc.dg/cpp/c++98.C: Likewise.
8543
8544         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
8545         * g++.dg/cpp/c++98.C: Likewise.
8546
8547         * g++.dg/README (Subdirectories): Mention cpp directory.
8548
8549         PR target/7559
8550         * gcc.dg/20021006-1.c: New test.
8551
8552 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8553
8554         PR c++/7804
8555         * g++.dg/other/warning1.C: New test.
8556
8557 2002-10-04  Roger Sayle  <roger@eyesopen.com>
8558
8559         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
8560         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
8561         and sparc-*-* with -m64 as expected failures.  See PR 8087.
8562
8563 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8564
8565         PR c++/7931
8566         * g++.dg/template/ptrmem3.C: New test.
8567
8568         PR c++/7754
8569         * g++.dg/template/union1.C: New test.
8570
8571 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
8572
8573         PR c++/8006
8574         * g++.dg/abi/mangle9.C: New test.
8575         * g++.dg/abi/mangle10.C: New test.
8576         * g++.dg/abi/mangle11.C: New test.
8577         * g++.dg/abi/mangle12.C: New test.
8578
8579 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
8580
8581         PR c++/7188.
8582         * g++.dg/template/meminit1.C: New test.
8583         * g++.dg/warn/Wreorder-1.C: Likewise.
8584         * g++.old-deja/g++.mike/warn3.C: Tweak.
8585         * lib/prune.exp: Ingore "in copy constructor".
8586
8587 2002-10-02  Andreas Jaeger  <aj@suse.de>
8588
8589         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
8590         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
8591         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
8592         on x86-64.
8593
8594 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8595
8596         * gcc.dg/empty1.C: Fix typo.
8597
8598 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
8599
8600         * gcc.dg/alias-1.c: New test.
8601
8602 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
8603
8604         * gcc.dg/empty1.C: New test.
8605
8606         * g++.dg/tls/init-2.C: Tweak error messages.
8607
8608 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
8609
8610         * gcc.c-torture/compile/20020923-1.c: New test.
8611
8612 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
8613
8614         * gcc.c-torture/execute/ffs-1.c: New test.
8615         * gcc.c-torture/execute/ffs-2.c: Ditto.
8616
8617 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
8618
8619         * g++.dg/overload/member1.C: New test.
8620
8621 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
8622
8623         * g++.dg/abi/empty7.C: New test.
8624         * g++.dg/init/pm2.C: Likewise.
8625
8626 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
8627
8628         * g++.dg/rtti/crash1.C: New test.
8629
8630 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
8631
8632         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
8633         gcc.dg/sibcall-4.c: New tests.
8634
8635 2002-09-28  Roger Sayle  <roger@eyesopen.com>
8636
8637         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
8638         powerpc and MMIX targets.
8639
8640 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
8641
8642         * gcc.dg/cpp/20020927-1.c: New.
8643
8644 2002-09-26  David S. Miller  <davem@redhat.com>
8645
8646         * gcc.c-torture/compile/trunctfdf.c: New.
8647
8648 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8649
8650         * lib/target-supports.exp (check_weak_available): Handle solaris2.
8651
8652 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
8653
8654         * gcc.c-torture/execute/loop-15.c: New.
8655
8656 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
8657
8658         * README.QMTEST: Fix typo.
8659
8660 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
8661
8662         * gcc.dg/20020926-1.c: New test.
8663
8664 2002-09-25  David S. Miller  <davem@redhat.com>
8665
8666         PR target/7842
8667         * gcc.c-torture/execute/shiftdi.c: New test.
8668
8669 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
8670
8671         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
8672         unique to the tool.
8673         * lib/g77.exp (g77_init): Likewise.
8674         * lib/g++.exp (g++_init): Likewise.
8675         * lib/objc.exp (objc_init): Likewise.
8676
8677 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
8678
8679         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
8680         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
8681         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
8682
8683 2002-09-25  Richard Henderson  <rth@redhat.com>
8684
8685         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
8686         too-small long double.
8687
8688 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
8689
8690         * gcc.dg/20020919-1.c: New test.
8691
8692 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
8693
8694         * g++.dg/abi/bitfield6.C: New test.
8695         * g++.dg/abi/bitfield7.C: New test.
8696         * g++.dg/abi/bitfield8.C: New test.
8697         * g++.dg/abi/vbase11.C: New test.
8698
8699 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8700
8701         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
8702         hppa*-*-hpux*.  Update test comment.
8703
8704 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
8705
8706         * gcc.dg/tls/struct-1.c: New test.
8707
8708 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
8709
8710         * gcc.dg/cpp/tr-warn2.c: Update.
8711
8712 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8713
8714         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
8715
8716 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
8717
8718         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
8719         systems.
8720
8721 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
8722
8723         * gcc.c-torture/execute/ieee/mzero3.c: New test.
8724
8725         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
8726         Adjust for c++filt moved to binutils.  Remove spurious duplicate
8727         setting of cxxfilt.
8728
8729 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
8730
8731         * gcc.dg/20020312-2.c: Update for darwin.
8732
8733 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
8734
8735         * g++.old-deja/g++.other/crash32.C: Mark ICE.
8736
8737 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
8738
8739         * objc.dg/comp-types-1.m: New test.
8740         * objc.dg/comp-types-2.m: New test.
8741         * objc.dg/comp-types-3.m: New test.
8742         * objc.dg/comp-types-4.m: New test.
8743         * objc.dg/comp-types-5.m: New test.
8744         * objc.dg/comp-types-6.m: New test.
8745
8746 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8747
8748         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
8749
8750 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8751
8752         * g++.dg/other/do1.C: New test.
8753
8754         * g++.dg/template/subst1.C: New test.
8755
8756 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
8757
8758         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
8759
8760 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
8761
8762         * g++.dg/template/qualttp20.C: Adjust expected errors.
8763         * g++.old-deja/g++.jason/report.C: Likewise.
8764         * g++.old-deja/g++.other/qual1.C: Likewise.
8765
8766         * g++.dg/lookup/scoped2.C: New test.
8767
8768         * g++.dg/ext/asm3.C: New test.
8769
8770 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
8771
8772         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
8773
8774 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
8775
8776         * ChangeLog: follow spelling conventions.
8777         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
8778         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
8779         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
8780         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
8781         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
8782         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
8783         * g++.old-deja/g++.law/global-init1.C: Likewise.
8784         * g++.old-deja/g++.other/delete4.C: Likewise.
8785         * g++.old-deja/g++.other/inline21.C: Likewise.
8786         * g++.old-deja/g++.other/singleton.C: Likewise.
8787         * g77.dg/strlen0.f: Likewise.
8788         * g77.f-torture/compile/20010519-1.f: Likewise.
8789         * g77.f-torture/compile/980310-4.f: Likewise.
8790         * gcc.c-torture/compile/20000605-1.c: Likewise.
8791         * gcc.c-torture/execute/20020225-1.c: Likewise.
8792         * gcc.dg/c90-hexfloat-2.c: Likewise.
8793         * gcc.dg/c99-bool-1.c: Likewise.
8794         * gcc.dg/c99-hexfloat-2.c: Likewise.
8795         * gcc.dg/dll-2.c: Likewise.
8796         * gcc.dg/wtr-union-init-1.c: Likewise.
8797         * gcc.dg/wtr-union-init-2.c: Likewise.
8798         * gcc.dg/wtr-union-init-3.c: Likewise.
8799         * gcc.dg/cpp/avoidpaste1.c: Likewise.
8800         * gcc.dg/cpp/defined.c: Likewise.
8801         * gcc.dg/cpp/macsyntx.c: Likewise.
8802         * gcc.dg/cpp/paste2.c: Likewise.
8803         * gcc.dg/cpp/trad/defined.c: Likewise.
8804         * gcc.dg/format/c90-printf-1.c: Likewise.
8805         * gcc.dg/format/c90-scanf-1.c: Likewise.
8806         * gcc.dg/format/c99-printf-1.c: Likewise.
8807         * gcc.dg/format/c99-scanf-1.c: Likewise.
8808         * gcc.misc-tests/gcov-8.c: Likewise.
8809         * lib/profopt.exp: Likewise.
8810
8811 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
8812
8813         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
8814
8815 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8816
8817         * g++.dg/inherit/using2.C: New test.
8818
8819 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
8820
8821         * ChangeLog: Follow spelling conventions.
8822         * g++.dg/template/friend4.C: Likewise.
8823         * g++.old-deja/g++.pt/crash67.C: Likewise.
8824         * gcc.c-torture/execute/20000801-4.c: Likewise.
8825         * gcc.dg/c90-digraph-1.c: Likewise.
8826         * gcc.dg/c94-digraph-1.c: Likewise.
8827         * gcc.dg/c99-digraph-1.c: Likewise.
8828         * gcc.dg/cpp/line5.c: Likewise.
8829         * gcc.dg/cpp/multiline.c: Likewise.
8830         * gcc.dg/cpp/trad/literals-1.c: Likewise.
8831         * gcc.dg/format/attr-3.c: Likewise.
8832         * gcc.dg/format/c90-scanf-3.c: Likewise.
8833         * gcc.dg/format/ext-4.c: Likewise.
8834
8835 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
8836
8837         * g++.dg/template/pretty1.C: New test.
8838
8839 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
8840
8841         * gcc.c-torture/execute/struct-cpy-1.c: New test.
8842
8843 2002-09-13  Matt Austern  <austern@apple.com>
8844
8845         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
8846         passing a cast expression to a function by const reference.
8847
8848 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
8849
8850         * g++.dg/template/deduce1.C: New test.
8851
8852 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
8853
8854         * gcc.c-torture/execute/simd-1.c: Force all use of int to
8855         32-bit int.
8856
8857 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8858
8859         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
8860         usage.
8861
8862 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
8863
8864         * gcc.c-torture/compile/20020910-1.c: New test.
8865
8866 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
8867
8868         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
8869
8870 2002-09-10  Andreas Jaeger  <aj@suse.de>
8871
8872         * gcc.dg/20020312-2.c: Adjust for x86-64.
8873
8874 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
8875
8876         * g77.dg/7388.f: New test case for PR 7388.
8877
8878 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8879
8880         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
8881
8882 2002-09-05  Ziemowit Laski <zlaski@apple.com>
8883
8884         * objc.dg/proto-lossage-1.m: New test.
8885
8886 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
8887
8888         * gcc.dg/cpp/_Pragma4.c: Fix typo.
8889
8890 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
8891
8892         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
8893         expected to pass.
8894
8895 2002-09-06  Stan Shebs  <shebs@apple.com>
8896             David Edelsohn  <edelsohn@gnu.org>
8897
8898         * gcc.dg/weak: New directory.
8899         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
8900         target-specific xfail bits.
8901         * gcc.dg/typeof-2.c: Move to new directory.
8902         * gcc.dg/weak.exp: New expect script.
8903
8904 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
8905
8906         * gcc.c-torture/execute/extzvsi.c: New test.
8907
8908 2002-09-05  Stan Shebs  <shebs@apple.com>
8909
8910         * gcc.dg/weak-1.c: xfail on Darwin.
8911         * gcc.dg/weak-2.c: Ditto.
8912         * gcc.dg/weak-3.c: Ditto.
8913         * gcc.dg/weak-4.c: Ditto.
8914         * gcc.dg/weak-5.c: Ditto.
8915         * gcc.dg/weak-6.c: Ditto.
8916         * gcc.dg/weak-7.c: Ditto.
8917         * gcc.dg/weak-8.c: Ditto.
8918         * gcc.dg/weak-9.c: Ditto.
8919
8920 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
8921
8922         * gcc.c-torture/execute/loop-14.c: New test.
8923
8924 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
8925
8926         * g++.dg/other/cxa-atexit1.C: New test.
8927
8928         * gcc.dg/typeof-2.c: New test.
8929
8930 2002-09-03  Roger Sayle  <roger@eyesopen.com>
8931
8932         * gcc.dg/builtins-2.c: New testcase.
8933         * gcc.dg/builtins-3.c: New testcase.
8934
8935 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
8936
8937         * gcc.dg/cpp/_Pragma4.c: New test.
8938
8939 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
8940
8941         * objc/execute/nil_method-1.m: New testcase.
8942
8943 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
8944
8945         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
8946         [Object class], not [Object initialize].
8947
8948 2002-08-31  Roger Sayle  <roger@eyesopen.com>
8949             Hans-Peter Nilsson  <hp@bitrange.com>
8950
8951         * gcc.c-torture/execute/20020720-1.x: Skip test on
8952         mmix-knuth-mmixware.  Correct comment.
8953
8954 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
8955
8956         * testsuite/g++.dg/abi/bitfield5.C: New test.
8957         * testsuite/g++.dg/abi/vbase10.C: Likewise.
8958
8959 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
8960
8961         * objc.dg/undeclared-selector.m: New test.
8962
8963 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
8964
8965         * g++.dg/other/offsetof1.C: Avoid cast warning.
8966
8967 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
8968
8969         * objc.dg/super-class-2.m: New test.
8970
8971 2002-08-24  Matt Austern  <austern@apple.com>
8972
8973         * g++.dg/ext/lvaddr.C: New test.
8974         * g++.dg/ext/lvcast.C: New test.
8975
8976 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
8977
8978         * testsuite/g++.dg/inherit/cond1.C: New test.
8979
8980 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
8981
8982         * gcc.dg/noncompile/incomplete-1.c: New test.
8983
8984 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
8985
8986         * gcc.dg/typespec-1.c: New test.
8987
8988 2002-08-20  Devang Patel  <dpatel@apple.com>
8989         * objc.dg/proto-hier-2.m: New test.
8990
8991 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
8992
8993         * objc.dg/bitfield-1.m: New test.
8994         * objc.dg/bitfield-2.m: New test.
8995
8996 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
8997
8998         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
8999         gcc.dg/c99-flex-array-4.c: New tests.
9000
9001 2002-08-16  Stan Shebs  <shebs@apple.com>
9002
9003         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
9004
9005 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
9006
9007         * gcc.dg/typeof-1.c: New test.
9008         * g++.dg/ext/typeof2.C: New test.
9009
9010 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
9011
9012         * g++.dg/other/offsetof1.C: New test.
9013
9014 2002-08-14  Richard Henderson  <rth@redhat.com>
9015
9016         * gcc.dg/tls/diag-3.c: Fix expected message strings.
9017
9018 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
9019
9020         * gcc.dg/cpp/_Pragma3.c: New test.
9021
9022 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
9023
9024         * g++.dg/template/inherit3: New test.
9025
9026 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
9027
9028         * gcc.dg/bitfld-4.c: Add blank options.
9029
9030 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
9031
9032         * g++.dg/template/crash1.C: New test.
9033
9034 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9035
9036         * gcc.dg/tls/opt-2.c: New test.
9037
9038 2002-08-08  Devang Patel  <dpatel@apple.com>
9039
9040         * objc.dg/selector-1.m : New test
9041
9042 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9043
9044         * g++.dg/abi/bitfield4.C: New test.
9045         * gcc.dg/bitfld-4.c: New test.
9046
9047 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
9048
9049         * g++.dg/other/packed1.C: New test.
9050
9051 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
9052
9053         * g++.dg/abi/offsetof.C: Tweak error messages.
9054         * g++.old-deja/g++.mike/p10769a.C: Likewise.
9055
9056 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
9057
9058         * gcc.dg/bitfld-3.c: New test.
9059
9060 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
9061             Richard Henderson  <rth@redhat.com>
9062
9063         * gcc.dg/i386-bitfield1.c: New test.
9064         * g++.dg/abi/bitfield3.C: Update.
9065
9066 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
9067
9068         * objc.dg/const-str-2.m: Update.
9069         * gcc.dg/cpp/c++98.c: Change to C extension.
9070         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
9071         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
9072
9073 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
9074
9075         * testsuite/gcc.dg/tls/diag-3.c: New.
9076
9077 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
9078
9079         * g++.dg/README (Subdirectories): Document new subdir expr.
9080         * g++.dg/expr/pmf-1.C: New test.
9081
9082 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
9083
9084         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
9085
9086 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
9087
9088         * g++.dg/abi/bitfield3.C: New test.
9089
9090 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
9091
9092         * lib/gcov.exp: Tweak expected line formats.
9093         * gcc.misc-tests/gcov8.c: New test.
9094         * gcc.misc-tests/gcov8.x: New flags.
9095
9096 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
9097
9098         * consistency.vlad/layout/endian.c: Include string.h.
9099
9100         * gcc.c-torture/execute/20020805-1.c: New test.
9101
9102 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
9103
9104         * g++.dg/other/conversion1.C: New test.
9105
9106 2002-08-03  Roger Sayle  <roger@eyesopen.com>
9107
9108         * gcc.dg/builtins-1.c: New testcase.
9109
9110 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
9111
9112         * g++.dg/inherit/access3.C: New test.
9113
9114 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
9115
9116         * gcc.dg/ia64-visibility-2.c: New test.
9117
9118 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
9119
9120         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
9121         __qualifier_flags to __flags.
9122
9123 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
9124
9125         * g++.dg/inherit/operator1.C: New test.
9126         * g++.dg/lookup/disamb1.C: Fix typo in comment.
9127         * g++.dg/other/error1.C: Change expected error message.
9128         * g++.dg/template/conv4.C: Likewise.
9129
9130 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
9131
9132         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
9133         for documented behavior.
9134
9135 2002-07-25  Roger Sayle  <roger@eyesopen.com>
9136
9137         * gcc.c-torture/execute/20020720-1.x: Skip this test on
9138         several targets known to fail.
9139
9140 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9141
9142         * gcc.dg/mips-args-[123].c: New tests.
9143
9144 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
9145
9146         * gcc.dg/ppc-spe.c: New.
9147
9148 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
9149
9150         * g++.dg/other/ptrmem4.C: New testcase.
9151
9152 2002-07-24  Richard Henderson  <rth@redhat.com>
9153
9154         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
9155
9156 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
9157
9158         * g++.dg/ext/alignof1.C (main): Return 0 for success.
9159
9160 2002-07-24  Roger Sayle  <roger@eyesopen.com>
9161
9162         * gcc.c-torture/execute/memset-3.c: New testcase.
9163
9164 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
9165
9166         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
9167         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
9168
9169 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9170
9171         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
9172         Delete.
9173
9174 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
9175
9176         * gcc.c-torture/compile/simd-4.c: New test.
9177
9178 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9179
9180         PR c++/7347, c++/7348
9181         * g++.dg/template/access4.C: New test.
9182         * g++.dg/template/access5.C: New test.
9183         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
9184         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
9185         * g++.old-deja/g++.pt/ttp58.C: Likewise.
9186         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
9187
9188 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9189
9190         * gcc.dg/gnu89-init-2.c: New test.
9191
9192 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
9193
9194         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
9195
9196 2002-07-20  Roger Sayle  <roger@eyesopen.com>
9197
9198         * gcc.c-torture/execute/20020720-1.c: New testcase.
9199
9200 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
9201
9202         * gcc.dg/cpp/Wsignprom.c: New tests.
9203
9204 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
9205
9206         * gcc.c-torture/execute/loop-13.c: New test.
9207
9208 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
9209
9210         * gcc.dg/cpp/expr.c: New tests.
9211
9212 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
9213
9214         * g++.dg/opt/pr6713.C: Add template instantiation.
9215
9216 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
9217
9218         * gcc.dg/nest.c: New test.
9219
9220 2002-07-17  Richard Henderson  <rth@redhat.com>
9221
9222         * g++.dg/opt/pr6713.C: New test.
9223
9224 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
9225
9226         * gcc.c-torture/execute/loop-2e.x: Let the testcase
9227         XFAIL for all x86 processors.
9228
9229 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
9230
9231         * gcc.c-torture/execute/20010122-1.x: Do not test with
9232         -fomit-frame-pointer.
9233
9234 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9235
9236         * g++.dg/template/instantiate2.C: New test.
9237         * g++.dg/template/spec4.C: New test.
9238
9239 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9240
9241         * g++.dg/template/access2.C: New test.
9242         * g++.dg/template/access3.C: New test.
9243
9244 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
9245
9246         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
9247         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
9248         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
9249         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
9250         Convert to use <stdarg.h>.
9251         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
9252         Delete.
9253         * gcc.dg/va-arg-2.c: New.
9254         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
9255
9256 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
9257
9258         * gcc.c-torture/compile/20020710-1.c: New test.
9259
9260 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
9261                           Andrew Pinski  <pinskia@physics.uc.edu>
9262
9263         gcc.c-torture/compile/simd-2.c: New testcase.
9264         gcc.c-torture/compile/simd-3.c: Likewise.
9265
9266 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
9267
9268         PR c++/7224
9269         * g++.dg/overload/error1.C: New test.
9270
9271 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9272
9273         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
9274         configuration and IRIX 6 O32 ABI.
9275
9276 2002-07-11  Roger Sayle  <roger@eyesopen.com>
9277
9278         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
9279
9280 2002-07-10  Roger Sayle  <roger@eyesopen.com>
9281
9282         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
9283
9284 2002-07-10  Jeffrey A Law  <law@redhat.com>
9285
9286         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
9287
9288         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
9289
9290 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
9291
9292         * gcc.dg/20020312-2.c: Check for __PPC__.
9293
9294 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
9295
9296         * gcc.c-torture/compile/20020709-1.c: New test.
9297
9298 2002-07-07  Roger Sayle  <roger@eyesopen.com>
9299
9300         * g++.dg/template/qualttp21.C: New test case.
9301
9302 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
9303
9304         * gcc.c-torture/compile/20020706-1.c: New test.
9305         * gcc.c-torture/compile/20020706-2.c: New test.
9306
9307 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
9308             Alexandre Oliva  <aoliva@redhat.com>
9309
9310         * g++.dg/warn/incomplete1.C: New test.
9311
9312 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9313
9314         PR c++/7099
9315         * g++.dg/warn/noreturn1.C: New test.
9316
9317 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
9318
9319         PR c++/6706
9320         * g++.dg/debug/debug6.C: New test.
9321         * g++.dg/debug/debug7.C: New test.
9322
9323 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
9324
9325         * gcc.c-torture/compile/simd-3.c: New test.
9326
9327 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
9328
9329         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
9330         * gcc.dg/20020620-1.c: Likewise.
9331
9332 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9333
9334         PR c++/6944
9335         * g++.dg/init/array4.C: New test.
9336         * g++.dg/init/array5.C: New test.
9337
9338 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
9339
9340         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
9341         * gcc.c-torture/execute/simd-2.c (main): Likewise.
9342
9343 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9344
9345         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
9346         * gcc.dg/wtr-aggr-init-1.c: Likewise.
9347         * gcc.dg/wtr-conversion-1.c: Likewise.
9348         * gcc.dg/wtr-escape-1.c: Likewise.
9349         * gcc.dg/wtr-int-type-1.c: Likewise.
9350         * gcc.dg/wtr-label-1.c: Likewise.
9351         * gcc.dg/wtr-static-1.c: Likewise.
9352         * gcc.dg/wtr-strcat-1.c: Likewise.
9353         * gcc.dg/wtr-suffix-1.c: Likewise.
9354         * gcc.dg/wtr-switch-1.c: Likewise.
9355         * gcc.dg/wtr-unary-plus-1.c: Likewise.
9356         * gcc.dg/wtr-union-init-1.c: Likewise.
9357         * gcc.dg/wtr-union-init-2.c: Likewise.
9358         * gcc.dg/wtr-union-init-3.c: Likewise.
9359
9360         * gcc.dg/wtr-func-def-1.c: New test.
9361
9362 2002-07-02 Devang Patel <dpatel@apple.com>
9363
9364         * objc.dg/param-1.m: New test.
9365
9366 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
9367
9368         * gcc.dg/cpp/trad/directive.c: Add test.
9369         * gcc.dg/cpp/trad/macroargs.c: Add test.
9370         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
9371
9372 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
9373
9374         * gcc.dg/cpp/cmdlne-M.c: New test.
9375
9376 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
9377
9378         * objc.dg/desig-init-1.m: New test.
9379
9380 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9381
9382         PR c++/6716
9383         * g++.dg/template/instantiate1.C: New test.
9384
9385 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
9386
9387         PR c++/7112
9388         * g++.dg/template/sizeof2.C: New test.
9389
9390 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9391
9392         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
9393         gcc.dg/cpp/trad/include.c: New tests.
9394
9395 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
9396
9397         PR target/7177
9398         * gcc.c-torture/compile/20020701-1.c: New test.
9399
9400 2002-07-01  Stan Shebs  <shebs@apple.com>
9401
9402         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
9403         header here...
9404         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
9405         (objc-torture-execute): or here.
9406
9407 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
9408
9409         * gcc.c-torture/execute/arith-rand-ll.c: New test.
9410
9411 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
9412
9413         * gcc.dg/cpp/trad/escaped-nl.c: New test.
9414
9415 2002-06-30  Devang Patel  <dpatel@apple.com>
9416
9417         * objc.dg/fsyntax-only.m: New test.
9418
9419 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
9420
9421         PR c++/6695
9422         * g++.dg/template/friend7.C: New file.
9423
9424 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
9425
9426         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
9427         return type.
9428
9429 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
9430
9431         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
9432         avoid division by zero.
9433
9434 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
9435
9436         * gcc.dg/Wunknownprag.c: New tests.
9437
9438 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
9439
9440         * gcc.c-torture/execute/simd-2.c: New test.
9441
9442 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
9443
9444         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
9445         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
9446         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
9447         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
9448         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
9449         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
9450         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
9451         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
9452         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
9453         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
9454         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
9455         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
9456         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
9457         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
9458         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
9459         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
9460         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
9461
9462 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
9463
9464         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
9465         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
9466         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
9467         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
9468         New tests.
9469         * gcc.dg/cpp/trad/directive.c: Update.
9470
9471 2002-06-23  Andreas Jaeger  <aj@suse.de>
9472
9473         * gcc.c-torture/execute/complex-6.c: New.
9474
9475 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
9476
9477         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
9478         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
9479         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
9480         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
9481
9482 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
9483
9484         * gcc.dg/cpp/trad: New directory with traditional tests copied
9485         from parent directory.
9486         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9487         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9488         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9489         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9490         Move to trad/ and rename.
9491         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
9492         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
9493         gcc.dg/cpp/trad/redef2.c: New tests.
9494         * gcc.dg/cpp/trad/trad.exp: New driver.
9495
9496 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
9497
9498         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
9499         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
9500         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
9501         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
9502         Remove.
9503
9504 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
9505
9506         * gcc.dg/20020620-1.c: New test.
9507
9508 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9509
9510         * g++.dg/template/ttp4.C: New test.
9511
9512 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
9513
9514         * g++.dg/opt/vt1.C: Fix regexp.
9515
9516 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9517
9518         * gcc.c-torture/execute/pure-1.c: Make functions static again.
9519         Don't use attribute `noinline'.
9520
9521 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9522
9523         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
9524
9525 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
9526
9527         * gcc.c-torture/execute/simd-1.c: New.
9528
9529         * gcc.dg/simd-1.c: New.
9530
9531 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
9532
9533         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
9534
9535 2002-06-16  Richard Henderson  <rth@redhat.com>
9536
9537         * g++.dg/ext/anon-struct1.C: New.
9538         * g++.dg/ext/anon-struct2.C: New.
9539         * g++.dg/ext/anon-struct3.C: New.
9540         * gcc.dg/anon-struct-1.c: New.
9541         * gcc.dg/anon-struct-2.c: New.
9542         * gcc.dg/anon-struct-3.c: New.
9543         * gcc.dg/20011008-1.c: Adjust warning text.
9544         * gcc.dg/20020527-1.c: Add -fms-extensions.
9545
9546 2002-06-16  Richard Henderson  <rth@redhat.com>
9547
9548         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
9549
9550 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
9551
9552         * gcc.c-torture/execute/20020615-1.c: New test.
9553
9554 2002-06-15  Roger Sayle  <roger@eyesopen.com>
9555
9556         * gcc.c-tortuture/execute/compare-1.c: New test case.
9557         * gcc.c-tortuture/execute/compare-2.c: New test case.
9558         * gcc.c-tortuture/execute/compare-3.c: New test case.
9559
9560 2002-06-13  Richard Henderson  <rth@redhat.com>
9561
9562         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
9563         ia64 ilp32.
9564
9565 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9566
9567         * g++.dg/template/typename2.C: Update error message.
9568
9569 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
9570
9571         * gcc.c-torture/execute/20020611-1.c: New test.
9572
9573 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
9574
9575         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
9576         list of targets to skip.
9577
9578 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
9579
9580         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
9581         targets if not optimizing.
9582
9583 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
9584
9585         * gcc.c-torture/compile/20020605-1.c: New test.
9586
9587         * g++.dg/opt/vt1.C: New test.
9588
9589         * gcc.dg/20020531-1.c: New test.
9590
9591         * gcc.dg/20020530-1.c: New test.
9592
9593         * gcc.dg/20020527-1.c: New test.
9594
9595         * g++.dg/opt/cse1.C: New test.
9596
9597 2002-06-07  Roger Sayle  <roger@eyesopen.com>
9598
9599         * gcc.dg/20020607-2.c: New test case.
9600
9601 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
9602
9603         * gcc.c-torture/compile/20020604-1.c: New test.
9604
9605 2002-06-04  Richard Henderson  <rth@redhat.com>
9606
9607         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
9608         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
9609         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
9610
9611 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
9612
9613         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
9614
9615 2002-06-03  Richard Henderson  <rth@redhat.com>
9616
9617         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
9618         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
9619
9620 2002-06-02  Richard Henderson  <rth@redhat.com>
9621
9622         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
9623         test functions static.
9624
9625 2002-06-02  Andreas Jaeger  <aj@suse.de>
9626
9627         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
9628         now.
9629
9630 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
9631
9632         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
9633         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
9634         Update for mofified diagnostics.
9635         * gcc.dg/c99-intconst-1.c: No longer fail.
9636
9637 2002-06-02  Richard Henderson  <rth@redhat.com>
9638
9639         * gcc.dg/uninit-A.c: Remove xfail markers.
9640
9641 2002-06-01  Roger Sayle  <roger@eyesopen.com>
9642
9643         * gcc.dg/fnegate-1.c: New test case.
9644
9645 2002-05-30  Osku Salerma  <osku@iki.fi>
9646
9647         * gcc.c-torture/execute/mayalias-1.c: New file.
9648
9649 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9650
9651         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
9652         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
9653         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
9654
9655 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
9656
9657         * gcc.c-torture/execute/20020529-1.c: New test.
9658
9659 2002-05-27  Richard Henderson  <rth@redhat.com>
9660
9661         * g++.dg/ext/attrib6.C: New test case.
9662
9663 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9664
9665         * gcc.c-torture/execute/pure-1.c: New test.
9666
9667 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9668
9669         * gcc.dg/cpp/arith-2.c: Remove.
9670
9671 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
9672
9673         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
9674         * gcc.dg/cpp/if-3.c: Remove.
9675
9676 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
9677
9678         * g++.dg/opt/cse2.C: New test.
9679
9680 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
9681
9682         * gcc.dg/cpp/arith-1.c: New semantic tests.
9683         * gcc.dg/cpp/if-1.c: Update.
9684
9685 2002-05-24  Ben Elliston  <bje@redhat.com>
9686
9687         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
9688
9689 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
9690
9691         * gcc.dg/verbose-asm.c: New test.
9692
9693 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
9694
9695         * gcc.dg/cpp/paste12.c: New test.
9696
9697 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9698
9699         * g++.dg/parse/named_ops.C: New test.
9700
9701 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
9702
9703         * gcc/testsuite/gcc.dg/weak-8.c: New test.
9704
9705 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
9706
9707         * gcc.dg/weak-2.c: Allow optional leading underscore
9708         in scan-assembler symbol name.
9709         * gcc.dg/weak-3.c: Likewise.
9710         * gcc.dg/weak-4.c: Likewise.
9711         * gcc.dg/weak-5.c: Likewise.
9712
9713 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
9714
9715         * gcc.dg/20020523-1.c: New test.
9716
9717 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9718
9719         * objc.dg/const-str-2.m: Update now that we stop after
9720         a command line error.
9721
9722 2002-05-22  Richard Henderson  <rth@redhat.com>
9723
9724         * g++.dg/dg.exp: Fix typo in test pruneing.
9725
9726 2002-05-22  Richard Henderson  <rth@redhat.com>
9727
9728         * g++.dg/dg.exp: Prune the tls subdirectory.
9729         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
9730         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
9731         * g++.dg/tls/init-1.C: New.
9732
9733 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
9734
9735         * gcc.dg/20020517-1.c: New test.
9736
9737 2002-05-21  Richard Henderson  <rth@redhat.com>
9738
9739         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
9740         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
9741
9742 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
9743
9744         * g++.dg/other/copy2.C: New test.
9745
9746 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
9747
9748         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
9749         (MAX_COPY): Bump up to 10 times sizeof (long long).
9750         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
9751
9752         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
9753         sizeof (long long).
9754
9755         * gcc.c-torture/execute/strcpy-1.c: New test.
9756
9757 2002-05-19  Jason Merrill  <jason2redhat.com>
9758
9759         * g++.dg/ext/oper1.C: New test.
9760
9761 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
9762 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
9763
9764         * README.QMTEST: New file.
9765
9766         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
9767
9768 2002-05-19  Andreas Jaeger  <aj@suse.de>
9769
9770         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
9771         now.
9772         * gcc.c-torture/execute/loop-2d.x: Likewise.
9773
9774 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
9775
9776         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
9777         support weak symbols.
9778         * gcc.dg/weak-4.c: Likewise
9779         * gcc.dg/weak-6.c: Likewise
9780
9781 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
9782
9783         * gcc.dg/weak-3.c: Add dg-excess-error comment for
9784         cygwin, coff and h8300-*-hms targets
9785         * gcc.dg/weak-5.c: Likewise
9786         * gcc.dg/weak-7.c: Likewise
9787
9788 2002-05-16  Jason Merrill  <jason@redhat.com>
9789
9790         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
9791         (scan-assembler-not, scan-assembler-dem): Likewise.
9792         (scan-assembler-dem-not): Likewise.
9793
9794 2002-05-15  Richard Henderson  <rth@redhat.com>
9795
9796         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
9797
9798 2002-05-15  Richard Henderson  <rth@redhat.com>
9799
9800         * gcc.dg/weak-5.c (vfoo1c): No warning here.
9801         (vfoo1f): Warning here.
9802         (vfoo1l): Don't redefine the alias.
9803
9804 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
9805
9806         * g++.dg/init/pm1.C: New test.
9807
9808 2002-05-12  David S. Miller  <davem@redhat.com>
9809
9810         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
9811         types.
9812
9813 2002-05-10  Roger Sayle  <roger@eyesopen.com>
9814
9815         * gcc.c-torture/execute/20020510-1.c: New test case.
9816
9817 2002-05-10  David S. Miller  <davem@redhat.com>
9818
9819         * gcc.c-torture/execute/conversion.c: Test long double too.
9820
9821 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
9822
9823         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
9824         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
9825         * lib/g++.exp (g++_link_flags): Likewise.
9826         * lib/objc.exp (objc_target_compile): Likewise.
9827
9828 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
9829
9830         * gcc.dg/cpp/poison.c: Update.
9831         * gcc.dg/cpp/20000625-2.c: Remove.
9832         * gcc.dg/cpp/direct2s.c: Remove final test.
9833
9834 2002-05-08  Tom Rix  <trix@redhat.com>
9835
9836         * gcc.c-torture/execute/20020508-1.c: New test.
9837         * gcc.c-torture/execute/20020508-2.c: New test.
9838         * gcc.c-torture/execute/20020508-3.c: New test.
9839
9840 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
9841
9842         * gcc.dg/cpp/charconst-4.c: More tests.
9843
9844 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9845
9846         PR c/6569
9847         * gcc.dg/weak-3.c: Update location of warning messages.
9848         * gcc.dg/weak-5.c: Likewise.
9849
9850 2002-05-06  Roger Sayle  <roger@eyesopen.com>
9851
9852         * gcc.c-torture/execute/20020506-1.c: New test case.
9853
9854 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
9855
9856         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
9857
9858 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9859
9860         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
9861
9862 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9863
9864         * gcc.dg/cpp/charconst-3.c: New test.
9865
9866 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9867
9868         * gcc.dg/cpp/charconst.c: Update tests.
9869
9870 2002-05-05  Tim Josling  <tej@melbpc.org.au>
9871
9872         * treelang: Added directory for new sample language treelang. Also
9873         lib/treelang.exp: New file to signal treelang should be tested.
9874
9875 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9876
9877         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
9878         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
9879         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
9880         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
9881         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
9882         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
9883         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
9884
9885 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9886
9887         * gcc.dg/format/xopen-2.c: New test.
9888
9889 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
9890
9891         * gcc.dg/20020503-1.c: New test.
9892
9893 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
9894
9895         * g++.dg/init/dtor1.C: Make it tougher.
9896
9897 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
9898
9899         * g++.dg/init/dtor1.C: New test.
9900
9901 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
9902
9903         * gcc.dg/altivec-8.c: New.
9904
9905 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
9906
9907         * gcc.dg/altivec-7.c: New.
9908
9909 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
9910
9911         * g++.dg/parse/typedef1.C: New test.
9912
9913 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
9914
9915         PR c++/6486
9916         * g++.dg/template/friend6.C: New test.
9917
9918         PR c++/6492
9919         * g++.dg/init/copy1.C: New test.
9920
9921 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
9922
9923         * g++.dg/warn/effc1.C: New test.
9924
9925 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
9926
9927         * gcc.dg/cpp/if-cexp.c: Add a test.
9928
9929 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
9930
9931         * gcc.dg/20020426-2.c: New test.
9932
9933 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
9934
9935         * gcc.dg/cpp/if-mop.c: Update.
9936         * gcc.dg/cpp/if-mpar.c: Add test.
9937         * gcc.dg/cpp/if-oppr.c: Update.
9938
9939 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9940
9941         PR c/6343
9942         * gcc.dg/weak-[2-7].c: New tests.
9943
9944 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9945
9946         * gcc.dg/enum1.c: New test.
9947
9948 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9949
9950         PR c++/6497
9951         * g++.dg/inherit/access2.C: New test.
9952
9953 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
9954
9955         PR bootstrap/6445
9956         * gcc.dg/20020426-1.c: New test.
9957
9958 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
9959
9960         * g++.dg/abi/enum1.C: New test.
9961
9962 2002-04-26  Richard Henderson  <rth@redhat.com>
9963
9964         * gcc.dg/c99-bool-1.c: Expect always true warning.
9965
9966 2002-04-25  Roger Sayle  <roger@eyesopen.com>
9967
9968         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
9969
9970 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9971
9972         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
9973         targets.
9974
9975 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
9976
9977         * g++.dg/abi/mange7.C: New test.
9978
9979         PR c++/6438.
9980         * g++.dg/parse/stmtexpr2.C: New test.
9981
9982 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
9983
9984         * gcc.dg/20020312-2.c: Add SH target.
9985
9986 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9987
9988         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
9989         compiler output on mips*-*-irix*.
9990
9991 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
9992
9993         * g++.dg/parse/attr1.C: New test.
9994
9995 2002-04-23  Roger Sayle  <roger@eyesopen.com>
9996
9997         * gcc.c-torture/execute/string-opt-17.c: New test case.
9998         * gcc.c-torture/execute/memset-2.c: New test case.
9999
10000 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
10001
10002         PR c++/6256:
10003         * g++.dg/template/friend5.C: New test.
10004
10005         PR c++/6331:
10006         * g++.dg/template/qual1.C: Likewise.
10007
10008 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
10009
10010         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
10011         Include stdlib.h, not stdio.h or ctype.h.
10012
10013 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
10014
10015         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
10016         cris-*-elf* and mmix-*-*.
10017         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
10018         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
10019         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
10020         Ditto.
10021         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
10022         * gcc.dg/wchar_t-1.c: Ditto.
10023
10024 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
10025
10026         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
10027         Clarify comment.
10028
10029 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10030
10031         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
10032
10033 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10034
10035         * gcc.c-torture/execute/20000906-1.x: Delete.
10036
10037 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
10038
10039         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
10040
10041 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
10042
10043         * PR6367
10044         * g77.f-torture/execute/6367.f: New test.
10045         * g77.f-torture/execute/6367.x: Disable for MMIX.
10046
10047 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10048
10049         * PR6352
10050         * g++.dg/opt/inline2.C: New test.
10051
10052 2002-04-18  Richard Henderson  <rth@redhat.com>
10053
10054         * gcc.dg/20000906-1.c: Enable for all targets.
10055         * gcc.c-torture/compile/iftrap-2.c: New.
10056
10057 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10058
10059         * gcc.dg/20020418-1.c: New test.
10060         * gcc.dg/20020418-2.c: New test.
10061
10062 2002-04-18  Richard Henderson  <rth@redhat.com>
10063
10064         * gcc.c-torture/compile/iftrap-1.c: New.
10065         * gcc.dg/iftrap-1.c: Adjust for ia64.
10066         * gcc.dg/iftrap-2.c: New.
10067
10068 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
10069
10070         * gcc.c-torture/compile/20020418-1.c: New test.
10071
10072 2002-04-18  Roger Sayle  <roger@eyesopen.com>
10073
10074         * gcc.c-torture/compile/20020415-1.c: New.
10075
10076 2002-04-18  David S. Miller  <davem@redhat.com>
10077
10078         * gcc.c-torture/execute/20020418-1.c: New test.
10079
10080 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
10081
10082         * gcc.dg/20020416-1.c: New test.
10083
10084         * g++.dg/opt/inline1.C: New test.
10085
10086 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
10087
10088         * gcc.dg/altivec-5.c: New test.
10089
10090         * gcc.dg/20020415-1.c: New test.
10091
10092 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10093
10094         * testsuite/lib/chill.exp: Remove.
10095
10096 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
10097
10098         * g++.dg/other/big-struct.C: New test.
10099
10100 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
10101
10102         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
10103         of scratch file.
10104
10105 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
10106
10107         PR c/6277
10108         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
10109         in scan-assembler function name
10110
10111 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
10112
10113         * g77.f-torture/execute/980628-4.x,
10114         g77.f-torture/execute/980628-5.x,
10115         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10116         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10117         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
10118         i[34567]86-*-*.
10119
10120 2002-04-13  David S. Miller  <davem@redhat.com>
10121
10122         * gcc.c-torture/execute/20020413-1.c: New test.
10123
10124 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
10125
10126         * gcc.dg/asm-6.c,
10127         * g++.dg/ext/asm1.C: New tests.
10128
10129 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
10130
10131         PR c++ 5373.
10132         * g++.dg/parse/stmtexpr1.C: New test.
10133
10134         PR c++/5189.
10135         * g++.dg/template/copy1.C: New test.
10136
10137 2002-04-12  Richard Henderson  <rth@redhat.com>
10138
10139         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
10140
10141 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
10142
10143         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
10144         gcc.c-torture/execute/20020307-2.c.
10145
10146 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
10147
10148         * g++.dg/ext/attrib5.C,
10149         * g++.dg/lookup/struct1.C: New tests.
10150
10151 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
10152
10153         * gcc.dg/20020411-1.c: New test.
10154
10155         * gcc.c-torture/execute/20020411-1.c: New test.
10156
10157 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
10158
10159         * g77.f-torture/execute/6177.f: New test.
10160
10161 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
10162
10163         PR middle-end/6247
10164         * g++.dg/opt/cleanup1.C: New test.
10165
10166         * g++.dg/opt/const1.C: New test.
10167
10168 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
10169
10170         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
10171
10172 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10173
10174         PR c++/5507
10175         * g++.dg/template/typename2.C: New test.
10176
10177 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
10178
10179         * gcc.c-torture/execute/loop-12.c: New.
10180
10181 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
10182
10183         * g77.f-torture/execute/980628-4.x,
10184         g77.f-torture/execute/980628-5.x,
10185         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
10186         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
10187         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
10188
10189 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10190
10191         PR optimization/6086
10192         * g++.dg/opt/preinc1.C: New test.
10193
10194 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10195
10196         PR c++/5571
10197         * g++.dg/opt/static2.C: New test.
10198
10199 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
10200
10201         PR c/5120
10202         * gcc.dg/20020406-1.c: New test.
10203
10204 2002-04-04  David S. Miller  <davem@redhat.com>
10205
10206         * gcc.c-torture/execute/20020404-1.c: New test.
10207
10208 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
10209
10210         PR c/6123
10211         * gcc.dg/20020312-2.c: Do not declare global register variable
10212         if __PIC__ or __pic__ is defined.
10213
10214 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
10215
10216         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
10217         __asm__ so that it works correctly even if -ansi -pedantic-errors.
10218
10219 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10220
10221         * gcc.misc-tests/linkage.exp: Update last change to handle
10222         sparc*-, not just sparc-.
10223
10224 2002-04-03  Richard Henderson  <rth@redhat.com>
10225
10226         * gcc.dg/cpp/ucs.c: Improved long UCS test.
10227
10228 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10229
10230         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
10231
10232 2002-04-02  David S. Miller  <davem@redhat.com>
10233
10234         * gcc.c-torture/execute/20020402-3.c: New test.
10235
10236 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
10237
10238         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
10239         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
10240
10241         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
10242         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
10243         g77.f-torture/execute/20001201.x,
10244         g77.f-torture/execute/u77-test.x: New files.
10245
10246         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
10247         * gcc.dg/wchar_t-1.c: Ditto.
10248
10249 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10250
10251         * gcc.c-torture/execute/20020402-1.c: New test.
10252
10253 2002-04-01  Richard Henderson  <rth@redhat.com>
10254
10255         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
10256
10257         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
10258
10259 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10260
10261         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
10262
10263 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10264
10265         * g++.dg/inherit/template-as-base.C: Expect error.
10266         * g++.dg/inherit/namespace-as-base.C: Likewise.
10267
10268 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
10269
10270         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
10271         g++.dg/ext/instantiate3.C: Tweak match patterns.
10272
10273         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
10274         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
10275         -da test.
10276
10277 2002-03-31  Richard Henderson  <rth@redhat.com>
10278
10279         * gcc.dg/special/alias-2.c: New.
10280         * gcc.dg/special/ecos.exp: Run it.
10281
10282 2002-03-31  Richard Henderson  <rth@redhat.com>
10283
10284         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
10285
10286 2002-03-31  Kazu Hirata  <kazu@hxi.com>
10287
10288         * gcc.dg/weak-1.c: Disable on h8300 port.
10289
10290 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
10291
10292         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
10293         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
10294         ordering tests.
10295         * g++.dg/bprob/bprob-1.C: New test.
10296         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
10297         * g++.dg/gcov/gcov-1.C: New test.
10298         * g++.dg/gcov/gcov-1.x: New file.
10299         * g++.dg/gcov/gcov-2.C: New test.
10300         * g++.dg/gcov/gcov-3.C: New test.
10301         * g++.dg/gcov/gcov-3.h: New file.
10302
10303 2002-03-28  Roger Sayle  <roger@eyesopen.com>
10304
10305         * g++.old-deja/g++.other/builtins5.C: New test.
10306         * g++.old-deja/g++.other/builtins6.C: New test.
10307         * g++.old-deja/g++.other/builtins7.C: New test.
10308         * g++.old-deja/g++.other/builtins8.C: New test.
10309         * g++.old-deja/g++.other/builtins9.C: New test.
10310
10311 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
10312
10313         * g++.dg/opt/static1.C: New test.
10314
10315         * g++.dg/opt/longbranch1.C: New test.
10316
10317 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
10318
10319         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
10320
10321         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
10322
10323 2002-03-28  Jeffrey A Law  (law@redhat.com)
10324
10325         * gcc.c-torture/execute/20020328-1.c: New test.
10326
10327 2002-03-27  Richard Henderson  <rth@redhat.com>
10328
10329         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
10330         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
10331         move from g++.old-deja/g++.ext/.
10332
10333 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
10334
10335         * g++.dg/init/new2.C: New test.
10336
10337 2002-03-26  Richard Henderson  <rth@redhat.com>
10338
10339         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
10340
10341         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
10342         on sparc.
10343
10344         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
10345         sparcv9 systems.
10346         * gcc.dg/20001102-1.c: Likewise.
10347
10348 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
10349
10350         * gcc.dg/cpp/endif-pedantic1.c,
10351         gcc.dg/cpp/endif-pedantic2.c:  New tests.
10352
10353 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
10354
10355         * g++.dg/init/new1.C: New test.
10356
10357 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
10358
10359         * g++.dg/abi/vbase9.C: New test.
10360
10361 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
10362
10363         * gcc.dg/arm-asm.c: New test.
10364
10365 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
10366
10367         * gcc.dg/Wswitch-enum.c: New test.
10368         Fix PR c/5044.
10369
10370 2002-03-26  Richard Henderson  <rth@redhat.com>
10371
10372         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
10373         structure.
10374
10375 2002-03-25  Richard Henderson  <rth@redhat.com>
10376
10377         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
10378         sparcv9 systems.
10379
10380         * gcc.c-torture/compile/20011119-1.c (xxx): New.
10381         * gcc.c-torture/compile/20011119-2.c (xxx): New.
10382
10383 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
10384
10385         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
10386
10387 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
10388
10389         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
10390         targets using generic thunk support.
10391
10392 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
10393
10394         * gcc.c-torture/compile/20020323-1.c: New test.
10395
10396         * g++.dg/opt/conj2.C: New test.
10397
10398 2002-03-24  Richard Henderson  <rth@redhat.com>
10399
10400         * gcc.dg/weak-1.c: Use -fno-common.
10401
10402 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10403
10404         * g77.dg/f77-edit-apostrophe-out.f: New test
10405         * g77.dg/f77-edit-h-out.f: New test
10406         * g77.dg/f77-edit-t-in.f: New test
10407         * g77.dg/f77-edit-t-out.f: New test
10408         * g77.dg/f77-edit-x-out.f: New test
10409         * g77.dg/f77-edit-slash-out.f: New test
10410         * g77.dg/f77-edit-colon-out.f: New test
10411         * g77.dg/f77-edit-s-out.f: New test
10412
10413 2002-03-24  Richard Henderson  <rth@redhat.com>
10414
10415         * objc/execute/formal_protocol-6.x: New XFAIL.
10416
10417 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10418
10419         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
10420         that do not support weak symbols
10421
10422 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
10423
10424         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
10425         * lib/g77.exp:  Likewise
10426         * lib/objc.exp: Likewise
10427
10428 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
10429
10430         * gcc.dg/Wswitch-default.c: New test.
10431
10432 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
10433
10434         * g++.dg/other/enum1.C: New test.
10435
10436 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
10437
10438         * gcc.dg/pragma-ep-3.c: Fix typo.
10439
10440 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10441
10442         * g++.dg/inherit/template-as-base.C: New test.
10443
10444 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
10445
10446         * g++.old-deja/g++.other/dwarf2-1.C: Move...
10447         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
10448
10449 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10450
10451         * gcc.dg/cpp/multiline.c: Update to match.
10452
10453 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
10454
10455         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
10456
10457 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
10458
10459         * gcc.dg/cpp/extratokens2.c:  New file.
10460
10461 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
10462
10463         * gcc.dg/20020312-2.c: Add rs6000 target.
10464
10465         * gcc.c-torture/compile/20020319-1.c: New test.
10466
10467 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10468
10469         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
10470         (A, E): Handle this.
10471
10472 2002-03-20  Jason Merrill  <jason@redhat.com>
10473
10474         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
10475         ignoring -fpic.
10476         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
10477         through prune_gcc_output.
10478
10479 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
10480
10481         * gcc.c-torture/compile/20020320-1.c: New test.
10482
10483 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
10484
10485         * gcc.c-torture/compile/20020318-1.c: New test.
10486
10487         * gcc.dg/struct-by-value-1.c: New test.
10488
10489         * gcc.dg/20020319-1.c: New test.
10490
10491 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
10492
10493         * g++.dg/opt/conj1.C: New test.
10494
10495 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
10496
10497         * g++.dg/template/qualttp20.C: Revert previous change.
10498         * g++.dg/template/qualttp3.C: Likewise.
10499         * g++.dg/template/qualttp4.C: Likewise
10500         * g++.dg/template/qualttp5.C: Likewise
10501         * g++.dg/template/qualttp6.C: Likewise
10502         * g++.dg/template/qualttp7.C: Likewise
10503         * g++.dg/template/qualttp8.C: Likewise
10504         * g++.dg/template/recurse.C: Likewise.
10505
10506 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10507
10508         * gcc.dg/cpp/wchar-1.c: Update.
10509
10510 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
10511
10512         * g++.dg/template/conv1.C: New test.
10513         * g++.dg/template/conv2.C: New test.
10514         * g++.dg/template/conv3.C: New test.
10515         * g++.dg/template/conv4.C: New test.
10516
10517 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10518
10519         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
10520         * g++.dg/template/qualttp3.C: Likewise.
10521         * g++.dg/template/qualttp4.C: Likewise
10522         * g++.dg/template/qualttp5.C: Likewise
10523         * g++.dg/template/qualttp6.C: Likewise
10524         * g++.dg/template/qualttp7.C: Likewise
10525         * g++.dg/template/qualttp8.C: Likewise
10526         * g++.dg/template/recurse.C: Likewise.
10527
10528 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
10529
10530         * g++.dg/opt/dtor1.C: New test.
10531
10532 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
10533
10534         * gcc.c-torture/compile/20020315-1.c: New test.
10535
10536 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
10537
10538         * gcc.dg/weak-1.c: Fix scan tests.
10539
10540 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
10541
10542         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
10543         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
10544         cris-*-aout* mmix-*-*.
10545         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
10546         cris-*-aout* mmix-*-*.
10547         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
10548         cris-*-elf* cris-*-aout* and mmix-*-*.
10549         * gcc.dg/20001009-1.c: Ditto.
10550         * gcc.dg/20010912-1.c: Ditto.
10551         * gcc.dg/20020122-4.c: Ditto.
10552         * gcc.dg/inline-2.c: Ditto.
10553
10554 2002-03-14  Jeffrey A Law  (law@cygnus.com)
10555
10556         * gcc.c-torture/compile/20020314-1.c: New test.
10557
10558 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
10559
10560         * gcc.c-torture/execute/20020314-1.c: New test.
10561
10562 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
10563
10564         * g++.dg/warn/Wunused-1.C: New test.
10565
10566 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
10567
10568         * g++.dg/abi/mangle6.C: New test.
10569
10570 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
10571
10572         * gcc.c-torture/compile/20020309-2.c: New test.
10573
10574         * gcc.c-torture/compile/20020312-1.c: New test.
10575
10576 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
10577
10578         * g++.dg/other/access1.C: New test.
10579
10580 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
10581
10582         * gcc.c-torture/execute/wchar_t-1.c: New test.
10583
10584 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
10585
10586         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
10587
10588 2002-03-12  Roger Sayle  <roger@eyesopen.com>
10589
10590         * gcc.dg/20020312-1.c: New test case.
10591
10592 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
10593
10594         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
10595
10596 2002-03-11  Richard Henderson  <rth@redhat.com>
10597
10598         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
10599         * g++.old-deja/g++.jason/report.C: Likewise.
10600
10601 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10602
10603         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
10604         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
10605
10606 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
10607
10608         * testsuite/g++.dg/overload/pmf1.C: New test.
10609
10610 2002-03-11  Kazu Hirata  <kazu@hxi.com>
10611
10612         * gcc.c-torture/execute/20020307-1.c: Use long.
10613
10614 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
10615
10616         PR optimization/5844
10617         * gcc.dg/20020310-1.c: New test.
10618
10619 2002-03-09  Michael Meissner  <meissner@redhat.com>
10620
10621         * gcc.c-torture/execute/memcpy-2.c: New test.
10622         * gcc.c-torture/execute/memset-1.c: New test.
10623         * gcc.c-torture/execute/strlen-1.c: New test.
10624         * gcc.c-torture/execute/strcmp-1.c: New test.
10625         * gcc.c-torture/execute/strncmp-1.c: New test.
10626
10627 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
10628
10629         * gcc.dg/ppc-ldstruct.c: New test.
10630
10631 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
10632
10633         * gcc.c-torture/execute/va-arg-22.c: New test.
10634
10635 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10636
10637         * gcc.c-torture/compile/20020309-1.c: New test.
10638
10639 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
10640
10641         * gcc.c-torture/execute/20020307-2.c: New test.
10642
10643 2002-03-07  Jeffrey A Law  (law@redhat.com)
10644
10645         * g77.f-torture/compile/20020307-1.f: New test.
10646
10647 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
10648
10649         * gcc.dg/unordered-1.c: New test.
10650
10651 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
10652
10653         * gcc.c-torture/execute/20020307-1.c: New test.
10654
10655 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
10656
10657         * gcc.dg/20020304-1.c: New test.
10658
10659         * gcc.c-torture/compile/20020304-2.c: New test.
10660
10661 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
10662
10663         * gcc.c-torture/compile/20020304-1.c: New test case
10664         (from PR c/5830).
10665
10666 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
10667
10668         * gcc.dg/20020103-1.c: Add other -D ppc variants.
10669
10670 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
10671
10672         * g++.dg/other/classkey1.C: New test.
10673
10674 2002-03-01  Richard Henderson  <rth@redhat.com>
10675
10676         * gcc.c-torture/compile/981223-1.x: New.
10677         * gcc.c-torture/compile/920625-1.x: New.
10678
10679 2002-02-28  Richard Henderson  <rth@redhat.com>
10680
10681         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
10682
10683 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
10684
10685         * gcc.c-torture/execute/20020227-1.c: New test.
10686
10687 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
10688
10689         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
10690         here" ERROR lines.
10691         * g++.old-deja/g++.oliva/partord1.C: Likewise.
10692         * g++.old-deja.g++.other/defarg1.C: Likewise.
10693         * g++.old-deja/g++.pt/calls2.C: Likewise.
10694         * g++.old-deja/g++.pt/crash20.C: Likewise.
10695         * g++.old-deja/g++.pt/crash30.C: Likewise.
10696         * g++.old-deja/g++.pt/crash36.C: Likewise.
10697         * g++.old-deja/g++.pt/crash6.C: Likewise.
10698         * g++.old-deja/g++.pt/defarg13.C: Likewise.
10699         * g++.old-deja/g++.pt/derived3.C: Likewise.
10700         * g++.old-deja/g++.pt/error1.C: Likewise.
10701         * g++.old-deja/g++.pt/friend21.C: Likewise.
10702         * g++.old-deja/g++.pt/friend23.C: Likewise.
10703         * g++.old-deja/g++.pt/infinite1.C: Likewise.
10704         * g++.old-deja/g++.robertl/eb128.C: Likewise.
10705
10706 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
10707
10708         * gcc.c-torture/execute/20020225-2.c: New test.
10709
10710 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
10711
10712         * gcc.c-torture/execute/920730-1t.c,
10713         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
10714         Delete test cases, only relevant to -traditional.
10715
10716 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
10717
10718         * gcc.dg/cpp/undef1.c: Remove.
10719         * gcc.dg/cpp/directiv.c: Update.
10720         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
10721
10722 2002-02-27  Michael Meissner  <meissner@redhat.com>
10723
10724         * gcc.c-torture/execute/20020226-1.c: New test.
10725
10726 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
10727
10728         * g++.dg/debug/debug4.C: New test.
10729
10730         * gcc.dg/ia64-visibility-1.c: New test.
10731
10732 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
10733
10734         * gcc.dg/debug/20020224-1.c: New.
10735
10736 2002-02-25  Kazu Hirata  <kazu@hxi.com>
10737
10738         * gcc.c-torture/execute/960416-1.x: New.
10739         * gcc.c-torture/execute/divconst-3.x: Likewise.
10740
10741 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
10742
10743         * gcc.dg/20020224-1.c: New test.
10744
10745 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
10746
10747         * gcc.c-torture/execute/20020225-1.c: New.
10748
10749 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
10750
10751         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
10752
10753 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
10754
10755         * gcc.dg/20020222-1.c: New test.
10756
10757 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
10758
10759         * g++.dg/opt/anonunion1.C: New test.
10760
10761 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
10762
10763         * g++.dg/template/qualttp19.C: New test.
10764         * g++.dg/template/qualttp20.C: New test.
10765         * g++.old-deja/g++.jason/report.C: Adjust expected errors
10766         * g++.old-deja/g++.other/qual1.C: Likewise.
10767
10768 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
10769
10770         * gcc.dg/attr-alwaysinline.c: New.
10771
10772 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
10773
10774         * gcc.dg/20020220-1.c: New test.
10775
10776         * gcc.dg/20020220-2.c: New test.
10777
10778         * g++.dg/opt/mmx1.C: New test.
10779
10780 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
10781
10782         * gcc.c-torture/compile/20020110.c: New test.
10783
10784 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
10785
10786         * gcc.c-torture/execute/20020219-1.c: New test.
10787
10788         * gcc.dg/20020219-1.c: New test.
10789
10790         * gcc.dg/noncompile/20020220-1.c: New test.
10791
10792         * g++.dg/opt/ptrintsum1.C: New test.
10793
10794         * gcc.dg/debug/20020220-1.c: New test.
10795
10796 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
10797
10798         * gcc.c-torture/execute/20020216-1.c: New test.
10799
10800 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
10801
10802         * gcc.dg/decl-1.c: Update, new test.
10803
10804 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
10805
10806         * g++.dg/abi/bitfield1.C: New test.
10807         * g++.dg/abi/bitfield2.C: New test.
10808
10809 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10810
10811         * gcc.dg/attr-nest.c: New test.
10812
10813 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
10814
10815         * gcc.c-torture/execute/20020215-1.c: New test.
10816
10817 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
10818
10819         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
10820         * g++.dg/debug/debug.exp: New.
10821         * g++.dg/debug/trivial.C: New.
10822         * g++.dg/debug/debug1.C: Moved...
10823         * g++.dg/other/debug1.C: ...from here.
10824         * g++.dg/debug/debug2.C: Moved...
10825         * g++.dg/other/debug2.C: ...from here.
10826         * g++.dg/debug/debug3.C: Moved...
10827         * g++.dg/other/debug3.C: ...from here.
10828
10829         * gcc.dg/noncompile/20020213-1.c: New test.
10830
10831 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
10832
10833         * g++.dg/other/debug3.C: New test.
10834
10835         * gcc.c-torture/execute/20020213-1.c: New test.
10836
10837 2002-02-13  Richard Smith <richard@ex-parrot.com>
10838
10839         * g++.old-deja/g++.other/thunk1.C: New test.
10840
10841 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10842
10843         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
10844
10845 2002-02-13  Stan Shebs  <shebs@apple.com>
10846
10847         * gcc.dg/altivec-3.c: New.
10848
10849 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
10850
10851         * gcc.dg/Wunreachable-1.c: New test.
10852         * gcc.dg/Wunreachable-2.c: New test.
10853
10854 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
10855
10856         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
10857
10858 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
10859
10860         * gcc.dg/decl-1.c: New test.
10861
10862 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
10863
10864         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
10865
10866 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10867
10868         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
10869         * gcc.c-torture/compile/980506-1.x: Likewise.
10870
10871 2002-02-10  Kazu Hirata  <kazu@hxi.com>
10872
10873         * gcc.dg/20020210-1.c: New.
10874
10875 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
10876
10877         * g77.f-torture/execute/947.f: New regression test
10878         for PR fortran/947.
10879
10880 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10881
10882         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
10883         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
10884
10885 2002-02-08  Richard Henderson  <rth@redhat.com>
10886
10887         * gcc.c-torture/compile/labels-3.c: New.
10888
10889 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
10890
10891         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
10892         expression statements work instead.
10893         * gcc.dg/noncompile/20020207-1.c: New test.
10894
10895 2002-02-07  Richard Henderson  <rth@redhat.com>
10896
10897         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
10898
10899 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10900
10901         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
10902         message from g77
10903         * lib/g77-dg.exp: Trim g77 error messages so that they are
10904         recognized by dg.exp.
10905
10906 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10907
10908         PR fortran/5473
10909         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
10910
10911 2002-02-07  Richard Henderson  <rth@redhat.com>
10912
10913         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
10914         to be sufficiently aligned for integers.
10915
10916 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
10917
10918         * g++.dg/template/friend4.C: New test.
10919
10920 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
10921
10922         PR fortran/5743
10923         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
10924         unsupported cases.
10925
10926 2002-02-07  Richard Henderson  <rth@redhat.com>
10927
10928         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
10929         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
10930         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
10931         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
10932
10933 2002-02-06  Richard Henderson  <rth@redhat.com>
10934
10935         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
10936
10937 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
10938
10939         * gcc.dg/20020206-1.c: New test.
10940
10941 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
10942
10943         * gcc.c-torture/execute/20020206-1.c: New test.
10944
10945         * gcc.c-torture/execute/20020206-2.c: New test.
10946
10947         PR optimization/5429:
10948         * gcc.c-torture/compile/20020206-1.c: New test.
10949
10950 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10951
10952         * g++.dg/ext/align1.C: Do not use an explicit alignment value
10953         as certain file formats cannot support particularly large
10954         alignments.
10955
10956         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
10957         and do not expect to be able to link the executable.
10958
10959         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
10960         fail because the COFF format does not support the weak attribute.
10961
10962 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
10963
10964         * g77.dg/pr5473.f:  New test
10965
10966 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
10967
10968         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
10969         Fix testcase accordingly.
10970
10971 2002-02-04  Richard Henderson  <rth@redhat.com>
10972
10973         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
10974         (buf): Change to be an array of pointers, not ints.
10975
10976 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10977
10978         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
10979         before all tests.  Move warning one line above to match where it
10980         C frontend emits.
10981         * gcc.dg/Wswitch-2.c: New test.
10982         * g++.dg/warn/Wswitch-1.C: New test.
10983         * g++.dg/warn/Wswitch-2.C: New test.
10984
10985 2002-02-04  Richard Henderson  <rth@redhat.com>
10986
10987         * g++.dg/abi/offsetof.C: Fix size comparison.
10988
10989 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
10990
10991         * gcc.dg/cast-qual-2.c: New test.
10992
10993 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
10994
10995         * gcc.dg/20020201-4.c: New test.
10996
10997 2002-02-04  Ben Elliston  <bje@redhat.com>
10998
10999         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
11000         target_info attribute != 0, in addition to the empty string.
11001         (gcc_target_compile): Likewise.
11002
11003 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
11004
11005         * gcc.dg/Wswitch.c: New test.
11006         PR gcc/4475. PR gcc/3780.
11007
11008 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
11009
11010         * g77.f-torture/execute/5122.f: New test for regressions
11011         against PR fortran/5122.
11012
11013 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
11014
11015         * g77.f-torture/compile/pr3743.f: Delete
11016         * g77.dg/pr3743-1.f: New test.
11017         * g77.dg/pr3743-2.f: New test.
11018         * g77.dg/pr3743-3.f: New test.
11019         * g77.dg/pr3743-4.f: New test.
11020
11021 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11022
11023         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
11024
11025 2002-02-02  Richard Henderson  <rth@redhat.com>
11026
11027         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
11028         * gcc.c-torture/execute/bf64-1.c: Likewise.
11029
11030 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11031
11032         * gcc.dg/20020201-2.c: New test.
11033
11034         * gcc.dg/20020201-3.c: New test.
11035
11036         * gcc.c-torture/execute/bitfld-2.c: New test.
11037
11038 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11039
11040         * gcc.dg/bitfld-1.c: Update.
11041         * gcc.dg/bitfld-2.c: Update.
11042         * gcc.c-torture/execute/bitfld-1.x: New.
11043
11044 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
11045
11046         * gcc.c-torture/execute/20020201-1.c: New test.
11047
11048 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
11049
11050         PR target/5469
11051         * gcc.dg/20020201-1.c: New test.
11052
11053 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
11054
11055         PR fortran/3743
11056         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
11057         * g77.f-torture/compile/pr3743.x: Remove
11058
11059 2002-01-31  Tom Rix  <trix@redhat.com>
11060
11061         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
11062
11063 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11064
11065         * gcc.dg/noncompile/20020130-1.c: New test.
11066
11067 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
11068
11069         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
11070
11071 2002-01-29  Richard Henderson  <rth@redhat.com>
11072
11073         * gcc.c-torture/execute/991118-1.c: Cast various constants back
11074         to long long.
11075         * gcc.c-torture/execute/bf64-1.c: Likewise.
11076
11077 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
11078
11079         * gcc.c-torture/execute/20020129-1.c: New test.
11080
11081 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
11082
11083         * gcc.c-torture/compile/20000224-1.c: Update.
11084         * gcc.c-torture/execute/bitfld-1.c: New tests.
11085         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
11086         * gcc.dg/uninit-A.c: Update.
11087
11088 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
11089
11090         * g++.dg/template/ctor1.C: Add instantiation.
11091
11092 2002-01-28  Paul Koning  <pkoning@equallogic.com>
11093
11094         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
11095         argument to __builtin_prefetch to be const ptr.
11096
11097 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
11098
11099         * gcc.c-torture/compile/20020120-1.c: New test.
11100
11101 2002-01-27  Kazu Hirata  <kazu@hxi.com>
11102
11103         * gcc.c-torture/execute/20020127-1.c: New test.
11104
11105 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
11106
11107         * g77.dg/f77-edit-i-in.f: New test
11108         * g77.dg/f77-edit-i-out.f: New test
11109
11110 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
11111
11112         * gcc.dg/debug/debug.exp: New file.
11113         * gcc.dg/debug/trivial.c: New file.
11114         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
11115         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
11116         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
11117         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
11118         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
11119         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
11120         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
11121         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
11122         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
11123         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
11124         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
11125         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
11126         * gcc.dg/20000503-1.c: Removed.
11127         * gcc.dg/20010207-1.c: Removed.
11128         * gcc.dg/20011223-1.c: Removed.
11129         * gcc.dg/20020104-2.c: Removed.
11130         * gcc.dg/debug-1.c: Removed.
11131         * gcc.dg/debug-2.c: Removed.
11132         * gcc.dg/debug-3.c: Removed.
11133         * gcc.dg/debug-4.c: Removed.
11134         * gcc.dg/debug-5.c: Removed.
11135         * gcc.dg/debug-6.c: Removed.
11136         * gcc.dg/dwarf2-1.c: Removed.
11137         * gcc.dg/dwarf2-2.c: Removed.
11138
11139 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
11140
11141         * g++.old-deja/g++.other/eh5.C: New test.
11142         * g++.old-deja/g++.other/sibcall2.C: New test.
11143         * g++.old-deja/g++.other/array9.C: New test.
11144         * g++.old-deja/g++.other/typename2.C: New test.
11145         * g++.old-deja/g++.other/crash60.C: New test.
11146         * g++.old-deja/g++.other/conv9.C: New test.
11147         * g++.old-deja/g++.other/mangle10.C: New test.
11148         * g++.old-deja/g++.other/unchanging1.C: New test.
11149         * g++.old-deja/g++.other/exprstmt1.C: New test.
11150         * g++.old-deja/g++.other/inline23.C: New test.
11151         * g++.old-deja/g++.eh/ia64-1.C: New test.
11152         * g++.old-deja/g++.other/dwarf2-1.C: New test.
11153         * g++.old-deja/g++.other/reload1.C: New test.
11154         * g++.old-deja/g++.other/static20.C: New test.
11155         * g++.old-deja/g++.other/local-alloc1.C: New test.
11156         * g++.old-deja/g++.other/conv8.C: New test.
11157         * g++.old-deja/g++.other/stmtexpr2.C: New test.
11158         * g++.old-deja/g++.other/storeexpr1.C: New test.
11159         * g++.old-deja/g++.other/storeexpr2.C: New test.
11160         * g++.dg/eh/template2.C: New test.
11161         * g++.dg/warn/weak1.C: New test.
11162
11163 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
11164
11165         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
11166         Remove first, non-varying, argument.
11167
11168 2002-01-23  Richard Henderson  <rth@redhat.com>
11169
11170         * gcc.dg/inline-2.c: New.
11171
11172         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
11173         Add optional target arg.  Check number of arguments.
11174         (scan-assembler-not, scan-assembler-dem): Likewise.
11175         (scan-assembler-dem-not): Likewise.
11176
11177 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11178
11179         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
11180         line 12.
11181         * g++.old-deja/g++.brendan/parse3.C,
11182         g++.old-deja/g++.other/crash26.C,
11183         g++.old-deja/g++.other/crash28.C,
11184         g++.old-deja/g++.other/crash29.C,
11185         g++.old-deja/g++.other/crash30.C,
11186         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
11187
11188 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
11189
11190         * gcc.dg/20020115-1.c: New.
11191
11192 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
11193
11194         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
11195
11196 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
11197
11198         * gcc.dg/20020122-3.c: New.
11199
11200 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
11201
11202         * g++.dg/other/gc1.C: New test.
11203
11204 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
11205
11206         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
11207
11208 2002-01-22  Richard Henderson  <rth@redhat.com>
11209
11210         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
11211
11212 2002-01-22  Richard Henderson  <rth@redhat.com>
11213
11214         * gcc.dg/20020122-4.c: New.
11215
11216 2002-01-22  H.J. Lu <hjl@gnu.org>
11217
11218         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
11219         link output.
11220         * gcc.dg/special/ecos.exp: Likewise.
11221         * lib/g++-dg.exp: Likewise.
11222         * lib/g77-dg.exp: Likewise.
11223         * lib/gcc-dg.exp : Likewise.
11224         * lib/mike-g++.exp: Likewise.
11225         * lib/mike-g77.exp: Likewise.
11226         * lib/mike-gcc.exp: Likewise.
11227         * lib/objc-dg.exp: Likewise.
11228
11229 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
11230
11231         PR target/5379
11232         * gcc.dg/20020122-2.c: New test.
11233
11234 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
11235
11236         * gcc.dg/20020122-1.c: New test.
11237
11238 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
11239
11240         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
11241
11242 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
11243
11244         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
11245
11246 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11247
11248         * gcc.c-torture/compile/20020121-1.c: New test.
11249
11250 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11251
11252         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
11253         ld_library_path.
11254
11255 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
11256
11257         * gcc.dg/20020218-1.c: New test.
11258
11259 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
11260
11261         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
11262         messages
11263         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
11264         "At global scope" warning
11265         * g++.dg/ext/align1.C: Change cygwin test for alignment
11266         from db-bogus to dg-warning
11267
11268 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
11269
11270         * g77.f-torture/compile/cpp2.F: New test.
11271
11272 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
11273
11274         * g++.dg/template/access1.C: New test.
11275
11276 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
11277
11278         * gcc.dg/20020118-1.c: New.
11279
11280 2002-01-18  Kazu Hirata  <kazu@hxi.com>
11281
11282         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
11283
11284 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11285
11286         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
11287         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
11288         alignment warnings.
11289
11290 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
11291
11292         * gcc.misc-tests/i386-prefetch.exp: Save and restore
11293         torture_with_loops and torture_without_loops
11294
11295 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
11296
11297         * gcc.c-torture/compile/20020116-1.c: New test.
11298
11299 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
11300
11301         * gcc.dg/20020116-2.c: New test.
11302
11303         * gcc.dg/ultrasp4.c: New test.
11304
11305         * gcc.dg/20020116-1.c: New test.
11306
11307 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
11308
11309         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
11310         by EABI.
11311
11312 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
11313
11314         * gcc.misc-tests/i386-prefetch.exp: New.
11315         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
11316         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
11317         * gcc.misc-tests/i386-pf-none-1.c: New test.
11318         * gcc.misc-tests/i386-pf-sse-1.c: New test.
11319
11320 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
11321
11322         * gcc.dg/gnu89-init-1.c: Add new tests.
11323
11324 2002-01-15  Andreas Jaeger  <aj@suse.de>
11325
11326         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
11327         * gcc.dg/i386-mmx-2.c: Likewise.
11328         * gcc.dg/i386-sse-1.c: Likewise.
11329         * gcc.dg/i386-sse-2.c: Likewise.
11330         * gcc.dg/i386-sse-3.c: Likewise.
11331
11332 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
11333
11334         * g77.f-torture/execute/intrinsic-unix-bessel.f:
11335         Uncomment additional cases that now pass.
11336
11337 2002-01-11  Richard Henderson  <rth@redhat.com>
11338
11339         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
11340         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
11341
11342 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
11343
11344         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
11345
11346 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
11347
11348         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
11349         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
11350
11351 2002-01-10  Dale Johannesen  <dalej@apple.com>
11352
11353         * gcc.c-torture/execute/loop-11.c: New.
11354
11355 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
11356
11357         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
11358         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
11359
11360 2002-01-09  Richard Henderson  <rth@redhat.com>
11361
11362         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
11363         type in which to perform the operation for each size.
11364
11365 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
11366
11367         * gcc.c-torture/compile/20020109-2.c: New test.
11368
11369 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
11370
11371         * gcc.c-torture/execute/loop-10.c: New test.
11372
11373 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11374
11375         * gcc.c-torture/compile/20010226-1.c: New test.
11376         * gcc.c-torture/compile/20010227-1.c: New test.
11377         * gcc.c-torture/compile/20010426-1.c: New test.
11378         * gcc.c-torture/compile/20010510-1.c: New test.
11379         * gcc.c-torture/compile/20010605-3.c: New test.
11380         * gcc.c-torture/compile/20010824-1.c: New test.
11381         * gcc.c-torture/execute/20010409-1.c: New test.
11382         * gcc.dg/noncompile/20000901-1.c: New test.
11383         * gcc.dg/20001023-1.c: New test.
11384         * gcc.dg/20001101-1.c: New test.
11385         * gcc.dg/20001102-1.c: New test.
11386         * gcc.dg/20010207-1.c: New test.
11387         * gcc.dg/20010405-1.c: New test.
11388         * gcc.dg/20010822-1.c: New test.
11389         * gcc.dg/20011107-1.c: New test.
11390
11391 2002-01-09  Jeffrey A Law  (law@redhat.com)
11392
11393         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
11394
11395         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
11396         execution failure on PA targets.
11397
11398 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
11399
11400         * gcc.c-torture/compile/20020109-1.c: New test.
11401
11402 2002-01-08  Kazu Hirata  <kazu@hxi.com>
11403
11404         * gcc.c-torture/execute/20020108-1.c: New test.
11405
11406 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
11407
11408         * gcc.dg/20020108-1.c: New test.
11409
11410 2002-01-08  H.J. Lu <hjl@gnu.org>
11411
11412         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
11413         for header files.
11414
11415 2002-01-08  Geoff Keating  <geoffk@redhat.com>
11416
11417         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
11418         consistency.
11419
11420 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
11421
11422         * gcc.dg/altivec-4.c: Test altivec predicates.
11423
11424 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
11425
11426         * gcc.c-torture/execute/20020107-1.c: New test.
11427
11428 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11429
11430         PR c/5279
11431         * gcc.c-torture/compile/20020106-1.c: New test.
11432
11433 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
11434
11435         * gcc.c-torture/execute/nestfunc-4.c: New test.
11436
11437 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11438
11439         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
11440         extra triple that slipped in.
11441         * g++.old-deja/g++.abi/align.C: Likewise.
11442         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11443
11444 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
11445
11446         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
11447         * g++.old-deja/g++.abi/align.C: Likewise.
11448         * g++.old-deja/g++.abi/bitfields.C: Likewise.
11449
11450         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
11451         on FreeBSD/i386.
11452         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
11453         FreeBSD.
11454
11455 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
11456
11457         * gcc.dg/20020104-1.c: New test.
11458
11459         * gcc.dg/20020104-2.c: New test.
11460
11461 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
11462
11463         * gcc.dg/20020103-1.c: Fix typo in target selector.
11464
11465 2002-01-03  Richard Henderson  <rth@redhat.com>
11466
11467         * gcc.dg/20020103-1.c: New.
11468
11469 2002-01-03  Kazu Hirata  <kazu@hxi.com>
11470
11471         * gcc.c-torture/execute/20020103-1.c: New test.
11472
11473 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
11474
11475         * g++.dg/other/debug2.C: New test.
11476
11477         * gcc.c-torture/compile/20020103-1.c: New test.
11478
11479 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
11480
11481         * gcc.dg/gnu89-init-1.c: Added new tests.
11482
11483 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11484
11485         * g++.dg/template/friend2.C: Remove as patch is reverted.
11486
11487         * g++.dg/warn/oldcast1.C: New test.
11488
11489         * g++.dg/template/ptrmem1.C: New test.
11490         * g++.dg/template/ptrmem2.C: New test.
11491
11492         * g++.dg/template/ntp.C: New test.
11493
11494         * g++.dg/other/component1.C: New test.
11495
11496         * g++.dg/template/ttp3.C: New test.
11497
11498         * g++.dg/template/friend2.C: New test.
11499         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
11500
11501 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11502
11503         * g++.dg/other/ptrmem1.C: New test.
11504         * g++.dg/other/ptrmem2.C: New test.
11505
11506 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11507
11508         * g++.dg/template/ctor1.C: New test.
11509
11510 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
11511
11512         * g++.dg/template/friend2.C: New test.
11513
11514 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
11515
11516         * gcc.dg/mmix-1.c: New test.
11517
11518 2001-12-31  Richard Henderson  <rth@redhat.com>
11519
11520         * gcc.dg/asm-5.c: New.
11521
11522 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
11523
11524         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
11525         in namespace __gnu_cxx
11526
11527 2001-12-30  Richard Henderson  <rth@redhat.com>
11528
11529         * gcc.dg/debug-6.c: New.
11530
11531 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
11532
11533         * gcc.c-torture/compile/20011229-2.c: New test.
11534
11535 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
11536
11537         * gcc.dg/debug-3.c: New test.
11538         * gcc.dg/debug-4.c: New test.
11539         * gcc.dg/debug-5.c: New test.
11540
11541 2001-12-29  Richard Henderson  <rth@redhat.com>
11542
11543         * g++.dg/eh/loop1.C: New.
11544
11545 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11546
11547         * g++.dg/template/crash1.C: New test.
11548
11549 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
11550
11551         * g++.dg/other/const1.C: New test.
11552
11553 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
11554
11555         * gcc.c-torture/compile/20011229-1.c: New test.
11556
11557 2001-12-28  Stan Shebs  <shebs@apple.com>
11558
11559         * lib/objc-torture.exp: Resync with c-torture.exp.
11560         * lib/objc.exp: Load standard libraries.
11561
11562 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
11563
11564         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
11565         additional tests.
11566
11567 2001-12-27  Roger Sayle <roger@eyesopen.com>
11568
11569         * gcc.c-torture/execute/string-opt-16.c: New testcase.
11570
11571 2001-12-27  Richard Henderson  <rth@redhat.com>
11572
11573         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
11574
11575 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
11576
11577         * g++.dg/eh/ctor1.C: New test.
11578         * g++.dg/other/error2.C: New test.
11579
11580 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
11581
11582         * g++.dg/other/init2.C: New test.
11583
11584 2001-12-24  Richard Henderson  <rth@redhat.com>
11585
11586         * gcc.dg/20011223-1.c: New.
11587         * gcc.dg/inline-1.c: New.
11588
11589 2001-12-23  Richard Henderson  <rth@redhat.com>
11590
11591         * gcc.dg/asm-4.c: Test operand modifiers.
11592
11593 2001-12-23  Richard Henderson  <rth@redhat.com>
11594
11595         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
11596
11597 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11598
11599         * gcc.c-torture/execute/20011223-1.c: New test.
11600
11601 2001-12-21  Richard Henderson  <rth@redhat.com>
11602
11603         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
11604         re-enables the warning.
11605
11606 2001-12-21  Richard Henderson  <rth@redhat.com>
11607
11608         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
11609
11610 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11611
11612         * gcc.c-torture/compile/20011218-1.c: New test.
11613
11614 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
11615
11616         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
11617         arm-isr.c test.
11618         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
11619         epilogue generation for ARM ISR routines.
11620
11621 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11622
11623         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
11624         * gcc.dg/format/c90-printf-3.c: Likewise.
11625         * gcc.dg/format/c99-printf-3.c: Likewise.
11626         * gcc.dg/format/ext-1.c: Likewise.
11627         * gcc.dg/format/ext-6.c: Likewise.
11628         * gcc.dg/format/format.h: Prototype unlocked stdio.
11629
11630 2001-12-20  Richard Henderson  <rth@redhat.com>
11631
11632         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
11633         (arena): Use it.
11634         (malloc): Correct allocation logic.  Abort if we fill up the
11635         arena before initialization complete.
11636         (realloc): Correct allocation logic.
11637
11638 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
11639
11640         * gcc.c-torture/compile/20011219-2.c: New test.
11641
11642         * gcc.c-torture/execute/20011219-1.c: New test.
11643
11644 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
11645
11646         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
11647         target does not support weak symbols.
11648
11649 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
11650
11651         * gcc.c-torture/compile/20011219-1.c: New test.
11652
11653 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
11654
11655         * g++.dg/other/error1.C: New test.
11656
11657 2001-12-17  Jeffrey A Law  (law@redhat.com)
11658
11659         * gcc.c-torture/execute/20011217-1.c: New test.
11660
11661 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
11662
11663         * objc.dg/special/: New directory.
11664         * objc.dg/special/special.exp: New file.
11665         * objc.dg/special/unclaimed-category-1.h: New file.
11666         * objc.dg/special/unclaimed-category-1a.m: New file.
11667         * objc.dg/special/unclaimed-category-1.m: New file.
11668
11669 2001-12-17  Andreas Jaeger  <aj@suse.de>
11670
11671         * gcc.c-torture/compile/20011217-2.c: New test.
11672
11673 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11674
11675         * gcc.c-torture/compile/20011217-1.c: New test.
11676
11677 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
11678
11679         * testsuite/gcc.dg/20011214-1.c: New.
11680
11681 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
11682
11683         * gcc.dg/altivec-4.c: New.
11684
11685 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
11686
11687         * gcc.dg/20011113-1.c: New test.
11688
11689 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11690
11691         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
11692         std::__malloc_alloc_template<0> and
11693         std::__default_alloc_template<false, 0>.
11694
11695 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
11696
11697         * objc/execute/bf-21.m: New test.
11698         * objc/execute/enumeration-1.m: New test.
11699         * objc/execute/enumeration-2.m: New test.
11700
11701 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
11702
11703         * gcc.dg/gnu89-init-1.c: New test.
11704
11705 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
11706
11707         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
11708         * g++.old-deja/g++.jason/2371.C: Likewise.
11709         * g++.old-deja/g++.jason/template33.C: Likewise.
11710         * g++.old-deja/g++.jason/template34.C: Likewise.
11711         * g++.old-deja/g++.jason/template36.C: Likewise.
11712         * g++.old-deja/g++.oliva/typename1.C: Likewise.
11713         * g++.old-deja/g++.oliva/typename2.C: Likewise.
11714         * g++.old-deja/g++.other/typename1.C: Likewise.
11715         * g++.old-deja/g++.pt/inherit2.C: Likewise.
11716         * g++.old-deja/g++.pt/nontype5.C: Likewise.
11717         * g++.old-deja/g++.pt/typename11.C: Likewise.
11718         * g++.old-deja/g++.pt/typename14.C: Likewise.
11719         * g++.old-deja/g++.pt/typename16.C: Likewise.
11720         * g++.old-deja/g++.pt/typename3.C: Likewise.
11721         * g++.old-deja/g++.pt/typename4.C: Likewise.
11722         * g++.old-deja/g++.pt/typename5.C: Likewise.
11723         * g++.old-deja/g++.pt/typename7.C: Likewise.
11724         * g++.old-deja/g++.robertl/eb9.C: Likewise.
11725
11726 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
11727
11728         * g++.dg/other/linkage1.C: New test.
11729         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
11730         specifiers.
11731
11732 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11733
11734         * gcc.dg/concat.c: New test.
11735
11736 2001-12-11  Stan Shebs  <shebs@apple.com>
11737
11738         * objc/compile: New test directory.
11739         * objc/compile/compile.exp: New expect script.
11740         * objc/compile/20011211-1.m: New compile test.
11741
11742 2001-12-11  Jason Merrill  <jason@redhat.com>
11743
11744         * lib/prune.exp (prune_gcc_output): Also handle "In member
11745         function".  So many permutations...
11746
11747 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
11748
11749         * g++.dg/template/typedef1.C: New test.
11750
11751 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
11752
11753         * g++.dg/other/copy1.C: New test.
11754
11755 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
11756
11757         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
11758
11759         * gcc.dg/builtin-choose-expr.c: New.
11760
11761 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
11762
11763         * gcc.dg/altivec-2.c: New.
11764
11765 2001-12-07  Richard Henderson  <rth@redhat.com>
11766
11767         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
11768
11769 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
11770
11771         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
11772         ultrasparc.
11773
11774 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11775
11776         * g++-old.deja/g++.robertl/eb101.C: Deleted.
11777
11778 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
11779
11780         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
11781         variable argument list.
11782
11783 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
11784
11785         * gcc.c-torture/execute/memcheck: Delete entire directory.
11786         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
11787         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
11788
11789 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
11790
11791         * gcc.dg/Wshadow-1.c: New test.
11792
11793 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
11794
11795         * gcc.c-torture/compile/20011130-1.c: New test.
11796
11797         * gcc.dg/noncompile/20011025-1.c: New test.
11798
11799         * g++.dg/other/anon-union.C: New test.
11800
11801         * gcc.c-torture/execute/20011024-1.c: New test.
11802
11803 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11804
11805         * gcc.c-torture/execute/20000722-1.x,
11806         gcc.c-torture/execute/20010123-1.x: Remove.
11807         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
11808         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
11809         gcc.dg/c99-complit-2.c: New tests.
11810
11811 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
11812
11813         * g++.dg/inherit/base1.C: New test.
11814
11815 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
11816
11817         * g++.dg/other/stdarg1.C: New test.
11818
11819         * gcc.c-torture/compile/20011130-2.c: New test.
11820
11821 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
11822
11823         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
11824         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
11825         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
11826         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
11827         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
11828         * gcc.dg/builtin-prefetch-1.c: New test.
11829
11830 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
11831
11832         * gcc.dg/20011130-1.c: New test.
11833
11834 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
11835
11836         * g++.dg/other/scope1.C: New test.
11837         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
11838
11839 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11840
11841         * gcc.dg/vla-init-1.c: New test.
11842
11843 2001-12-01  Geoff Keating  <geoffk@redhat.com>
11844
11845         * gcc.c-torture/compile/structs.c: New testcase from GDB.
11846
11847 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
11848
11849         * objc.dg/alias.m: Update.
11850         * objc.dg/class-1.m: Update.
11851         * objc.dg/const-str-1.m: Update.
11852         * objc.dg/fwd-proto-1.m: Update.
11853         * objc.dg/id-1.m: Update.
11854         * objc.dg/super-class-1.m: Update.
11855
11856 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
11857
11858         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
11859         constructs.
11860
11861 2001-11-28  Jeffrey A Law  (law@cygnus.com)
11862
11863         * gcc.c-torture/execute/20011128-1.c: New test.
11864
11865 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
11866
11867         * gcc.dg/20011127-1.c: New test.
11868
11869 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11870
11871         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
11872         from Austin Group draft 7.
11873         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
11874         scanf format arguments.
11875         * gcc.dg/format/no-exargs-2.c: New test.
11876
11877 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
11878
11879         * g++.dg/abi/vbase8-4.C: New test.
11880
11881 2001-11-24  Ian Lance Taylor  <ian@airs.com>
11882
11883         * gcc.c-torture/execute/20011121-1.c: New test.
11884
11885 2001-11-23  Jeffrey A Law  (law@cygnus.com)
11886
11887         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
11888
11889 2001-11-23  Andreas Jaeger  <aj@suse.de>
11890
11891         * gcc.dg/cpp/charconst-2.c: New test.
11892
11893 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
11894
11895         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
11896         to the host if it is remote.  Let tests specify extra headers
11897         they use.
11898         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
11899         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
11900         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
11901         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
11902         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
11903         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
11904         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
11905         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
11906         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
11907         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
11908
11909 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
11910
11911         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
11912         for little endian ARMs.
11913
11914 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
11915
11916         * gcc.c-torture/compile/20011119-1.c: New test.
11917         * gcc.c-torture/compile/20011119-2.c: New test.
11918
11919 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
11920
11921         * gcc.dg/altivec-1.c: Fix typo.
11922
11923 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11924
11925         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
11926
11927 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11928
11929         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
11930
11931 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
11932
11933         * lib/g77.exp: Don't specify --rpath-link.
11934
11935         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
11936         across all the headers.
11937         * gcc.dg/format/format.exp: For testing on a remote host,
11938         copy format.h.
11939
11940         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
11941         * gcc.c-torture/execute/930406-1.c: Likewise.
11942         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
11943
11944 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
11945
11946         * gcc.dg/altivec-1.c: New.
11947
11948 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
11949
11950         * gcc.dg/cpp/fpreprocessed.c: New test case.
11951
11952 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11953
11954         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
11955         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
11956         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
11957
11958 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11959
11960         * gcc.dg/no-builtin-1.c: New test.
11961
11962 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
11963
11964         * gcc.c-torture/execute/20011115-1.c: New test.
11965
11966 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
11967
11968         * gcc.c-torture/compile/20011114-2.c: New test.
11969         * gcc.c-torture/compile/20011114-3.c: New test.
11970         * gcc.c-torture/compile/20011114-4.c: New test.
11971
11972 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11973
11974         * g++.dg/other/init1.C: New test.
11975
11976 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
11977
11978         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
11979         message.
11980
11981         * gcc.c-torture/execute/20011114-1.c: New testcase.
11982
11983         * gcc.c-torture/compile/20010327-1.c: Revert last change.
11984         * gcc.c-torture/compile/20011114-1.c: New test, exactly
11985         like the (before this change) version of 20010327-1.c.
11986
11987 2001-11-14  Roger Sayle <roger@eyesopen.com>
11988
11989         * gcc.c-torture/execute/string-opt-13.c: New testcase.
11990
11991 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
11992
11993         * g++.dg/init/array2.C: New test.
11994
11995 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
11996
11997         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
11998
11999 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
12000
12001         * g++.dg/other/forscope1.C: New test.
12002         * g++.dg/ext/forscope1.C: New test.
12003         * g++.dg/ext/forscope2.C: New test.
12004
12005 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
12006
12007         * gcc.c-torture/execute/20011113-1.c: New test.
12008
12009 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
12010
12011         * gcc.c-torture/execute/20011109-2.c: New test.
12012
12013         * gcc.c-torture/execute/20011109-1.c: New test.
12014
12015 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
12016
12017         * gcc.c-torture/compile/20011109-1.c: New test.
12018
12019 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12020
12021         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
12022         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
12023         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
12024         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
12025         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
12026         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
12027         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
12028
12029 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12030
12031         * g++.dg/warn/Wshadow-1.C: New tests.
12032         * g++.old-deja/g++.mike/for3.C: Update.
12033
12034 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12035
12036         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
12037         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
12038         XFAILs.  Adjust expected error texts.
12039         * gcc.c-torture/compile/20011106-1.c,
12040         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
12041         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
12042         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
12043         gcc.dg/c99-array-lval-5.c: New tests.
12044
12045 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12046
12047         * gcc.dg/cpp/defined.c: Update.
12048
12049 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12050
12051         * gcc.c-torture/execute/anon-1.c: New test.
12052
12053 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
12054
12055         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
12056         same size, so no warning should be produced on stormy16.
12057
12058         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
12059         due to oversized array.
12060         * g++.old-deja/g++.mike/ns15.C: Likewise.
12061         * g++.old-deja/g++.pt/crash16.C: Likewise.
12062
12063 2001-11-02  Graham Stott  <grahams@redhat.com>
12064
12065         * g++.dgother/debug1.C: Fix typos.
12066
12067 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
12068
12069         * g++.dg/other/debug1.C: New test.
12070
12071 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12072
12073         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
12074         of unsigned long.
12075
12076 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
12077
12078         * gcc.dg/20011029-2.c: New test.
12079
12080         * gcc.c-torture/compile/20011029-1.c: New test.
12081
12082 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
12083
12084         * objc/execute/class_self-1.m: New test.
12085         * objc/execute/class_self-2.m: New test.
12086
12087 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
12088
12089         * gcc.misc-tests/msgs.exp: Delete.
12090         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
12091         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
12092         error set to match recent changes.
12093
12094 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
12095
12096         * gcc.dg/20011021-1.c: New test.
12097
12098 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
12099
12100         * gcc.c-torture/compile/20011023-1.c: New test.
12101
12102 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
12103
12104         * lib/g77.exp: Rewrite based on lib/g++.exp.
12105
12106 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
12107
12108         * gcc.c-torture/execute/20011019-1.c: New test.
12109
12110         * gcc.dg/20011018-1.c: New test.
12111
12112 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
12113
12114         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
12115
12116 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
12117
12118         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
12119         * gcc.dg/attr-invalid.c: Likewise.
12120
12121 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
12122
12123         * testsuite/gcc.dg/20011015-1.c: New test.
12124
12125 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12126
12127         * g++.dg/template/unify2.C: New test.
12128
12129 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
12130
12131         * g++.dg/other/exception-specification.C: New test
12132
12133 2001-10-13  Tom Rix  <trix@redhat.com>
12134
12135         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
12136         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
12137
12138 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
12139
12140         * testsuite/gcc.dg/20011009-1.c: New test.
12141
12142 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
12143
12144         PR g++/4476
12145         * g++.dg/other/friend1.C: New test.
12146
12147 2001-10-11  Richard Henderson  <rth@redhat.com>
12148
12149         * g++.old-deja/g++.other/crash18.C: Add -S to options.
12150
12151 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12152
12153         * gcc.c-torture/compile/20011010-1.c: New.
12154
12155 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12156
12157         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
12158         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
12159         g77.f-torture/execute/execute.exp,
12160         g77.f-torture/noncompile/noncompile.exp,
12161         gcc.c-torture/compile/compile.exp,
12162         gcc.c-torture/execute/execute.exp,
12163         gcc.c-torture/execute/ieee/ieee.exp,
12164         gcc.c-torture/execute/memcheck/memcheck.exp,
12165         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
12166         objc/execute/execute.exp: Update FSF address.
12167
12168 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
12169
12170         * gcc.dg/cpp/cmdlne-C.c: Update.
12171         * gcc.dg/cpp/cmdlne-C2.c: New.
12172
12173 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12174
12175         * gcc.c-torture/execute/20011008-3.c: New.
12176
12177 2001-10-08  DJ Delorie  <dj@redhat.com>
12178
12179         * gcc.dg/20011008-1.c: New.
12180         * gcc.dg/20011008-2.c: New.
12181
12182 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
12183
12184         * gcc.dg/cpp/spacing1.c: Update test.
12185
12186 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12187
12188         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
12189         spelling errors of "separate" as "seperate".
12190
12191 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
12192
12193         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
12194         enough to avoid inlining.
12195
12196 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12197
12198         * lib/g77.exp: set libg2c_dir correctly.
12199
12200 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12201
12202         * gcc.dg/cpp/macro11.c: New test.
12203
12204 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12205
12206         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
12207         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
12208         gcc.dg/format/multattr-3.c: New tests.
12209         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
12210         tests for format attributes on function pointers being rejected.
12211
12212 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12213
12214         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
12215
12216 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12217
12218         * g++.dg/warn/format1.C: New test.
12219
12220 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
12221
12222         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
12223
12224 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12225
12226         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
12227
12228 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
12229
12230         * gcc.dg/cpp/redef2.c: Add test.
12231
12232 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
12233
12234         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
12235         long-standing bug on i686, apparently.
12236         * gcc.c-torture/execute/loop-2c.x: New file.
12237         * gcc.c-torture/execute/loop-2d.x: New file.
12238         * gcc.c-torture/execute/loop-3c.x: New file.
12239
12240 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
12241
12242         * gcc.dg/cpp/20000625-2.c: Correct line number.
12243
12244 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12245
12246         * gcc.dg/cpp/macro10.c: New test.
12247         * gcc.dg/cpp/strify3.c: New test.
12248         * gcc.dg/cpp/spacing1.c: Add tests.
12249         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
12250         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
12251
12252 2001-09-24  DJ Delorie  <dj@redhat.com>
12253
12254         * gcc.c-torture/execute/20010924-1.c: New test.
12255
12256 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
12257
12258         * testsuite/objc/execute/paste.m: Remove.
12259
12260 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12261
12262         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
12263
12264 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
12265
12266         * g77.dg/strlen0.f: New test.
12267
12268 2001-09-21  Richard Henderson  <rth@redhat.com>
12269
12270         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
12271         * g++.old-deja/g++.abi/vtable2.C: Likewise.
12272
12273 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12274
12275         Table-driven attributes.
12276         * g++.dg/ext/attrib1.C: New test.
12277
12278 2001-09-20  DJ Delorie  <dj@redhat.com>
12279
12280         * gcc.dg/20000926-1.c: Update expected warning messages.
12281         * gcc.dg/array-2.c: Likewise, and test for warnings too.
12282         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
12283         array.
12284
12285 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
12286
12287         * g++.dg/eh/registers1.C: New test case.
12288
12289 2001-09-17  Richard Henderson  <rth@redhat.com>
12290
12291         * gcc.dg/array-5.c: Fix VLA decomposition test.
12292
12293 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
12294
12295         * gcc.dg/cpp/line5.c: New testcase.
12296
12297 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
12298
12299         * gcc.dg/cpp/macro9.c: New test.
12300
12301 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
12302
12303         * gcc.c-torture/execute/980223.c: Change type of addr from long
12304         to char *.
12305
12306 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
12307
12308         * gcc.c-torture/execute/20010915-1.c: New test.
12309
12310 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
12311
12312         * g77.dg/bprob: New directory.
12313         * g77.dg/bprob/bprob.exp: New file.
12314         * g77.dg/bprob/bprob-1.f: New test.
12315         * g77.dg/gcov: New directory.
12316         * g77.dg/gcov/gcov.exp: New file.
12317         * g77.dg/gcov/gcov-1.f: New test.
12318         * g77.dg/gcov/gcov-1.x: New file.
12319
12320 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
12321
12322         * gcc.dg/cpp/directiv.c: Update.
12323         * gcc.dg/cpp/undef1.c: Update.
12324
12325 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12326
12327         * gcc.dg/20010912-1.c: New test.
12328
12329 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
12330
12331         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
12332         language-independent file in lib.
12333         * lib/gcov.exp: New file.
12334
12335 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12336
12337         * gcc.c-torture/compile/20010911-1.c: New test.
12338
12339 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
12340
12341         * lib/profopt.exp: New, to support profile-directed optimizations.
12342         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
12343         * gcc.misc-tests/bprob-1.c: New test.
12344         * gcc.misc-tests/bprob-2.c: New test.
12345
12346 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
12347
12348         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
12349         XFAIL and which kinds of gcov output to verify.
12350         * gcc.misc-tests/gcov-4b.x: New file.
12351         * gcc.misc-tests/gcov-5b.x: New file.
12352         * gcc.misc-tests/gcov-6.x: New file.
12353         * gcc.misc-tests/gcov-7.c: New test.
12354         * gcc.misc-tests/gcov-7.x: New file.
12355
12356 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
12357
12358         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
12359         * gcc.misc-tests/gcov-6.c: New test.
12360
12361 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
12362
12363         PR c++/3986
12364         * g++.dg/abi/vbase1.C: New test.
12365
12366 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
12367
12368         * objc.dg/method-2.m: New.
12369
12370 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
12371
12372         PR c++/4203
12373         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
12374         * g++.dg/init/empty1.C: New test.
12375
12376 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
12377
12378         * gcc.c-torture/compile/20010903-1.c: New test.
12379
12380 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
12381
12382         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
12383         for m68k.
12384
12385 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
12386
12387         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
12388
12389         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
12390
12391         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
12392
12393 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
12394
12395         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
12396         for 16-bit 'unsigned int'.
12397
12398 2001-08-29  Kazu Hirata  <kazu@hxi.com>
12399
12400         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
12401
12402 2001-08-27  Richard Henderson  <rth@redhat.com>
12403
12404         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
12405         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
12406
12407 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
12408
12409         * gcc.dg/asm-names.c (ymain): New.
12410
12411 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
12412
12413         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
12414         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
12415         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
12416
12417 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12418
12419         * gcc.dg/compare5.c: New testcase.
12420
12421 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
12422
12423         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
12424         and "In instantiation".
12425
12426 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
12427
12428         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
12429
12430 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
12431
12432         * gcc.misc-tests/gcov.exp: Add support for branch information.
12433         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
12434         * gcc.misc-tests/gcov-4.c: New test.
12435         * gcc.misc-tests/gcov-4b.c: New test.
12436         * gcc.misc-tests/gcov-5b.c: New test.
12437
12438 2001-08-20  Zack Weinberg  <zackw@panix.com>
12439
12440         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
12441         expected to fail.
12442
12443 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12444
12445         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
12446
12447 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
12448
12449         * g++.dg/eh/template1.C: New test.
12450
12451 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
12452
12453         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
12454         Fix thinko.
12455         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
12456         for xfail.
12457
12458 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
12459
12460         * lib/g77-dg.exp:  Use prune.exp for common procedures
12461         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
12462         * lib/g77.exp: (g77-dg-prune) Remove
12463
12464 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
12465
12466         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
12467
12468 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12469
12470         * g++.dg/template/unify1.C: New test.
12471
12472 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
12473
12474         * g++.dg/abi/empty4.C: New test.
12475
12476 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
12477
12478         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
12479         solaris2.*
12480         * g77.f-torture/compile/pr3743.x: Likewise
12481
12482 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
12483
12484         * g++.dg/other/using-declaration.C: New test.
12485
12486 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12487
12488         * gcc.dg/cpp/tr-sign.c: New testcase.
12489
12490 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12491
12492         * gcc.dg/cpp/19951025-1.c: Revert.
12493         * gcc.dg/cpp/directiv.c: We no longer process directives that
12494         interrupt macro arguments.
12495
12496 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
12497
12498         * gcc.dg/bconstp-1.c: New test.
12499
12500 2001-08-03  Richard Henderson  <rth@redhat.com>
12501
12502         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
12503
12504 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
12505
12506         * gcc.dg/cpp/19951025-1.c: Update.
12507
12508 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
12509
12510         * g77.dg/ff90-1.f (s): Fix reference of variable z,
12511         should be x.
12512
12513 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
12514
12515         Kill -fhonor-std.
12516         * g++.old-deja/g++.ns/ns14.C: Remove special options.
12517         * g++.old-deja/g++.other/std1.C: Likewise.
12518         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
12519
12520 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
12521
12522         * lib/g77.exp:  Load gcc-defs.exp for common procedures
12523         (g77_pass, g77_fail, g77_finish, g77_exit,
12524         ${tool}_check_unsupported_p} Now redundant.  Deleted.
12525
12526 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
12527
12528         * g77.dg/fbackslash.f
12529         * g77.dg/fcase-preserve.f
12530         * g77.dg/ff90-1.f
12531         * g77.dg/ffixed-line-length-0.f
12532         * g77.dg/ffixed-line-length-132.f
12533         * g77.dg/ffixed-line-length-7.f
12534         * g77.dg/ffixed-line-length-72.f
12535         * g77.dg/ffixed-line-length-none.f
12536         * g77.dg/ffree-form-1.f
12537         * g77.dg/fno-backslash.f
12538         * g77.dg/fno-f90-1.f
12539         * g77.dg/fno-fixed-form-1.f
12540         * g77.dg/fno-onetrip.f
12541         * g77.dg/fno-typeless-boz.f
12542         * g77.dg/fno-underscoring.f
12543         * g77.dg/fno-vxt-1.f
12544         * g77.dg/fonetrip.f
12545         * g77.dg/ftypeless-boz.f
12546         * g77.dg/fugly-assumed.f
12547         * g77.dg/funderscoring.f
12548         * g77.dg/fvxt-1.f
12549
12550 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
12551
12552         * objc.dg/fwd-proto-1.m: New.
12553         * objc.dg/local-decl-1.m: New.
12554         * objc.dg/naming-1.m: New.
12555         * objc.dg/naming-2.m: New.
12556         * objc.dg/proto-hier-1.m: New.
12557
12558 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
12559
12560         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
12561         largest-type elements to a struct makes its size grow.
12562
12563 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12564
12565         * g++.dg/abi/vthunk1.C: New test.
12566
12567 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
12568
12569         * g++.dg/abi/vbase8-22.C: New test.
12570
12571 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12572
12573         * gcc.dg/cpp/macro8.c: New test.
12574
12575 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12576
12577         * g++.dg/abi/vbase8-21.C: New test.
12578
12579 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
12580
12581         * g++.dg/abi/vbase8-10.C: New test.
12582
12583 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12584
12585         * lib/g++.exp (g++_set_ld_library_path): Renamed to
12586         ${tool}_set_ld_library_path.
12587         Changed caller.
12588         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
12589         g++.exp.
12590
12591 2001-07-26  Stan Cox <scox@redhat.com>
12592
12593         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
12594         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
12595         gcc_exit, gcc_check_unsupported_p):
12596         Moved to gcc-deps.exp
12597         * gcc-deps.exp: New file.
12598
12599 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12600
12601         * g++.old-deja/g++.pt/defarg14.C: New test.
12602
12603 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12604
12605         * g++.old-deja/g++.other/lineno5.C: New test.
12606
12607 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12608
12609         * g++.old-deja/g++.pt/crash68.C: New test.
12610
12611 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
12612
12613         * g++.old-deja/g++.other/crash42.C: New test.
12614
12615 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12616
12617         * gcc.dg/cpp/extratokens.c: Fix.
12618         * gcc.dg/cpp/skipping2.c: New tests.
12619
12620 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12621
12622         * gcc.c-torture/execute/20010724-1.c: New file.
12623         * gcc.c-torture/execute/20010724-1.x: New file.
12624
12625 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12626
12627         * g++.old-deja/g++.other/cond7.C: New test.
12628
12629 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12630
12631         * g++.old-deja/g++.other/optimize4.C: New test.
12632
12633 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12634
12635         * g++.old-deja/g++.abi/vbase8-5.C: New test.
12636
12637 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
12638
12639         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
12640         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
12641         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
12642         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
12643
12644         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
12645         bug report" message.
12646
12647         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
12648         * g++.dg/ext/instantiate1.C: Move from old-deja.
12649
12650 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
12651
12652         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
12653         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
12654         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
12655         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
12656
12657 2001-07-23  Jeffrey A Law  (law@cygnus.com)
12658
12659         * gcc.c-torture/execute/20010723-1.c: New test.
12660
12661 2001-07-23  Ben Elliston  <bje@redhat.com>
12662
12663         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
12664
12665 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12666
12667         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
12668         i[34567]86-*-*.
12669         Delete handling of ieee_multilib_flags.
12670         Pass -mieee for alpha*-*-* and sh-*-*.
12671         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
12672
12673 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
12674
12675         Remove old-abi tests.
12676         * g++.old-deja/g++.mike/p11116.C: Remove.
12677         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
12678
12679 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
12680
12681         * g77.f-torture/compile/pr3743.f:  New test
12682
12683 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
12684
12685         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
12686
12687 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12688
12689         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
12690         g++.old-deja/g++.pt/static6.C: Likewise.
12691         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
12692         supports weak symbols.
12693
12694 2001-07-18  Andreas Jaeger  <aj@suse.de>
12695
12696         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
12697         supported again.
12698
12699 2001-07-18  Andreas Jaeger  <aj@suse.de>
12700
12701         * gcc.dg/iftrap-1.c: Fix target line.
12702
12703 2001-07-17  Richard Henderson  <rth@redhat.com>
12704
12705         * gcc.c-torture/execute/20010717-1.c: New.
12706
12707 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12708
12709         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
12710         tests.
12711
12712 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
12713
12714         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
12715
12716 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12717
12718         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
12719         UAC_SIGBUS, UAC_NOPRINT definitions.
12720
12721 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
12722
12723         * objc/execute/object_is_class.m: New test.
12724         * objc/execute/object_is_meta_class.m: New test.
12725
12726 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
12727
12728         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
12729         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
12730
12731 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
12732
12733         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
12734         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
12735
12736 2001-07-14  Richard Henderson  <rth@redhat.com>
12737
12738         * gcc.dg/iftrap-1.c: New.
12739
12740 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
12741
12742         * g77.f-torture/execute/intrinsic77.f: New test.
12743
12744 2001-07-11  Janis Johnson <janis@us.ibm.com>
12745
12746         * gcc.misc-tests/gcov-3.c: New test.
12747
12748 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12749
12750         * gcc.c-torture/compile/20010711-1.c,
12751         * gcc.c-torture/compile/20010711-2.c: New tests.
12752
12753 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
12754
12755         * gcc.c-torture/execute/20010711-1.c: New test.
12756
12757 2001-07-11  Ben Elliston  <bje@redhat.com>
12758
12759         * g++.old-deja/g++.other/enum5.C: New test.
12760
12761 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
12762
12763         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
12764         (g++-dg-prune): Call prune_gcc_output.
12765         * prune.exp: New file for prune_gcc_output.
12766         * lib/g++.exp, lib/gcc.exp: Load it.
12767
12768 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12769
12770         * gcc.c-torture/compile/20010701-1.c,
12771         g++.old-deja/g++.ext/attrib6.C: New tests.
12772
12773 2001-07-06  Jeffrey A Law  (law@cygnus.com)
12774
12775         * gcc.c-torture/compile/20010706-1.c: New test.
12776
12777 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
12778
12779         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
12780
12781 2001-06-28  Stan Shebs  <shebs@apple.com>
12782
12783         * gcc.dg/pragma-darwin.c: New test.
12784
12785 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12786
12787         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
12788         Solaris 2.[678] system.
12789
12790 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
12791
12792         * gcc.dg/20010622-1.c: New test.
12793
12794 2001-06-18  Stan Shebs  <shebs@apple.com>
12795
12796         * objc.dg: New directory.
12797         * objc.dg/dg.exp: New file.
12798         * objc.dg/alias.m: New.
12799         * objc.dg/class-1.m: New.
12800         * objc.dg/class-2.m: New.
12801         * objc.dg/const-str-1.m: New.
12802         * objc.dg/const-str-2.m: New.
12803         * objc.dg/id-1.m: New.
12804         * objc.dg/method-1.m: New.
12805         * objc.dg/super-class-1.m: New.
12806         * lib/objc-dg.exp: New file.
12807
12808 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12809
12810         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
12811         of label name.
12812
12813 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
12814
12815         * g++.old-deja/g++.abi/vbase8-9.C: New test.
12816
12817 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12818
12819         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
12820         variable.
12821
12822 2001-06-12  Richard Henderson  <rth@redhat.com>
12823
12824         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
12825
12826 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12827
12828         * g++.old-deja/g++.abi/vbase5.C: New test.
12829         * g++.old-deja/g++.abi/vbase6.C: New test.
12830         * g++.old-deja/g++.abi/vbase7.C: New test.
12831
12832 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12833
12834         * gcc.c-torture/compile/20010610-1.c: New test.
12835
12836 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
12837
12838         * g++.old-deja/g++.abi/vbase4.C: New test.
12839
12840 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12841
12842         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
12843         support %f for HC11/HC12 targets.
12844         * gcc.c-torture/execute/930513-1.x: New file, likewise.
12845         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
12846         on HC11/HC12 targets.
12847         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
12848
12849 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12850
12851         * gcc.dg/wchar_t-1.c: New file.
12852         * gcc.dg/wint_t-1.c: Likewise.
12853
12854 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
12855
12856         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
12857
12858 2001-06-11  Richard Henderson  <rth@redhat.com>
12859
12860         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
12861
12862 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12863
12864         * gcc.c-torture/compile/20010611-1.c: New test.
12865
12866 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
12867
12868         * gcc.dg/c99-tag-1.c: Add more tests.
12869
12870 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
12871
12872         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
12873         representation on MN10300 and ARM/Thumb.
12874
12875 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
12876
12877         * g77.f-torture/execute/20010610.f: New.
12878
12879 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
12880
12881         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
12882         names.
12883
12884 2001-06-09  Richard Henderson  <rth@redhat.com>
12885
12886         * gcc.c-torture/execute/ashrdi-1.c: New.
12887         * gcc.c-torture/execute/ashldi-1.c: New.
12888         * gcc.c-torture/execute/lshrdi-1.c: New.
12889
12890 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
12891
12892         * objc/execute/load-3.m: Added. Check sending +load to categories,
12893         in addition to classes.
12894
12895 2001-06-08  Stan Shebs  <shebs@apple.com>
12896
12897         * objc/execute/load-2.m: New test.  From Nicola Pero
12898         <n.pero@mi.flashnet.it>.
12899
12900 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
12901
12902         * gcc.c-torture/execute/20010605-2.c: New test.
12903
12904 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12905
12906         * g++.old-deja/g++.abi/vbase2.C: New test.
12907         * g++.old-deja/g++.abi/vbase3.C: New test.
12908
12909 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
12910
12911         * g++.old-deja/g++.pt/friend49.C: New test.
12912
12913 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
12914
12915         * g++.old-deja/g++.ext/anon3.C: New test.
12916
12917 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
12918
12919         * g++.old-deja/g++.other/conv7.C: New test.
12920
12921 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
12922
12923         * gcc.c-torture/compile/20010605-2.c: New test.
12924
12925 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12926
12927         * gcc.c-torture/execute/20010604-1.c: New test.
12928
12929 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
12930
12931         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
12932
12933 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
12934
12935         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
12936         (g++_link_flags): Likewise.
12937         (g++_init): Pass gccpath's value to two previous functions.
12938
12939 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12940
12941         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
12942         Ensure logfile entry matches exec command line.
12943
12944 2001-05-31  Richard Henderson  <rth@redhat.com>
12945
12946         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
12947         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
12948
12949 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
12950
12951         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
12952         compiler for irix6.2
12953
12954 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
12955
12956         * g++.old-deja/g++.other/optimize3.C: New file.
12957
12958 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
12959
12960         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
12961         assemble.
12962
12963 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
12964
12965         * g++.old-deja/g++.other/optimize2.C: New file.
12966
12967 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
12968
12969         * gcc.c-torture/compile/20010518-2.c: New file.
12970         * gcc.c-torture/execute/20010518-1.c: New file.
12971         * gcc.c-torture/execute/20010518-2.c: New file.
12972
12973 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12974
12975         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
12976
12977 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
12978
12979         G++ no longer defines builtins that do not begin with __builtin.
12980         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
12981         * g++.old-deja/g++.brendand/misc13.C: Likewise.
12982         * g++.old-deja/g++.law/builtin1.C: Likewise.
12983         * g++.old-deja/g++.law/cvt2.C: Likewise.
12984         * g++.old-deja/g++.mike/net5.C: Likewise.
12985         * g++.old-deja/g++.other/builtins1.C: Likewise.
12986         * g++.old-deja/g++.other/builtins2.C: Likewise.
12987         * g++.old-deja/g++.other/builtins3.C: Likewise.
12988         * g++.old-deja/g++.other/builtins4.C: Likewise.
12989         * g++.old-deja/g++.other/inline8.C: Likewise.
12990         * g++.old-deja/g++.robertl/eb39.C: Likewise.
12991
12992 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
12993
12994         * g++.old-deja/g++.pt/using1.C: Adjust.
12995         * g++.old-deja/g++.pt/using2.C: New test.
12996
12997 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
12998
12999         * gcc.dg/cpp/charconst.c: New tests.
13000         * gcc.dg/cpp/escape.c: New tests.
13001         * gcc.dg/cpp/escape-1.c: New tests.
13002         * gcc.dg/cpp/escape-2.c: New tests.
13003         * gcc.dg/cpp/ucs.c: New tests.
13004
13005 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
13006
13007         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
13008         native compiler for irix6.5.
13009
13010 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
13011
13012         * lib/g++.exp (g++_include_flags): Use args to compute
13013         get_multilibs.
13014         (g++_link_flags): Likewise.
13015         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
13016
13017 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
13018
13019         * gcc.dg/c90-hexfloat-1.c: Add more tests.
13020
13021 2001-05-21  Geoff Keating  <geoffk@redhat.com>
13022
13023         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
13024         this file.
13025
13026 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13027
13028         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
13029         STACK_SIZE;
13030         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
13031         to STACK_SIZE; Use it to define size of add_histo array.
13032         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
13033         to STACK_SIZE.
13034         (f): Use GITT_SIZE to define size of gitt local table.
13035         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
13036         to STACK_SIZE; Use it to define size of bytemem array.
13037
13038 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13039
13040         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
13041         on 68HC11/HC12 due to the asm instruction.
13042         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
13043         * gcc.c-torture/compile/920520-1.x: Likewise.
13044         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
13045         on 68HC11/HC12 because the function is larger than 64K.
13046         * gcc.c-torture/compile/961203-1.x: New file, this test fails
13047         on 68HC11/HC12 because the structure is too large.
13048
13049 2001-05-20  Richard Henderson  <rth@redhat.com>
13050
13051         * gcc.c-torture/execute/20010520-1.c: New.
13052
13053 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13054
13055         * g++.old-deja/g++.warn/compare1.C: New test.
13056         * gcc.dg/compare4.c: New test.
13057
13058 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
13059
13060         * g++.old-deja/g++.other/optimize1.C: New test.
13061
13062 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13063
13064         * g++.old-deja/g++.pt/spec41.C: New test.
13065
13066 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13067
13068         * gcc.c-torture/compile/20010114-1.x: Remove.
13069
13070 2001-05-18  Stan Shebs  <shebs@apple.com>
13071
13072         * gcc.c-torture/compile/20010518-1.c: New test.
13073
13074 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
13075
13076         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
13077         * g++.old-deja/g++.pt/crash67.C: New test.
13078
13079 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
13080
13081         * g++.old-deja/g++.other/debug9.C: New test.
13082
13083 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
13084
13085         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
13086
13087 2001-05-16  Jan Hubicka  <jh@suse.cz>
13088
13089         * gcc.c-torture/compile/20010516-1.c: New test.
13090
13091 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13092
13093         * g++.old-deja/g++.other/crash41.C: New test.
13094
13095 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
13096
13097         * g++.old-deja/g++.pt/crash66.C: New test.
13098
13099 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
13100
13101         * g++.old-deja/g++.robertl/eb27.C: Convert.
13102
13103 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
13104
13105         * g++.dg/friend-warn.C: New test.  Do not warn about friend
13106         declaration being redundant.
13107
13108 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
13109
13110         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
13111
13112 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
13113
13114         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
13115
13116 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
13117
13118         * lib/g++.exp: Use testsuite_flags.
13119
13120 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
13121
13122         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
13123
13124 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13125
13126         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
13127
13128 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
13129
13130         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
13131
13132 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
13133
13134         * gcc.c-torture/compile/20010313-1.c: New test.
13135
13136 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
13137
13138         * gcc.dg/cpp/direct2.c: New test.
13139         * gccq.dg/cpp/direct2s.c: New test.
13140
13141         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
13142
13143 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
13144
13145         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
13146         * g++.old-deja/g++.other/op3.C: Likewise.
13147
13148 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13149
13150         * gcc.dg/cpp/syshdr.h: New file.
13151         * gcc.dg/cpp/sysmac1.c: Update.
13152         * gcc.dg/cpp/sysmac2.c: Update.
13153
13154 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
13155
13156         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
13157
13158 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
13159
13160         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
13161         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
13162
13163 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
13164
13165         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
13166
13167 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
13168
13169         * lib/g++.exp (g++_include_flags): Don't use any special flags
13170         if TESTING_IN_BUILD_TREE is not defined.
13171         (g++_init): Use a plain 'c++' as the compiler if
13172         TESTING_IN_BUILD_TREEE is not defined.
13173
13174 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13175
13176         * g++.old-deja/g++.eh/catch13.C: New test.
13177         * g++.old-deja/g++.eh/catch14.C: New test.
13178
13179 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
13180
13181         * gcc.dg/cpp/tr-define.c: New test.
13182
13183 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
13184
13185         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
13186         <stdlib.h>, not <malloc.h>.
13187
13188 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13189
13190         * g++.old-deja/g++.ns/template17.C: New test.
13191
13192 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
13193
13194         * g++.old-deja/g++.pt/ref4.C: New test.
13195
13196 2001-04-30  Richard Henderson  <rth@redhat.com>
13197
13198         * gcc.dg/20000724-1.c: Revert last change.
13199
13200 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
13201
13202         * g77.f-torture/execute/20010430.f: New test.
13203
13204 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
13205
13206         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
13207
13208 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
13209
13210         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
13211
13212 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13213
13214         * g++.old-deja/g++.eh/crash6.C: New test.
13215
13216 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13217
13218         * g++.old-deja/g++.other/warn7.C: New test.
13219
13220 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
13221
13222         * g++.old-deja/g++.other/defarg9.C: New test.
13223
13224 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13225
13226         * g77.f-torture/compile/20010426.f: New test.
13227         * g77.f-torture/execute/20010426.f: New test.
13228
13229 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
13230
13231         * g77.f-torture/compile/20000629-1.x: Remove - error
13232         has been fixed.
13233
13234 2001-04-26  Jeffrey A Law  (law@cygnus.com)
13235
13236         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
13237         Tweak slightly to work with g++.dg framework.
13238         * g++.dg/special/ecos.exp: Run initp1.C test.
13239         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
13240
13241         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
13242         its linker doesn't give line numbers either.
13243         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
13244
13245 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13246
13247         * g++.old-deja/g++.other/lex1.C: New test.
13248
13249 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
13250
13251         * gcc.dg/noncompile/20010425-1.c: New test.
13252
13253 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
13254
13255         * g++.old-deja/g++.pt/mangle2.C: New test.
13256
13257 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13258
13259         * gcc.dg/format/plus-1.c: New test.
13260
13261 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13262
13263         * gcc.dg/20010423-1.c: New test.
13264
13265 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
13266
13267         * gcc.c-torture/execute/20010422-1.c: New test.
13268
13269 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
13270
13271         * g++.old-deja/g++.ns/type2.C: New test.
13272
13273 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
13274
13275         * g++.old-deja/g++.other/perf1.C: New test.
13276
13277 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
13278
13279         * gcc.dg/c99-func-2.c: Remove xfail.
13280         * gcc.dg/c99-func-3.c: Remove xfail.
13281         * gcc.dg/c99-func-4.c: Remove xfail.
13282
13283 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
13284
13285         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
13286
13287 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
13288
13289         * gcc.c-torture/compile/20010423-1.c: New test.
13290
13291 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13292
13293         * g++.old-deja/g++.pt/typename28.C: New test.
13294
13295 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13296
13297         * g++.old-deja/g++.abi/empty2.C: New test.
13298         * g++.old-deja/g++.abi/empty3.C: New test.
13299
13300 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13301
13302         * g++.old-deja/g++.other/comdat2.C: New test.
13303         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
13304
13305 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13306
13307         * g++.old-deja/g++.other/overload14.C: New test.
13308
13309 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13310
13311         * g++.old-deja/g++.other/lookup23.C: New test.
13312
13313 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
13314
13315         * gcc.c-torture/execute/20010403-1.c: New test.
13316
13317 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
13318             Mark Mitchell  <mark@codesourcery.com>
13319
13320         * lib/old-dejagnu.exp: Don't delete output of executable.
13321         Add .exe suffix to executables.
13322
13323 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
13324
13325         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
13326
13327 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13328
13329         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
13330
13331 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13332
13333         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
13334         * g++.old-deja/g++.abi/crash1.C: New test.
13335
13336 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
13337
13338         * g++.old-deja/g++.other/crash40.C: New test.
13339
13340 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13341
13342         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
13343
13344 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
13345
13346         * g++.old-deja/g++.other/warn6.C: New test.
13347
13348 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
13349
13350         * g++.old-deja/g++.robertl/eb42.C: Same.
13351
13352 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13353
13354         * gcc.dg/wtr-conversion-1.c: New testcase.
13355
13356 2001-04-10  Richard Henderson  <rth@redhat.com>
13357
13358         * g++.old-deja/g++.other/array5.C: New.
13359
13360 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13361
13362         * gcc.c-torture/execute/20010408-1.c: New test.
13363
13364 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
13365
13366         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
13367         headers and constructs.
13368         * g++.old-deja/g++.robertl/eb79.C: Same.
13369         * g++.old-deja/g++.robertl/eb77.C (main): Same.
13370         * g++.old-deja/g++.robertl/eb73.C: Same.
13371         * g++.old-deja/g++.robertl/eb66.C (main): Same.
13372         * g++.old-deja/g++.robertl/eb55.C (t): Same.
13373         * g++.old-deja/g++.robertl/eb54.C (main): Same.
13374         * g++.old-deja/g++.robertl/eb46.C (main): Same.
13375         * g++.old-deja/g++.robertl/eb44.C: Same.
13376         * g++.old-deja/g++.robertl/eb41.C (main): Same.
13377         * g++.old-deja/g++.robertl/eb4.C (main): Same.
13378         * g++.old-deja/g++.robertl/eb39.C: Same.
13379         * g++.old-deja/g++.robertl/eb33.C (main): Same.
13380         * g++.old-deja/g++.robertl/eb31.C (main): Same.
13381         * g++.old-deja/g++.robertl/eb30.C: Same.
13382         * g++.old-deja/g++.robertl/eb3.C: Same.
13383         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
13384         * g++.old-deja/g++.robertl/eb21.C: Same.
13385         * g++.old-deja/g++.robertl/eb15.C: Same.
13386         * g++.old-deja/g++.robertl/eb118.C: Same.
13387         * g++.old-deja/g++.robertl/eb115.C (main): Same.
13388         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
13389         * g++.old-deja/g++.robertl/eb109.C: Same.
13390         * g++.old-deja/g++.other/sibcall1.C (main): Same.
13391         * g++.old-deja/g++.mike/rtti1.C: Same.
13392         * g++.old-deja/g++.mike/p658.C: Same.
13393         * g++.old-deja/g++.mike/net46.C: Same.
13394         * g++.old-deja/g++.mike/net34.C: Same.
13395         * g++.old-deja/g++.mike/memoize1.C: Same.
13396         * g++.old-deja/g++.mike/eh2.C: Same.
13397         * g++.old-deja/g++.law/weak.C: Same.
13398         * g++.old-deja/g++.law/visibility7.C: Same.
13399         * g++.old-deja/g++.law/visibility25.C: Same.
13400         * g++.old-deja/g++.law/visibility22.C: Same.
13401         * g++.old-deja/g++.law/visibility2.C: Same.
13402         * g++.old-deja/g++.law/visibility17.C: Same.
13403         * g++.old-deja/g++.law/visibility13.C: Same.
13404         * g++.old-deja/g++.law/visibility10.C: Same.
13405         * g++.old-deja/g++.law/visibility1.C: Same.
13406         * g++.old-deja/g++.law/virtual3.C (eval): Same.
13407         * g++.old-deja/g++.law/vbase1.C: Same.
13408         * g++.old-deja/g++.law/operators32.C: Same.
13409         * g++.old-deja/g++.law/nest3.C: Same.
13410         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
13411         * g++.old-deja/g++.law/except5.C (main): Same.
13412         * g++.old-deja/g++.law/cvt7.C (run): Same.
13413         * g++.old-deja/g++.law/cvt2.C: Same.
13414         * g++.old-deja/g++.law/cvt16.C: Same.
13415         * g++.old-deja/g++.law/ctors6.C (bar): Same.
13416         * g++.old-deja/g++.law/ctors17.C (main): Same.
13417         * g++.old-deja/g++.law/ctors13.C: Same.
13418         * g++.old-deja/g++.law/ctors12.C (main): Same.
13419         * g++.old-deja/g++.law/ctors10.C: Same.
13420         * g++.old-deja/g++.law/code-gen5.C: Same.
13421         * g++.old-deja/g++.law/bad-error7.C: Same.
13422         * g++.old-deja/g++.law/arm9.C: Same.
13423         * g++.old-deja/g++.law/arm12.C: Same.
13424         * g++.old-deja/g++.law/arg8.C: Same.
13425         * g++.old-deja/g++.law/arg1.C: Same.
13426         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
13427         * g++.old-deja/g++.jason/template31.C: Same.
13428         * g++.old-deja/g++.jason/template24.C (main): Same.
13429         * g++.old-deja/g++.jason/2371.C: Same.
13430         * g++.old-deja/g++.eh/new2.C: Same.
13431         * g++.old-deja/g++.eh/new1.C: Same.
13432         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
13433         * g++.old-deja/g++.brendan/nest21.C (main): Same.
13434         * g++.old-deja/g++.brendan/err-msg3.C: Same.
13435         * g++.old-deja/g++.brendan/crash62.C: Same.
13436         * g++.old-deja/g++.brendan/crash52.C: Same.
13437         * g++.old-deja/g++.brendan/crash49.C (main): Same.
13438         * g++.old-deja/g++.brendan/crash38.C: Same.
13439         * g++.old-deja/g++.brendan/crash15.C (main): Same.
13440         * g++.old-deja/g++.brendan/copy9.C: Same.
13441
13442 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
13443
13444         * gcc.c-torture/execute/20001203-2.c (memset):
13445         Count argument is of type __SIZE_TYPE__.
13446
13447 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
13448
13449         * gcc.c-torture/compile/20010404-1.c: New test.
13450
13451 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
13452
13453         * gcc.c-torture/compile/20010326-1.c: New test.
13454
13455 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
13456
13457         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
13458         peculiarities of the SH.
13459         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
13460
13461 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13462
13463         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
13464         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
13465         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
13466
13467 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13468
13469         * g77.f-torture/compile/20010321-1.f: New test.
13470
13471 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13472
13473         * gcc.c-torture/compile/20010329-1.c: New test.
13474
13475 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
13476
13477         * gcc.c-torture/execute/20010329-1.c: New test.
13478
13479 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13480
13481         * g++.old-deja/g++.other/eh4.C: Fix typo.
13482
13483 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
13484
13485         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
13486
13487 2001-03-28  Philip Blundell  <philb@gnu.org>
13488
13489         * gcc.c-torture/compile/20010328-1.c: New test.
13490
13491 2001-03-27  Richard Henderson  <rth@redhat.com>
13492
13493         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
13494         * g++.old-deja/g++.eh/vbase3.C: Likewise.
13495
13496 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
13497
13498         * gcc.c-torture/compile/20010327-1.c: New test.
13499
13500 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
13501
13502         * g++.old-deja/g++.other/friend12.C: New test.
13503         * g++.old-deja/g++.other/friend9.C: Expect no errors.
13504         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
13505
13506 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
13507
13508         * gcc.c-torture/execute/20010325-1.c: New test.
13509
13510 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
13511
13512         * g++.old-deja/g++.other/mangle3.C: New test.
13513
13514 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
13515
13516         * g++.old-deja/g++.other/anon8.C: New test.
13517
13518 2001-03-20  Philip Blundell  <philb@gnu.org>
13519
13520         * gcc.c-torture/compile/20010320-1.c: New test.
13521
13522 2001-03-17  Richard Henderson  <rth@redhat.com>
13523
13524         * g++.old-deja/g++.other/eh4.C: Add expected error text.
13525
13526 2001-03-15  Geoff Keating  <geoff@redhat.com>
13527
13528         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
13529         tests on AIX.
13530
13531 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
13532
13533         * g++.old-deja/g++.other/eh4.C: New test.
13534
13535 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13536
13537         * gcc.dg/cpp/mi1.c: Update.
13538
13539 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
13540
13541         * g++.old-deja/g++.other/regstack.C: New test.
13542
13543 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
13544
13545         * g++.old-deja/g++.other/ref4.C: New test.
13546
13547 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
13548
13549         * objc/execute/va_method.m: Added.
13550         * objc/execute/IMP.m: Added.
13551         * objc/execute/_cmd.m: Added.
13552         * objc/execute/accessing_ivars.m: Added.
13553         * objc/execute/class-1.m: Added.
13554         * objc/execute/class-10.m: Added.
13555         * objc/execute/class-11.m: Added.
13556         * objc/execute/class-12.m: Added.
13557         * objc/execute/class-13.m: Added.
13558         * objc/execute/class-14.m: Added.
13559         * objc/execute/class-2.m: Added.
13560         * objc/execute/class-3.m: Added.
13561         * objc/execute/class-4.m: Added.
13562         * objc/execute/class-5.m: Added.
13563         * objc/execute/class-6.m: Added.
13564         * objc/execute/class-7.m: Added.
13565         * objc/execute/class-8.m: Added.
13566         * objc/execute/class-9.m: Added.
13567         * objc/execute/class-tests-1.h
13568         * objc/execute/class-tests-2.h
13569         * objc/execute/compatibility_alias.m: Added.
13570         * objc/execute/encode-1.m: Added.
13571         * objc/execute/formal_protocol-1.m: Added.
13572         * objc/execute/formal_protocol-2.m: Added.
13573         * objc/execute/formal_protocol-3.m: Added.
13574         * objc/execute/formal_protocol-4.m: Added.
13575         * objc/execute/formal_protocol-5.m: Added.
13576         * objc/execute/formal_protocol-6.m: Added.
13577         * objc/execute/formal_protocol-7.m: Added.
13578         * objc/execute/informal_protocol.m: Added.
13579         * objc/execute/initialize.m: Added.
13580         * objc/execute/load.m: Added.
13581         * objc/execute/many_args_method.m: Added.
13582         * objc/execute/nested-3.m: Added.
13583         * objc/execute/no_clash.m: Added.
13584         * objc/execute/private.m: Added.
13585         * objc/execute/redefining_self.m: Added.
13586         * objc/execute/root_methods.m: Added.
13587         * objc/execute/selector-1.m: Added.
13588         * objc/execute/static-1.m: Added.
13589         * objc/execute/static-2.m: Added.
13590         * objc/execute/va_method.m: Added.
13591
13592 2001-03-10  Richard Henderson  <rth@redhat.com>
13593
13594         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
13595
13596 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
13597
13598         * g++.old-deja/g++.other/crash31.C: XFAIL.
13599         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
13600         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
13601         * gcc.c-torture/execute/20010123-1.x: XFAIL.
13602         * gcc.c-torture/execute/20010124-1.x: XFAIL.
13603         * gcc.dg/sequence-pt-1.c: XFAIL one test.
13604
13605 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
13606
13607         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
13608
13609 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13610
13611         * gcc.dg/20000724-1.c: Don't use multiline strings.
13612
13613 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
13614
13615         * objc/execute/string1.m, objc/execute/string2.m: Compare the
13616         result of -cString against what we expect it to be; don't just
13617         print it out for no one to read.
13618
13619         * objc/execute/string3.m, objc/execute/string4.m: New tests.
13620         Based on testcases provided by Nicola Pero.
13621
13622 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13623
13624         * gcc.dg/cpp/macro7.c: New test.
13625
13626 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
13627
13628         * gcc.dg/cpp/multiline.c: Update.
13629
13630 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13631
13632         * g++.old-deja/g++.other/enum3.C: New test.
13633
13634 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13635
13636         * g++.old-deja/g++.other/pod1.C: New test.
13637
13638 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
13639
13640         * g++.old-deja/g++.ext/overload1.C: New test.
13641
13642 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13643
13644         * g++.old-deja/g++.pt/using1.C: New test.
13645
13646 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
13647
13648         * g++.old-deja/g++.other/using9.C: New test.
13649
13650 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
13651
13652         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
13653
13654         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
13655
13656 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
13657
13658         * g++.old-deja/g++.ext/realpt1.C: Remove.
13659
13660 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
13661
13662         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
13663
13664 2001-02-26  Will Cohen  <wcohen@redhat.com>
13665
13666         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
13667
13668 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
13669
13670         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
13671         templatized constructors.
13672
13673 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13674
13675         * gcc.c-torture/execute/20010224-1.c: New test.
13676
13677 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
13678
13679         * gcc.c-torture/execute/20010222-1.c: New test.
13680
13681 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
13682
13683         * g++.old-deja/g++.other/inline20.C: New test.
13684
13685 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
13686
13687         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
13688
13689 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
13690
13691         * g++.old-deja/g++.other/lookup22.C: New test.
13692
13693 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
13694
13695         * g77.dg: New directory.
13696         * g77.dg/20010216-1.f: New test case.
13697         * g77.dg/dg.exp: New driver.
13698         * lib/g77-dg.exp: New driver library.
13699
13700 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13701
13702         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
13703
13704 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
13705
13706         * g++.old-deja/g++.other/decl9.C: New test.
13707
13708 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
13709
13710         * g++.old-deja/g++.other/init16.C: Update the test so that it does
13711         not need <string> and also tests the initialization at runtime.
13712
13713 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
13714
13715         * gcc.c-torture/execute/longlong.c: New test.
13716
13717 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13718
13719         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
13720
13721 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
13722
13723         * gcc.c-torture/execute/920302-1.c (execute):
13724         Change argument type to short.
13725
13726 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13727
13728         * g++.old-deja/g++.pt/deduct6.C: New test.
13729
13730 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
13731
13732         * g++.old-deja/g++.pt/deduct5.C: New test.
13733
13734 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
13735
13736         * gcc.c-torture/execute/20010209-1.c: New test.
13737
13738 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
13739
13740         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
13741
13742 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
13743
13744         * g++.dg/vtgc1.C: Update for new ABI.
13745
13746         * consistency.vlad: New directory, 1665 files.
13747
13748 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
13749
13750         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
13751         return type.
13752         * gcc.dg/cpp/digraphs.c: Declare puts.
13753
13754 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13755
13756         * g++.old-deja/g++.other/warn5.C: New test.
13757
13758 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13759
13760         * g++.old-deja/g++.pt/spec40.C: New test.
13761
13762 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
13763
13764         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
13765         case.
13766         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
13767
13768 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
13769
13770         * gcc.c-torture/compile/20010209-1.c: New test.
13771
13772 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
13773
13774         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
13775         excess errors message but not if it crashes.
13776         * g++.old-deja/g++.other/crash27.C: Likewise.
13777         * g++.old-deja/g++.other/crash28.C: Likewise.
13778         * g++.old-deja/g++.other/crash30.C: Likewise.
13779         * g++.old-deja/g++.other/crash32.C: Likewise.
13780         * g++.old-deja/g++.other/crash35.C: Likewise.
13781         * g++.old-deja/g++.pt/inherit2.C: Likewise.
13782
13783 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
13784
13785         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
13786         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
13787         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
13788         g77.f-torture/execute/execute.exp,
13789         g77.f-torture/noncompile/noncompile.exp,
13790         gcc.c-torture/execute/execute.exp,
13791         gcc.c-torture/execute/memcheck/memcheck.exp,
13792         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
13793         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
13794         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
13795         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
13796         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
13797         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
13798         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
13799         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
13800         Remove bug reporting instructions with ancient email addresses.
13801
13802 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13803
13804         * gcc.dg/20010202-1.c: New test.
13805         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
13806
13807 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
13808
13809         * g++.dg/stdbool-if.C: New test.
13810
13811 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
13812
13813         * objc/execute/fdecl.m: Added main().
13814
13815 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
13816
13817         * gcc.c-torture/execute/20010206-1.c: New test.
13818
13819 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
13820
13821         * gcc.dg/cpp/avoidpaste1.c: Update.
13822
13823 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
13824
13825         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
13826         Pero <nicola@brainstorm.co.uk>.
13827         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
13828
13829 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
13830
13831         * g++.old-deja/g++.pt/spec39.C: New test.
13832
13833 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
13834
13835         * gcc.c-torture/compile/20010202-1.c: New test.
13836
13837 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
13838
13839         * g++.old-deja/g++.abi/primary2.C: New test.
13840         * g++.old-deja/g++.abi/primary3.C: New test.
13841         * g++.old-deja/g++.abi/primary4.C: New test.
13842         * g++.old-deja/g++.abi/primary5.C: New test.
13843         * g++.old-deja/g++.abi/vtable3.h: New test.
13844         * g++.old-deja/g++.abi/vtable3a.C: New test.
13845         * g++.old-deja/g++.abi/vtable3b.C: New test.
13846         * g++.old-deja/g++.abi/vtable3c.C: New test.
13847         * g++.old-deja/g++.abi/vtable3d.C: New test.
13848         * g++.old-deja/g++.abi/vtable3e.C: New test.
13849         * g++.old-deja/g++.abi/vtable3f.C: New test.
13850         * g++.old-deja/g++.abi/vtable3g.C: New test.
13851         * g++.old-deja/g++.abi/vtable3h.C: New test.
13852         * g++.old-deja/g++.abi/vtable3i.C: New test.
13853         * g++.old-deja/g++.abi/vtable3j.C: New test.
13854         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
13855
13856 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
13857
13858         * g++.old-deja/g++.other/anon6.C: New test.
13859         * g++.old-deja/g++.other/anon7.C: New test.
13860
13861 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
13862
13863         * gcc.dg/cpp/avoidpaste2.c: New tests.
13864
13865 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
13866
13867         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
13868
13869 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
13870
13871         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
13872         DECIMAL_DIG cases for Irix."
13873
13874 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
13875
13876         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
13877
13878 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
13879
13880         * gcc.dg/c99-tag-1.c: New test.
13881
13882 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13883
13884         * gcc.dg/cpp/tr-warn1.c: Add tests.
13885
13886 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
13887
13888         * gcc.dg/cpp/avoidpaste1.c: Update.
13889         * gcc.dg/cpp/paste4.c: Update.
13890
13891 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
13892
13893         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
13894         cases for Irix.
13895
13896 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13897
13898         * g++.old-deja/g++.other/inline19.C: New test.
13899
13900 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
13901
13902         * gcc.dg/Wlarger-than.c: New test.
13903
13904 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
13905
13906         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
13907
13908 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
13909
13910         * gcc.c-torture/execute/20010129-1.c: New test.
13911         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
13912
13913 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
13914
13915         * gcc.dg/cpp/avoidpaste1.c: Test case.
13916
13917 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
13918
13919         * g++.old-deja/g++.other/inline18.C: New test.
13920
13921 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13922
13923         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
13924         and __builtin_putchar.
13925
13926 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
13927
13928         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
13929         tests.
13930
13931 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
13932
13933         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
13934         floating point number rounding mode to round to the nearest
13935         representable mode.
13936
13937 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
13938
13939         * g++.old-deja/g++.other/mangle2.C: New test.
13940
13941 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
13942
13943         * gcc.c-torture/compile/20010124-1.c: New test.
13944
13945 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
13946
13947         * g++.old-deja/g++.pt/spec38.C: New test.
13948
13949 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13950
13951         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
13952         "Build don't run".
13953
13954 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13955
13956         * gcc.c-torture/execute/20010123-1.c: New test.
13957
13958 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13959
13960         * g++.old-deja/g++.pt/spec37.C: New test.
13961
13962 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
13963
13964         * g++.old-deja/g++.pt/overload14.C: New test.
13965
13966 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13967
13968         * gcc.c-torture/execute/20010122-1.c: New test, exercise
13969         __builtin_return_address.
13970
13971 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
13972
13973         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
13974         * g++.old-deja/g++.pt/spec35.C: New test.
13975         * g++.old-deja/g++.pt/spec36.C: New test.
13976
13977 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
13978
13979         * gcc.c-torture/compile/20010118-1.c: New test.
13980
13981 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
13982
13983         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
13984
13985 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13986
13987         * gcc.c-torture/execute/20010119-1.c: New test.
13988
13989 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13990
13991         * g++.old-deja/g++.other/vbase5.C: New test.
13992
13993 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
13994
13995         * gcc.c-torture/execute/20010118-1.c: New test.
13996
13997 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
13998
13999         * g++.old-deja/g++.pt/deduct3.C: New test.
14000
14001 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
14002
14003         * g++.old-deja/g++.pt/spec34.C: New test.
14004
14005 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
14006
14007         * g77.f-torture/compile/20000601-2.f: New test.
14008
14009 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14010
14011         * g++.old-deja/g++.other/init17.C: New test.
14012
14013 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
14014
14015         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
14016
14017 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14018
14019         * g++.old-deja/g++.pt/unify8.C: New test.
14020
14021 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14022
14023         * g++.old-deja/g++.abi/vbase1.C: New test.
14024
14025 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
14026
14027         * g++.old-deja/g++.pt/crash65.C: New test.
14028
14029 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14030
14031         * gcc.dg/cpp/assembl2.S: New test case.
14032
14033 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
14034
14035         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
14036         are supported.
14037
14038 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14039
14040         * g++.old-deja/g++.other/builtins1.C: New test.
14041         * g++.old-deja/g++.other/builtins2.C: Likewise.
14042         * g++.old-deja/g++.other/builtins3.C: Likewise.
14043         * g++.old-deja/g++.other/builtins4.C: Likewise.
14044
14045 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
14046
14047         * gcc.c-torture/compile/20010117-1.c: New test.
14048         * gcc.c-torture/compile/20010117-2.c: New test.
14049
14050 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14051
14052         * g77.f-torture/execute/20010116.[fx]: New test,
14053         XFAIL on i?86-*-*.
14054         * g77.f-torture/compile/20010115.f: Indicate it's
14055         a test for PR fortran/1636.
14056
14057 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
14058
14059         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
14060
14061 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
14062
14063         * g77.f-torture/compile/20010115.f: New test.
14064
14065 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
14066
14067         * g++.old-deja/g++.pt/nontype5.C: New test.
14068
14069 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
14070
14071         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
14072         have an equivalent working one below it.
14073
14074 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14075
14076         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
14077         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14078
14079 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
14080
14081         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
14082         message containing "init_priority".
14083         (conpr-2.C): Likewise.
14084         (conpr-3.C): Likewise.
14085         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
14086
14087 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14088
14089         * gcc.c-torture/execute/20010114-2.c: New test.
14090
14091 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
14092
14093         * gcc.c-torture/compile/20010114-1.c: New test.
14094         * gcc.c-torture/compile/20010114-1.x: Xfail.
14095         * gcc.c-torture/compile/20010114-2.c: New test.
14096         * gcc.c-torture/execute/20010114-1.c: New test.
14097         * gcc.dg/trunc-1.c: New test.
14098         * gcc.dg/uninit-B.c: New test.
14099
14100 2001-01-13  Nick Clifton  <nickc@redhat.com>
14101
14102         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
14103         target.
14104
14105 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14106
14107         * gcc.c-torture/compile/20010113-1.c: New test.
14108
14109 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
14110
14111         * gcc.c-torture/compile/20001212-1.c: New test.
14112
14113 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14114
14115         * gcc.dg/cpp/widestr1.c: Update.
14116         * gcc.dg/cpp/prag-imp.c: Remove.
14117
14118 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
14119
14120         * gcc.c-torture/execute/20000801-3.x: Remove.
14121         * gcc.dg/c90-init-1.c: New test.
14122         * gcc.dg/c99-init-1.c: New test.
14123         * gcc.dg/c99-init-2.c: New test.
14124         * gcc.dg/gnu99-init-1.c: New test.
14125
14126 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
14127
14128         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
14129         testing that no relevant ones were found.
14130
14131 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14132
14133         * g++.old-deja/g++.pt/cast2.C: New test.
14134
14135 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
14136
14137         * g++.old-deja/g++.pt/friend47.C: New test.
14138
14139 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14140
14141         * g++.old-deja/g++.pt/instantiate13.C: New test.
14142
14143 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14144
14145         * g++.old-deja/g++.other/defarg7.C: New test.
14146         * g++.old-deja/g++.other/defarg8.C: New test.
14147
14148 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14149
14150         * g++.old-deja/g++.pt/crash64.C: New test.
14151
14152 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
14153
14154         * g++.old-deja/g++.pt/crash63.C: New test.
14155
14156 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
14157
14158         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
14159
14160 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
14161
14162         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
14163
14164 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14165
14166         * g++.old-deja/g++.pt/error3.C: New test.
14167
14168 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14169
14170         * g++.old-deja/g++.other/crash39.C: New test.
14171
14172 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
14173
14174         * g++.old-deja/g++.other/vbase4.C: New test.
14175
14176 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
14177
14178         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
14179         * gcc.dg/special/20000419-2.c: New file. Identical to above.
14180         * gcc.dg/special/special.exp: New test driver which will check
14181         for alias support for the above test.
14182
14183 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
14184
14185         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
14186         problems on small machines.
14187         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
14188         parameterize.
14189
14190 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
14191
14192         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
14193         mips.
14194         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
14195
14196 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
14197
14198         * g++.old_deja/g++.pt/using8.C: New test.
14199
14200 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14201
14202         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
14203
14204 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
14205
14206         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
14207         where a failure is expected.
14208         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
14209
14210 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14211
14212         * g++.old_deja/g++.pt/instantiate12.C: New test.
14213
14214 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14215
14216         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
14217         start of structs.
14218         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
14219         * g++.old-deja/g++.brendan/crash17.C: Likewise.
14220         * g++.old-deja/g++.brendan/crash29.C: Likewise.
14221         * g++.old-deja/g++.brendan/crash48.C: Likewise.
14222         * g++.old-deja/g++.brendan/ns1.C: Likewise.
14223         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
14224         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
14225         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
14226         * g++.old-deja/g++.eh/spec6.C: Likewise.
14227         * g++.old-deja/g++.jason/crash3.C: Likewise.
14228         * g++.old-deja/g++.law/ctors11.C: Likewise.
14229         * g++.old-deja/g++.law/ctors17.C: Likewise.
14230         * g++.old-deja/g++.law/ctors5.C: Likewise.
14231         * g++.old-deja/g++.law/ctors9.C: Likewise.
14232         * g++.old-deja/g++.mike/ambig1.C: Likewise.
14233         * g++.old-deja/g++.mike/net22.C: Likewise.
14234         * g++.old-deja/g++.mike/p3538a.C: Likewise.
14235         * g++.old-deja/g++.mike/p3538b.C: Likewise.
14236         * g++.old-deja/g++.mike/virt3.C: Likewise.
14237         * g++.old-deja/g++.niklas/t128.C: Likewise.
14238         * g++.old-deja/g++.other/anon4.C: Likewise.
14239         * g++.old-deja/g++.other/using1.C: Likewise.
14240         * g++.old-deja/g++.other/warn3.C: Likewise.
14241         * g++.old-deja/g++.pt/t37.C: Likewise.
14242         * g++.old-deja/g++.robertl/eb69.C: Likewise.
14243         * g++.old-deja/g++.robertl/eb71.C: Likewise.
14244
14245 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
14246
14247         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
14248
14249 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14250
14251         * gcc.c-torture/execute/stdio-opt-3.c: New test.
14252
14253 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
14254
14255         * gcc.c-torture/compile/20010107-1.c: New test.
14256
14257 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14258
14259         * gcc.c-torture/execute/builtin-noret-1.c: New test.
14260
14261 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14262
14263         * gcc.dg/format/format.h: New file.
14264         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
14265         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
14266         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
14267         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
14268         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
14269         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
14270         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
14271         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
14272         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
14273         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
14274         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
14275         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
14276         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
14277         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
14278         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
14279         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
14280         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
14281         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
14282         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
14283         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
14284         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
14285         instead of declaring standard types, macros and functions in each
14286         test.
14287
14288 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
14289
14290         * gcc.c-torture/execute/20010106-1.c: New test.
14291
14292 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
14293
14294         * gcc.dg/format/format.exp: New file.
14295         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
14296         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
14297         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
14298         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
14299         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
14300         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
14301         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
14302         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
14303         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
14304         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
14305         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
14306         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
14307         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
14308         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
14309         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
14310         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
14311         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
14312         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
14313         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
14314         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
14315         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
14316         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
14317         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
14318         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
14319         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
14320         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
14321         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
14322         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
14323         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
14324         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
14325         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
14326         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
14327         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
14328         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
14329         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
14330         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
14331         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
14332         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
14333         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
14334         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
14335         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
14336         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
14337
14338 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
14339
14340         * gcc.c-torture/execute/991228-1.c: Take word endianness into
14341         account.
14342
14343 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
14344
14345         * gcc.c-torture/execute/builtin-complex-1.c: New test.
14346
14347 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
14348
14349         * g++.old-deja/g++.pt/crash62.C: New test.
14350
14351 2001-01-04  Richard Henderson  <rth@redhat.com>
14352
14353         * gcc.dg/20000926-1.c: Update expected warnings.
14354         * gcc.dg/array-2.c: Likewise.
14355         * gcc.dg/array-4.c: Also validate flexible array members.
14356         * gcc.dg/c99-flex-array-1.c: New.
14357
14358 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14359
14360         * gcc.c-torture/compile/20001222-1.x: Remove.
14361
14362 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14363
14364         * gcc.c-torture/execute/built-in-setjmp.c: New.
14365
14366 2001-01-03  Richard Henderson  <rth@redhat.com>
14367
14368         * gcc.dg/940510-1.c: Update expected error wording.
14369         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
14370
14371 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
14372
14373         * lib/target-supports.exp (check_alias_available): Modified to
14374         indicate aliases not supported if only weak aliases are supported.
14375
14376 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14377
14378         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
14379         Turn on cmpstrsi checks for __pj__ and __i370__.
14380
14381 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14382
14383         * g++.old-deja/g++.other/virtual11.C: New test.
14384
14385 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14386
14387         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
14388
14389 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14390
14391         * gcc.c-torture/compile/20010102-1.c: New test.
14392
14393 2001-01-02  Andreas Jaeger  <aj@suse.de>
14394
14395         * gcc.dg/noreturn-3.c: New test.
14396
14397         * gcc.dg/noreturn-4.c: New test.
14398
14399 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14400
14401         * gcc.c-torture/execute/stdio-opt-1.c: Also test
14402         __builtin_fputc and __builtin_fwrite.
14403
14404 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14405
14406         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
14407         signed char, not default char.
14408
14409 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
14410
14411         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
14412
14413 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
14414
14415         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
14416
14417 2000-12-29  Richard Henderson  <rth@redhat.com>
14418
14419         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
14420         (__cyg_profile_func_exit): Define.
14421
14422 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
14423
14424         * g++.dg/vtgc1.C: New test.
14425
14426 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
14427
14428         * gcc.dg/noncompile/20001228-1.c: New test.
14429
14430         * gcc.dg/20001228-1.c: New test.
14431
14432         * gcc.c-torture/execute/20001228-1.c: New test.
14433
14434 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
14435
14436         * gcc.dg/format-strfmon-1.c: New test.
14437
14438 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14439
14440         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
14441         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
14442         * gcc.c-torture/execute/string-opt-1.c: Likewise.
14443         * gcc.c-torture/execute/string-opt-2.c: Likewise.
14444         * gcc.c-torture/execute/string-opt-3.c: Likewise.
14445         * gcc.c-torture/execute/string-opt-4.c: Likewise.
14446         * gcc.c-torture/execute/string-opt-6.c: Likewise.
14447         * gcc.c-torture/execute/string-opt-7.c: Likewise.
14448         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14449         * gcc.c-torture/execute/string-opt-9.c: Likewise.
14450         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14451         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14452         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14453
14454         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
14455         * gcc.c-torture/execute/string-opt-4.c: Test index.
14456
14457 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
14458
14459         * gcc.c-torture/compile/20001226-1.c: New test.
14460
14461 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
14462
14463         * gcc.c-torture/compile/20001222-1.c: New test.
14464         * gcc.c-torture/compile/20001222-1.x: Xfail.
14465
14466 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
14467
14468         * gcc.c-torture/execute/comp-goto-2.c: New test.
14469
14470 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
14471
14472         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
14473         Use long types if __INT_MAX__ is 32767.
14474         (main): Use cast to (sint32 *) when poking 88 into a_page.
14475
14476         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
14477
14478 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
14479
14480         * gcc.c-torture/compile/20001221-1.c: New test.
14481         * gcc.c-torture/execute/20001221-1.c: New test.
14482
14483 2000-12-20  Richard Henderson  <rth@redhat.com>
14484
14485         * g++.old-deja/g++.pt/crash36.C: Update error lines.
14486         * g++.old-deja/g++.robertl/eb109.C: Likewise.
14487
14488 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14489
14490         * gcc.dg/compare3.c: New test.
14491
14492 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14493
14494         * gcc.dg/format-warnll-1.c: New test.
14495
14496 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
14497
14498         * gcc.dg/cpp/cmdlne-P.c: New test.
14499
14500 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14501
14502         * gcc.c-torture/execute/builtin-abs-1.c,
14503         gcc.c-torture/execute/builtin-abs-2.c: New tests.
14504
14505 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14506
14507         * gcc.dg/cpp/multiline.c: New test.
14508
14509 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14510
14511         * g++.old-deja/g++.other/syshdr1.C: Update.
14512         * gcc.dg/cpp/lineflags.c: Remove temporarily.
14513
14514 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14515
14516         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
14517
14518 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14519
14520         * g++.old-deja/g++.pt/ttp65.C: New test.
14521
14522 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14523
14524         * g++.old-deja/g++.pt/ttp64.C: New test.
14525
14526 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14527
14528         * g++.old-deja/g++.pt/spec33.C: New test.
14529
14530 2000-12-14  Catherine Moore  <clm@redhat.com>
14531
14532         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
14533         * gcc.c-torture/execute/920612-2.c: Likewise.
14534         * gcc.c-torture/execute/920428-2.c: Likewise.
14535         * gcc-c-torture/execute/va-arg-11.c: Call exit.
14536         * gcc.c-torture/execute/va-arg-21.c: Likewise.
14537
14538 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14539
14540         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
14541         * gcc.dg/pack-test-2.c: Likewise.
14542
14543 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14544
14545         Tests by Zack Weinberg <zackw@stanford.edu>.
14546
14547         * gcc.dg/cpp/defined.c: Update.
14548         * gcc.dg/cpp/defined_trad.c: New tests.
14549
14550 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
14551
14552         * gcc.dg/cpp/trad-direct.c: Update.
14553
14554 2000-12-11  Neil Booth  <neilb@earthling.net>
14555
14556         * gcc.dg/cpp/defined_trad.c
14557
14558 2000-12-11  Neil Booth  <neilb@earthling.net>
14559
14560         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
14561
14562 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
14563
14564         * gcc.dg/format-miss-2.c: New test.
14565
14566 2000-12-09  Neil Booth  <neilb@earthling.net>
14567
14568         * gcc.dg/cpp/lineflags.c: New tests.
14569         * gcc.dg/cpp/poison.c: Update.
14570         * gcc.dg/cpp/redef2.c: Update.
14571         * gcc.dg/cpp/skipping.c: New test.
14572
14573 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
14574
14575         * g++.old-deja/g++.other/eh3.C: New testcase.
14576
14577 2000-12-07  Neil Booth  <neilb@earthling.net>
14578
14579         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
14580         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
14581         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
14582         wtr-union-init-2.c, wtr-union-init-3.c: Update.
14583         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
14584         Update.
14585
14586 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14587
14588         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
14589         __SIZE_TYPE__ instead of int for type of integers cast to
14590         pointers.
14591
14592 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
14593
14594         * g++.old-deja/g++.other/cleanup4.C: New test.
14595
14596 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14597
14598         * format-sec-1.c: New test.
14599
14600 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14601
14602         * gcc.dg/format-nonlit-3.c: New test.
14603
14604 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
14605
14606         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
14607         through a null pointer.
14608
14609 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14610
14611         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
14612         * g++.old-deja/g++.pt/partial4.C: New test.
14613
14614 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
14615
14616         * gcc.c-torture/execute/ieee/hugeval.x: New.
14617
14618 2000-12-06  Neil Booth  <neilb@earthling.net>
14619
14620         * gcc.dg/cpp/backslash2.c: New tests.
14621
14622 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14623
14624         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
14625         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
14626
14627 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
14628
14629         * gcc.c-torture/execute/20001203-2.c: New testcase.
14630
14631 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14632
14633         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
14634         * g++.old-deja/g++.other/virtual10.C: New test.
14635
14636 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
14637
14638         * g++.old-deja/g++.mike/pmf5.C: Remove test.
14639
14640 2000-12-05  Richard Henderson  <rth@redhat.com>
14641
14642         * gcc.c-torture/compile/20001205-1.c: New.
14643
14644 2000-12-04  Neil Booth  <neilb@earthling.net>
14645
14646         * g++.old-deja/g++.other/virtual9.C: New test.
14647         * g++.old-deja/g++.pt/crash61.C: New test.
14648         * gcc.c-torture/execute/loop-9.c: New test.
14649
14650 2000-12-04  Neil Booth  <neilb@earthling.net>
14651
14652         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
14653         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
14654         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
14655         * gcc.dg/cpp/extratokens.c: ...here.
14656
14657 2000-12-04  Neil Booth  <neilb@earthling.net>
14658
14659         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
14660         New tests.
14661
14662 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14663
14664         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
14665         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
14666
14667 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
14668
14669         * gcc.c-torture/execute/20001203-1.c: New test.
14670
14671 2000-12-03  Neil Booth  <neilb@earthling.net>
14672
14673         * gcc.dg/cpp/macro6.c: New test cases.
14674
14675 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14676
14677         * gcc.c-torture/execute/string-opt-9.c: New test.
14678         * gcc.c-torture/execute/string-opt-10.c: Likewise.
14679         * gcc.c-torture/execute/string-opt-11.c: Likewise.
14680         * gcc.c-torture/execute/string-opt-12.c: Likewise.
14681
14682         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
14683         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
14684
14685 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
14686
14687         * gcc.dg/cpp/if-6.c: New testcase.
14688
14689         * gcc.dg/20001201-1.c: New testcase.
14690
14691 2000-12-02  Neil Booth  <neilb@earthling.net>
14692
14693         * g++.old-deja/g++.other/externC4.C,
14694         g++.old-deja/g++.other/friend10.C: New tests.
14695
14696 2000-12-02  Neil Booth  <neilb@earthling.net>
14697
14698         * g++.old-deja/g++.other/instan2.C
14699         * g++.old-deja/g++.other/instan3.C: New test.
14700
14701 2000-12-02  Neil Booth  <neilb@earthling.net>
14702
14703         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
14704         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
14705         gnuc99.c,gnuc99-pedantic.c: New tests.
14706
14707 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14708
14709         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
14710         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
14711
14712 2000-12-01  Neil Booth  <neilb@earthling.net>
14713
14714         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
14715         * gcc.dg/cpp/poison.c: Update.
14716         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
14717
14718 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
14719
14720         * g77.f-torture/execute/20001201.f: New test.
14721
14722 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
14723
14724         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
14725
14726 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
14727
14728         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
14729
14730 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
14731
14732         * g++.old-deja/g++.other/cast6.C: New test.
14733
14734 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
14735
14736         * gcc.c-torture/execute/20001130-2.c: New testcase.
14737
14738 2000-11-30  Richard Henderson  <rth@redhat.com>
14739
14740         * gcc.c-torture/execute/20001130-1.c: New test.
14741
14742 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14743
14744         * g++.old-deja/g++.other/op3.C: New test.
14745
14746 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14747
14748         * g++.old-deja/g++.other/op2.C: New test.
14749
14750 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
14751
14752         * g++.old-deja/g++.other/crash38.C: New test.
14753
14754 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
14755
14756         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
14757
14758 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
14759
14760         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
14761         tests.
14762         * gcc.c-torture/execute/string-opt-6.c: New test.
14763
14764         * gcc.dg/20001117-1.c: Add main.
14765
14766 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
14767
14768         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
14769         Move from here ...
14770         * gcc.dg/940510-1.c: ... to here.
14771
14772         * gcc.dg/20000926-1.c: GNU C now allows initializations of
14773         zero-size arrays in toplevel structures.
14774
14775 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14776
14777         * gcc.c-torture/execute/loop-8.c: New test.
14778
14779 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14780
14781         * g++.old-deja/g++.other/base1.C: New test.
14782
14783 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14784
14785         * g++.old-deja/g++.other/parse2.C: New test.
14786
14787 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14788
14789         * g++.old-deja/g++.pt/incomplete1.C: New test.
14790
14791 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
14792
14793         * g++.old-deja/g++.other/friend9.C: New test.
14794
14795 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
14796
14797         * gcc.dg/20001127-1.c: New test.
14798
14799 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14800
14801         * g++.old-deja/g++.pt/friend46.C: New test.
14802
14803 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
14804
14805         * g++.old-deja/g++.other/ptrmem8.C: New test.
14806
14807 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14808
14809         * gcc.c-torture/execute/string-opt-7.c: New test.
14810         * gcc.c-torture/execute/string-opt-8.c: Likewise.
14811
14812 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
14813
14814         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
14815         instead of 'mkcheck 2'.
14816
14817 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
14818
14819         * gcc.c-torture/execute/memcheck/driver.c,
14820         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
14821         C9X references to refer to C99.
14822
14823 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
14824
14825         * gcc.dg/ultrasp3.c: New test.
14826
14827 2000-11-25  Neil Booth  <neilb@earthling.net>
14828
14829         * gcc.dg/cpp/include2.c: Update test to be locale independent.
14830
14831 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
14832
14833         * gcc.c-torture/compile/20001123-2.c: New.
14834
14835 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14836
14837         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
14838
14839 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
14840
14841         * gcc.dg/sequence-point-1.c: Add some new tests.
14842         * gcc.c-torture/execute/20001124-1.c: New test.
14843
14844 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14845
14846         * g++.old-deja/g++.other/vaarg4.C: New test.
14847         * gcc.c-torture/compile/20001123-1.c: New test.
14848
14849 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
14850
14851         * g++.other/crash24.C: Adjust and remove XFAIL.
14852         * g++.other/crash37.C: New test.
14853
14854 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
14855
14856         * g++.old-deja/g++.pt/instantiate9.C: New test.
14857
14858 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
14859
14860         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
14861         new ABI, too.
14862
14863         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
14864         * g++.old-deja/g++.robertl/eb55.C: Likewise.
14865
14866 2000-11-22  Neil Booth  <neilb@earthling.net>
14867
14868         * gcc.dg/cpp/Wtrigraphs.c: New test.
14869
14870 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14871
14872         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
14873
14874 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
14875
14876         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
14877
14878 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
14879
14880         * lib/gcc-dg.exp: load_lib scanasm.exp.
14881         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
14882         * lib/g++-dg.exp: load_lib scanasm.exp.
14883         * lib/scanasm.exp: New.
14884         (scan-assembler, scan-assembler-not): Add optional arguments to
14885         test name, or if not present, the pattern name.
14886         (scan-assembler-dem, scan-assembler-dem-not): New.
14887
14888         * g++.dg/dg.exp: New.
14889
14890 2000-11-21  Neil Booth  <neilb@earthling.net>
14891
14892         * gcc.dg/cpp/integrated1.c: Remove.
14893
14894 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14895
14896         * gcc.c-torture/execute/20001121-1.c: New test.
14897
14898 2000-11-21  Richard Henderson  <rth@redhat.com>
14899
14900         * gcc.c-torture/compile/20001121-1.c: New test.
14901
14902 2000-11-20  Neil Booth  <neilb@earthling.net>
14903
14904         * gcc.dg/cpp/integrated1.c: New test.
14905
14906 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
14907
14908         * g++.old-deja/g++.other/inline17.C: New test.
14909
14910 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
14911
14912         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
14913         local variable to be zero: I made the variable global. Now
14914         uses abort() and exit() instead of relying on main's return value.
14915
14916 2000-11-20  Neil Booth  <neilb@earthling.net>
14917
14918         * gcc.dg/cpp/paste2.c: Update test.
14919         * objc/execute/paste.m: New test.
14920
14921 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
14922
14923         * gcc.dg/c99-condexpr-1.c: New test.
14924
14925 2000-11-20  Neil Booth  <neilb@earthling.net>
14926
14927         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
14928
14929 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
14930
14931         * g++.old-deja/g++.pt/export1.C: New test.
14932
14933 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
14934
14935         * gcc.dg/20001117-1.c: New test.
14936
14937 2000-11-18  Richard Henderson  <rth@redhat.com>
14938
14939         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
14940
14941 2000-11-18  Richard Henderson  <rth@redhat.com>
14942
14943         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
14944         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
14945         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
14946
14947 2000-11-18  Richard Henderson  <rth@redhat.com>
14948
14949         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
14950         (main): New.  Exit cleanly.
14951
14952 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
14953
14954         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
14955         gcc.dg/c99-fordecl-2.c: New tests.
14956
14957 2000-11-18  Richard Henderson  <rth@redhat.com>
14958
14959         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
14960         * gcc.c-torture/execute/zerolen-2.c: New.
14961
14962 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14963
14964         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
14965         memory.
14966
14967 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14968
14969         * g++.old-deja/g++.pt/instantiate8.C: New test.
14970
14971 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14972
14973         * g++.old-deja/g++.other/incomplete.C: Add more tests.
14974         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
14975
14976 2000-11-16  Nick Clifton  <nickc@redhat.com>
14977
14978         * gcc.c-torture/execute/nestfunc-2.c: New test.
14979         * gcc.c-torture/execute/nestfunc-3.c: New test.
14980
14981 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
14982
14983         * gcc.c-torture/compile/20001116-1.c: New test.
14984
14985 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14986
14987         * gcc.c-torture/execute/20001115-1.c: New test.
14988
14989 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
14990
14991         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
14992         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
14993         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
14994         * g++.old-deja/g++.abi/vmihint.C: Likewise.
14995
14996 2000-11-15  Neil Booth  <neilb@earthling.net>
14997
14998         gcc.dg/cpp/_Pragma1.c: Update.
14999         gcc.dg/cpp/_Pragma2.c: New test.
15000
15001 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
15002
15003         * g++.old-deja/g++.other/anon5.C: New test.
15004
15005 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
15006
15007         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
15008         tests.
15009
15010 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
15011
15012         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
15013         output.
15014
15015 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15016
15017         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
15018         labels at end of compound statements.
15019
15020 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
15021
15022         * gcc.c-torture/execute/loop-7.c: New test.
15023
15024 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15025
15026         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
15027
15028 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15029
15030         * gcc.dg/c99-bool-1.c: New test.
15031
15032 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15033
15034         * gcc.dg/c99-scope-1.c: Remove xfail.
15035         * gcc.dg/c99-scope-2.c: New test.
15036
15037 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15038
15039         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
15040         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
15041
15042 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
15043
15044         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
15045         error messages.
15046
15047         * g++.mike/p700.C: Don't typedef wchar_t.
15048         * g++.mike/p784.C: Likewise.
15049         * g++.mike/eb101.C: Don't use __wchar_t.
15050
15051 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
15052
15053         * g77.f-torture/execute/20001111.[fx]: Test premature exit
15054         from DO loop.
15055
15056 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
15057
15058         * gcc.c-torture/execute/20001111-1.c: New test.
15059
15060 2000-11-10  Nick Clifton  <nickc@redhat.com>
15061
15062         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
15063         long multuiple and accumulate.
15064
15065 2000-11-09  Richard Henderson  <rth@redhat.com>
15066
15067         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
15068         via size_t instead of int.
15069
15070         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
15071         * gcc.c-torture/execute/string-opt-2.c: Likewise.
15072         * gcc.c-torture/execute/string-opt-3.c: Likewise.
15073         * gcc.c-torture/execute/string-opt-4.c: Likewise.
15074
15075 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
15076
15077         * gcc.c-torture/compile/20001109-1.c: New test.
15078         * gcc.c-torture/compile/20001109-2.c: New test.
15079
15080 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
15081
15082         * g++.old-deja/g++.pt/operator1.C: New test.
15083         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
15084
15085 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15086
15087         * gcc.dg/20001108-1.c: New test.
15088
15089 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
15090
15091         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
15092         with both arguments constant strings.
15093         * gcc.c-torture/execute/string-opt-3.c: New test.
15094         * gcc.c-torture/execute/string-opt-4.c: New test.
15095         * gcc.c-torture/execute/string-opt-5.c: New test.
15096
15097 2000-11-08  Nick Clifton  <nickc@redhat.com>
15098
15099         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
15100         mulsidi3adddi patterns.
15101
15102 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
15103
15104         * g++.old-deja/g++.other/crash36.C: New test.
15105
15106 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
15107
15108         * g++.old-deja/g++.other/init16.C: New test.
15109
15110 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
15111
15112         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
15113
15114 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15115
15116         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
15117         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15118         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15119
15120 2000-11-07  DJ Delorie  <dj@redhat.com>
15121
15122         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
15123
15124 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15125
15126         * gcc.c-torture/execute/string-opt-1.c: New test.
15127
15128 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
15129
15130         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
15131         mips-sgi-irix6.* because the MIPS ABI passes floating-point
15132         parameters in registers, and there is no way for a varargs
15133         function to know in which order the integer and floating-point
15134         parameters should be interleaved when they are placed on the
15135         stack.
15136         * gcc.c-torture/execute/va-arg-16.x: Likewise.
15137         * gcc.c-torture/execute/va-arg-17.x: Likewise.
15138
15139 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15140
15141         * gcc.c-torture/execute/string-opt-2.c: New test.
15142
15143 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
15144
15145         * g++.old-deja/g++.pt/crash60.C: New test.
15146
15147 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15148
15149         * g++.old-deja/g++.other/crash24.C: New test.
15150         * g++.old-deja/g++.other/crash25.C: New test.
15151         * g++.old-deja/g++.other/crash26.C: New test.
15152         * g++.old-deja/g++.other/crash27.C: New test.
15153         * g++.old-deja/g++.other/crash28.C: New test.
15154         * g++.old-deja/g++.other/crash29.C: New test.
15155         * g++.old-deja/g++.other/crash30.C: New test.
15156         * g++.old-deja/g++.other/crash31.C: New test.
15157         * g++.old-deja/g++.other/crash32.C: New test.
15158         * g++.old-deja/g++.other/crash33.C: New test.
15159         * g++.old-deja/g++.other/crash34.C: New test.
15160         * g++.old-deja/g++.other/crash35.C: New test.
15161
15162 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
15163
15164         * gcc.c-torture/execute/20001031-1.c: New test.
15165
15166 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
15167
15168         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
15169         namespace.
15170
15171         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
15172         standards-conformant.
15173
15174         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
15175
15176         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
15177         * g++.old-deja/g++.mike/p755a.C: Likewise.
15178         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
15179         library makes no calls to `operator new' during initialization.
15180
15181 2000-11-04  Neil Booth  <neilb@earthling.net>
15182
15183         * gcc.dg/cpp/include2.c: New tests.
15184
15185 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
15186
15187         * lib/g++.exp (g++_set_ld_library_path): New function.
15188         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
15189
15190 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
15191
15192         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
15193         warnings.
15194
15195 2000-11-01  Richard Henderson  <rth@redhat.com>
15196
15197         * g++.old-deja/g++.ext/namedret1.C: New.
15198         * g++.old-deja/g++.ext/namedret2.C: New.
15199         * g++.old-deja/g++.ext/namedret3.C: New.
15200
15201 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
15202
15203         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
15204         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
15205
15206 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15207
15208         * gcc.c-torture/execute/va-arg-21.c: New test.
15209
15210 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
15211
15212         * gcc.dg/c99-complex-2.c: New test.
15213
15214 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15215
15216         * gcc.c-torture/execute/stdio-opt-1.c: New test.
15217
15218 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
15219
15220         * g++.old-deja/g++.other/inline16.C: New test.
15221
15222 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
15223
15224         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
15225         __PRETTY_FUNCTION__
15226
15227 2000-10-29  Neil Booth  <neilb@earthling.net>
15228
15229         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
15230         New tests.
15231         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
15232         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
15233         optimisation.
15234
15235 2000-10-29  Neil Booth  <neilb@earthling.net>
15236
15237         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
15238         * mi1.c, mi1c.h: Add null directives to multiple-include test.
15239         * mi5.c: Test multiple includes work with -C.
15240         * trigraphs.c: Test ^= version.
15241
15242 2000-10-28  Neil Booth  <neilb@earthling.net>
15243
15244         New tests and test updates for new macro expander.
15245
15246         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
15247         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
15248         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
15249         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
15250         new diagnostic messages.
15251
15252         * gcc.dg/cpp/macro3.c: New tests.
15253
15254 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
15255
15256         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
15257         on the same line.
15258
15259 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
15260
15261         * g++.old-deja/g++.other/eh2.C: New test.
15262
15263 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
15264
15265         * gcc.c-torture/execute/20001027-1.c: New test.
15266
15267 2000-10-26  Richard Henderson  <rth@redhat.com>
15268
15269         * gcc.c-torture/execute/20001026-1.c: New.
15270
15271 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
15272
15273         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
15274         * g++.old-deja/g++.law/builtin1.C: Likewise.
15275         * g++.old-deja/g++.law/ctors10.C: Likewise.
15276         * g++.old-deja/g++.law/virtual3.C: Likewise.
15277         * g++.old-deja/g++.mike/p658.C: Likewise.
15278         * g++.old-deja/g++.other/sibcall1.C: Likewise.
15279         * g++.old-deja/g++.other/vaarg2.C: Likewise.
15280         * g++.old-deja/g++.robertl/eb124.C: Likewise.
15281         * g++.old-deja/g++.robertl/eb44.C: Likewise.
15282         * g++.old-deja/g++.robertl/eb77.C: Likewise.
15283
15284 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
15285
15286         * gcc.c-torture/compile/20001024-1.c: New test.
15287
15288 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
15289
15290         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
15291         to tell us whether or not we are using V3.
15292
15293 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
15294
15295         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
15296         operands.
15297
15298 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15299
15300         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
15301
15302 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
15303
15304         * gcc.c-torture/execute/20001024-1.c: New test.
15305
15306 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
15307
15308         * g++.old-deja/g++.other/sibcall1.C: New test.
15309
15310 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
15311
15312         * gcc.dg/noncompile/init-3.c: New test.
15313
15314 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
15315
15316         * gcc.dg/format-array-1.c: New test.
15317
15318 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15319
15320         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
15321         writing through null pointers; remove comment about testing
15322         unterminated strings.
15323
15324 2000-10-17  Matthew Hiller  <hiller@redhat.com>
15325
15326         * gcc.c-torture/execute/20001017-2.c: New test.
15327
15328 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15329
15330         * gcc.c-torture/compile/20001018-1.c: New test.
15331         * gcc.c-torture/compile/20001018-1.x: Xfail.
15332
15333 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15334
15335         * gcc.c-torture/execute/20001017-1.c: New test.
15336
15337 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15338
15339         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
15340         for multiple use of arguments with scanf formats; add tests for
15341         multiple use of arguments.
15342
15343 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
15344
15345         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
15346
15347 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15348
15349         * gcc.dg/format-miss-1.c: New test.
15350
15351 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15352
15353         * gcc.c-torture/execute/20001013-1.c: New test.
15354
15355 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15356
15357         * gcc.dg/format-branch-1.c: New test.
15358
15359 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
15360
15361         * README, lib/file-format.exp: Remove EGCS references.
15362
15363 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
15364
15365         * gcc.dg/20001013-1.c: New test.
15366
15367 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15368
15369         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
15370         for intmax_t in the compiler using __typeof__ and the type rules
15371         for conditional expressions.
15372
15373 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
15374
15375         * gcc.dg/20001012-1.c: New test.
15376         * gcc.dg/20001012-2.c: New test.
15377
15378 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15379
15380         * gcc.dg/format-attr-1.c: New test.
15381
15382 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15383
15384         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
15385         __LONG_LONG_MAX__ instead of LLONG_MAX.
15386
15387 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
15388
15389         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
15390         scanf flags.
15391         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
15392         flags.
15393
15394 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
15395
15396         * gcc.dg/sequence-pt-1.c: New test.
15397
15398 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
15399
15400         * gcc.c-torture/execute/20001011-1.c: New testcase.
15401         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
15402
15403 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15404
15405         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
15406         does not error on it.
15407
15408 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
15409
15410         * gcc.dg/20001009-1.c: New test.
15411
15412 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15413
15414         * gcc.c-torture/compile/20001009-1.c: Move from here ....
15415         * gcc.c-torture/execute/20001009-2.c: ... to here.
15416
15417 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
15418
15419         * gcc.c-torture/compile/20001009-1.c: New testcase.
15420         * gcc.c-torture/execute/20001009-1.c: New testcase.
15421         Testcases provided by Jan Hubicka <jh@suse.cz>.
15422
15423 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15424
15425         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15426         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
15427         uintmax_t using <limits.h> to emulate the compiler's internal
15428         logic.  No longer XFAIL %j tests.
15429
15430 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15431
15432         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
15433         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
15434         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
15435         regexps and details of expected handling of some bad formats.
15436         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
15437         suppression.
15438
15439 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15440
15441         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
15442         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
15443         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
15444         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
15445         in list archives.
15446
15447 2000-10-06  Richard Henderson  <rth@cygnus.com>
15448
15449         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
15450         * g++.old-deja/g++.brendan/crash52.C: Likewise.
15451         * g++.old-deja/g++.jason/report.C: Likewise.
15452         * g++.old-deja/g++.law/friend5.C: Likewise.
15453         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
15454         of the expected warnings.
15455
15456 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
15457
15458         * g++.old-deja/g++.pt/enum14.C: New test.
15459
15460 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
15461
15462         * g++.old-deja/g++.pt/crash59.C: New test.
15463
15464 2000-10-04  Will Cohen  <wcohen@redhat.com>
15465
15466         * gcc.dg/20000926-1.c: New test.
15467
15468 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
15469
15470         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
15471         function name for current C++ compiler.
15472         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
15473
15474 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
15475
15476         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
15477         __PRETTY_FUNCTION__.
15478         * g++.old-deja/g++.ext/pretty2.C: Likewise.
15479
15480 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15481
15482         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
15483
15484 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
15485
15486         * gcc.c-torture/compile/20000923-1.c: New test.
15487
15488 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15489
15490         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
15491         * g++.old-deja/g++.pt/ttp62.C: Same.
15492         * g++.old-deja/g++.other/inline14.C: Same.
15493
15494 2000-09-24  Richard Henderson  <rth@cygnus.com>
15495
15496         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
15497
15498 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15499
15500         * gcc.dg/c90-printf-1.c: Add test for wide string format.
15501
15502 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
15503
15504         * gcc.c-torture/compile/20000922-1.c: New file.
15505
15506 2000-09-21  Nick Clifton  <nickc@redhat.com>
15507
15508         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
15509         a signed long modulo operation.
15510         (mod6): New function - perform an unsigned long modulo operation.
15511         (main): Add tests for modulos of very large numbers by very small
15512         dividends.
15513
15514 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15515
15516         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
15517
15518 2000-09-19  Richard Henderson  <rth@cygnus.com>
15519
15520         * gcc.dg/compare2.c (case 10): XFAIL.
15521
15522 2000-09-18  Richard Henderson  <rth@cygnus.com>
15523
15524         * gcc.c-torture/execute/20000906-1.c: Move ...
15525         * gcc.dg/20000906-1.c: ... here.  Only run on targets
15526         that support __builtin_trap.
15527
15528 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
15529
15530         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
15531
15532 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15533
15534         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
15535         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
15536         more $ format tests.
15537
15538 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15539
15540         * gcc.dg/format-errmk-1.c: New test.
15541
15542 2000-09-17  Greg McGary  <greg@mcgary.org>
15543
15544         * gcc.c-torture/execute/20000917-1.x: Remove.
15545
15546 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15547
15548         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
15549
15550 2000-09-17  Greg McGary  <greg@mcgary.org>
15551
15552         * gcc.c-torture/execute/20000917-1.c: New test.
15553         * gcc.c-torture/execute/20000917-1.x: XFAIL.
15554
15555 2000-09-16  Neil Booth  <NeilB@earthling.net>
15556
15557         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
15558         in nested macro bug.
15559
15560 2000-09-15  Neil Booth  <NeilB@earthling.net>
15561
15562         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
15563
15564 2000-09-14  Jeffrey A Law  (law@cygnus.com)
15565
15566         * gcc.c-torture/execute/20000914-1.c: New test.
15567
15568 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
15569
15570         * g++.other/inline13.C: New test.
15571
15572 2000-09-12  Andreas Jaeger  <aj@suse.de>
15573
15574         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
15575         constant by Ulrich Drepper <drepper@redhat.com>.
15576
15577 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
15578
15579         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
15580
15581 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15582
15583         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
15584
15585 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
15586
15587         * gcc.dg/cpp/backslash.c: New test.
15588
15589 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
15590
15591         * gcc.c-torture/execute/20000910-1.c: New test.
15592         * gcc.c-torture/execute/20000910-2.c: Likewise.
15593
15594 2000-09-11  Robert Lipe  <robertl@sco.com>
15595
15596         * gcc.dg/pragma-align.c: New test.
15597
15598 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
15599
15600         * g++.old-deja/g++.pt/explicit82.C: New test.
15601         * g++.old-deja/g++.pt/explicit83.C: New test.
15602
15603 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
15604
15605         * gcc.dg/asm-names.c: New test.
15606
15607 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15608
15609         * gcc.dg/cpp/tr-warn6.c: New test
15610
15611 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15612
15613         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
15614         be accepted.
15615
15616 2000-09-07  Catherine Moore  <clm@redhat.com>
15617
15618         * gcc.c-torture/execute/unroll-1.c: New test.
15619
15620 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
15621
15622         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
15623         ERROR markers.
15624         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
15625         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
15626         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
15627         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
15628         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
15629         Preprocess only.
15630         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
15631         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
15632
15633 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15634
15635         * g++.old-deja/g++.pt/deduct2.C: New test.
15636
15637 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15638
15639         * g++.old-deja/g++.pt/parms2.C: New test.
15640
15641 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
15642
15643         * g++.old-deja/g++.pt/crash58.C: New test.
15644
15645 2000-09-06  Greg McGary  <greg@mcgary.org>
15646
15647         * gcc.c-torture/execute/20000906-1.c: New test.
15648         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
15649
15650 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15651
15652         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
15653
15654 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15655
15656         * g++.old-deja/g++.pt/crash57.C: New test.
15657
15658 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15659
15660         * g++.old-deja/g++.pt/crash56.C: New test.
15661
15662 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
15663
15664         * g++.old-deja/g++.pt/koenig1.C: New test.
15665
15666 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15667
15668         * gcc.dg/20000904-1.c: New test.
15669
15670 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
15671
15672         * gcc.dg/cpp/paste8.c: New test.
15673
15674 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
15675
15676         * gcc.c-torture/compile/20000827-1.c: New test.
15677
15678 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15679
15680         * gcc.dg/format-diag-1.c: New test.
15681
15682 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
15683
15684         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
15685         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
15686         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
15687         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
15688         gcc.dg/formatz-1.c: Adjust warning regular expressions.
15689
15690 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15691
15692         * g++.old-deja/g++.other/nested4.C: New test.
15693
15694 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
15695
15696         * g++.old-deja/g++.ns/scoped1.C: New test.
15697
15698 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
15699
15700         * lib/g++.exp: Support testing already-installed GCC.
15701
15702 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15703
15704         * wtr-label-1.c, wtr-suffix-1.c: New tests.
15705
15706 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15707
15708         * gcc.dg/return-type-2.c: New test.
15709
15710 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
15711
15712         * gcc.c-torture/compile/20000825-1.c: New test.
15713
15714 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
15715
15716         * gcc.dg/dwarf2-2.c: New test.
15717
15718 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
15719
15720         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
15721         dg-warning regexps.
15722
15723 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
15724
15725         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
15726         gcc.dg/format-ext-5.c: New tests.
15727
15728 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
15729
15730         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
15731
15732 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
15733
15734         * gcc.dg/noncompile/930622-2.c: Adjust error message.
15735
15736 2000-08-24  Richard Henderson  <rth@cygnus.com>
15737
15738         * gcc.dg/ia64-sync-1.c: New test.
15739         * gcc.dg/ia64-sync-2.c: New test.
15740         * gcc.dg/ia64-asm-1.c: New test.
15741
15742 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
15743
15744         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
15745         * gcc.dg/format-ext-2.c: New test.
15746
15747 2000-08-23  Jason Merrill  <jason@redhat.com>
15748
15749         * lib/old-dejagnu.exp: Also ignore "In member function" and
15750         "At global scope".
15751
15752 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15753
15754         * gcc.dg/noncompile/label-lineno-1.c: New test.
15755
15756 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15757
15758         * gcc.dg/c99-array-nonobj-1.c: New test.
15759
15760 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
15761
15762         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
15763         tests.
15764         * gcc.dg/format-ext-1.c: New test.
15765
15766 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15767
15768         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
15769         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
15770         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
15771         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
15772         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
15773
15774 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
15775
15776         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
15777         gcc.dg/c99-strftime-2.c: New tests.
15778
15779 2000-08-22  Richard Henderson  <rth@cygnus.com>
15780
15781         * gcc.c-torture/execute/20000822-1.c: New test.
15782
15783 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15784
15785         * gcc.c-torture/execute/20000819-1.x: Remove.
15786
15787 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15788
15789         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
15790         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
15791         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
15792         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
15793         gcc.dg/format-xopen-1.c: New tests.
15794
15795 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
15796
15797         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
15798
15799 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
15800
15801         * g++.old-deja/g++.other/loop2.C: New test.
15802
15803         * gcc.c-torture/compile/20000606-1.c: New test.
15804         * gcc.c-torture/compile/20000728-1.c: New test.
15805         * gcc.c-torture/execute/20000801-1.c: New test.
15806         * gcc.c-torture/execute/20000801-2.c: New test.
15807         * gcc.c-torture/execute/20000819-1.c: New test.
15808         * gcc.c-torture/execute/20000819-1.x: XFAIL.
15809         * gcc.dg/20000629-1.c: New test.
15810         * gcc.dg/20000724-1.c: New test.
15811         * gcc.dg/20000807-1.c: New test.
15812
15813 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
15814
15815         * gcc.dg/cpp/pragma-1.c: New test.
15816         * gcc.dg/cpp/pragma-2.c: New test.
15817
15818 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
15819
15820         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
15821         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
15822
15823 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15824
15825         * gcc.c-torture/compile/20000818-1.c: New test.
15826
15827 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
15828
15829         * gcc.c-torture/execute/20000818-1.c: New test.
15830
15831 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
15832
15833         * gcc.dg/format-va-1.c: New test.
15834
15835 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15836
15837         * g++.old-deja/g++.other/typedef8.C: New test.
15838
15839 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15840
15841         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
15842         * g++.old-deja/g++.mike/net36.C: Mark candidate.
15843         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
15844         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
15845         * g++.old-deja/g++.other/ptrmem7.C: New test.
15846         * g++.old-deja/g++.pt/ptrmem10.C: New test.
15847
15848 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
15849
15850         * g++.old-deja/g++.pt/typename27.C: New test.
15851
15852 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
15853
15854         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
15855         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
15856         * g++.old-deja/g++.pt/friend45.C: New test.
15857         * g++.old-deja/g++.other/friend8.C: New test.
15858
15859 2000-08-15  Richard Henderson  <rth@cygnus.com>
15860
15861         * gcc.c-torture/execute/20000815-1.c: New test.
15862
15863 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
15864
15865         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
15866         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
15867         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
15868
15869 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
15870
15871         * g++.old-deja/g++.other/refinit2.C: New test.
15872
15873 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
15874
15875         * lib/c-torture.exp (c-torture): Make
15876         compiler_conditional_xfail_data global.
15877         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
15878         compiler_conditional_xfail_data machinery.
15879         (f-torture-execute): Likewise.
15880         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
15881         and only when unrolling loops.
15882
15883         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
15884
15885 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15886
15887         * g++.old-deja/g++.pt/explicit81.C: New test.
15888
15889 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
15890
15891         * g++.old-deja/g++.pt/typename26.C: New test.
15892
15893 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
15894
15895         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
15896         warning.
15897
15898 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
15899
15900         * g++.old-deja/g++.other/array3.C: New test.
15901
15902 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15903
15904         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
15905         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
15906         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
15907         New tests.
15908
15909 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
15910
15911         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
15912         * g++.old-deja/g++.abi/vmihint.C: Likewise.
15913
15914 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
15915
15916         * gcc.c-torture/execute/20000808-1.c: New test.
15917
15918 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
15919
15920         * gcc.dg/c90-const-expr-1.c: New test.
15921
15922 2000-08-08  Richard Henderson  <rth@cygnus.com>
15923
15924         * gcc.dg/noncompile/920923-1.c: Declare calloc.
15925
15926 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
15927
15928         * gcc.dg/noncompile/const-ll-1.c: New test.
15929
15930 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
15931
15932         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
15933
15934 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
15935
15936         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
15937         that running programs linked against the shared version of libobjc
15938         run correctly.
15939
15940 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15941
15942         * gcc.dg/c99-printf-1.c: New test.
15943
15944 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
15945
15946         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
15947
15948 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
15949
15950         * gcc.c-torture/execute/20000731-1.x: Delete.
15951
15952 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
15953
15954         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
15955         and torture_without_loops as is done by c-torture.exp.
15956         (search_for): Copy from c-torture.exp.
15957         (gcc-dg-runtest): New function, drives a directory of tests
15958         iterating over the TORTURE_OPTIONS.
15959         (scan-assembler, scan-assembler-not): Move here from
15960         individual directory drivers.
15961
15962         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
15963         defined by lib/gcc-dg.exp.
15964         * gcc.dg/cpp/cpp.exp: Likewise.
15965         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
15966         gcc-dg-runtest, so we cycle over optimization options.
15967
15968         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
15969         * gcc.dg/compare2.c: No longer expected to fail.
15970
15971 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15972
15973         * gcc.c-torture/execute/20000804-1.c: New test.
15974
15975 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
15976
15977         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
15978
15979 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
15980
15981         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
15982
15983 2000-08-03  Jeffrey A Law  (law@cygnus.com)
15984
15985         * gcc.c-torture/compile/20000803-1.c: New test.
15986
15987 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
15988
15989         * gcc.c-torture/execute/20000801-3.c,
15990         gcc.c-torture/execute/20000801-4.c: New tests.
15991         * gcc.c-torture/execute/20000801-3.x,
15992         gcc.c-torture/execute/20000801-4.x: Xfail.
15993
15994 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
15995
15996         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
15997         libobjc/.libs to allow for libtool.
15998
15999 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
16000
16001         * gcc.c-torture/compile/20000802-1.c: New test.
16002
16003 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
16004
16005         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
16006
16007 2000-07-31  Jeffrey A Law  (law@cygnus.com)
16008
16009         * gcc-c-torture/execute/20000731-2.c: New test.
16010
16011         * gcc.c-torture/execute/20000731-1.c: New test.
16012         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
16013
16014 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
16015
16016         * testsuite/gcc.dg/cpp/paste7.c: New test.
16017         * gcc.dg/cpp/20000725-1.c: New test.
16018
16019 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
16020
16021         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
16022         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
16023         declaration warning for __builtin_dwarf_reg_size.
16024
16025         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
16026
16027 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
16028
16029         * gcc.dg/noncompile/voidparam-1.c: New test.
16030
16031 2000-07-30  Richard Henderson  <rth@cygnus.com>
16032
16033         * gcc.dg/c90-digraph-1.c: Don't xfail.
16034         * gcc.dg/compare2.c (case 10): Xfail.
16035         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
16036
16037 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
16038
16039         * gcc.dg/c99-main-1.c: New test.
16040
16041 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
16042
16043         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
16044
16045 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
16046
16047         * gcc.c-tortuer/execute/20000726-1.c: New test.
16048
16049 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
16050
16051         * gcc.c-torture/execute/enum-2.c: New test.
16052
16053 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16054
16055         * gcc.dg/cpp/tr-warn3.c: New test.
16056
16057 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16058
16059         * g++.old-deja/g++.ext/implicit1.C: Remove.
16060         * g++.old-deja/g++.jason/c2.C: Remove
16061         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
16062         * g++.old-deja/g++.pt/crash16.C: Likewise.
16063         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
16064
16065 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
16066
16067         * g++.old-deja/g++.other/for2.C: New test.
16068
16069 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
16070
16071         * gcc.dg/20000720-1.c: New test.
16072
16073 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
16074
16075         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
16076
16077 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
16078
16079         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
16080         * gcc.c-torture/execute/20000722-1.c: New.
16081         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
16082
16083 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
16084
16085         * gcc.dg/cpp/20000720-1.S: New test.
16086
16087 2000-07-21  Michael Meissner  <meissner@redhat.com>
16088
16089         * gcc.c-torture/execute/ieee/hugeval.c: New test.
16090
16091 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16092
16093         * g++.old-deja/g++.brendan/crash16.C,
16094         g++.old-deja/g++.brendan/parse3.C,
16095         g++.old-deja/g++.brendan/redecl1.C,
16096         g++.old-deja/g++.ns/template13.C,
16097         g++.old-deja/g++.other/decl4.C,
16098         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
16099
16100 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
16101
16102         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
16103         and "Internal error".
16104
16105         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
16106         regexps.
16107         * gcc.dg/cpp/paste6.c: New test.
16108
16109 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
16110
16111         * gcc.dg/cpp/tr-direct.c: New test.
16112
16113         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
16114         gcc.dg/cpp/undef1.c: Tweak error regexps.
16115
16116 2000-07-18  Eric Christopher <echristo@redhat.com>
16117
16118         * gcc.c-torture/compile/20000718-1.c: New test.
16119
16120 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
16121
16122         * cpplex.c (_cpp_push_token): If the token being pushed back
16123         is the previous token in this context, just subtract one from
16124         context->posn.
16125         * cppmacro.c (save_expansion): Clear aux field when storing a
16126         placemarker.
16127
16128 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
16129
16130         * gcc.dg/noncompile/redecl-1.c: New test.
16131
16132 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
16133
16134         * gcc.c-torture/execute/20000717-5.c: New test.
16135         * gcc.c-torture/execute/20000717-1.x: Removed.
16136
16137 2000-07-17  Richard Henderson  <rth@cygnus.com>
16138
16139         * gcc.c-torture/execute/20000717-4.c: New test.
16140
16141 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
16142
16143         * gcc.dg/cpp/syshdr.c: New test.
16144         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
16145
16146 2000-07-17  Neil Booth  <neilb@earthling.net>
16147
16148         * gcc.dg/cpp/cmdlne-dM.c: New test.
16149         * gcc.dg/cpp/cmdlne-dD.c: New test.
16150
16151 2000-07-17  Jeffrey A Law  (law@cygnus.com)
16152
16153         * gcc.c-torture/execute/20000717-3.c: New test.
16154
16155         * gcc.c-torture/compile/20000717-1.c: New test.
16156
16157 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
16158
16159         * gcc.c-torture/execute/20000717-2.c: New test.
16160
16161 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
16162
16163         * gcc.dg/formatz-1.c: New test.
16164
16165         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
16166         * gcc.dg/c99-digraph-1.c: New tests.
16167
16168         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
16169         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
16170
16171         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
16172         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
16173         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
16174         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
16175         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
16176         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
16177         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
16178
16179 2000-07-17   Greg McGary <greg@mcgary.org>
16180
16181         * gcc.c-torture/execute/20000717-1.c: New test.
16182         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
16183
16184 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
16185
16186         * gcc.c-torture/execute/20000715-2.c: New test.
16187         * gcc.dg/20000715-1.c: New test.
16188
16189 2000-07-15  Michael Meissner  <meissner@redhat.com>
16190
16191         * gcc.c-torture/execute/20000715-1.c: New test.
16192
16193 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
16194
16195         * gcc.c-torture/execute/20000707-1.c: New test.
16196
16197 2000-07-13  Neil Booth  <NeilB@earthling.net>
16198
16199         * testsuite/gcc.dg/cpp/digraph1.c,
16200         testsuite/gcc.dg/cpp/digraph2.c,
16201         testsuite/gcc.dg/cpp/digraphs.c: New tests.
16202
16203 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
16204
16205         * g77.f-torture/compile/20000630-2.f:  New test.
16206         * g77.f-torture/compile/20000630-2.x
16207
16208 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16209
16210         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
16211
16212 2000-07-11  Neil Booth  <NeilB@earthling.net>
16213
16214         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
16215
16216 2000-07-11  Neil Booth  <NeilB@earthling.net>
16217
16218         * gcc.dg/cpp/cmdlne-C.c: New.
16219
16220 2000-07-09  Neil Booth  <NeilB@earthling.net>
16221
16222         * gcc.dg/cpp/directiv.c: New tests.
16223         * gcc.dg/cpp/undef1.c: Update.
16224
16225 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
16226
16227         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
16228
16229 2000-07-09  Neil Booth  <NeilB@earthling.net>
16230
16231         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
16232
16233 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
16234
16235         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
16236         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
16237
16238 2000-07-08  Neil Booth  <NeilB@earthling.net>
16239
16240         * gcc.dg/cpp/macsyntx.c: New tests.
16241
16242 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16243
16244         * gcc.dg/20000707-1.c: New test.
16245
16246 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
16247
16248         * gcc.c-torture/execute/20000706-1.c: New test.
16249         * gcc.c-torture/execute/20000706-2.c: New test.
16250         * gcc.c-torture/execute/20000706-3.c: New test.
16251         * gcc.c-torture/execute/20000706-4.c: New test.
16252         * gcc.c-torture/execute/20000706-5.c: New test.
16253
16254 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16255
16256         * g++.old-deja/g++.pt/instantiate7.C: New test.
16257
16258 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
16259
16260         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
16261         * g++.old-deja/g++.mike/thunk3.C: Likewise.
16262         * g++.old-deja/g++.other/rtti3.C: Likewise.
16263         * g++.old-deja/g++.other/rttid3.C: Likewise.
16264
16265 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
16266
16267         *  g77.f-torture/compile/20000630-1.x: Fix typo
16268
16269 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
16270
16271         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
16272         assembly output.
16273
16274 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
16275
16276         * gcc.dg/cpp/ident.c: New test.
16277
16278 2000-07-05  Neil Booth  <NeilB@earthling.net>
16279
16280         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
16281           gcc.dg/cpp/lexstrng.c: New tests.
16282
16283 2000-07-04  Neil Booth  <NeilB@earthling.net>
16284
16285         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
16286         * gcc.dg/cpp/strify2.c: Same.
16287
16288 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
16289
16290         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
16291         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
16292         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
16293         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
16294
16295         * testsuite/gcc.dg/cpp/macro1.c,
16296         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
16297         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
16298         testsuite/gcc.dg/cpp/strify1.c,
16299         testsuite/gcc.dg/cpp/strify2.c: New tests.
16300
16301 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
16302
16303         * gcc.c-torture/execute/20000703-1.c: New test.
16304
16305 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16306
16307         * g++.old-deja/g++.pt (lookup10.C): New test.
16308
16309 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
16310
16311         * g++.old-deja/g++.pt (typename25.C): New test.
16312
16313 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
16314
16315         * gcc.c-torture/compile/20000701-1.c: New test.
16316
16317 2000-06-30  Nick Clifton  <nickc@cygnus.com>
16318
16319         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
16320         to test case.
16321
16322 2000-06-30  Catherine Moore  <clm@cygnus.com>
16323
16324         * gcc.c-torture/execute/align-1.c: New test.
16325
16326 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
16327
16328         * g++.old-deja/g++.pt/expr8.C: New test.
16329         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
16330
16331 2000-06-29  Nick Clifton  <nickc@cygnus.com>
16332
16333         * gcc.c-torture/compile/20000629-1.c: New test.
16334
16335 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16336
16337
16338         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
16339         gcc.dg/noncompile directory, depending on whether they're
16340         preprocessor tests or not.  Annotate all the tests for the dg
16341         framework.
16342
16343         * gcc.c-torture/noncompile/noncompile.exp: Delete.
16344         * gcc.dg/noncompile/noncompile.exp: New.
16345
16346         * Moved files:
16347         Old name                                New name
16348         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
16349         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
16350         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
16351         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
16352         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
16353         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
16354         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
16355         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
16356         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
16357         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
16358         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
16359         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
16360         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
16361         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
16362         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
16363         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
16364         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
16365         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
16366         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
16367         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
16368         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
16369         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
16370         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
16371         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
16372
16373         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
16374         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
16375         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
16376         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
16377         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
16378         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
16379
16380 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
16381
16382         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
16383         declare one variable.  On the fourth, error.
16384         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
16385         declared by 20000628-1a.h.
16386
16387 2000-06-29  Richard Henderson  <rth@redhat.com>
16388
16389         * gcc.c-torture/execute/930529-1.x: New file.
16390         * gcc.dg/920413-1.c: Adjust expected warning text.
16391         * gcc.dg/980217-1.c: Declare abort.
16392         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
16393
16394 2000-06-29  Jeffrey A Law  (law@cygnus.com)
16395
16396         * g77.f-torture/compile/20000629-1.f: New test.
16397         * g77.f-torture/compile/20000629-1.x: Expected to fail.
16398
16399 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16400
16401         Rearrange lots of files, removing entirely the
16402         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
16403         directories.
16404
16405         * Deleted files:
16406         gcc.c-torture/code_quality/code_quality.exp
16407         gcc.c-torture/special/special.exp
16408         gcc.failure/failure.exp
16409         gcc.failure/940409-1.x
16410         gcc.c-torture/compile/961203-1.x
16411
16412         * New files:
16413         gcc.misc-tests/linkage.exp
16414         gcc.c-torture/execute/920730-1t.c
16415         gcc.c-torture/execute/920730-1t.x
16416         gcc.c-torture/compile/920520-1.x
16417         gcc.c-torture/compile/920521-1.x
16418         gcc.c-torture/compile/981006-1.x
16419         gcc.c-torture/execute/eeprof-1.x
16420
16421         * Moved files (possibly with modifications to fit a new harness):
16422         Old name                                New name
16423         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
16424         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
16425         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
16426         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
16427         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
16428         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
16429         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
16430         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
16431         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
16432         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
16433         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
16434         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
16435         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
16436         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
16437
16438 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
16439
16440         * c-torture/compile/961203-1.x: Delete.
16441
16442         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
16443         not exit. Include stdio.h.
16444         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
16445         * gcc.misc-tests/dg-12.c: Likewise.
16446         * gcc.misc-tests/dg-5.c: Likewise.
16447         * gcc.misc-tests/dg-6.c: Likewise.
16448         * gcc.misc-tests/dg-7.c: Prototype abort.
16449         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
16450         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
16451         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
16452         not exit.
16453         * gcc.misc-tests/sieve.c: Use return from main, not exit.
16454         * gcc.misc-tests/sort2.c: Use return from main, not exit.
16455
16456 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
16457
16458         * gcc.dg/cpp/20000628-1.c: New test.
16459         * gcc.dg/cpp/20000628-1.h: New header for above test.
16460         * gcc.dg/cpp/20000628-1a.h: Likewise.
16461
16462 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
16463
16464         * gcc.dg/cpp: New directory.
16465         * gcc.dg/cpp/cpp.exp: New driver.
16466         * gcc.dg/cpp/20000627-1.c: New test.
16467         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
16468         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
16469         and rewrite as a compilation test.
16470
16471         * gcc.dg: Move many files into the cpp subdirectory, possibly
16472         renaming or editing them as well.
16473         Old name                New name
16474         990119-1.c              cpp/19990119-1.c
16475         990228-1.c              cpp/19990228-1.c
16476         990407-1.c              cpp/19990407-1.c
16477         990409-1.c              cpp/19990409-1.c
16478         990413-1.c              cpp/19990413-1.c
16479         990703-1.c              cpp/19990703-1.c
16480         20000127-1.c            cpp/20000127-1.c
16481         20000129-1.c            cpp/20000129-1.c
16482         20000207-1.c            cpp/20000207-1.c
16483         20000207-2.c            cpp/20000207-2.c
16484         20000209-1.c            cpp/20000209-1.c
16485         20000209-2.c            cpp/20000209-2.c
16486         20000301-1.c            cpp/20000301-1.c
16487         20000419-1.c            cpp/20000419-1.c
16488         20000510-1.S            cpp/20000510-1.S
16489         20000519-1.c            cpp/20000519-1.c
16490         20000529-1.c            cpp/20000529-1.c
16491         20000625-1.c            cpp/20000625-1.c
16492         20000625-2.c            cpp/20000625-2.c
16493         cpp-as1.c               cpp/assert1.c
16494         cpp-as2.c               cpp/assert2.c
16495         cxx-comments-1.c        cpp/cxxcom1.c
16496         cxx-comments-2.c        cpp/cxxcom2.c
16497         endif-label.c           cpp/endif.c
16498         cpp-hash1.c             cpp/hash1.c
16499         cpp-hash2.c             cpp/hash2.c
16500         cpp-if1.c               cpp/if-1.c
16501         cpp-if2.c               cpp/if-2.c
16502         cpp-if3.c               cpp/if-3.c
16503         cpp-if4.c               cpp/if-4.c
16504         cpp-if5.c               cpp/if-5.c
16505         cpp-cond.c              cpp/if-cexp.c
16506         cpp-missingop.c         cpp/if-mop.c
16507         cpp-missingparen.c      cpp/if-mpar.c
16508         cpp-opprec.c            cpp/if-oppr.c
16509         cpp-ifparen.c           cpp/if-paren.c
16510         cpp-shortcircuit.c      cpp/if-sc.c
16511         cpp-shift.c             cpp/if-shift.c
16512         cpp-unary.c             cpp/if-unary.c
16513         cpp-li1.c               cpp/line1.c
16514         cpp-li2.c               cpp/line2.c
16515         lineno.c                cpp/line3.c
16516         lineno-2.c              cpp/line4.c
16517         cpp-mi.c                cpp/mi1.c
16518         cpp-mic.h               cpp/mi1c.h
16519         cpp-micc.h              cpp/mi1cc.h
16520         cpp-mind.h              cpp/mi1nd.h
16521         cpp-mindp.h             cpp/mi1ndp.h
16522         cpp-mix.h               cpp/mi1x.h
16523         cpp-mi2.c               cpp/mi2.c
16524         cpp-mi2a.h              cpp/mi2a.h
16525         cpp-mi2b.h              cpp/mi2b.h
16526         cpp-mi2c.h              cpp/mi2c.h
16527         cpp-mi3.c               cpp/mi3.c
16528         cpp-mi3.def             cpp/mi3.def
16529         poison-1.c              cpp/poison.c
16530         pr-impl.c               cpp/prag-imp.c
16531         cpp-redef-2.c           cpp/redef1.c
16532         cpp-redef.c             cpp/redef2.c
16533         strpaste.c              cpp/strp1.c
16534         strpaste-2.c            cpp/strp2.c
16535         cpp-tradpaste.c         cpp/tr-paste.c
16536         cpp-tradstringify.c     cpp/tr-str.c
16537         cpp-tradwarn1.c         cpp/tr-warn1.c
16538         cpp-tradwarn2.c         cpp/tr-warn2.c
16539         trigraphs.c             cpp/trigraphs.c
16540         cpp-unc1.c              cpp/unc1.c
16541         cpp-unc2.c              cpp/unc2.c
16542         cpp-unc3.c              cpp/unc3.c
16543         cpp-unc.c               cpp/unc4.c
16544         undef.c                 cpp/undef1.c
16545         undef-2.c               cpp/undef2.c
16546         cpp-wi1.c               cpp/widestr1.c
16547
16548 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
16549
16550         * lib/g++.exp (g++_include_flags): Tweak.
16551
16552 2000-06-27  H.J. Lu  <hjl@gnu.org>
16553             Loren J. Rittle  <ljrittle@acm.org>
16554
16555         * lib/g++.exp (g++_include_flags): Override libgloss.exp
16556         version with one that knows about the new gcc tree structure.
16557         (g++_link_flags): Same.
16558
16559 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
16560
16561         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
16562         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
16563         case we are cross-compiling.
16564
16565         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
16566         g++.old-deja/g++.niklas/Makefile.in,
16567         g++.old-deja/g++.niklas/configure.in,
16568         g++.old-deja/g++.other/Makefile.in,
16569         g++.old-deja/g++.other/configure.in,
16570         gcc.c-torture/code_quality/Makefile.in,
16571         gcc.c-torture/code_quality/configure.in,
16572         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
16573         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
16574         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
16575         gcc.c-torture/execute/ieee/Makefile.in,
16576         gcc.c-torture/execute/ieee/configure.in,
16577         gcc.c-torture/noncompile/Makefile.in,
16578         gcc.c-torture/noncompile/configure.in,
16579         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
16580         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
16581         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
16582
16583 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16584
16585         * g++.old-deja/g++.other/ambig3.C: New test.
16586
16587 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
16588
16589         * g++.old-deja/g++.pt/syntax1.C: New test.
16590         * g++.old-deja/g++.pt/syntax2.C: New test.
16591         * g++.old-deja/g++.other/syntax3.C: New test.
16592         * g++.old-deja/g++.other/syntax4.C: New test.
16593
16594 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16595
16596         * gcc.dg/20000623-1.c: Prototype exit and abort.
16597
16598 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
16599
16600         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
16601         New tests.
16602         * gcc.dg/cpp-mi3.def: New file.
16603
16604         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
16605         inside assertions.
16606         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
16607         lexer's error messages.
16608         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
16609         divine anything from the linemarkers.
16610         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
16611         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
16612
16613 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
16614
16615         * gcc.dg/20000623-1.c: New test.
16616
16617 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
16618
16619         * gcc.c-torture/execute/20000622-1.c: New test.
16620
16621 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16622
16623         * g++.old-deja/g++.other/init15.C: New test.
16624
16625 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
16626
16627         * g++.old-deja/g++.pt/vaarg2.C: New test.
16628         * g++.old-deja/g++.pt/vaarg3.C: New test.
16629
16630 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
16631
16632         * g++.old-deja/g++.other/dyncast6.C: New test.
16633
16634 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
16635
16636         * gcc.c-torture/execute/loop-6.c: New test.
16637
16638 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
16639
16640         * gcc.dg/20000614-1.c: New test.
16641         * gcc.dg/20000614-2.c: New test.
16642
16643 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
16644
16645         * g++.old-deja/g++.other/inline12.C: New test.
16646
16647 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
16648
16649         * g++.old-deja/g++.other/eh1.C: New test.
16650
16651 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
16652
16653         * g++.old-deja/g++.other/type.C: New test.
16654
16655 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16656
16657         * g++.old-deja/g++.other/initstring.C: New test.
16658
16659 2000-06-12  Jason Merrill  <jason@redhat.com>
16660
16661         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
16662
16663 2000-06-09  Jeffrey A Law  (law@cygnus.com)
16664
16665         * gcc.c-torture/compile/20000609-1.c: New test.
16666
16667 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
16668
16669         * gcc.dg/20000609-1.c: New test.
16670
16671 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
16672
16673         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
16674         * gcc.c-torture/noncompile/poison-1.c: Move...
16675         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
16676         * gcc.dg/cpp-li1.c: Add a token after the #line.
16677
16678 2000-06-05  Richard Henderson  <rth@cygnus.com>
16679
16680         * gcc.c-torture/execute/20000605-2.c: New test.
16681         * gcc.c-torture/execute/20000605-3.c: New test.
16682
16683 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
16684
16685         * g77.f-torture/execute/20000503-1.x: New file.
16686
16687 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
16688
16689         * g++.old-deja/g++.eh/badalloc1.C: New test.
16690
16691 2000-06-05  Richard Henderson  <rth@cygnus.com>
16692
16693         * gcc.c-torture/execute/20000605-1.c: New test.
16694
16695 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
16696             Nathan Sidwell <nathan@codesourcery.com>
16697
16698         * gcc.c-torture/compile/20000605-1.c: New test.
16699
16700 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
16701
16702         * g77.f-torture/compile/20000601-1.f:  New test.
16703
16704 2000-06-03  Richard Henderson  <rth@cygnus.com>
16705
16706         * gcc.c-torture/execute/20000603-1.c: New.
16707
16708 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
16709
16710         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
16711         * gcc.dg/noreturn-2.c (noreturn): Likewise.
16712
16713 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
16714
16715         * gcc.dg/compare2.c (case 12): XFAIL.
16716         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
16717         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
16718
16719         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
16720
16721 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
16722
16723         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
16724         guard macro is already defined when the header is first
16725         included.
16726         * gcc.dg/cpp-mix.h: New file.
16727         * gcc.dg/endif-label.c: Update patterns to match compiler.
16728
16729         * g++.brendan/complex1.C: Declare abort.
16730         * g++.law/refs4.C: Remove XFAIL.
16731         * g++.oliva/expr2.C: Declare abort and exit.
16732
16733 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
16734
16735         * gcc.c-torture/execute/20000528-1.c: New test.
16736
16737         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
16738         * g++.old-deja/g++.law/temps4.C: Likewise.
16739
16740         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
16741         stdlib.h.  Call abort() on failure.
16742         * g++.old-deja/g++.law/refs4.C: Likewise.
16743         * g++.old-deja/g++.law/temps4.C: Likewise.
16744         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
16745         * gcc.c-torture/execute/20000112-1.c: Include string.h.
16746
16747 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
16748
16749         Relative to g++.dg/special:
16750         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
16751
16752         Relative to g++.old-deja:
16753         * g++.brendan/complex1.C, g++.jason/optimize2.C,
16754         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
16755         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
16756         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
16757         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
16758         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
16759         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
16760
16761         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
16762         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
16763         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
16764         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
16765         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
16766         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
16767         and/or string.h.
16768
16769         * g++.other/goto1.C: Update expectations for error messages.
16770
16771 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
16772
16773         * gcc.c-torture/compile/20000523-1.c: New test.
16774
16775 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16776
16777         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
16778
16779 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
16780
16781         * g++.old-deja/g++.eh/catch11.C: New test.
16782         * g++.old-deja/g++.eh/catch12.C: New test.
16783
16784 2000-05-24  Nick Clifton  <nickc@cygnus.com>
16785
16786         * gcc.c-torture/execute/20000523-1.c: New test.
16787
16788 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
16789
16790         * c-torture/execute/bcp-1.c: Replace abort in arg of
16791         __builtin_constant_p with a generic external function.
16792
16793         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
16794         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
16795         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
16796         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
16797         Prototype abort and/or exit.
16798
16799         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
16800         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
16801         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
16802         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
16803
16804 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
16805
16806         * gcc.dg/dwarf2-1.c: New test.
16807
16808 2000-05-20  Richard Henderson  <rth@cygnus.com>
16809
16810         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
16811
16812 2000-05-20  Andreas Jaeger  <aj@suse.de>
16813
16814         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
16815         testcase.
16816
16817 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
16818
16819         * gcc.c-torture/execute/20000519-2.c: New test.
16820
16821 2000-05-19  Andreas Jaeger  <aj@suse.de>
16822
16823         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
16824         which fails with SSA.
16825
16826         * lib/c-torture.exp: Also test with -O3 -fssa.
16827
16828 2000-05-18  Michael Meissner  <meissner@redhat.com>
16829
16830         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
16831         * gcc.c-torture/execute/920415-1.c: Ditto.
16832         * gcc.c-torture/execute/920501-1.c: Ditto.
16833         * gcc.c-torture/execute/conversion.c: Ditto.
16834         * gcc.c-torture/execute/cvt-1.c: Ditto.
16835
16836 2000-05-18  Jeffrey A Law  (law@cygnus.com)
16837
16838         * gcc.c-torture/compile/20000518-1.c: New test.
16839
16840 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
16841
16842         * g77.f-torture/compile/200005018.f:  New test.
16843
16844 2000-05-17  Jeffrey A Law  (law@cygnus.com)
16845
16846         * gcc.c-torture/compile/20000517-1.c: New test.
16847
16848 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16849
16850         * gcc.c-torture/execute/20000516-1.c: New test.
16851
16852 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
16853
16854         * g++.old-deja/g++.other/eh.C: New test.
16855
16856 2000-05-12  Richard Henderson  <rth@cygnus.com>
16857
16858         * gcc.c-torture/execute/990208-1.c (main): Don't pass
16859         constants through to doit's conditional.
16860
16861 2000-05-11  Jeffrey A Law  (law@cygnus.com)
16862
16863         * gcc.c-torture/compile/20000511-1.c: New test.
16864         * g77.f-torture/compile/20000511-1.f: New test.
16865         * g77.f-torture/compile/20000511-2.f: New test.
16866
16867 2000-05-11  Michael Meissner  <meissner@redhat.com>
16868
16869         * gcc.c-torture/execute/20000511-1.c: New test.
16870
16871 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
16872
16873         * gcc.dg/dg.exp: Scan .S files as well as .c files.
16874         * gcc.dg/20000510-1.S: New.
16875
16876 2000-05-08  Catherine Moore  <clm@cygnus.com>
16877
16878         * gcc.dg/unused-3.c: New.
16879
16880 2000-05-06  Richard Henderson  <rth@cygnus.com>
16881
16882           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
16883           * g++.old-deja/g++.mike/warn1.C: Likewise.
16884           * g++.old-deja/g++.pt/local1.C: Likewise.
16885           * g++.old-deja/g++.pt/local7.C: Likewise.
16886           * g++.old-deja/g++.pt/spec16.C: Likewise.
16887
16888 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
16889
16890         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
16891
16892 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
16893
16894           * g77.f-torture/execute/20000503-1.f:  New test.
16895
16896 2000-05-04  Andreas Jaeger  <aj@suse.de>
16897
16898         * gcc.dg/noreturn-2.c: New test.
16899
16900 2000-05-04  Neil Booth  <NeilB@earthling.net>
16901
16902         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
16903         preprocessor.
16904
16905 2000-05-04  Richard Henderson  <rth@cygnus.com>
16906
16907         * gcc.c-torture/execute/20000503-1.c: Fix typo.
16908
16909 2000-05-04  Richard Henderson  <rth@cygnus.com>
16910
16911         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
16912         OpenSSL by Jason R Thorpe.
16913
16914 2000-05-03  Jim Wilson  <wilson@cygnus.com>
16915
16916         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
16917
16918 2000-05-03  Robert Lipe <robertlipe@usa.net>
16919
16920         * gcc.dg/20000503-1.c: New test.
16921
16922 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
16923
16924         * gcc.c-torture/compile/20000502-1.c: New test.
16925         * g++.old-deja/g++.other/align.C: New test.
16926         * gcc.dg/cpp-tradstringify.c: New test.
16927
16928 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
16929
16930         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
16931         and hard registers.
16932
16933 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
16934
16935         * gcc.c-torture/execute/loop-5.c: New test.
16936
16937 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
16938
16939         * gcc.c-torture/execute/va-arg-20.c: New test.
16940
16941 2000-04-23  Jeffrey A Law  (law@cygnus.com)
16942
16943         * gcc.c-torture/execute/20000422-1.c: New test.
16944
16945 2000-04-20  Greg McGary  <gkm@gnu.org>
16946
16947         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
16948         when optimizing, but without sibling-call optimizations (-O1).
16949
16950 2000-04-20  Jeffrey A Law  (law@cygnus.com)
16951
16952           * gcc.c-torture/compile/20000420-1.c: New test.
16953
16954 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
16955
16956         * g++.abi/ptrflags.C: New test.
16957         * g++.eh/catchptr1.C: Test incomplete pointer chains.
16958
16959 2000-04-19  Catherine Moore  <clm@cygnus.com>
16960
16961         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
16962
16963 2000-04-19  Greg McGary  <gkm@gnu.org>
16964
16965         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
16966         sibling-call optimizations.
16967
16968 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
16969
16970         * gcc.dg/20000419-1.c: New test.
16971
16972 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
16973
16974         * gcc.c-torture/execute/20000412-6.c: New test.
16975
16976 2000-04-12  Jeffrey A Law  (law@cygnus.com)
16977
16978         * gcc.c-torture/execute/20000412-5.c: New test.
16979         * g77.f-torture/compile/20000412-1.f: New test.
16980         * gcc.c-torture/execute/20000412-4.c: New test.
16981         * gcc.c-torture/compile/20000412-2.c: New test.
16982         * gcc.c-torture/execute/20000412-3.c: New test.
16983         * gcc.c-torture/compile/20000412-1.c: New test.
16984         * gcc.c-torture/execute/20000412-2.c: New test.
16985
16986 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
16987
16988         * objc/execute/bf-20.m: New test.
16989
16990 2000-04-10  Richard Henderson  <rth@cygnus.com>
16991
16992         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
16993
16994         * gcc.c-torture/execute/20000412-1.c: New test.
16995
16996 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
16997
16998         * g++.old-deja/g++.eh/catchptr1.C: New test.
16999
17000 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
17001
17002         * g++.old-deja/g++.abi/cxa_vec.C: New test.
17003
17004 2000-04-08  Neil Booth  <NeilB@earthling.net>
17005
17006         * gcc.dg/cpp-nullchar.c: Remove test as
17007         embedded nulls cause problems.
17008
17009 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17010
17011         * gcc.dg/compare2.c: New test.
17012
17013 2000-04-08  Neil Booth  <NeilB@earthling.net>
17014
17015         * gcc.dg/cpp-nullchar.c: New test.
17016
17017 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
17018
17019         * gcc.dg/cpp-mi2.c: New test.
17020         * gcc.dg/cpp-mi2[abc].h: New files.
17021
17022 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
17023
17024         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
17025         member name.
17026
17027 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
17028
17029         * g++.old-deja/g++.abi/vmihint.C: New test.
17030
17031 2000-04-06  Neil Booth  <NeilB@earthling.net>
17032
17033         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
17034         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
17035         copyright.
17036
17037 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
17038
17039         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
17040         avoid stack-frame overwrite.
17041
17042 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
17043
17044         * gcc.c-torture/compile/20000405-2.c: New test.
17045         * gcc.c-torture/compile/20000405-3.c: New test.
17046
17047 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17048
17049         * gcc.c-torture/compile/20000405-1.c: New test.
17050
17051 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
17052
17053         * gcc.dg/cast-qual-1.c: Revert last change.
17054
17055 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17056
17057         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
17058
17059 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
17060
17061         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
17062         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
17063
17064 2000-04-03  Jeffrey A Law  (law@cygnus.com)
17065
17066         * gcc.c-torture/compile/20000403-2.c: New test.
17067         * gcc.c-torture/compile/20000403-1.c: New test.
17068
17069 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
17070
17071         * gcc.c-torture/execute/20000403-1.c: New test.
17072
17073 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
17074
17075         * gcc.c-torture/execute/20000402-1.c: New test.
17076
17077 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
17078
17079         * gcc.c-torture/execute/va-arg-15.c: New test.
17080         * gcc.c-torture/execute/va-arg-16.c: New test.
17081         * gcc.c-torture/execute/va-arg-17.c: New test.
17082         * gcc.c-torture/execute/va-arg-18.c: New test.
17083         * gcc.c-torture/execute/va-arg-19.c: New test.
17084
17085 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
17086
17087         * gcc.c-torture/compile/981211-1.c: Move to...
17088         * gcc.dg/cpp-as1.c: ...here.
17089         * gcc.dg/cpp-as2.c: New file.
17090
17091         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
17092         compiler.
17093
17094 2000-04-02  Neil Booth  <NeilB@earthling.net>
17095
17096         * gcc.dg/cpp-cond.c  New tests.
17097         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
17098         accidental success less likely.
17099         * gcc.dg/cpp-missingop.c  New tests.
17100         * gcc.dg/cpp-missingparen.c  New tests.
17101         * gcc.dg/cpp-shift.c  New tests.
17102         * gcc.dg/cpp-shortcircuit.c  New tests.
17103         * gcc.dg/cpp-unary.c  New tests.
17104
17105 2000-03-29  Jeffrey A Law  (law@cygnus.com)
17106
17107         * gcc.c-torture/compile/20000329-1.c: New test.
17108
17109 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
17110
17111         * gcc.c-torture/compile/20000326-1.c: New test.
17112         * gcc.c-torture/compile/20000326-2.c: New test.
17113
17114 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
17115
17116         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
17117         the first parameter is a function argument.
17118
17119 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
17120
17121         * g++.old-deja/g++.ext/array4.C: New test.
17122
17123 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
17124
17125         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
17126
17127 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17128
17129         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
17130
17131 2000-03-19  Richard Henderson  <rth@cygnus.com>
17132
17133         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
17134
17135 2000-03-19  Richard Henderson  <rth@cygnus.com>
17136
17137         * gcc.c-torture/compile/20000319-1.c: New test.
17138
17139 2000-03-14  Jeffrey A Law  (law@cygnus.com)
17140
17141         * gcc.c-torture/execute/20000314-3.c: New test.
17142         * gcc.c-torture/execute/20000314-2.c: New test.
17143         * gcc.c-torture/execute/20000314-1.c: New test.
17144         * gcc.c-torture/compile/20000314-2.c: New test.
17145         * gcc.c-torture/compile/20000314-1.c: New test.
17146
17147 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
17148
17149         * g++.old-deja/g++.warn/inline.C: New test.
17150
17151 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
17152
17153         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
17154         standards-compliant result rather than specific constants.
17155         Put test-values in array.
17156
17157 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
17158
17159         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
17160         (g++_target_compile): Put test-specific options last.
17161
17162 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17163
17164         * g++.old-deja/g++.eh/vbase4.C: New test.
17165
17166 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17167
17168         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
17169
17170 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17171
17172         * g++.old-deja/g++.brendan/misc12.C: Removed.
17173         * g++.old-deja/g++.pt/memtemp77.C: Constify.
17174         * g++.old-deja/g++.ext/pretty4.C: New test.
17175
17176 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
17177
17178         * g++.old-deja/g++.other/string2.C: New test.
17179
17180 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
17181
17182         * g++.old-deja/g++.warn/impint2.C: New test.
17183
17184 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
17185
17186         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
17187         is 1, not zero.
17188
17189 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
17190
17191         * g++.old-deja/g++.warn/impint.C: New test.
17192         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
17193         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
17194         * g++.old-deja/g++.pt/explicit12.C: Likewise.
17195         * g++.old-deja/g++.pt/explicit13.C: Likewise.
17196         * g++.old-deja/g++.pt/explicit17.C: Likewise.
17197         * g++.old-deja/g++.pt/explicit18.C: Likewise.
17198         * g++.old-deja/g++.pt/explicit19.C: Likewise.
17199         * g++.old-deja/g++.pt/explicit23.C: Likewise.
17200         * g++.old-deja/g++.pt/explicit31.C: Likewise.
17201         * g++.old-deja/g++.pt/explicit35.C: Likewise.
17202         * g++.old-deja/g++.pt/explicit6.C: Likewise.
17203         * g++.old-deja/g++.pt/memclass7.C: Likewise.
17204
17205 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
17206
17207         * gcc.dg/cpp-redef.c: New test.
17208
17209 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
17210
17211         * g++.old-deja/g++.pt/unify7.C: New test.
17212
17213 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17214
17215         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
17216         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
17217
17218 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
17219
17220         * gcc.c-torture/compile/20000224-1.c: New test.
17221
17222 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17223
17224         * gcc.c-torture/compile/cpp-2.c: New test.
17225         * gcc.c-torture/compile/cpp-1.c: New test.
17226
17227 2000-02-25  Jeffrey A Law  (law@cygnus.com)
17228
17229         * gcc.c-torture/execute/20000225-1.c: New test.
17230
17231 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17232
17233         * gcc.dg/cpp-li2.c: New test.
17234
17235         * gcc.dg/cpp-wi1.c: New test.
17236
17237         * gcc.dg/cpp-li1.c: New test.
17238
17239 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
17240
17241         * g++.old-deja/g++.other/sizeof5.C: New test.
17242
17243 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17244
17245         * gcc.c-torture/execute/va-arg-13.c: New test.
17246
17247 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
17248
17249         * gcc.c-torture/execute/va-arg-12.c: New test.
17250
17251 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17252
17253         * gcc.c-torture/execute/20000223-1.c: New test.
17254
17255 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
17256
17257         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
17258
17259 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
17260
17261         * g++.old-deja/g++.abi/ptrmem.C: New test.
17262
17263 2000-02-19  Richard Henderson  <rth@cygnus.com>
17264
17265         * gcc.c-torture/compile/init-3.c: New.
17266
17267 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
17268
17269         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
17270         ALWAYS_CXXFLAGS.
17271
17272 2000-02-11  Robert Lipe <robertl@sco.com>
17273
17274         * gcc.c-torture/compile/20000211-3.c: New test.
17275
17276 2000-02-11  Martin Buchholz <martin@xemacs.org>
17277
17278         * gcc.c-torture/compile/20000211-2.c: New test.
17279
17280 2000-02-11  Jeffrey A Law  (law@cygnus.com)
17281
17282         * gcc.c-torture/compile/20000211-1.c: New test.
17283
17284 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
17285
17286         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
17287           on native targets
17288
17289 2000-02-08  Nathan Sidwell  <nathan@acm.org>
17290
17291         * g++.old-deja/g++.other/cast5.C: New test.
17292
17293 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
17294
17295         * gcc.c-torture/execute/20000205-1.c: New.
17296
17297 2000-02-03  Nathan Sidwell  <nathan@acm.org>
17298
17299         * g++.old-deja/g++.jason/cast3.C: Return void.
17300         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
17301
17302 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17303
17304         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
17305
17306         * gcc.dg/loop-1.c: New test.
17307
17308 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
17309
17310         * gcc.c-torture/compile/20000127-1.c: New test.
17311         * gcc.c-torture/execute/991228-1.c: New test.
17312
17313 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17314
17315         * gcc.dg/unused-2.c: New test.
17316
17317         * gcc.dg/conv-1.c: New test.
17318
17319 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
17320
17321         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
17322         compiler.
17323         (tool_option_proc): Fix typo.
17324
17325 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
17326
17327         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
17328         of the ld on the host, not on the build machine.
17329         Also, don't crash if '--help' is not a supported option.
17330
17331 2000-01-24  Richard Henderson  <rth@cygnus.com>
17332
17333         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
17334
17335 2000-01-20  Jeffrey A Law  (law@cygnus.com)
17336
17337         * gcc.c-torture/execute/20000120-2.c: New test.
17338         * gcc.c-torture/execute/20000120-1.c: New test.
17339
17340 2000-01-13  Jeffrey A Law  (law@cygnus.com)
17341
17342         * gcc.c-torture/execute/20000113-1.c: New test.
17343
17344 2000-01-12  Jeffrey A Law  (law@cygnus.com)
17345
17346         * gcc.c-torture/execute/20000112-1.c: New test.
17347
17348 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17349
17350         * gcc.dg/20000111-1.c: New test.
17351
17352 2000-01-10  Jeffrey A Law  (law@cygnus.com)
17353
17354         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
17355         with 16 bit integers.
17356
17357 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17358
17359         * gcc.dg/20000108-1.c: New test.
17360
17361 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17362
17363         * g++.old-deja/g++.ns/koenig8.C: New test.
17364
17365 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17366
17367         * g++.old-deja/g++.other/cast4.C: New test.
17368
17369 2000-01-05  Jeffrey A Law  (law@cygnus.com)
17370
17371         * gcc.c-torture/compile/20000105-2.c: New test.
17372         * gcc.c-torture/compile/20000105-1.c: New test.
17373
17374 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17375
17376         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
17377         references to printf & atoi to conform to ANSI standard.
17378         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
17379         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
17380         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
17381         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
17382         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
17383         * g++.old-deja/g++.brendan/complex1.C: Likewise.
17384         * g++.old-deja/g++.brendan/copy1.C: Likewise.
17385         * g++.old-deja/g++.brendan/copy2.C: Likewise.
17386         * g++.old-deja/g++.brendan/copy3.C: Likewise.
17387         * g++.old-deja/g++.brendan/copy4.C: Likewise.
17388         * g++.old-deja/g++.brendan/copy5.C: Likewise.
17389         * g++.old-deja/g++.brendan/copy6.C: Likewise.
17390         * g++.old-deja/g++.brendan/copy7.C: Likewise.
17391         * g++.old-deja/g++.brendan/copy8.C: Likewise.
17392         * g++.old-deja/g++.brendan/crash11.C: Likewise.
17393         * g++.old-deja/g++.brendan/crash14.C: Likewise.
17394         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
17395         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
17396         * g++.old-deja/g++.brendan/delete2.C: Likewise.
17397         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
17398         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
17399         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
17400         * g++.old-deja/g++.brendan/eh1.C: Likewise.
17401         * g++.old-deja/g++.brendan/groff1.C: Likewise.
17402         * g++.old-deja/g++.brendan/init3.C: Likewise.
17403         * g++.old-deja/g++.brendan/misc12.C: Likewise.
17404         * g++.old-deja/g++.brendan/misc7.C: Likewise.
17405         * g++.old-deja/g++.brendan/new2.C: Likewise.
17406         * g++.old-deja/g++.brendan/operators4.C: Likewise.
17407         * g++.old-deja/g++.brendan/operators5.C: Likewise.
17408         * g++.old-deja/g++.brendan/overload2.C: Likewise.
17409         * g++.old-deja/g++.brendan/overload7.C: Likewise.
17410         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
17411         * g++.old-deja/g++.brendan/reference1.C: Likewise.
17412         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
17413         * g++.old-deja/g++.brendan/template24.C: Likewise.
17414         * g++.old-deja/g++.brendan/template3.C: Likewise.
17415         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
17416         * g++.old-deja/g++.jason/inline3.C: Likewise.
17417         * g++.old-deja/g++.jason/opeq.C: Likewise.
17418         * g++.old-deja/g++.law/arg5.C: Likewise.
17419         * g++.old-deja/g++.law/arm7.C: Likewise.
17420         * g++.old-deja/g++.law/ctors11.C: Likewise.
17421         * g++.old-deja/g++.law/cvt8.C: Likewise.
17422         * g++.old-deja/g++.law/init9.C: Likewise.
17423         * g++.old-deja/g++.law/refs4.C: Likewise.
17424         * g++.old-deja/g++.law/template2.C: Likewise.
17425         * g++.old-deja/g++.law/visibility24.C: Likewise.
17426         * g++.old-deja/g++.law/vtable3.C: Likewise.
17427         * g++.old-deja/g++.mike/asm2.C: Likewise.
17428         * g++.old-deja/g++.mike/eh1.C: Likewise.
17429         * g++.old-deja/g++.mike/misc1.C: Likewise.
17430         * g++.old-deja/g++.mike/misc13.C: Likewise.
17431         * g++.old-deja/g++.mike/misc14.C: Likewise.
17432         * g++.old-deja/g++.mike/ns12.C: Likewise.
17433         * g++.old-deja/g++.mike/p1248.C: Likewise.
17434         * g++.old-deja/g++.mike/p3708.C: Likewise.
17435         * g++.old-deja/g++.mike/p3708a.C: Likewise.
17436         * g++.old-deja/g++.mike/p3708b.C: Likewise.
17437         * g++.old-deja/g++.mike/p646.C: Likewise.
17438         * g++.old-deja/g++.mike/p700.C: Likewise.
17439         * g++.old-deja/g++.mike/p783.C: Likewise.
17440         * g++.old-deja/g++.mike/p783a.C: Likewise.
17441         * g++.old-deja/g++.mike/p783b.C: Likewise.
17442         * g++.old-deja/g++.mike/p786.C: Likewise.
17443         * g++.old-deja/g++.mike/p789.C: Likewise.
17444         * g++.old-deja/g++.mike/p789a.C: Likewise.
17445         * g++.old-deja/g++.mike/p807a.C: Likewise.
17446         * g++.old-deja/g++.other/delete3.C: Likewise.
17447         * g++.old-deja/g++.other/dyncast1.C: Likewise.
17448         * g++.old-deja/g++.other/dyncast2.C: Likewise.
17449         * g++.old-deja/g++.other/dyncast3.C: Likewise.
17450         * g++.old-deja/g++.other/empty1.C: Likewise.
17451         * g++.old-deja/g++.other/temporary1.C: Likewise.
17452         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
17453         * g++.old-deja/g++.pt/t16.C: Likewise.
17454         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
17455
17456 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
17457
17458         * gcc.dg/991230-1.c: New test.
17459
17460 1999-12-29  Jeffrey A Law  (law@cygnus.com)
17461
17462         * gcc.c-torture/compile/991229-3.c: New test.
17463         * gcc.c-torture/compile/991229-2.c: New test.
17464         * gcc.c-torture/compile/991229-1.c: New test.
17465
17466 1999-12-29  Greg McGary <gkm@eng.ascend.com>
17467
17468         * gcc.c-torture/compile/labels-2.c: New test.
17469
17470 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17471
17472         * gcc.c-torture/execute/991227-1.c: New test.
17473
17474 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17475
17476         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
17477
17478 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
17479
17480         * gcc.c-torture/execute/991221-1.c: New test.
17481
17482 1999-12-20  Nathan Sidwell  <nathan@acm.org>
17483
17484         * g++.old-deja/g++.other/cast3.C: New test.
17485
17486 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
17487
17488         * gcc.c-torture/execute/991216-4.c: New test.
17489
17490 1999-12-16  Michael Meissner  <meissner@cygnus.com>
17491
17492         * gcc.c-torture/execute/991216-1.c: New test.
17493         * gcc.c-torture/execute/991216-2.c: New test.
17494         * gcc.c-torture/execute/991216-3.c: New test.
17495
17496 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17497
17498         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
17499         Actually make the test fail by using "-O2" for compilation.
17500
17501 1999-12-15  Nathan Sidwell  <nathan@acm.org>
17502
17503         * g++.old-deja/g++.warn/cast-align1.C: New test.
17504
17505 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17506
17507         * gcc.c-torture/compile/991214-1.c: New test.
17508         * gcc.c-torture/compile/991214-2.c: New test.
17509
17510 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
17511
17512         * gcc.dg/991214-1.c: New test.
17513
17514 1999-12-13  Jeffrey A Law  (law@cygnus.com)
17515
17516         * gcc.c-torture/compile/991213-3.c: New test.
17517         * gcc.c-torture/compile/991213-2.c: New test.
17518         * gcc.c-torture/compile/991213-1.c: New test.
17519
17520 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
17521
17522         * gcc.dg/991209-1.c: New test.
17523
17524 1999-12-08  Nathan Sidwell <nathan@acm.org>
17525
17526         * gcc.c-torture/compile/991208-1.c: New test.
17527
17528 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17529
17530         * gcc.dg/ultrasp2.c: New test.
17531
17532 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
17533
17534         * g++.old-deja/g++.abi/align.C (main): Fix typo.
17535
17536 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
17537
17538         * gcc.c-torture/compile/991202-1.c: New test.
17539         * gcc.c-torture/execute/991202-1.c: New test.
17540         * gcc.c-torture/execute/991202-2.c: New test.
17541         * gcc.c-torture/execute/991202-3.c: New test.
17542
17543 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
17544
17545         * g++.old-deja/g++.abi/align.C: New test.
17546         * g++.old-deja/g++.abi/aggregates.C: Likewise.
17547         * g++.old-deja/g++.abi/bitfields.C: Likewise.
17548
17549 1999-12-01  Richard Henderson  <rth@cygnus.com>
17550
17551         * gcc.c-torture/execute/991201-1.c: New.
17552
17553 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
17554
17555         * gcc.dg/991129-1.c: New test.
17556
17557 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
17558
17559         * gcc.c-torture/compile/991127-1.c: New test.
17560
17561 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17562
17563         * g++.old-deja/g++.other/warn4.C: New test.
17564
17565 1999-11-22  Nathan Sidwell  <nathan@acm.org>
17566
17567         * g++.old-deja/g++.eh/cleanup2.C: New test.
17568         * g++.old-deja/g++.ext/pretty2.C: New test.
17569         * g++.old-deja/g++.ext/pretty3.C: New test.
17570         * g++.old-deja/g++.other/debug6.C: New test.
17571
17572 1999-10-20  Jim Wilson  <wilson@cygnus.com>
17573
17574         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
17575         compiler_output to look for one error message instead of two.
17576
17577 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
17578
17579         * gcc.c-torture/execute/991118-1.c: Also test case
17580         where the word boundary does not split a byte evenly.
17581
17582 1999-11-19  Nathan Sidwell  <nathan@acm.org>
17583
17584         * g++.old-deja/g++.ext/restrict1.C: New test.
17585
17586 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
17587
17588         * gcc.c-torture/execute/991118-1.c: New test.
17589
17590 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
17591
17592         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
17593         working directory pathnames.
17594
17595 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
17596
17597         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
17598         host is equipped with driver.h and driver.o so it can actually
17599         compile and run the tests.
17600
17601 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
17602
17603         * gcc.c-torture/compile/991008-1.c: New test.
17604
17605 1999-11-08  Nick Clifton  <nickc@cygnus.com>
17606
17607         * lib/gcc-dg.exp: Include target-supports.exp
17608
17609 1999-11-05  Nick Clifton  <nickc@cygnus.com>
17610
17611         * lib/target-supports.exp: New file: Provide procs to test for
17612         features supported by the target.
17613         (check_weak_available): Moved here from ecos.exp.
17614         (check_alias_available): New proc: Determine of the target
17615         toolchain supports the alias attribute.
17616
17617         * gcc.dg/special/ecos.exp: Move check_weak_available to
17618         target-supports.exp.
17619         (alias-1.c): Only perform the test if the target supports
17620         aliases.
17621         (wkali-1.c): Only perform the test if the target supports
17622         aliases.
17623
17624         * gcc.dg/990506-0.c: Expect error messages from cross
17625         targets as well as native targets.
17626
17627 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17628
17629         * gcc.dg/ultrasp1.c: Removed xfail.
17630         * gcc.dg/struct-ret-2.c: Likewise.
17631         * gcc.dg/array-1.c: Likewise.
17632
17633 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17634
17635         * gcc.dg/struct-ret-2.c: New test.
17636
17637         * gcc.dg/array-1.c: New test.
17638
17639 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
17640
17641         * gcc.c-torture/execute/991030-1.c: New test.
17642
17643 1999-10-26  Richard Henderson  <rth@cygnus.com>
17644
17645         * gcc.c-torture/compile/991026-2.c: New test.
17646
17647 1999-10-26  Jeffrey A Law  (law@cygnus.com)
17648
17649         * gcc.c-torture/compile/991026-1.c: New test.
17650
17651 1999-10-23  Jeffrey A Law  (law@cygnus.com)
17652
17653         * gcc.c-torture/execute/991023-1.c: New test.
17654
17655 1999-10-19  Jeffrey A Law  (law@cygnus.com)
17656
17657         * gcc.c-torture/execute/991019-1.c: New test.
17658
17659 1999-10-16  Richard Henderson  <rth@cygnus.com>
17660
17661         * gcc.c-torture/execute/991016-1.c: New test.
17662
17663 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
17664
17665         * gcc.c-torture/execute/991014-1.c: New test.
17666
17667 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
17668
17669         * g++.old-deja/g++.other/union2.C: New test.
17670
17671 1999-10-13  Nathan Sidwell  <nathan@acm.org>
17672
17673         * g++.old-deja/g++.other/vaarg2.C: New test.
17674         * g++.old-deja/g++.other/vaarg3.C: New test.
17675
17676 1999-10-12  Craig Burley  <craig@jcb-sc.com>
17677
17678         * g77.f-torture/noncompile/19990905-1.f: Moved from being
17679         in compile/.
17680
17681 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
17682
17683         * gcc.c-torture/execute/va-arg-11.c: New test.
17684
17685 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
17686
17687         * lib/file-format.exp (gcc_target_object_format): Don't
17688         crash if objdump is unavailable.
17689
17690 1999-09-29  Donn Terry <donn@interix.com>
17691
17692         * gcc.misc-tests/mg.exp: delete extraneous redirection.
17693
17694 1999-09-28  Nick Clifton  <nickc@cygnus.com>
17695
17696         * gcc.c-torture/compile/990928-1.c: New test.
17697
17698 1999-09-28  Nathan Sidwell  <nathan@acm.org>
17699
17700         * g++.old-deja/g++.other/decl6.C: New test.
17701
17702 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17703
17704         * gcc.c-torture/execute/va-arg-10.c: New test.
17705
17706 1999-09-27  Nathan Sidwell  <nathan@acm.org>
17707
17708         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
17709         __PRETTY_FUNCTION__.
17710
17711 1999-09-23  Nick Clifton  <nickc@cygnus.com>
17712
17713         * gcc.c-torture/execute/990923-1.c: New test.
17714
17715 1999-09-21  Nick Clifton  <nickc@cygnus.com>
17716
17717         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
17718         for which -fpic is inappropriate.
17719
17720 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
17721
17722         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
17723
17724 1999-09-21  Nathan Sidwell  <nathan@acm.org>
17725
17726         * g++.old-deja/g++.other/dyncast1.C: New test.
17727         * g++.old-deja/g++.other/dyncast2.C: New test.
17728         * g++.old-deja/g++.other/dyncast3.C: New test.
17729         * g++.old-deja/g++.other/dyncast4.C: New test.
17730         * g++.old-deja/g++.other/dyncast5.C: New test.
17731         * g++.old-deja/g++.eh/catch3.C: New test.
17732         * g++.old-deja/g++.eh/catch3p.C: New test.
17733         * g++.old-deja/g++.eh/catch4.C: New test.
17734         * g++.old-deja/g++.eh/catch4p.C: New test.
17735         * g++.old-deja/g++.eh/catch5.C: New test.
17736         * g++.old-deja/g++.eh/catch5p.C: New test.
17737         * g++.old-deja/g++.eh/catch6.C: New test.
17738         * g++.old-deja/g++.eh/catch6p.C: New test.
17739         * g++.old-deja/g++.eh/catch7.C: New test.
17740         * g++.old-deja/g++.eh/catch7p.C: New test.
17741         * g++.old-deja/g++.eh/catch8.C: New test.
17742         * g++.old-deja/g++.eh/catch8p.C: New test.
17743         * g++.old-deja/g++.eh/catch9.C: New test.
17744         * g++.old-deja/g++.eh/catch9p.C: New test.
17745
17746 1999-09-13  Nathan Sidwell  <nathan@acm.org>
17747
17748         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
17749         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
17750
17751 1999-09-13  Jeffrey A Law  (law@cygnus.com)
17752
17753         * gcc.c-torture/compile/990913-1.c: New test.
17754
17755 1999-09-10  Nathan Sidwell  <nathan@acm.org>
17756
17757         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
17758         * g++.old-deja/g++.jason/rfg5.C: Likewise.
17759
17760 1999-09-09  Richard Henderson  <rth@cygnus.com>
17761
17762         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
17763
17764 1999-09-09  Nathan Sidwell  <nathan@acm.org>
17765
17766         * g++.old-deja/g++.other/lookup11.C: New test.
17767         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
17768         what is permitted and what we want.
17769         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
17770         overload use.
17771         * g++.old-deja/g++.jason/rfg5.C: Likewise
17772
17773 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
17774
17775         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
17776         * gcc.c-torture/noncompile/poison-1.c: New file.
17777
17778 1999-09-08  Nathan Sidwell  <nathan@acm.org>
17779
17780         * g++.old-deja/g++.other/sizeof3.C: New test.
17781         * g++.old-deja/g++.other/sizeof4.C: New test.
17782         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
17783         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
17784
17785 1999-09-07  Richard Henderson  <rth@cygnus.com>
17786
17787         * gcc.dg/va-arg-1.c: New.
17788
17789 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17790
17791         * gcc.c-torture/execute/va-arg-9.c: New test.
17792
17793 1999-09-05  Craig Burley  <craig@jcb-sc.com>
17794
17795         * g77.f-torture/compile/980519-2.f: New test.
17796         * g77.f-torture/compile/19990905-0.f: New test.
17797         * g77.f-torture/compile/19990905-1.f: New test.
17798         * g77.f-torture/compile/19990905-2.f: New test.
17799
17800         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
17801
17802 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
17803
17804         * gcc.c-torture/execute/990827-1.c: Fix typo.
17805
17806 1999-09-03  Nathan Sidwell  <nathan@acm.org>
17807
17808         * g++.old-deja/g++.other/deref1.C: New test.
17809
17810 1999-09-02  Nathan Sidwell  <nathan@acm.org>
17811
17812         * g++.old-deja/g++.other/ambig2.C: New test.
17813         * g++.old-deja/g++.other/cond5.C: New test.
17814         * g++.old-deja/g++.other/lookup16.C: New test.
17815
17816 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
17817
17818         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
17819         assemblers too.
17820
17821 1999-08-31  Jeffrey A Law  (law@cygnus.com)
17822
17823         * lib/c-torture.exp: Avoid the "compare executables" optimization
17824         when testing native.
17825
17826 1999-08-29  Jeffrey A Law  (law@cygnus.com)
17827
17828         * gcc.c-torture/execute/990829-1.c: New test.
17829         * gcc.c-torture/compile/990829-1.c: New test.
17830
17831 1999-08-27  Paul Burchard  <burchard@pobox.com>
17832
17833         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
17834         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
17835         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
17836         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
17837         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
17838         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
17839         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
17840         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
17841         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
17842         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
17843         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
17844
17845 1999-08-27  Jeffrey A Law  (law@cygnus.com)
17846
17847         * gcc.c-torture/execute/990827-1.c: New test.
17848
17849 1999-08-26  Craig Burley  <craig@jcb-sc.com>
17850
17851         * g77.f-torture/noncompile/19990826-4.f: New test.
17852
17853         * g77.f-torture/compile/19990826-3.f: New test.
17854
17855         * g77.f-torture/execute/19990826-2.f: New test.
17856
17857         * g77.f-torture/compile/19990826-1.f: New test.
17858
17859         * gcc.c-torture/execute/990826-0.c: New test.
17860         * g77.c-torture/execute/19990826-0.f: New test.
17861
17862         * g77.f-torture/noncompile/970626-2.f: New test.
17863
17864 1999-08-25  Paul Burchard  <burchard@pobox.com>
17865
17866         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
17867         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
17868         lss-011.C: New tests.
17869
17870 1999-08-25  Nathan Sidwell  <nathan@acm.org>
17871
17872         * g++.old-deja/g++.other/decl5.C: New test.
17873
17874 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17875
17876         * noncompile/noncompile.exp: Load_lib c-torture.exp.
17877         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
17878         call `postbase' for each one.  All callers of `postbase' changed
17879         to call this instead.
17880
17881 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
17882
17883         * gcc.c-torture/execute/990811-1.c: New test.
17884
17885 1999-08-09  Nick Clifton  <nickc@cygnus.com>
17886
17887         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
17888         just native ones.
17889
17890         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
17891         just native ones.
17892
17893 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17894
17895         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
17896
17897 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17898
17899         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
17900
17901 1999-08-04  Nathan Sidwell  <nathan@acm.org>
17902
17903         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
17904
17905 1999-08-04  Jeffrey A Law  (law@cygnus.com)
17906
17907         * gcc.c-torture/execute/990804-1.c: New test.
17908
17909 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17910
17911         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
17912         * g++.old-deja/g++.brendan/crash64.C: Likewise
17913         * g++.old-deja/g++.brendan/overload8.C: Likewise
17914
17915 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17916
17917         * g++.old-deja/g++.other/struct1.C: New test.
17918
17919 1999-08-03  Nathan Sidwell  <nathan@acm.org>
17920
17921         * g++.old-deja/g++.other/enum2.C: New test.
17922
17923 1999-08-02  Richard Henderson  <rth@cygnus.com>
17924
17925         Adapted from tests from Franz Sirl:
17926         * gcc.c-torture/execute/va-arg-7.c: New test.
17927         * gcc.c-torture/execute/va-arg-8.c: New test.
17928
17929 1999-08-01  Jeffrey A Law  (law@cygnus.com)
17930
17931         * gcc.c-torture/compile/990801-2.c: New test.
17932
17933         * gcc.c-torture/compile/990801-1.c: New test.
17934
17935 1999-07-27  Michael Meissner  <meissner@cygnus.com>
17936
17937         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
17938         fp-cmp-1.c, converting double to float.
17939
17940         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
17941         fp-cmp-1.c, converting double to long double.
17942
17943         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
17944         from fr1 to unknown_register, since fr1 is a legitimate register
17945         on some machines.
17946
17947 1999-07-25  Jeffrey A Law  (law@cygnus.com)
17948
17949         * README: More listname related changes.
17950
17951 1999-07-08  Catherine Moore  <clm@cygnus.com>
17952
17953         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
17954
17955 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
17956
17957         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
17958
17959 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
17960
17961         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
17962
17963 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
17964
17965         * gcc.dg/990703-1.c: New test.
17966
17967 1999-06-29  Nick Clifton  <nickc@cygnus.com>
17968
17969         * lib/file-format.exp: New file: Move definition of proc
17970         gcc_target_object_format to here from
17971         gcc.dg/special/ecos.exp.
17972
17973         * lib/c-torture.exp: Include lib file-format.exp.
17974         * lib/gcc-dg.exp: Include lib file-format.exp.
17975
17976         * gcc.dg/special/ecos.exp: Remove definition of proc
17977         gcc_target_object_format.
17978
17979 1999-06-28  Jeffrey A Law  (law@cygnus.com)
17980
17981         * gcc.c-torture/execute/990628-1.c: New test.
17982
17983 1999-06-25  Jeffrey A Law  (law@cygnus.com)
17984
17985         * gcc.c-torture/compile/990625-2.c: New test.
17986
17987         * gcc.c-torture/compile/990625-1.c: New test.
17988
17989 1999-06-23  Nick Clifton  <nickc@cygnus.com>
17990
17991         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
17992         attributes compile.
17993         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
17994         ports that use the COFF/PE file format.
17995
17996 1999-06-17  Jeffrey A Law  (law@cygnus.com)
17997
17998         * gcc.c-torture/compile/990617-1.c: New test.
17999
18000 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
18001
18002         * g++.old-deja/g++.other/decl4.C: New test.
18003
18004 1999-06-14  Nathan Sidwell  <nathan@acm.org>
18005
18006         * g++.old-deja/g++.other/bitfld3.C: New test.
18007
18008 1999-06-08  Nathan Sidwell  <nathan@acm.org>
18009
18010         * g++.old-deja/g++.eh/catch1.C: New test.
18011
18012 1999-06-07  Jeffrey A Law  (law@cygnus.com)
18013
18014         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
18015
18016         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
18017         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
18018
18019 1999-06-05  Craig Burley  <craig@jcb-sc.com>
18020
18021         * g77.f-torture/compile/19990502-0.f: Replace with new,
18022         shorter, test that still fails after recent changes.
18023
18024 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18025
18026         * gcc.c-torture/execute/990604-1.c: New test.
18027
18028 1999-05-31  Jeffrey A Law  (law@cygnus.com)
18029
18030         * gcc.c-torture/execute/990531-1.c: New test.
18031
18032 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18033
18034         * gcc.c-torture/compile/990527-1.c: New test.
18035
18036 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
18037
18038         * gcc.c-torture/execute/990527-1.c: New test.
18039
18040 1999-05-25  Nick Clifton  <nickc@cygnus.com>
18041
18042         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
18043         bitfields as signed.
18044
18045 1999-05-25  Craig Burley  <craig@jcb-sc.com>
18046
18047         * g77.f-torture/compile/19990525-0.f: New test.
18048
18049 1999-05-25  Jeffrey A Law  (law@cygnus.com)
18050
18051         * gcc.c-torture/execute/990525-2.c: New test.
18052
18053         * gcc.c-torture/execute/990525-1.c: New test.
18054
18055 1999-05-24  Nathan Sidwell  <nathan@acm.org>
18056
18057         * g++.old-deja/g++.other/anon3.C: New test.
18058         * g++.old-deja/g++.other/anon4.C: New test.
18059         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
18060         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
18061         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
18062         Merrill).
18063
18064 1999-05-24  Jeffrey A Law  (law@cygnus.com)
18065
18066         * gcc.c-torture/execute/990524-1.c: New test.
18067
18068         * gcc.dg/990524-1.c: New test.
18069
18070 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18071
18072         * gcc.c-torture/compile/990523-1.c: New test.
18073
18074 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
18075
18076         * gcc.c-torture/compile/990519-1.c: New test.
18077
18078 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18079
18080         * gcc.c-torture/compile/990517-1.c: New test.
18081
18082         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
18083         (e4, f4): New tests.
18084         (main): Call them.
18085
18086 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18087
18088         * gcc.dg/noreturn-1.c: New test.
18089
18090 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
18091
18092         * gcc.c-torture/execute/990513-1.c: New test.
18093
18094 1999-05-10  Richard Henderson  <rth@cygnus.com>
18095
18096         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
18097
18098 1999-05-10  Craig Burley  <craig@jcb-sc.com>
18099
18100         * g77.f-torture/execute/erfc.f: Use small single-precision
18101         values, to avoid problems on Alphas when not -mieee.
18102
18103 1999-05-08  Craig Burley  <craig@jcb-sc.com>
18104
18105         * gcc.dg/990506-0.c: New test.
18106
18107 1999-05-08  Richard Henderson  <rth@cygnus.com>
18108
18109         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
18110         the constant to test.  Don't XFAIL 64-bit targets.
18111
18112         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
18113         * g++.old-deja/g++.law/profile1.C: Likewise.
18114
18115         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
18116         operator new instances.
18117         * g++.old-deja/g++.other/delete5.C: Likewise.
18118
18119 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18120
18121         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
18122         intrinsic.
18123
18124 1999-05-03  Craig Burley  <craig@jcb-sc.com>
18125
18126         * g77.f-torture/execute/u77-test.f: Reverse order of two
18127         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
18128
18129 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18130
18131         * gcc.dg/compare1.c: New test.
18132
18133 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
18134
18135         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
18136         New tests.
18137
18138 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18139
18140         * g77.f-torture/compile/19990502-1.f: New test.
18141
18142 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18143
18144         * g77.f-torture/compile/19990502-0.f: New test.
18145
18146 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18147
18148         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
18149         intrinsic.
18150
18151 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18152
18153         * g77.f-torture/execute/u77-test.f (main): List libU77
18154         intrinsics not currently tested.
18155         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
18156         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
18157         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
18158         Trim blanks off the ends of some printed strings.
18159
18160 1999-05-02  Craig Burley  <craig@jcb-sc.com>
18161
18162         * g77.f-torture/execute/u77-test.f (main): Just warn about
18163         FSTAT gid disagreement, as it's expected on some systems.
18164
18165 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18166
18167         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
18168         use a new function, which allows for some slop.
18169         Clean up some commentary.
18170         (issum): The new function.
18171         (sgladd): Deleted subroutine.
18172
18173 1999-05-01  Craig Burley  <craig@jcb-sc.com>
18174
18175         * g77.f-torture/execute/u77-test.f: Modify to be more like
18176         libf2c/libU77 version, bringing patches to that version here.
18177         Add suitable commentary.
18178
18179 1999-04-25  Richard Henderson  <rth@cygnus.com>
18180
18181         * gcc.dg/990424-1.c: New test.
18182
18183 1999-04-24  Craig Burley  <craig@jcb-sc.com>
18184
18185         * g77.f-torture/execute/u77-test.f (main): Bug involving
18186         LSTAT has been fixed, so turn back on full checking.
18187
18188 1999-04-20  Craig Burley  <craig@jcb-sc.com>
18189
18190         * g77.f-torture/compile/19990419-0.f: New test.
18191         * g77.f-torture/execute/19990419-1.f: New test.
18192
18193 1999-04-17  Richard Henderson  <rth@cygnus.com>
18194
18195         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
18196         to avoid the need for a prototype to supress a warning.
18197
18198 1999-04-07  Jim Wilson  <wilson@cygnus.com>
18199
18200         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
18201
18202 1999-04-04  Jeffrey A Law  (law@cygnus.com)
18203
18204         * gcc.c-torture/execute/990404-1.c: New test.
18205
18206 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18207
18208         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
18209         * gcc.dg/cpp-if3.c: Don't use -pedantic.
18210         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
18211         missing initializer warnings.
18212
18213 1999-03-28  Jeffrey A Law  (law@cygnus.com)
18214
18215         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
18216         matching strings.
18217
18218 1999-03-26  Jeffrey A Law  (law@cygnus.com)
18219
18220         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
18221
18222 1999-03-26  Craig Burley  <craig@jcb-sc.com>
18223
18224         * g77.f-torture/execute/19990325-0.f: New test.
18225         * g77.f-torture/execute/19990325-1.f: New test.
18226
18227 1999-03-24  Jeffrey A Law  (law@cygnus.com)
18228
18229         * gcc.c-torture/execute/990324-1.c: New test.
18230
18231 1999-03-22  Jim Wilson  <wilson@cygnus.com>
18232
18233         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
18234         test with 4.
18235
18236 1999-03-17  Richard Henderson  <rth@cygnus.com>
18237
18238         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
18239
18240 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18241
18242         * g77.f-torture/execute/19990313-2.f: New test.
18243         * g77.f-torture/execute/19990313-3.f: New test.
18244
18245 1999-03-13  Craig Burley  <craig@jcb-sc.com>
18246
18247         * g77.f-torture/execute/19990313-0.f: New test.
18248         * g77.f-torture/execute/19990313-1.f: New test.
18249
18250 1999-03-12  Jim Wilson  <wilson@cygnus.com>
18251
18252         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
18253         printf to sprintf.
18254         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
18255         (main): Add check for u15.  Conditionalize u31 check depending on
18256         whether ints are <32 bits or >=32 bits.
18257
18258 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18259
18260         * g77.f-torture/execute/19981119-0.f: Improve testiness.
18261
18262 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18263
18264         * g77.f-torture/compile/19990305-0.f: New test.
18265         * g77.f-torture/execute/19981119-0.f: New test.
18266
18267 1999-03-08  Craig Burley  <craig@jcb-sc.com>
18268
18269         * g77.f-torture/execute/970625-2.f: call ABORT if final
18270         result is not correct, instead of just printing it.
18271         Add this checking via newly introduced obfuscation, to
18272         trip up buggy front ends.
18273
18274 1999-03-07  Craig Burley  <craig@jcb-sc.com>
18275
18276         * g77.f-torture/compile/960317-1.f: Moved from being
18277         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
18278
18279 1999-03-06  Craig Burley  <craig@jcb-sc.com>
18280
18281         * g77.f-torture/execute/960317-1.f: New (old) test.
18282         * g77.f-torture/execute/970625-2.f: Ditto.
18283
18284 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
18285
18286         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
18287         message on line 1 or line 2; cccp and cpplib do this differently.
18288
18289 1999-03-01  Jeffrey A Law  (law@cygnus.com)
18290
18291         * g++.old-deja/g++.law/weak1.C: New test.
18292
18293 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18294
18295         * gcc.c-torture/execute/990119-1.c: Renamed to...
18296         * gcc.dg/990119-1.c: this, so it will only be tested once
18297         (it's a preprocessor test, it doesn't need to be run at
18298         multiple optimization levels).
18299
18300 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
18301
18302         * lib/g++.exp: Don't add incdir=$base_dir/../include to
18303           ALWAYS_CXXFLAGS.
18304
18305 1999-02-24  Craig Burley  <craig@jcb-sc.com>
18306
18307         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
18308         * g77.f-torture/compile/19981216-0.f: ...as it is expected
18309         to not be compilable by current g77.
18310
18311 1999-02-24  Nick Clifton  <nickc@cygnus.com>
18312
18313         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
18314
18315 1999-02-22  Jeffrey A Law  (law@cygnus.com)
18316
18317         * gcc.c-torture/execute/990222-1.c: New test.
18318
18319 1999-02-19  Craig Burley  <craig@jcb-sc.com>
18320
18321         * g77.f-torture/compile/19990218-0.f: New test.
18322         * g77.f-torture/noncompile/19990218-1.f: New test.
18323
18324 1999-02-18  Craig Burley  <craig@jcb-sc.com>
18325
18326         * g77.f-torture/compile/19981216-0.f: New test.
18327
18328 1999-02-14  Jeffrey A Law  (law@cygnus.com)
18329
18330         * gcc.dg/990214-1.c: New test.
18331
18332 1999-02-13  Jeffrey A Law  (law@cygnus.com)
18333
18334         * gcc.dg/990213-2.c: New test.
18335
18336         * gcc.dg/990213-1.c: New test.
18337
18338 1999-02-12  Jeffrey A Law  (law@cygnus.com)
18339
18340         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
18341         ints.
18342
18343 1999-02-11  Nick Clifton  <nickc@cygnus.com>
18344
18345         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
18346         specified by target.
18347
18348         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
18349
18350 1999-02-11  Jeffrey A Law  (law@cygnus.com)
18351
18352         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
18353
18354 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18355
18356         * gcc.dg/special/ecos.exp: New test driver for new tests with
18357         special requirements.
18358
18359         * gcc.dg/special/alias-1.c: New test.
18360         * gcc.dg/special/gcsec-1.c: New test.
18361         * gcc.dg/special/weak-1.c: New test.
18362         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
18363         * gcc.dg/special/weak-2.c: New test.
18364         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
18365         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
18366         * gcc.dg/special/wkali-1.c: New test.
18367         * gcc.dg/special/wkali-2.c: New test.
18368         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
18369         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
18370
18371 1999-02-10  Felix Lee  <flee@cygnus.com>
18372
18373           * lib/c-torture.exp (c-torture-compile): Pull out code for
18374           analyzing gcc error messages.
18375           (c-torture-execute): Likewise.  Fix some (harmless) false
18376           positives.
18377           * lib/gcc.exp (gcc_check_compile): New function.
18378
18379 1999-02-08  Richard Henderson  <rth@cygnus.com>
18380
18381         * gcc.c-torture/execute/990208-1.c: New test.
18382
18383 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
18384
18385         * g++.dg/special/ecos.exp: New driver for new tests with special
18386         requirements
18387
18388         * g++.dg/special/conpr-1.C: New test
18389         * g++.dg/special/conpr-2.C: New test
18390         * g++.dg/special/conpr-2a.C: New test
18391         * g++.dg/special/conpr-3.C: New test
18392         * g++.dg/special/conpr-3a.C: New test
18393         * g++.dg/special/conpr-3b.C: New test
18394
18395         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
18396         allow g++ to use the dg driver
18397
18398         * README: Add comment about g++.dg directory
18399
18400 1999-02-06  Jeffrey A Law  (law@cygnus.com)
18401
18402         * README: Update email addresses.
18403
18404 1999-02-03  Nick Clifton  <nickc@cygnus.com>
18405
18406         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
18407         arguments in order to force structure S onto the stack even on
18408         the alpha.
18409         (test): Pass 10 leading arguments to function foo as well as the
18410         structure S.
18411
18412         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
18413         failure for all targets.
18414
18415         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
18416         abort to terminate program execution.
18417
18418 1999-01-30  Richard Henderson  <rth@cygnus.com>
18419
18420         * gcc.c-torture/execute/990130-1.c: New test.
18421
18422 1999-01-30  Jeffrey A Law  (law@cygnus.com)
18423
18424         * gcc.dg/990130-1.c: New test.
18425
18426 1999-01-28  Michael Meissner  <meissner@cygnus.com>
18427
18428         * gcc.c-torture/execute/990128-1.c: New test.
18429
18430 1999-01-27  Michael Meissner  <meissner@cygnus.com>
18431
18432         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
18433
18434 1999-01-27  Felix Lee  <flee@cygnus.com>
18435
18436         * lib/c-torture.exp (c-torture-compile): pull out code for
18437         analyzing gcc error messages.
18438         (c-torture-execute): ditto, and fix some (harmless) false
18439         positives.
18440         * lib/gcc.exp (gcc_check_compile): new function.
18441
18442 1999-01-17  Jeffrey A Law  (law@cygnus.com)
18443
18444         * gcc.dg/990117-1.c: New test.
18445
18446         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
18447
18448         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
18449
18450 1999-01-15  Jeffrey A Law  (law@cygnus.com)
18451
18452         * g77.f-torture/compile/990115-1.f: New test.
18453
18454 1999-01-07  Jeffrey A Law  (law@cygnus.com)
18455
18456         * gcc.c-torture/compile/990107-1.c: New test
18457
18458 1999-01-06  Jeffrey A Law  (law@cygnus.com)
18459
18460         * gcc.c-torture/execute/990106-2.c: New test.
18461
18462         * gcc.c-torture/execute/990106-1.c: New test.
18463
18464 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
18465
18466         * gcc.c-torture/compile/981223-1.c: New test.
18467
18468 1998-12-29  Richard Henderson  <rth@cygnus.com>
18469
18470         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
18471         (opt3): Rename from opt4 and disable.
18472
18473 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
18474
18475         * g++.old-deja/g++.pt/ptrmem5.C: New test.
18476
18477 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18478
18479         * g++.old-deja/g++.other/conv5.C: New test.
18480
18481 1998-12-14  Nick Clifton  <nickc@cygnus.com>
18482
18483         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
18484
18485 1998-12-11  Jeffrey A Law  (law@cygnus.com)
18486
18487         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
18488
18489 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
18490
18491         * gcc.c-torture/compile/981211-1.c: New test.
18492
18493 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
18494
18495         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
18496
18497         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
18498
18499 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18500
18501         * gcc.special/930510-1.c: Make C9X safe.
18502         * gcc.misc-tests/gcov-1.c Similarly.
18503         * gcc.misc-tests/gcov-2.c Similarly.
18504
18505 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18506
18507         * gcc.dg/ultrasp1.c: New test.
18508
18509 1998-12-06  Richard Henderson  <rth@cygnus.com>
18510
18511         * gcc.c-torture/execute/981206.c: New test.
18512
18513 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18514
18515         * g++.old-deja/g++.ns/template7.C: New test.
18516
18517         * g++.old-deja/g++.other/expr1.C: New test.
18518
18519         * g++.old-deja/g++.eh/tmpl3.C: New test.
18520
18521         * g++.old-deja/g++.eh/tmpl2.C: New test.
18522
18523 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18524
18525         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
18526         * g++.old-deja/g++.other/using6.C: Removed.
18527         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
18528
18529         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
18530
18531 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18532
18533         * g++.old-deja/g++.pt/overload8.C: New test.
18534
18535         * g++.old-deja/g++.pt/overload7.C: New test.
18536
18537         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
18538
18539         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
18540         and relinking messages.
18541         * lib/g++.exp (g++_target_compile): Remove .rpo file when
18542         compiling with -frepo.
18543
18544 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
18545
18546         * g++.old-deja/g++.pt/lookup6.C: New test.
18547
18548 1998-11-30  Nick Clifton  <nickc@cygnus.com>
18549
18550         * gcc.c-torture/execute/981130-1.c: New test.
18551         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
18552
18553 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18554
18555         * g++.old-deja/g++.pt/explicit76.C: New test.
18556
18557         * g++.old-deja/g++.pt/friend38.C: New test.
18558
18559         * g++.old-deja/g++.ns/crash2.C: New test.
18560
18561         * g++.old-deja/g++.pt/defarg8.C: New test.
18562
18563         * g++.old-deja/g++.pt/instantiate6.C: New test.
18564
18565         * g++.old-deja/g++.pt/static6.C: New test.
18566
18567         * g++.old-deja/g++.pt/decl2.C: New test.
18568
18569 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18570
18571         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
18572         problem is actually related with name lookup, but so what? :-)
18573
18574         * g++.old-deja/g++.pt/friend37.C: New test.
18575
18576 1998-11-25  Dave Love  <d.love@dl.ac.uk>
18577
18578         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
18579         element, which fails on some systems.
18580
18581         * g77.f-torture/execute/labug1.f: New test.
18582
18583 1998-11-21  Jeffrey A Law  (law@cygnus.com)
18584
18585         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
18586         is defined.
18587
18588 1998-11-18  Dave Love  <d.love@dl.ac.uk>
18589
18590         * g77.f-torture/compile/981117-1.f: New test.
18591
18592 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
18593
18594         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
18595         properly discarded.
18596
18597 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
18598
18599         * gcc.c-torture/execute/memcheck: New directory of tests for
18600         -fcheck-memory-usage.
18601
18602 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18603
18604         * README: New file, general information about the testsuite and
18605         new description of the various C++ test subdirectories.
18606         * README.g++: Eliminate obsolete information, update and move most
18607         relevant stuff to README.
18608
18609 1998-11-07  Richard Henderson  <rth@cygnus.com>
18610
18611         * gcc.c-torture/compile/981107-1.c: New test.
18612
18613 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
18614
18615         * execute/memcpy-bi.c: New testcase.
18616
18617 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
18618
18619         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
18620         base classes.
18621
18622         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
18623         template is selected.
18624
18625         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
18626         classes, it should be accepted for all types.
18627
18628         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
18629
18630         * g++.old-deja/g++.pt/spec24.C: Ensure that template
18631         specializations start with template headers.
18632
18633 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
18634
18635         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
18636
18637         * g++.old-deja/g++.other/init9.C: Test cross initialization of
18638         non-POD types.
18639
18640 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
18641
18642         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
18643
18644 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18645
18646         * compile/981022-1.c, compile/981022-1.x: New test and driver.
18647
18648 1998-10-19  Jeffrey A Law  (law@cygnus.com)
18649
18650         * 981019-1.c: New test.
18651
18652 1998-10-14  Robert Lipe <robertl@dgii.com>
18653
18654         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
18655         find objc headers.
18656
18657 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
18658
18659         * compile/981001-4.c: Remove use of GCC extension that triggers a
18660         compiler bug.
18661
18662 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
18663
18664         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
18665
18666 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18667
18668         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
18669         instantiation of template produces incorrect code for delete
18670         expression.
18671
18672         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
18673         constructors' name is not unique.
18674         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
18675         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
18676
18677         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
18678         automatic array of const is ill-formed.
18679
18680         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
18681         of template parameter?
18682
18683         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
18684         const.
18685
18686         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
18687         pointer-to-member expression.
18688
18689         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
18690         declaration causes ICE.
18691
18692 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
18693
18694         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
18695         reserved in the global namespace.
18696
18697         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
18698         generate needed virtual table.
18699
18700         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
18701
18702 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
18703
18704         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
18705         template-dependent type
18706
18707 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
18708
18709         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
18710         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
18711         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
18712
18713         * g++.old-deja/g++.other/using5.C: New test; using decl from base
18714         class should be usable as argument of member function.
18715         * g++.old-deja/g++.other/using6.C: New test; using decl from base
18716         class should be usable as return type of member function.
18717         * g++.old-deja/g++.other/using7.C: New test; using decl from base
18718         class should be usable as type of data member.
18719
18720         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
18721
18722 1998-10-09  Jeffrey A Law  (law@cygnus.com)
18723
18724         * gcc.c-torture/special/920521-1.c: Fix bogus test.
18725
18726 1998-10-08  Nick Clifton  <nickc@cygnus.com>
18727
18728         * gcc.dg/dll-?.c Add thumb to target list.
18729         Fix assembler scan patterns to match current assembler output.
18730
18731 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
18732
18733         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
18734         matching of template brackets.
18735
18736         * g++.old-deja/g++.other/using4.C: New test.  Test using
18737         declarations of methods from base classes.
18738
18739         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
18740         within functions should introduce names into the innermost
18741         enclosing namespace.
18742
18743         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
18744         of static locals if first initialization throws.
18745
18746 1998-10-07  Jim Wilson  <wilson@cygnus.com>
18747
18748         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
18749
18750 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
18751
18752         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
18753         lose track of the possible targets of tablejump insns.
18754         * special/special.exp: Run it.
18755
18756 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
18757
18758         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
18759         must be declared before its specializations can be named in friend
18760         declarations.
18761
18762 1998-10-05  Dave Love  <d.love@dl.ac.uk>
18763
18764         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
18765
18766         * g77.f-torture/execute/io1.f: New test.
18767
18768 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
18769
18770         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
18771         with pointer to template function, for which no argument deduction
18772         is possible.
18773
18774         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
18775         specialization of template function as argument to template
18776         function.
18777
18778         * g++.old-deja/g++.other/access2.C: New test; Inner class
18779         shouldn't have privileged access to Outer's names.
18780
18781 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
18782
18783         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
18784         friend template declared within template class conflicts with
18785         nested class of the same name.
18786
18787         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
18788         is ignored.
18789
18790         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
18791         object with direct initializer as function declaration.
18792
18793         * g++.old-deja/g++.other/decl2.C: New test; duplicate
18794         initializers.
18795
18796         * g++.old-deja/g++.other/null2.C: New test; conditional operator
18797         involving const pointer and NULL produces incorrect result.
18798
18799         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
18800         type name without `typename' should be rejected with -pedantic.
18801
18802 1998-10-02  Richard Henderson  <rth@cygnus.com>
18803
18804         * g++.old-deja/g++.other/addrof1.C: New test.
18805
18806 1998-10-01  Nick Clifton  <nickc@cygnus.com>
18807
18808         * gcc.c-torture/compile/981001-1.c: New test.
18809         * gcc.c-torture/execute/981001-1.c: New test.
18810
18811 1998-10-01  Jeffrey A Law  (law@cygnus.com)
18812
18813         * gcc.c-torture/compile/981001-2.c: New test.
18814         * gcc.c-torture/compile/981001-3.c: New test.
18815         * gcc.c-torture/compile/981001-4.c: New test.
18816
18817 1998-10-01  Robert Lipe  <robertl@dgii.com>
18818
18819         * lib/objc.exp (objc_target_compile): Add -L during compiles for
18820         multilibbed hosts.   Idea grafted from g77.exp.
18821
18822 1998-09-30  Dave Love  <d.love@dl.ac.uk>
18823
18824         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
18825         avoid losing on systems which need -lsocket.
18826
18827 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
18828
18829         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
18830         * g++.old-deja/g++.other/nested2.C: Ditto.
18831         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
18832         failure.
18833
18834 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
18835
18836         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
18837         preferred over template operator!= for enum bitfields.
18838
18839 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
18840
18841         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
18842         that happen to have the same base name, but in different scopes,
18843         are incorrectly rejected.
18844
18845 1998-09-16  Richard Henderson  <rth@cygnus.com>
18846
18847         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
18848         on the native word size instead of an integer literal.
18849
18850 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
18851
18852         * g++.old-deja/g++.other/static2.C: Invocation of static data
18853         member of type pointer-to-function denoted as non-static member.
18854
18855         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
18856         checks involving function types and aliases.
18857
18858 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
18859
18860         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
18861         redefined to the same non-trivial type.
18862
18863         * g++.old-deja/g++.pt/explicit73.C: Test for proper
18864         namespace-qualification of template specializations declared in
18865         other namespaces.
18866
18867         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
18868         to declare a subset of the specializations of a template function
18869         as friends of specializations of a template class.
18870
18871         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
18872         member templates that do not fully specialize the enclosing
18873         template class are rejected.
18874
18875 1998-09-11  Dave Love  <d.love@dl.ac.uk>
18876
18877         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
18878
18879 1998-09-08  Dave Love  <d.love@dl.ac.uk>
18880
18881         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
18882         altered from libf2c/libU77 version.
18883
18884 1998-09-06  Dave Love  <d.love@dl.ac.uk>
18885
18886         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
18887
18888 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
18889
18890         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
18891         (un)signed char are different types for template specialization
18892         purposes.
18893
18894 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
18895
18896         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
18897         * objc: ObjC testsuite.
18898
18899 1998-08-31  Catherine Moore  <clm@cygnus.com>
18900
18901         * gcc.c-torture/execute/941014-1.x:  New file.
18902
18903 1998-08-31  Nick Clifton  <nickc@cygnus.com>
18904
18905         * lib/c-torture.exp: Add support for
18906         torture_eval_before_compile and torture_eval_before_execute
18907         variables.
18908
18909 1998-08-30  Jeffrey A Law  (law@cygnus.com)
18910
18911         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
18912         this test triggers valid.
18913
18914 1998-08-27  Jeffrey A Law  (law@cygnus.com)
18915
18916         * gcc.dg/980827-1.c: New test.
18917
18918 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
18919
18920         * gcc.c-torture/execute/loop-4b.c: New test.
18921
18922 1998-08-26  Nick Clifton  <nickc@cygnus.com>
18923
18924         * lib/c-torture.exp: Add support for
18925         torture_eval_before_compile and torture_eval_before_execute
18926         variables.
18927
18928 1998-08-25  Jeffrey A Law  (law@cygnus.com)
18929
18930         * gcc.c-torture/compile/980825-1.c: New test.
18931
18932 1998-08-24  Nick Clifton  <nickc@cygnus.com>
18933
18934         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
18935         count number tests in opt_t0 not good_t0.
18936
18937 1998-08-24  Jeffrey A Law  (law@cygnus.com)
18938
18939         * gcc.c-torture/compile/930326-1.x: Fix typo.
18940
18941 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
18942
18943         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
18944         causes an ICE.
18945
18946 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18947
18948         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
18949         STACK_SIZE is defined.
18950         * gcc.c-torture/unsorted/stuct.c: Similarly.
18951
18952         * gcc.c-torture/compile/980821-1.c: New test.
18953
18954 1998-08-21  Jeffrey A Law  (law@cygnus.com)
18955
18956         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
18957
18958 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
18959
18960         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
18961         code.
18962
18963 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
18964
18965         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
18966         error'.
18967
18968 1998-08-18  Jeffrey A Law  (law@cygnus.com)
18969
18970         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
18971
18972 1998-08-16  Jeffrey A Law  (law@cygnus.com)
18973
18974         * gcc.c-torture/compile/980816-1.c: New test.
18975
18976         * gcc.dg/980816-1.c: New test.
18977
18978 1998-08-13  Jeffrey A Law  (law@cygnus.com)
18979
18980         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
18981         compiler for ieee tests.
18982
18983 1998-08-01  Dave Love  <d.love@dl.ac.uk>
18984
18985         * g77.f-torture/compile/980729-0.f: New test.
18986
18987 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
18988
18989         * gcc.c-torture/special/eeprof-1.c: New test, for
18990         -finstrument-functions.
18991         * gcc.c-torture/special/special.exp: Run it.
18992
18993 1998-07-29  Jeffrey A Law  (law@cygnus.com)
18994
18995         * gcc.c-torture/compile/980729-1.c: New test.
18996
18997 1998-07-27  Nick Clifton  <nickc@cygnus.com>
18998
18999         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
19000         __thumb__ is defined, and test for ARM style doubles if so.
19001
19002 1998-07-26  Dave Love  <d.love@dl.ac.uk>
19003
19004         * g77.f-torture/noncompile/980615-0.f: New test.
19005
19006 1998-07-26  H.J. Lu  (hjl@gnu.org)
19007
19008         * gcc.dg/980312-1.c: Do link instead of compile.
19009         * gcc.dg/980313-1.c: Likewise.
19010
19011 1998-07-26  Jeffrey A Law  (law@cygnus.com)
19012
19013         * gcc.c-torture/compile/980726-1.c: New test.
19014
19015 1998-07-25  Dave Love  <d.love@dl.ac.uk>
19016
19017         * g77.f-torture/execute/io0.f: New test.
19018
19019 1998-07-24  Nick Clifton  <nickc@cygnus.com>
19020
19021         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
19022         an int.
19023
19024 1998-06-18  Michael Meissner  <meissner@cygnus.com>
19025
19026         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
19027         m32r bugs.
19028
19029 1998-07-17  Nick Clifton  <nickc@cygnus.com>
19030
19031         * gcc.dg/980626-1.c: Expect failures for all toolchains until
19032         c-decl.c:grokdeclarator can handle mode attributes.
19033
19034 1998-07-16  Jeffrey A Law  (law@cygnus.com)
19035
19036         * gcc.c-torture/execute/980716-1.c: New test.
19037
19038 1998-07-13  Jeffrey A Law  (law@cygnus.com)
19039
19040         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
19041         the mn10200.
19042         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
19043         the mn10200.
19044         * gcc.c-torture/execute/va-arg-3.x: Similarly.
19045         * gcc.c-torture/compile/930326-1.x: Similarly.
19046
19047 1998-07-13  Dave Love  <d.love@dl.ac.uk>
19048
19049         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
19050         New test from Craig.
19051
19052 1998-07-12  Dave Love  <d.love@dl.ac.uk>
19053
19054         * g77.f-torture/noncompile/980616-0.f: New test.
19055
19056         * g77.f-torture/execute/970816-3.f:  New test from Craig.
19057
19058 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19059
19060         *  g++.other/singleton.C: Return error value instead of taking
19061         SIGSEGV.
19062
19063 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
19064
19065         *  g++.other/singleton.C: New test.   Warning is under dispute.
19066         Runtime crash is not.
19067
19068 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
19069
19070         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
19071         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
19072         using6.C, using7.C}:  New namespace tests.
19073
19074 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
19075
19076         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
19077         specialization with typedef'ed names used as array indexes.
19078
19079 1998-07-09  Jeffrey A Law  (law@cygnus.com)
19080
19081         * gcc.c-torture/execute/980709-1.c: New test.
19082
19083         * gcc.dg/980709-1.c: New test.
19084
19085 1998-07-07  Richard Henderson  <rth@cygnus.com>
19086
19087         * gcc.c-torture/execute/bcp-1.c: New test.
19088
19089 1998-07-07  Jeffrey A Law  (law@cygnus.com)
19090
19091         * gcc.c-torture/execute/980707-1.c: New test.
19092
19093 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
19094
19095         * gcc.c-torture/compile/980706-1.c: New test.
19096
19097 1998-07-01  Dave Love  <d.love@dl.ac.uk>
19098
19099         * g77.f-torture/execute/980701-0.f,
19100         g77.f-torture/execute/980701-1.f: New test from Craig.
19101
19102 1998-07-01  Jeffrey A Law  (law@cygnus.com)
19103
19104         * gcc.c-torture/compile/980701-1.c: New test.
19105
19106         * gcc.c-torture/execute/980701-1.c: New test.
19107
19108 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
19109 rlsruhe.de>
19110
19111         * g++.old-deja/g++.robertl/eb132.C: New test.
19112         * g++.old-deja/g++.robertl/eb133.C: Likewise.
19113
19114 1998-06-29  Dave Love  <d.love@dl.ac.uk>
19115
19116         * g77.f-torture/execute/980628-7.f,
19117         g77.f-torture/execute/980628-8.f,
19118         g77.f-torture/execute/980628-9.f,
19119         g77.f-torture/execute/980628-10.f: New tests from Craig.
19120
19121         * g77.f-torture/execute/980628-3.f: Remove mail headers.
19122
19123 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19124
19125         * g77.f-torture/execute/980628-4.f: New test from Craig.
19126         * g77.f-torture/execute/980628-5.f: Likewise.
19127         * g77.f-torture/execute/980628-2.f: Likewise.
19128         * g77.f-torture/execute/980628-0.f: Likewise.
19129         * g77.f-torture/execute/980628-1.f: Likewise.
19130         * g77.f-torture/execute/980628-3.f: Likewise.
19131         * g77.f-torture/execute/980628-6.f: Likewise.
19132
19133 1998-06-28  Jeffrey A Law  (law@cygnus.com)
19134
19135         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
19136         directory when nothing has been installed yet.
19137
19138 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
19139
19140         * gcc.c-torture/special/special.exp: Handle newer versions of
19141         dejagnu.
19142
19143 1998-06-26  Jeffrey A Law  (law@cygnus.com)
19144
19145         * gcc.dg/980626-1.c: New test.
19146
19147 1998-06-19  Bruno Haible <haible@ilog.fr>
19148
19149         * gcc.misc-tests/m-un-2.c: New test.
19150         * g++.old-deja/g++.other/warn01.c: Likewise.
19151
19152 1998-06-19  Robert Lipe  <robertl@dgii.com>
19153
19154         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
19155         compatibility with assmblers with a different comment character.
19156         Eliminate use of GAS-specific extensions.
19157
19158 1998-06-19  Jeffrey A Law  (law@cygnus.com)
19159
19160         * gcc.c-torture/execute/ieee/980619-1.c: New test.
19161
19162 1998-06-19  Robert Lipe  <robertl@dgii.com>
19163
19164         *lib/g77.exp: Replace search for libf2c.a with search for newly
19165         renamed libg2c.a
19166
19167 1998-06-17  Jeffrey A Law  (law@cygnus.com)
19168
19169         * gcc.c-torture/execute/980617-1.c: New test.
19170
19171 1998-06-12  Jeffrey A Law  (law@cygnus.com)
19172
19173         * gcc.c-torture/execute/980612-1.c: New test.
19174
19175 1998-06-08  Jeffrey A Law  (law@cygnus.com)
19176
19177         * gcc.dg/980523-1.c: Only test on ppc-linux.
19178         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
19179
19180         * gcc.c-torture/execute/980608-1.c: New test.
19181
19182 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
19183
19184         * gcc.c-torture/execute/980605-1.c: New test.
19185
19186 1998-06-04  Jeffrey A Law  (law@cygnus.com)
19187
19188         * gcc.c-torture/execute/980604-1.c: New test.
19189
19190 1998-06-02  Jeffrey A Law  (law@cygnus.com)
19191
19192         * gcc.c-torture/execute/980602-1.c: New test.
19193         * gcc.c-torture/execute/980602-2.c: Likewise.
19194
19195 1998-06-02  Dave Love  <d.love@dl.ac.uk>
19196
19197         * 970125-0.f: Fix per JCB.  Add commentary.
19198
19199 1998-05-31  Michael Meissner  <meissner@cygnus.com>
19200
19201         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
19202         IEEE -0 support.
19203
19204 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
19205
19206         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
19207         earlier.
19208
19209 1998-05-28  Catherine Moore <clm@cygnus.com>
19210
19211         * gcc.c-torture/execute/980526-3.c: New test.
19212
19213 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
19214
19215         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
19216         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
19217         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
19218         m88k-motorola-sysv3 to XFAIL.
19219
19220 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19221
19222         * gcc.dg/980526-1.c: New test.
19223         * gcc.c-torture/execute/980526-2.c: New test.
19224
19225 1998-05-26  Jeffrey A Law  (law@cygnus.com)
19226
19227         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
19228
19229         * gcc.c-torture/execute/980526-1.c: New test.
19230
19231 1998-05-26  Dave Love  <d.love@dl.ac.uk>
19232
19233         * g77.f-torture/execute/alpha2.f: Add runtime test.
19234
19235 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
19236
19237         * g++.old-deja/old-deja.exp: Strip leading directories.
19238
19239         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
19240         error for the line.  Don't run multiple tests for the same line.
19241
19242 1998-05-23  Jeffrey A Law  (law@cygnus.com)
19243
19244         * gcc.dg/980523-1.c: New test.
19245
19246 1998-05-23  Dave Love  <d.love@dl.ac.uk>
19247
19248         * g77.f-torture/compile/970915-0.f: New test.
19249
19250 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
19251
19252         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
19253
19254 1998-05-21  Jeffrey A Law  (law@cygnus.com)
19255
19256         * gcc.dg/980520-1.c: New test.
19257
19258 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
19259
19260         * gcc.dg/980502-1.c: Fix return type.
19261
19262 1998-05-20  Jeffrey A Law  (law@cygnus.com)
19263
19264         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
19265         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
19266         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
19267         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
19268         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
19269
19270 1998-05-20  Dave Love  <d.love@dl.ac.uk>
19271
19272         * g77.f-torture/execute/980520-1.f: New test.
19273
19274 1998-05-15  Dave Love  <d.love@dl.ac.uk>
19275
19276         * lib/mike-g77.exp: New file.
19277
19278         * g77.f-torture/noncompile/noncompile.exp,
19279         g77.f-torture/noncompile/check0.f: New files.
19280
19281 1998-05-14  Dave Love  <d.love@dl.ac.uk>
19282
19283         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
19284         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
19285         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
19286         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
19287         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
19288         abort where appropriate.
19289
19290 1998-05-05  Michael Meissner  <meissner@cygnus.com>
19291
19292         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
19293         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
19294
19295 1998-04-29  Dave Love  <d.love@dl.ac.uk>
19296
19297         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
19298
19299 1998-04-27  Dave Love  <d.love@dl.ac.uk>
19300
19301         * g77.f-torture/compile/980427-0.f: New test.
19302
19303 1998-04-24  Dave Love  <d.love@dl.ac.uk>
19304
19305         * g77.f-torture/compile/980424-0.f: New test.
19306
19307 1998-04-19  Dave Love  <d.love@dl.ac.uk>
19308
19309         * g77.f-torture/compile/980419-2.f (main): New test.
19310         * g77.f-torture/compile/970125-0.f: New test.
19311         * g77.f-torture/compile/980419-1.f: New test.
19312
19313 1998-04-08  Jim Wilson  <wilson@cygnus.com>
19314
19315         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
19316         of loop-4.c.
19317
19318 1998-04-07  Jim Wilson  <wilson@cygnus.com>
19319
19320         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
19321
19322 1998-04-03  Jim Wilson  <wilson@cygnus.com>
19323
19324         * gcc.c-torture/compile/980329-1.c: New test.
19325
19326 1998-03-18  Jim Wilson  <wilson@cygnus.com>
19327
19328         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
19329         * gcc.dg/980312-1.c: Fix typo in -march command.
19330
19331 1998-03-16  H.J. Lu  (hjl@gnu.org)
19332
19333         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
19334
19335 1998-03-11  Robert Lipe  <robertl@dgii.com>
19336
19337         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
19338         Dave Love agree the Fortran source is bogus.
19339
19340 1998-03-11  Robert Lipe  <robertl@dgii.com>
19341
19342         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
19343         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
19344         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
19345         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
19346         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
19347
19348 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
19349
19350         * g++.old-deja/g++.other/friend1.C: New test.
19351
19352 1998-02-18  Dave Love  <d.love@dl.ac.uk>
19353
19354         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
19355         possibly uninitialized) variables and declare dnrm2.
19356
19357 1998-02-23  Robert Lipe <robertl@dgii.com>
19358
19359         From Bruno Haible <haible@ilog.fr>:
19360         * gcc.c-torture/execute/980223.c: New test.
19361
19362 1998-02-13  Jeffrey A Law  (law@cygnus.com)
19363
19364         * gcc.dg/ifelse-1.c: New test.
19365
19366 1998-02-09  H.J. Lu  (hjl@gnu.org)
19367
19368         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
19369
19370           * lib/old-dejagnu.exp (old-dejagnu): Added the
19371           "execution test - XFAIL *-*-*" handling in the spirit of
19372           "excess errors test -". Changed the "execution test fails"
19373           handling to be like "excess errors test fails".
19374           * Update various tests accordingly.
19375
19376 1998-02-06  Jim Wilson  <wilson@cygnus.com>
19377
19378         * gcc.c-torture/execute/980205.c: New test.
19379
19380 1998-01-18  Jeffrey A Law  (law@cygnus.com)
19381
19382         * lib/c-torture.exp: Look for .x files instead of .cexp files.
19383         * lib/f-torture.exp: Similarly.
19384         * gcc.c-torture: Rename all .cexp files to .x files.
19385
19386 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
19387
19388         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
19389         (940510-1.c): Removed duplicate.
19390         (971104-1.c): New test.
19391
19392 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
19393
19394           * lib/f-torture.exp: Improve error and loop detection.
19395
19396 1997-11-19  Michael Meissner  <meissner@cygnus.com>
19397
19398         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
19399         use that to size the filler array.
19400
19401 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
19402
19403         * lib/c-torture.exp(c-torture-execute): Fix typo.
19404
19405         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
19406         testcase as the executable name. Keep the executable around if
19407         the test fails.
19408
19409 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
19410
19411         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
19412         changes.  Only test one -g option, and move it to the end of the
19413         list of options to test.
19414
19415 1997-09-19  Michael Meissner  <meissner@cygnus.com>
19416
19417         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
19418         variable GCC_TORTURE_OPTIONS to supply default switches separated
19419         by colons.  If no environment variable, run tests with -O0 -g, -O1
19420         -g, and -O2 -g as well.
19421
19422 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
19423
19424         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
19425         explanatory comments. Fix indentation.
19426
19427 1997-09-15  Jeffrey A Law  (law@cygnus.com)
19428
19429         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
19430
19431 1997-09-11  Jeffrey A Law  (law@cygnus.com)
19432
19433         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
19434         * g++.old-deja/g++.mike/p7325.C: Likewise.
19435         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
19436
19437 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
19438
19439         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
19440         * g++.old-deja/g++.brendan/crash30.C: Likewise.
19441         * g++.old-deja/g++.brendan/crash39.C: Likewise.
19442         * g++.old-deja/g++.law/operators4.C: Likewise.
19443
19444 1997-09-11  Joe Buck  (jbuck@synopsys.com)
19445
19446         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
19447         * g++.old-deja/g++.mike/p784.C: Ditto.
19448         * g++.old-deja/g++.mike/p785.C: Ditto.
19449
19450 1997-09-05  Jeffrey A Law  (law@cygnus.com)
19451
19452           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
19453
19454 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19455
19456         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
19457         target feature; pass this to c-torture-execute as needed.
19458
19459 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
19460
19461         * lib/c-torture.exp(c-torture-execute): If the previous and the
19462         current executables being tested are identical, we don't need to
19463         run the executable again. Try to make the executable names
19464         unique. Add an optional argument for passing additional compiler
19465         flags.
19466
19467 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
19468
19469         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
19470
19471 1997-08-29  Jeffrey A Law  (law@cygnus.com)
19472
19473         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
19474
19475 1997-07-31  Jeffrey A Law  (law@cygnus.com)
19476
19477         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
19478         32bit or larger longs.
19479
19480         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
19481         have either a 32bit long or 32bit int.
19482
19483 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
19484
19485         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
19486         Make double precision tests dependent on sizeof (double).
19487
19488 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
19489
19490         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
19491         too.
19492
19493 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
19494
19495         * gcc.c-torture/compile/961203-1.cexp: New script.
19496
19497 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
19498
19499         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
19500         up the includes ourselves.
19501
19502 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
19503
19504         * lib/plumhall.exp: Remove random include, and add a few
19505         verbose messages for debugging.
19506
19507 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
19508
19509         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
19510         of trying to do it ourselves.
19511
19512 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
19513
19514         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
19515
19516 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
19517
19518         * gcc.prms/5403.c: Made regexp a bit less strict.
19519
19520 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
19521
19522         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
19523         is returned from remote_load instead.
19524         * lib/plumhall.exp: Ditto.
19525         * lib/mike-g++.exp: Ditto.
19526         * lib/old-dejagnu.exp: Ditto.
19527         * lib/c-torture.exp: Ditto.
19528
19529 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
19530
19531         * lib/g++.exp: Use build_wrapper procedure.
19532         * lib/gcc.exp: Ditto.
19533
19534 1997-05-20  Jeffrey A Law  (law@cygnus.com)
19535
19536         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
19537         an old-style decl for malloc.  Fixes tests to work when
19538         sizeof (int) != sizeof (size_t).
19539
19540 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19541
19542         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
19543
19544         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
19545         use stdargs.h interface.
19546
19547 1997-05-15  Mike Meissner  <meissner@cygnus.com>
19548
19549         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
19550         NO_VARARGS when compiling.
19551
19552 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
19553
19554         * lib/plumhall.exp(ph_includes): New procedure.
19555         (ph_make): Use it.
19556         (ph_compiler): Ditto.
19557
19558         * lib/g++.exp: Rename test-glue.c to testglue.c.
19559         * lib/gcc.exp: Ditto.
19560
19561 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
19562
19563         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
19564         to completion when it's called.
19565
19566 1997-03-21  Michael Meissner  <meissner@cygnus.com>
19567
19568         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
19569         is defined, don't do test.
19570
19571 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
19572
19573         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
19574         for object files.
19575         (ph_summary): Mark skipped testcases as untested, not unresolved.
19576
19577         * lib/plumhall.exp (ph_make): If unresolved because of bad
19578         errorCode, record errorCode in log file.
19579         (*): Replace send_log/verbose with verbose -log.
19580
19581 1997-03-19  Michael Meissner  <meissner@cygnus.com>
19582
19583         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
19584         double conversion if double isn't at least 8 bytes.
19585
19586         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
19587         int to work with targets where int is 16 bits.
19588
19589         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
19590         8 bytes, just exit, since 4 byte doubles don't have enough bits of
19591         precision for the test to complete.
19592
19593 1997-03-14  Michael Meissner  <meissner@cygnus.com>
19594
19595         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
19596         if d10v is not compiled with the -mdouble64 flag.
19597         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
19598
19599         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
19600         d10v is not compiled with the -mint32 flag.
19601
19602 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
19603
19604         * lib/plumhall.exp: Use incr_count.
19605
19606 1997-03-12  Jeffrey A Law  (law@cygnus.com)
19607
19608         * gcc.c-torture: Update to c-torture-1.45.
19609
19610 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
19611
19612         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
19613         the name of the expect testcase file).
19614
19615         * lib/g++.exp(g++_init): Ditto.
19616
19617 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
19618
19619         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
19620         the host.
19621
19622         * lib/gcc.exp(gcc_exit): New procedure.
19623
19624 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
19625
19626         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
19627         specs where appropriate.
19628
19629         * g++.old-deja/g++.arm/*: Added additional ERROR checks
19630         because of new "candidates are" messages, and removed a few
19631
19632         * Converted all non-old-style g++ testcases to old-style, and
19633         moved into g++.old-deja.
19634
19635 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
19636
19637         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
19638         options.
19639
19640         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
19641         succeeded.
19642
19643         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
19644
19645 1997-02-13  Michael Meissner  <meissner@cygnus.com>
19646
19647         * lib/gcc.exp (gcc_target_compile): Add support for defining
19648         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
19649         the machine doesn't have those features.
19650
19651 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
19652
19653         * g++.law/operators4.exp: Don't use LIBS.
19654
19655 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
19656
19657         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
19658
19659         * lib/mike-g++.exp: Don't set the compiler to be tested here.
19660         * lib/g++.exp: Set it here instead. Also, allow use of the
19661         --tool_exec and --tool_opt options. Change CXX to
19662         GXX_UNDER_TEST.
19663
19664         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
19665
19666         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
19667
19668 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
19669
19670         * lib/old-dejagnu.exp: Use prune_warnings instead of
19671         prune_system_crud.
19672         * lib/mike-g++.exp: Ditto.
19673         * lib/gcc.exp: Ditto.
19674         * lib/g++.exp: Ditto.
19675
19676         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
19677
19678 1997-02-07  Jeffrey A Law  (law@cygnus.com)
19679
19680           * 941014-2.c: Include stdlib.h
19681           * 960327-1.c: Include stdio.h
19682           * dbra.c, index-1.c: Don't assume ints are 32bits.
19683
19684 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
19685
19686         * lib/gcc.exp: Add gcc,stack_size target feature.
19687
19688         * lib/g++.exp(g++_target_compile): Add the include and link
19689         paths here, not in two other places. And, it's $options, not
19690         options.
19691
19692         * lib/mike-g++.exp(postbase): Remove the code that determines
19693         the correct include and link paths.
19694         * g++.old-deja/old-deja.exp: Ditto.
19695
19696 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
19697
19698         * lib/g++.exp(g++_init): target_compile no longer returns the
19699         filename of the result.
19700
19701 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
19702
19703         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
19704         call to glob.
19705
19706         * gcc.c-torture/special/special.exp: Change call to
19707         gcc_target_compile to include the object file.
19708
19709 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
19710
19711         * gcc.c-torture/special/special.exp: Correct misspelling in last
19712         change.
19713
19714 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
19715
19716         * lib/plumhall.exp(ph_summary): Log the entire output of the
19717         executable. Return -1 if there were any failures, 0 otherwise.
19718         (ph_execute): Return -1 if there were any failures, 0 otherwise.
19719         (ph_make): Clean up objects and executables that were built
19720         if the tests succeeded.
19721
19722 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
19723
19724         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
19725         libraries and includes in the build tree as appropriate.
19726
19727 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19728
19729         * lib/c-torture.exp: Instead of looking for the global variable
19730         NO_LONG_LONG, check to see if that's a feature of the target.
19731
19732 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
19733
19734         * config/default.exp: Minimize. Delete the remainer of the files in
19735         config; this functionality is now in devo/dejagnu/config.
19736
19737         g++.*/*: Pass any additional flags used to compile to postbase;
19738         delete CXXFLAGS.
19739
19740         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
19741         is now done by runtest.exp. Use gcc_target_compile instead of
19742         compile.
19743
19744         lib/c-torture.exp: Use gcc_target_compile instead of compile.
19745         Remove references to CFLAGS. Use remote_file instead of
19746         calling rm -f.
19747         (c-torture): Take a list of arguments to use to compile this
19748         testcase.
19749
19750         lib/g++.exp: Simplify. Use target_compile instead of compile.
19751         lib/gcc-dg.exp: Ditto.
19752         lib/gcc.exp: Ditto.
19753         lib/mike-{gcc,g++}.exp: Ditto.
19754         lib/old-dejagnu.exp: Ditto.
19755         lib/plumhall.exp: Ditto.
19756
19757 1997-01-08  Jim Wilson  <wilson@cygnus.com>
19758
19759         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
19760         (ph_linker): Likewise.
19761
19762 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
19763
19764           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
19765         MAP_ANON / MAP_ANONYMOUS if defined;
19766         else try to map from /dev/zero .
19767
19768 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19769
19770         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
19771         isn't defined, then define it to MAP_ANONYMOUS.
19772
19773 1996-11-12  Jeffrey A Law  (law@cygnus.com)
19774
19775         * gcc.c-torture: Update to c-torture-1.42 release.
19776
19777 1996-11-11  Jeffrey A Law  (law@cygnus.com)
19778
19779         * gcc.c-torture: Update to c-torture-1.41 release.
19780
19781 1996-10-27  Jeffrey A Law  (law@cygnus.com)
19782
19783         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
19784         c-torture release.
19785
19786 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
19787
19788         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
19789         and LDFLAGS.  Fix second case to append the target_info ldflags
19790         onto LDFLAGS, not CFLAGS.
19791         * lib/g++.exp (g++_init): Add target_info stuff.
19792         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
19793         of libgloss and newlib flags for !native.
19794
19795         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
19796         (GDB): Fix relative path to go up another dir for finding gdb.
19797
19798 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
19799
19800         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
19801         versions in the target_info array, if they don't exist.
19802
19803 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
19804
19805         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
19806
19807 1996-07-08  Jim Wilson  <wilson@cygnus.com>
19808
19809         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
19810         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
19811
19812 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
19813
19814         * lib/old-dejagnu.exp: Don't remove the output file before we've
19815         actually tested it. Don't append pwd to the path of the executable
19816         we're testing.
19817
19818 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
19819
19820         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
19821
19822 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
19823
19824         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
19825         temporary directory for compiler files, and set it to a default
19826         value of /tmp. Set $output as the name of the output file from
19827         compiling the testcase. Add a -o option to $cflags_var so the
19828         compiler writes the final output file as $output. Set $executable
19829         to $output.
19830
19831         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
19832         directory for compiler files, and set it to /tmp if it doesn't
19833         already have a value. Set $output_file to the name of the output
19834         file from compiling the testcase. Add a -o option to CXXFLAGS so
19835         the compiler writes the final output file as $output. Use $output
19836         as the executable to be tested.
19837
19838 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19839
19840         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
19841
19842 1996-06-08  Jeffrey A Law  (law@cygnus.com)
19843
19844         * gcc.c-torture/execute/pending-1.c: New test.  Still
19845         pending in Tege's queue.
19846
19847 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
19848
19849         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
19850         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
19851         if there were failures.  Call unresolved if there were unresolved
19852         testcases.  Call gcc_fail if program did not run to completion.
19853         (ph_make): Pass additional argument name to ph_execute.
19854         (ph_execute): Add new argument.  Pass additional arguments to
19855         ph_summary.  Call gcc_fail is there is no execution output.
19856
19857 1996-04-24  Jeffrey A Law  (law@cygnus.com)
19858
19859         * lib/plumhall.exp (proc_summary): Output relavent summary
19860         lines into the log so specific failures in plumhall can be
19861         investigated.
19862
19863 1996-04-10  Jeffrey A Law  (law@cygnus.com)
19864
19865         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
19866         (c-torture-execute): Don't try to execute tests which use
19867         "long long" types if $NO_LONG_LONG is nonzero.
19868
19869 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
19870
19871         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
19872         not c-torture.
19873
19874         * gcc.ieee: Move from here.
19875         * gcc.c-torture/execute/ieee: To here.
19876
19877 1996-03-26  Jeffrey A Law  (law@cygnus.com)
19878
19879         * gcc.c-torture: Update to c-torture-1.41 release.
19880
19881 1996-03-22  Jeffrey A Law  (law@cygnus.com)
19882
19883         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
19884         not "$output".
19885
19886 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
19887
19888         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
19889         -c present.
19890
19891 1996-03-02  Jeffrey A Law  (law@cygnus.com)
19892
19893         * config/proelf.exp: Handle connecting to a simulator.
19894
19895 1996-01-31  Jeffrey A Law  (law@cygnus.com)
19896
19897         * config/proelf.exp: New file.  Enough framework that we can
19898         run c-torture tests on the proelf targets (or any other target
19899         that gdb can connect to for that matter).
19900
19901 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
19902
19903         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
19904         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
19905
19906         * lib/plumhall.exp (ph_execute): Always call ph_summary if
19907         exec_output exists.
19908
19909 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
19910
19911         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
19912         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
19913
19914         * config/*.exp: Update FSF address.  Change result of ${tool}_load
19915         to pass/fail/unresolved/unsupported/untested.  Caller must now
19916         call unresolved/unsupported/untested.
19917         * lib/*.exp: Update FSF address.  Update to handle new results of
19918         ${tool}_load.
19919         * lib/chill.exp (verbose): Delete.
19920
19921 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
19922
19923         * lib/gcc.exp (default_gcc_start): Change order of args to
19924         $LDFLAGS $CFLAGS $LIBS.
19925         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
19926         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
19927         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
19928         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
19929         * gcc.misc-tests/dg-test.exp: Likewise.
19930         * gcc.misc-tests/msgs.exp: Likewise.
19931         * gcc.prms/prms.exp: Likewise.
19932         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
19933         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
19934
19935         * lib/dg.exp: Deleted, moved to dejagnu/lib.
19936
19937 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
19938
19939         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
19940
19941         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
19942         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
19943
19944         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
19945         necessary.
19946
19947 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
19948
19949         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
19950         global for loop; add use of $mathlib.
19951         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
19952         settings here; set mathlib for anything but VxWorks.
19953
19954 1996-01-22  Jeffrey A Law  (law@cygnus.com)
19955
19956         * gcc.c-torture: Update to c-torture-1.40 release.
19957
19958 1996-01-03  Jeffrey A Law  (law@cygnus.com)
19959
19960         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
19961         dg.exp.
19962
19963 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
19964
19965         * lib/c-torture.exp (c-torture-execute): Declare "output" as
19966         global.
19967
19968 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
19969
19970         * lib/g++.exp (LIBS): Define if not already.
19971         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
19972         (gcc-dg-prune): Call prune_gcc_output.
19973         * lib/gcc.exp (prune_gcc_output): New proc.
19974         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
19975         prune_gcc_output.
19976
19977 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
19978
19979         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
19980         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
19981
19982 1995-11-15  Jeffrey A Law  (law@cygnus.com)
19983
19984         * gcc.c-torture: Update to c-torture-1.39 release.
19985
19986 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
19987
19988         * lib/c-torture.exp (c-torture-execute): Don't return if one option
19989         fails, try others as well.
19990
19991 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
19992
19993         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
19994         If compilation fails, mark execute tests as `untested'.
19995         If test is marked as unsupported, don't mark compilation and
19996         execute tests as failed.
19997
19998 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
19999
20000         * lib/g++.exp (g++_init): Don't link in libg++, and look to
20001         libstdc++ for whether or not we want to be doing shared
20002         libraries.  Delete link_curses since we don't need it anymore.
20003         * lib/mike-g++.exp (postbase): Don't link in libg++.
20004         * g++.old-deja/old-deja.exp: Likewise.
20005
20006 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
20007
20008         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
20009
20010 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
20011
20012         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
20013         For that, add `-Wl,-a,shared_archive'.
20014         * g++.old-deja/old-deja.exp: Likewise.
20015
20016 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
20017
20018         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
20019
20020 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
20021
20022         * lib/mike-g++.exp (postbase): Pay attention to the status of
20023         g++_load.
20024
20025 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
20026
20027           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
20028
20029 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
20030
20031         * lib/gcc.exp (default_gcc_start): No longer need to log program
20032         being executed or its output, execute_anywhere does that now.
20033         * lib/g++.exp (default_g++_version): Call execute_anywhere.
20034         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
20035
20036 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
20037
20038         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
20039         the same as those in lib/g++.exp.
20040
20041 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
20042
20043         * gcc.c-torture: Update to c-torture-1.38 release.
20044         * gcc.ieee: Related changes.
20045
20046 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
20047
20048         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
20049         "exec". Minor reformatting changes.
20050
20051         * config/rom68k.exp (${tool}_load): Make it work in a canadian
20052         cross. This means all "exec" calls now work on a remote host as
20053         well.
20054         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
20055         cross. Filter out the extra "\r\n" stuff that expect puts in.
20056         (c-torture-execute): Filter out the bogus warnings like
20057         c-torture-compile does. Add support for canadian cross.
20058         * lib/gcc.exp (default_gcc_version, default_gcc_start)
20059         Use execute_anywhere rather than calling exec directly. Now it
20060         works for canadian cross testing.
20061
20062 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
20063
20064         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
20065         results into a variable, and check that rather than using file exists.
20066
20067 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
20068
20069         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
20070         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
20071
20072 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20073
20074         * g++.old-deja/old-deja.exp: Create and pass runshlib and
20075         lib_curses if there's a shared libg++ in the build tree.
20076
20077 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
20078
20079         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
20080         if not supported target.
20081
20082 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
20083
20084         * lib/g++.exp (g++_init): Move empty setting of runshlib and
20085         link_curses up to always happen, not just for native builds.
20086
20087 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
20088
20089         * gcc.c-torture: Update to c-torture-1.36 release.
20090         * gcc.failure: Related changes.
20091
20092 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
20093
20094         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
20095
20096 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
20097
20098         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
20099         * lib/mike-g++.exp (postbase): Not in here.  Still reference
20100         runshlib, link_curses, and mathlib for link and run.
20101
20102         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
20103         pass the runtime shared library options for Solaris, OSF/1, and
20104         Irix5, and link with -lcurses to avoid unresolved references.
20105
20106 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
20107
20108         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
20109         only run once.
20110
20111 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
20112
20113         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
20114
20115 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
20116
20117         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
20118         do not have a framework for the "compat" tests yet.
20119
20120 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
20121
20122         * lib/mike-g++.exp (postbase): New local variable `mathlib',
20123         set to null if we're testing vxworks5.1.  Use that instead of
20124         `-lm' in the setting of LIBS for link and run.
20125
20126 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
20127
20128         * config/rom68k.exp (${tool}_load): Major changes to make it
20129         work.  Verified that it does in fact return the stuff in
20130         exec_output properly.  Catch any Emul or any TRAP other than 0.
20131
20132 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
20133
20134         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
20135         LDFLAGS properly for targets that need stuff from libgloss.
20136         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
20137         only run once.
20138         (gpp_initialized): New variable.
20139
20140 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
20141
20142         * config/rom68k.exp: Load libgloss.exp.
20143         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
20144         so we can produce a fully linked binary.
20145         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
20146         so we can produce a fully linked binary.
20147
20148 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
20149
20150         * lib/plumhall.exp (ph_section): Watch for expected failures.
20151         Add missing `else'.
20152
20153         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
20154         run the testcase.
20155         (c-torture): Likewise.
20156
20157 1995-08-28  Doug Evans  <dje@cygnus.com>
20158
20159         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
20160
20161         * lib/mike-g++.exp (mike_cleanup): New proc.
20162         (prebase): New globals compiler_result, not_compiler_result,
20163         target_regexp.
20164         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
20165         allow leading "-" in pattern.  Watch for unsupported tests.
20166         If $compiler_result is set, pattern match assembler code,
20167         and ditto for $not_compiler_result.
20168         * lib/mike-gcc.exp: Likewise.
20169
20170         * lib/plumhall.exp (ph_execute): Only call ph_summary if
20171         execution "succeeded".
20172
20173 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
20174
20175         * config/win32.exp: New file.
20176         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
20177
20178 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
20179
20180         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
20181         unsupported.
20182         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
20183         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
20184         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
20185
20186         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
20187         "... without exceptions was ...".  That is now handled by
20188         prune_system_crud.
20189         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20190
20191 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
20192
20193         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
20194         sieve.c,sort2.c}: New files.
20195         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
20196         sieve.exp,sort2.exp}: Drivers for them.
20197
20198         * lib/mike-gcc.exp (program_output): New user settable variable.
20199         (postbase): Call prune_system_crud.  Also prune extraneous compiler
20200         messages.
20201         * lib/mike-g++.exp (program_output): New user settable variable.
20202
20203         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
20204
20205         * config/sh.exp: Deleted (use sim.exp instead).
20206
20207 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
20208
20209         * config/vx.exp: Declare CHECKTASK as global.
20210         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
20211         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
20212         * lib/old-dejagnu.exp: Load [pwd]/$executable.
20213
20214 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
20215
20216         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
20217         target. Like vx.exp, only includes `vx29k.exp' instead of
20218         `vxworks.exp'.
20219
20220 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
20221
20222         * config/sim.exp: Increase time limit from 120 seconds to 240.
20223
20224 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
20225
20226         * gcc.c-torture/execute/950628-1.c: New test.
20227
20228 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
20229
20230         * gcc.c-torture: Update with changes/additions from
20231         c-torture-1.34.
20232
20233 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
20234
20235         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
20236
20237 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
20238
20239         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
20240
20241 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
20242
20243         * gcc.c-torture/compile/950512-1.c: New test.
20244         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
20245         * gcc.dg/struct-ret-1.c: Likewise.
20246
20247 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
20248
20249         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
20250           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
20251
20252 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
20253
20254         * gcc.c-torture/special/920411-1.c: Deleted.
20255         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
20256
20257 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
20258
20259         * config/sim.exp (${tool}_load): Hack in call to bash to get a
20260         cpu limit.
20261
20262 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
20263
20264         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
20265
20266 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
20267
20268         From kenner;
20269         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
20270         is the proper length.
20271         * va-arg-3.c: Likewise.
20272
20273 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
20274
20275         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
20276         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
20277
20278         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
20279         * lib/g++.exp (default_g++_start): Delete old cruft.
20280
20281 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
20282
20283         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
20284         (2 * (1 << 18)) to (2 * (1 << 17)).
20285
20286         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
20287
20288 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
20289
20290         * config/rom68k.exp: Renamed from config/idp.exp
20291
20292 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
20293
20294         * c-torture/compile/921109-2.c
20295
20296 1995-04-18  Mike Stump  <mrs@cygnus.com>
20297
20298         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
20299         excess errors.
20300
20301 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
20302
20303         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
20304         output.
20305         * lib/g++.exp (default_g++_start): Likewise.
20306
20307 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
20308
20309         * gcc.c-torture/compile/950329-1.c: New test.
20310
20311 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
20312
20313           * config/bug.exp (${tool}_load): Updated to use new remote_open
20314           and remote_close procs.
20315         * config/idp.exp: New file.
20316
20317 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
20318
20319         * gcc.c-torture/execute/950322-1.c: New test.
20320
20321 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
20322
20323         * config/vx.exp (${tool}_load): Clean up testing of return code from
20324         vxworks_ld and vxworks_spawn.
20325
20326 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
20327
20328         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
20329
20330 1995-03-13  Mike Stump  <mrs@cygnus.com>
20331
20332         * lib/old-deja.exp: Add `excess errors test - ' error, now one
20333         can mark excess errors on a machine by machine basis.  Note, the
20334         default is to not expect any excess errors, even when excess
20335         errors test - is given, so you will want to put an XFAIL ... on
20336         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
20337         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
20338         those 4 machines, but no others.
20339
20340 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
20341
20342         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
20343         * lib/c-torture.exp: to here.
20344
20345 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
20346
20347         * gcc.c-torture/execute/950221-1.c: New test.
20348         * gcc.c-torture/execute/struct-ret-1.c: New test.
20349         * gcc.c-torture/compile/950221-1.c: New test.
20350
20351         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
20352
20353 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
20354
20355         * gcc.c-torture/execute/arith-1.c (main): Return 0.
20356         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
20357
20358 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
20359
20360         * g++.gb: New directory of tests, derived from my signature and
20361         class scoping tests.
20362
20363         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
20364         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
20365         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
20366         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
20367         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
20368         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
20369         * g++.gb/sig25.C: Likewise.
20370
20371         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
20372         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
20373         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
20374         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
20375         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
20376         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
20377         * g++.gb/sig25.exp: Likewise.
20378
20379         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
20380         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
20381         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
20382         * g++.gb/scope13.C: Likewise, this test still fails.
20383
20384         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
20385         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
20386         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
20387         * g++.gb/scope13.exp: Ditto.
20388
20389         * g++.gb/README: New file, explains what these tests are about.
20390
20391 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
20392
20393         * lib/dg.exp (dg-do): Support `preprocess'.
20394         (dg-test): Likewise.
20395
20396 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
20397
20398         * config/udi.exp: change "continue -expect" to "exp_continue".
20399
20400 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
20401
20402         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
20403         Delete redundant tests.
20404
20405         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
20406         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
20407         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
20408         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
20409         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
20410         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
20411         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
20412         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
20413
20414         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
20415         storing label pointers.
20416         * gcc.c-torture/execute/921019-1.c: Likewise.
20417         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
20418         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
20419         parameter fp.
20420         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
20421         constants.
20422
20423         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
20424         Delete obsolete tests.
20425
20426         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
20427         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
20428         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
20429         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
20430         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
20431         * gcc.c-torture/compile/950124-1.c: New test.
20432
20433         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
20434
20435 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
20436
20437         * lib/mike-g++.exp: Add -lm to LIBS.
20438
20439 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
20440
20441         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
20442
20443 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
20444
20445         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
20446
20447 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
20448
20449         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
20450
20451 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
20452
20453         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
20454         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
20455         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
20456         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
20457         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
20458         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
20459         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
20460         * g++.law/{operators31.C, operators32.C,
20461         * g++.law/{operators33.C, operators34.C}: Likewise.
20462         * g++.law/{pic1.C, refs2.C}: Likewise.
20463         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
20464         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
20465         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
20466         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20467
20468         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
20469         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
20470         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
20471         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
20472         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
20473         * g++.law/{enum9.exp, friend5.exp}: Likewise.
20474         * g++.law/{nest3.exp, nest4.exp}: Likewise.
20475         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
20476         * g++.law/{operators30.exp, operators31.exp}: Likewise.
20477         * g++.law/{operators32.exp, operators33.exp}: Likewise.
20478         * g++.law/{operators34.exp}: Likewise.
20479         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
20480         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
20481         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
20482         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
20483         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
20484
20485         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
20486         No longer expected to fail.
20487         * g++.law/missed-error3.C: Tweak for recent bool changes.
20488
20489 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
20490
20491         * config/emb-unix: Deleted.
20492         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
20493         remote execution.  Do final link on remote host if REMOTE_LINK is set.
20494
20495 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
20496
20497         * lib/dg.exp (dg-test): Fix typo in last patch.
20498
20499 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
20500
20501         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
20502         (handles multiple occurrences).
20503
20504 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
20505
20506         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
20507         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
20508         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
20509         printed).
20510         * lib/c-torture.exp (c-torture-compile): Likewise.
20511         (c-torture): Prepend full path if missing.
20512         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
20513         (gcc_fail): Likewise.
20514         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
20515
20516 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
20517
20518         * lib/netware.exp: Only attach to NetWare i386 systems.
20519
20520 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
20521
20522         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
20523         messages.  Add test name to "output pattern match" pass/fail message.
20524
20525 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
20526
20527         * gcc.dg: New testsuite.
20528         * gcc.dg/dg.exp: New file.
20529
20530         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
20531         test-switch.c}: Deleted.
20532
20533         * gcc.misc-tests/msgs.exp: New testcase driver.
20534
20535 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
20536
20537         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
20538         Watch for illegal return values from ${tool}_load.
20539         * config/unix.exp (${tool}_load): Fix pass/fail detection for
20540         cross targets.  Coerce return value >0 to 1.
20541
20542 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
20543
20544         * config/unix.exp (${tool}_load): Call program rsh, not proc.
20545
20546         * config/emb-unix.exp: New file.
20547
20548         * config/sim.exp: Error if variable $SIM not defined.
20549         (${tool}_load): Mark test as "untested" if simulator missing.
20550
20551         * config/unix.exp: Load remote.exp to get rcp_download.
20552         * lib/c-torture.exp: Use different option lists for testcases with
20553         and without loops.
20554         * gcc.c-torture/execute/execute.exp: Likewise.
20555
20556 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
20557
20558         * config/*.exp: Clarify return code from ${tool}_load.
20559         Call `unresolved' or `untested' instead of `warning' or `perror'
20560         (sometimes you still want to call both though).
20561         Add comment that `shell_id' is local to each file.
20562         * config/udi.exp (timeout): Set to 30.
20563         Don't print warning if connection fails, $connectmode has already
20564         printed an error.
20565         (${tool}_load): Move verbose messages to level 2.
20566         Rework pattern for "Process started" message.
20567         Pass `shell_id' to ${connectmode}_download.
20568         Retry twice upon timeout.  Make resetting of target more robust.
20569         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
20570         Pass `shell_id' to exit_$connectmode.
20571         Only call exit_$connectmode if connected.
20572         * config/unix.exp (${tool}_load): Check return codes better.
20573         * config/vrtx.exp (${tool}_load): Likewise.
20574         * config/vx.exp (${tool}_load): Likewise.
20575         Delete unneeded global's.
20576         * lib/dg.exp (dg-test): Update to reflect clarified return codes
20577         from ${tool}_load.
20578         (dg-stat): Delete.
20579         (dg-init): Delete recording of pass/fail counts.
20580         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
20581         (old-dejagnu-init): Likewise.
20582         (old-dejagnu-stat): Delete contents, empty proc now.
20583         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
20584         (c-torture): Delete references to lcnt, lpass, lfail.
20585         Get option list from TORTURE_OPTIONS.
20586         Delete -funroll[-all]-loops if no loops.
20587         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
20588         (g++_stat): Delete contents (empty proc now).
20589         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
20590         (gcc_finish): Likewise.
20591         (gcc_stat): Deleted.
20592         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
20593         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
20594         * gcc.c-torture/execute/execute.exp: Likewise.
20595         Split tests into two parts: compile, execute.
20596         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
20597         no loops.  Update to reflect clarified return codes from ${tool}_load.
20598
20599 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
20600
20601         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
20602         to grep for.
20603         (old-dejagnu): Likewise (where necessary).
20604
20605 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
20606
20607         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
20608
20609         * lib/dg.exp (dg-process-target): Fix processing of selector.
20610         Add comment regarding use of `error'.
20611
20612         * lib/gcc.exp (prune_system_crud): Define if missing.
20613         * lib/g++.exp (prune_system_crud): Likewise.
20614
20615         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
20616         Call prune_system_crud.
20617         * lib/dg.exp (dg-runtest): New proc.
20618         Use perror instead of send_user for tcl errors in testcase.
20619         Don't return any value, it's never used.
20620         Don't clobber previous definition of `unknown'.
20621         Print tcl errors in `dg-final'.
20622
20623 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
20624
20625         * lib/dg.exp (dg-process-target): Improve syntax error messages.
20626         (dg-test): Don't print errorInfo, it contains stack backtrace.
20627
20628 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
20629
20630         * lib/g++.exp (runtest_file_p): Define if missing.
20631
20632 1994-09-24  Doug Evans  (dje@cygnus.com)
20633
20634         * lib/mike-g++.exp: Comment out loading of g++.exp.
20635         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
20636         (default_g++_version): Always print something.
20637         (default_g++_start): Comment out call to `which'.
20638         (g++_start, g++_load): Deleted (must be defined in config file).
20639         * lib/gcc.exp: Test for existence of $CC at start.
20640         Delete check for tmpdir (done in gcc_init).
20641         (default_gcc_version): Always print something.
20642         (default_gcc_start): Comment out call to `which'.
20643         * config/*.exp: Major cleanup - make cross targets work at least a
20644         little better for g++ (by not being "--tool gcc" specific).
20645         Rename gcc_xxx to ${tool}_xxx.
20646         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
20647         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
20648
20649 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
20650
20651         * lib/c-torture.exp (c-torture-compile): Rework compiler
20652         message processing.
20653
20654         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
20655         c-torture.
20656
20657 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
20658
20659         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
20660
20661         * lib/dg.exp (dg-process-target): Support { target native }.
20662
20663 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
20664
20665         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
20666         looked for "... program xxx got fatal signal".
20667         Correct regsub munging of `comp_output'.
20668         Ignore compiler messages "path prefix not used" and "linker input
20669         file unused".
20670
20671 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
20672
20673         * lib/gcc.exp (runtest_file_p): Define if missing.
20674         * gcc.prms/template.c: Example to work from.
20675
20676 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
20677
20678         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
20679         * lib/dg.exp (dg-test): Call unsupported testcases as such.
20680
20681         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
20682         * gcc.prms/1883.c: Moved from compile/940714-1.c.
20683         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
20684         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
20685
20686         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
20687         (dg-process-target): No longer a varargs proc.
20688         Return S/N for target, P/F for xfail.  All callers changed.
20689         (user option procs): More argument checking.
20690         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
20691         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
20692         (dg-test): Skip test if not running on selected target in `dg-do'.
20693         Update handling of `dg-do-what', `dg-output-text'.
20694         Separate execution pass/fail from output pattern match pass/fail.
20695         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
20696
20697 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
20698
20699         * gcc.c-torture/special/special.exp: Don't expect failure for mips
20700         target for 920510-1.c.
20701
20702 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
20703
20704         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
20705         Clean up comment regarding use of passcnt, etc.
20706         (gcc_stat): Don't update `testcnt' here.
20707         (gcc_finish): Do it here.
20708         Might as well reset `but_id' here too.
20709         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
20710         to determine if the file should be tested.
20711         * gcc.c-torture/compile/compile.exp: Likewise.
20712         * gcc.c-torture/execute/execute.exp: Likewise.
20713         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20714         * gcc.misc-tests/dg-test.exp: Likewise.
20715         * gcc.prms/prms.exp: Likewise.
20716         * gcc.wendy/wendy.exp: Likewise.
20717         * g++.old-deja.exp: Likewise.
20718         Move "Testing file" message to verbose level 1.
20719
20720 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
20721
20722         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
20723
20724 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
20725
20726         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
20727         (default_gcc_start): Accept optional second list element
20728         of compiler flags.  Print compiler output at verbosity level 2.
20729         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
20730         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
20731         Save current values of framework globals passcnt, failcnt, xpasscnt,
20732         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
20733         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
20734         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
20735         xfailcnt to compute stats.  Update framework global `testcnt' from
20736         pass/fail counts.
20737         (gcc_finish): New proc.  Clean up test environment.
20738         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
20739         (gcc_epass, gcc_efail): Delete.
20740         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
20741         argument of line number.
20742         (dg-init): If the tool has an init routine, call it.
20743         (dg-test): Remove args `cflags_var' and `libs_var'.
20744         Pass all compiler options to ${tool}_start.
20745         Handle missing line number.
20746         (dg-finish): New function.
20747         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
20748         particular files.  Call gcc_finish at end.  Move "skipping test"
20749         message to verbosity level 3.
20750         * gcc.c-torture/compile/compile.exp: Likewise.
20751         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
20752         * gcc.c-torture/execute/execute.exp: Likewise.
20753         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20754         Print testcase being tried at verbosity level 1.
20755         * gcc.c-torture/special/special.exp: Unset xfail.
20756         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20757         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
20758         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
20759         * gcc.failure/failure.exp: Likewise.
20760         * gcc.ieee/ieee.exp: Likewise.
20761         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
20762         Update call to dg-test.  Call dg-finish at end.
20763         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
20764         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
20765         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
20766         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
20767         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
20768         * gcc.wendy/wendy.exp: Add copyright.
20769         Delete setting of tmpdir (done by gcc_init).
20770         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
20771         Pass compiler flags to gcc_start.  Call gcc_finish at end.
20772         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
20773         gcc_[ce]pass/fail.
20774
20775 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
20776
20777         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
20778         confusion.
20779         (g++_load): Likewise.
20780
20781         * config/*.exp (gcc_load): Some were varargs fns and some were not.
20782         Rename argument to `prog' to remove the confusion.
20783         Varargs fns behave differently too!
20784         (g++_load): Likewise.
20785
20786         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
20787
20788         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
20789         what it is.  Delete (always) printing of status value for !native.
20790         Simplify verbose code, and include status and exec_output.
20791         (g++_load): Use gcc_load.
20792
20793 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
20794
20795         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
20796         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
20797         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
20798         940714-3.c as these testcases don't exist anymore.  Make
20799         va-arg-1.c expected to pass.
20800
20801 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
20802
20803         * gcc.misc-tests/misc.exp: Only run specific testcases.
20804         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
20805         * gcc.misc-tests/dg-[1-9].c: New files.
20806
20807         * lib/dg.exp: New testsuite driver.
20808         * gcc.prms/prms.exp: Use it.
20809
20810         * README.gcc: New file.
20811
20812         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
20813         Document and reset `lxpass' and `lxfail'.
20814         Simplify "initialized" message.
20815         (gcc_stat): Clean up comments a little.
20816
20817 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
20818
20819         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
20820
20821 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
20822
20823         * lib/old-dejagnu.exp (process-option): New proc.
20824         (old-dejagnu-init, old-dejagnu-stat): Likewise.
20825         (old-dejagnu): Simplify.
20826         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
20827
20828 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
20829
20830         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
20831         exists and is not an empty string.
20832
20833         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
20834         $xfail rather than calling setup_xfail.  Clear $xfail when test is
20835         finished.
20836         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
20837         automatically.
20838
20839         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
20840         longer expected to fail.
20841
20842         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
20843         "f" function call.
20844
20845         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
20846
20847         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
20848         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
20849         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
20850         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
20851         c-torture-1.29.
20852
20853         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
20854         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
20855
20856         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
20857
20858         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
20859         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
20860
20861         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
20862         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
20863         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
20864
20865 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
20866
20867         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
20868         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
20869         940714-1.c, 940714-2.c, 940714-3.c},
20870         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
20871         gcc.misc-tests/{mg.c,mg.exp}:
20872         New tests.
20873         * gcc.noncompile/noncompile.exp: Change accordingly.
20874
20875 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
20876
20877         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
20878         Undo previous clobberage.
20879
20880 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
20881
20882         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
20883         * gcc.special/{930510-1.c, special.exp}:
20884         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
20885         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
20886         struct-varargs-1.c}: New tests from c-torture-1.26.
20887
20888 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
20889
20890         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
20891           argument to switch.
20892
20893 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
20894
20895         * Revert the previous changes.  Please see Rob's directory
20896           (/lisa/test/rob/progressive/gcc/testsuite) for testing
20897           fixes.
20898
20899 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
20900
20901         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
20902             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
20903             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
20904             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
20905             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
20906             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
20907             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
20908             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
20909             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
20910             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
20911             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
20912             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
20913             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
20914             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
20915             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
20916             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
20917             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
20918             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
20919             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
20920             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
20921             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
20922             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
20923             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
20924             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
20925             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
20926             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20927             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
20928
20929 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
20930
20931         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
20932             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
20933           with perror calls.
20934
20935 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
20936
20937         * config/unix.exp (g++_load): Fix syntax.
20938
20939 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
20940
20941         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
20942         * gcc.noncompile/921017-1.c: Deleted obsolete test.
20943         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
20944         Don't expect va-arg-1.c to fail.  Correct expected output for
20945         920928-1.c.
20946         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
20947         * gcc.wendy/hbm4.c: Correct typo.
20948         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
20949
20950 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
20951
20952         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
20953         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
20954         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
20955         * lib/c-torture.exp (c-torture-compile): Ditto.
20956
20957         Reduce volume of output (remove all the -I's and such).
20958         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
20959         Call gcc_cpass, gcc_cfail.
20960         (c-torture): Pass testing option to c-torture-compile.
20961
20962 1994-03-21  Doug Evans  (dje@cygnus.com)
20963
20964         Bring patches over from progressive.
20965         * config/default.exp: Exit remote shell cleanly.
20966         (g++_exit, g++_start): Add default versions.
20967         * config/sim.exp (gcc_load): Use perror, not error.
20968
20969 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
20970
20971         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
20972         set in site.exp.
20973
20974 1994-03-14  Doug Evans  (dje@cygnus.com)
20975
20976         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
20977         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
20978         (wendy_try): New proc to run testcase.
20979         (main loop): Call 'em.
20980         * gcc.wendy/*.c: Clean up pass to correct expected output.
20981
20982         * lib/gcc.exp: Minor cleanup work.
20983         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
20984
20985 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
20986
20987         * config/sim.exp (gcc_load): Document return codes better.
20988         Don't pass -v to simulator.
20989
20990 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
20991
20992           * gcc.special/920717-x.c: Fix typo.
20993           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
20994           get at sources.
20995
20996         * lib/mike-gcc.exp: Fix typo.
20997
20998 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
20999
21000         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
21001         binary to use, transform the name.
21002         * config/*.exp: rename everything. Nuke any g++ specific files,
21003         it's now a special case of gcc that requires no special support.
21004         Add a default.exp for unsupported targets.
21005
21006 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
21007
21008         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
21009         lib/old-dejagnu.exp: Fix a few patterns to work with the new
21010         version of Tcl.
21011
21012 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
21013
21014         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
21015         than a warning.
21016
21017 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
21018
21019         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
21020
21021 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
21022
21023         * gcc.execute/execute.exp: Combine opt_list and foption_list into
21024         option_list.  Compile every file with only 4/6 option choices
21025         (same as C torture) instead of with 12/18 different option
21026         choices.
21027         * lib/c-torture.exp: Likewise.
21028
21029         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
21030         not already set.
21031
21032 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
21033
21034         * lib/old-deja.exp: Add `excess errors test fails' error, now one
21035         can put an XFAIL *-*-* on excess errors.
21036
21037 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
21038
21039         * g++.law: Add more tests derived from g++-bugs snapshots.
21040
21041         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
21042         equivalent to g++.law/init9.
21043
21044         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
21045         compiled it, and the a.out file after we've run it.
21046
21047 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
21048
21049         * lib/mike-g++.exp (postbase): Delete the .o file after we've
21050         compiled it, and the a.out file after we've run it.
21051
21052 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
21053
21054         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
21055
21056 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
21057
21058         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
21059         version number.
21060
21061 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
21062
21063         * g++.law: New directory of g++ tests derived from the g++-bugs
21064         snapshots.
21065
21066 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
21067
21068         * gcc.compile: initbug1.c initbug1.exp testcase added
21069
21070 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
21071
21072         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
21073         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
21074           fixes submitted by Jeff Law (law@cs.utah.edu)
21075         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
21076           Jeff Law (law@cs.utah.edu)
21077
21078
21079 1993-11-30  Mike Stump  (mrs@cygnus.com)
21080
21081         * config/unix-g++.exp: Follow the gcc way of doing things.
21082         * g++.old-deja/old-deja.exp: Minor updates.
21083         * lib/g++.exp: New file, follow the gcc way of doing things.
21084         * lib/old-dejagnu.exp: Minor updates.
21085         * lib/mike-g++.exp: Always unset errorInfo.
21086
21087 1993-11-06  Mike Stump  (mrs@cygnus.com)
21088
21089         * lib/gcc.exp: Fix some errors with the below change, CC and
21090         CFLAGS should be global when setting, not local.
21091
21092 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
21093
21094         * lib/gcc.exp: Transform tool name.
21095
21096 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21097
21098         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
21099
21100 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21101
21102         * lib/gcc.exp: change gcc_done to gcc_stat
21103
21104 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
21105
21106         * Upgraded gcc testsuite to c-torture version 1.25
21107
21108 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
21109
21110         * lib/gcc.exp: added reporting code. Changed verbose compile message.
21111         * lib/c-torture: added hooks for new reporting code.
21112
21113 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
21114
21115         * config/sh-gcc.exp: check if sh-sim exists in the path
21116
21117 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
21118
21119         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
21120         * gcc.compile/compile.exp: Initial changes for new logic.
21121         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
21122         * gcc.failure/failure.exp: Initial changes for new logic.
21123         * gcc.ieee/ieee.exp: Initial changes for new logic.
21124         * gcc.misc-tests/misc.exp: Initial changes for new logic.
21125         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
21126         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
21127         * lib/c-torture.exp: Initial changes for new logic.
21128         * lib/gcc.exp: Initial changes for new logic.
21129
21130 1993-10-15  Mike Stump  (mrs@cygnus.com)
21131
21132         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
21133         depend upon failure or success.  Fully qualify names in failure
21134         and success messages.  Always remove a.out before starting
21135         compile, just in case.  Pay more attention to error text output by
21136         the compiler.  Handle testcases with no known past errors just
21137         like all others, so that things are uniform.  Other miscellaneous
21138         improvements.
21139
21140 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
21141
21142         * gcc.cpp: new directory for cpp tests
21143
21144 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
21145
21146         * lib/chill.exp: Code reformatted, removed unused code.
21147         * config/unix-chill.exp: Code reformatted, removed unused code.
21148         * chill.execute/execute.exp: Code reformatted, removed unused code.
21149         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
21150
21151 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
21152
21153         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
21154         routines not written.
21155
21156 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
21157
21158         * config/bug-gcc.exp: Use new procs from bug.exp.
21159
21160 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
21161
21162         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
21163         via ftp, rather than depending on NFS.
21164         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
21165         case.
21166
21167 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
21168
21169         * config/bug-gcc.exp: Use new download proc.
21170
21171 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
21172
21173         * chill.execute/execute.exp: cleanups, handles errors better
21174         * chill.compile/compile.exp: rewrite, based on execute.exp
21175         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
21176         * lib/chill.exp: major changes to diff proc and compile and link
21177           procs. added chill_fail and chill_pass wrappers to pass and
21178           fail. added more comments, and handle error codes better.
21179           Added a hack to capture stderr from exec, so noncompile tests
21180           can work.
21181
21182 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
21183
21184         * chill.execute/execute.exp: rewrite of testsuite driver
21185         * lib/chill.exp: rewrite of testsuite driver
21186         * config/unix-chill.exp: rewrite of testsuite driver
21187
21188 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
21189
21190     In chill.execute:
21191         * iexpr.ch: Standardize uppercase.
21192         * tuples.dat: Standardize uppercase.
21193         * vary.ch: standardize.  Correct varying string assignments.
21194         * vary.dat: Add new output lines.
21195
21196 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
21197
21198     In chill.execute:
21199         * chprintf.ch: Standardize use of uppercase.
21200         * tuples.ch: Standardize and turn arr2 into a DCL,
21201           rather than a SYN.
21202         * pinits.ch: Standardize.
21203
21204 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
21205
21206         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
21207         * Makefil: Renamed to Makefile.in.
21208         * configure.in: New.
21209
21210 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
21211
21212     In chill.execute:
21213         * .cvsignore: Add result/output files.
21214         * Makefile: Fix up variables at start.  Use MFLAGS
21215           everywhere.  Correct bool_loc, built_ins entries.
21216           Add entry for vary1.ch.
21217         * bitarray.ch: Standardize upper-case usage.
21218         * bitexpr.ch: Standardize, add output of b1.
21219         * params.ch: Use arrayt in along PROC parameters, to
21220           avoid novelty problems.
21221         * sets.ch: Tiny cleanup.
21222         * vary1.ch: Re-indent.
21223
21224 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
21225
21226           * Add PR-related files to Makefiles, .cvsignore files, etc.
21227
21228 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
21229
21230         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
21231           with compiler objects. New names are test-flow.c and test-loop.c
21232
21233 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
21234
21235         * Upgraded c-torture tests from 1.19 to 1.20
21236
21237         * new files:
21238         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
21239         * gcc.compile: 930623-1.c 930623-2.c
21240         * gcc.noncompile: 930622-1.c 930622-2.c
21241         * gcc.failure: 920411-1.c 920627-2.c
21242         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
21243
21244 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
21245
21246         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21247           More changes to get testsuite working properly. Needs more work.
21248           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
21249
21250 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
21251
21252         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
21253           More changes to get testsuite working properly. Needs more work.
21254
21255 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
21256
21257         * chill.compile/compile.exp: Added for Dejagnu support
21258         * chill.execute/execute.exp: Added for Dejagnu support
21259         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
21260
21261 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
21262
21263     This should complete moving the CHILL test files.
21264         * chill.noncompile(.cvsignore printf.grt
21265             in-printf.grt chprintf.grt chprintf.ch):
21266             Added test-support files.
21267           (Makefile): Modified further.
21268         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
21269             signal.ch): Added test files.
21270           * chill.execute (.cvsignore printf.grt printr.c
21271             in-printf.grt rts.c chprintf.grt rts.h): Added
21272           test-support files.
21273             (Makefile): More corrections.
21274
21275 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
21276
21277         * chill.compile, chill.execute, chill.nocompile: Add CHILL
21278           test cases, ready for DejaGnu.
21279
21280 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
21281
21282         * Upgraded c-torture tests from 1.18 to 1.19
21283
21284         * gcc.compile: added test(s):
21285           930607-1.c
21286         * gcc.execute: added test(s):
21287           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
21288
21289         * added new subdirectory for misc tests: gcc.misc-tests
21290         * gcc.misc-test(s): added tests:
21291           inst-check.c test-consts.c test-ior.c test-switch.c
21292
21293 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
21294
21295         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
21296
21297 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
21298
21299         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
21300
21301 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
21302
21303         * Upgraded c-torture tests from 1.17 to 1.18
21304
21305 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
21306
21307         * Upgraded c-torture tests from 1.12 to 1.17
21308
21309 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
21310
21311         * lib/old-dejagnu.exp:
21312           Fixed handling of XFAIL target triplets to correctly
21313           recognize wildcard characters.  Removed code that
21314           appended a unique id tag to the end of the file name
21315           printed out by the result of the testcases within a
21316           given test file.
21317
21318 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
21319
21320         * lib/old-dejagnu.exp:
21321           Reworked expected failure handling to trigger off of XFAIL
21322           keyword in keyphrase embeded in testcase source code. The
21323           XFAIL keyword must be at the end of the keyphrase line. It
21324           may optionally be followed by one or more target triplets.
21325           It has just occured that the handling of wildcards in the
21326           target triplet may not be correct.
21327
21328 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
21329
21330         * g++.old-deja/tests:
21331           Moved all subdirectories up one level into g++.old-deja .
21332
21333         * lib/old-dejagnu.exp:
21334           Fixed problem with CXXFLAGS not being properly reset, and being
21335           corrupted with extraneous "-c" compiler option.  This was
21336           causing binaries to not be generated for test that needed them.
21337           Modified strings passed to "pass" and "fail" so that individual
21338           tests from the same test file would be distinguished by an
21339           identifier appended to the test file name in the summary logs;
21340           this corrected a problem with erroneous diff logs.  Added code
21341           to search testcases for expected fail and unexpected pass keywords.
21342
21343 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
21344
21345         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
21346
21347 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
21348
21349         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
21350           Removed extraneous text from end of "Special g++ Options"
21351           keyphrase.
21352
21353         * lib/old-dejagnu.exp: Added pattern matching to look for new
21354           keywords, embedded in testcases comments, which will trigger
21355           calls to xpass and xfail.
21356
21357 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
21358
21359         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
21360           comments embedded in the testcases, especially the one looking for
21361           special compiler options, as well as the pattern matching for the
21362           compiler output again.
21363
21364 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
21365
21366         * lib/old-dejagnu.exp: Do a proper check of the return value for
21367           execute tests. Fixed several problems with the pattern matching
21368           of the compiler output which gave erroneous test results.
21369           Changed several of the test result messages to be more descriptive.
21370         * config/unix-g++.exp: Proc g++_load now actually works and
21371           executes the tests passed to it and returns a usable return
21372           value.
21373
21374 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
21375
21376           * lib/gcc.exp: Exits gracefully if $CC is bogus.
21377
21378 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
21379
21380         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
21381           Modified both files to properly execute the old style
21382           dejagnu tests. The previous versions of these files were
21383           experimental and did not function anything near correctly.
21384
21385 1993-04-05  Rob Savoye  (rob@cygnus.com)
21386
21387         * Removed all Makefile.in and configure.in files. No configuration
21388         needed now.
21389
21390 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
21391
21392         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
21393
21394 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
21395
21396         * gcc.compile/configure.in, gcc.unsorted/configure.in,
21397         gcc.special/configure.in, gcc.noncompile/configure.in,
21398         gcc.execute/configure.in, gcc.code_quality/configure.in,
21399         g++.other/configure.in, g++.old-deja/configure.in,
21400         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
21401         in srcname setting.
21402
21403 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
21404
21405         * lib/udi.exp:  Fixed mondfe and mondfe_download.
21406         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
21407         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
21408
21409 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
21410
21411         * config/udi-gdb.exp: Check $shell_id after connecting to target.
21412         (gdb_exit): Don't remove *_soc files.
21413
21414 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
21415
21416         * lib/c-torture.exp: Don't look for main; instead always use -w
21417         -c.  This is how the c-torture tests work.  Remove the object
21418         file if the compilation succeeds.
21419         * gcc.execute/execute.exp: Remove executable if test passes.
21420         * gcc.noncompile/noncompile.exp: Every test is an expected
21421         failure.
21422         * gcc.special/special.exp: Added tests from c-torture 1.11,
21423         corrected use of existing test.
21424         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
21425         gcc.execute/920625-1.c: Updated to c-torture 1.11.
21426         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
21427         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
21428         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
21429         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
21430         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
21431         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
21432         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
21433         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
21434         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
21435         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
21436         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
21437         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
21438         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
21439         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
21440         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
21441         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
21442         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
21443         c-torture 1.11.
21444         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
21445         correspond to c-torture 1.11.
21446
21447         * New file.
21448